fpc/rtl/inc
2003-05-13 20:52:50 +00:00
..
graph
aliases.inc
astrings.inc * started to make the rtl 64 bit save by introducing SizeInt and SizeUInt (similar to size_t of C) 2003-05-01 08:05:23 +00:00
charset.pp
compproc.inc * fpc_help_fail compilerproc 2003-05-13 19:18:08 +00:00
dynarr.inc * fixed dynarray copy 2002-11-26 23:02:07 +00:00
dynarrh.inc
dynlibs.pp
except.inc * started to make the rtl 64 bit save by introducing SizeInt and SizeUInt (similar to size_t of C) 2003-05-01 08:05:23 +00:00
fexpand.inc * '//' behaviour for Amiga corrected 2002-12-07 16:26:39 +00:00
file.inc - avoid warnings (add typecast) 2002-12-07 14:34:30 +00:00
filerec.inc
generic.inc * extra check for self and empty objects 2003-05-13 20:52:50 +00:00
genmath.inc - removed empty ppc-specific frac() 2003-05-02 15:12:19 +00:00
genset.inc
genstr.inc + support for generic pchar routines added 2003-04-30 16:36:39 +00:00
getopts.pp
heap.inc * started to make the rtl 64 bit save by introducing SizeInt and SizeUInt (similar to size_t of C) 2003-05-01 08:05:23 +00:00
heaph.inc
heaptrc.pp * changed address parameter/return values to pointer instead 2003-03-17 14:30:11 +00:00
innr.inc
int64.inc * fixed my commit, strange, it didn't give any conflicts with Jonas patch 2003-05-12 11:17:55 +00:00
keyboard.inc
keybrdh.inc
keyscan.inc
lineinfo.pp * fix ifdef to define elf32 2003-03-25 19:27:45 +00:00
lstrings.pp
makefile.inc
mathh.inc - fpc_int64_to_double removed as not supported by most cpu targets 2003-01-21 19:36:36 +00:00
mouse.inc
mouseh.inc
objects.pp * PString inherited from System 2003-01-05 16:27:05 +00:00
objpas.inc * started to make the rtl 64 bit save by introducing SizeInt and SizeUInt (similar to size_t of C) 2003-05-01 08:05:23 +00:00
objpash.inc * ClassType changed to class method 2003-03-17 20:55:58 +00:00
readme
real2str.inc
rtti.inc
sockets.inc
socketsh.inc * CloseSocket added 2003-03-23 17:47:15 +00:00
softfpu.pp * forgot goto on switch in last commit 2002-11-30 23:25:19 +00:00
sstrings.inc * fixed shortstring version of setstring 2003-02-26 20:04:47 +00:00
strings.pp
stringsi.inc
system.inc * changed address parameter/return values to pointer instead 2003-03-17 14:30:11 +00:00
systemh.inc * started to make the rtl 64 bit save by introducing SizeInt and SizeUInt (similar to size_t of C) 2003-05-01 08:05:23 +00:00
text.inc * fixed ignorespaces which was broken by the previous commit 2002-11-29 16:26:52 +00:00
textrec.inc
thread.inc
threadh.inc * more platform independent thread routines, needs to be implemented for unix 2003-03-27 17:14:27 +00:00
threadvr.inc
typefile.inc
ucomplex.pp
variant.inc
varianth.inc
video.inc
videoh.inc
wstrings.inc * started to make the rtl 64 bit save by introducing SizeInt and SizeUInt (similar to size_t of C) 2003-05-01 08:05:23 +00:00

This directory contains only RTL parts independent
of the processor and of the operating system.

The include files contain the following:

astrings.pp     AnsiStrings implementation.
except.inc      Delphi styled exception support.
file.inc        Untyped file support routines.
filerec.inc     Untyped file record definition.
heap.inc        Runtime heap manager .
heaph.inc       Declarations of Heap functions.
innr.inc        Internal function delcarations.
int64.inc       Support for 64-bit integer arithmetic.
lstrings.pp     LongStrings routine implementation.
mathh.inc       Declarations of mathematical functions.
real2str.inc    Routine to convert floating point numbers to strings.
rtti.inc        Delphi like runtime type information
sstrings.inc    ShortStrings (TP/BP pascal like strings) implementation.
system.inc      OS and Processor independent implementation part of system unit.
systemh.inc     Interface part of the system unit.
text.inc        Text file support routines.
textrec.inc     Definition of Textrec record.
typefile.inc    Text file record definition.
generic.inc     Processor independant implementation of assembler procs on i386
                (to allow easy porting to new processors).
genset.inc      Processor independant implementation of set handling
genmath.inc     Processor independant implementation of mathematical routines
genrrti.inc     Processor independant implementation of runtime type information routines

The unit files are:

ucomplex.pp     Complex functions using operator overloading
getopts.pp      Pascal implementation of the GNU Getops
objects.pp      Turbo Pascal like implementation of objects unit
heaptrc.pp      Runtime memory leak tracer and tests for memory integrity.