fpc/rtl/inc
2003-11-05 15:26:37 +00:00
..
graph
aliases.inc
astrings.inc
charset.pp
compproc.inc * fixed copy(<dynarray>, ...) 2003-10-25 22:52:07 +00:00
dynarr.inc * fixed a:=copy(b) 2003-10-29 21:00:34 +00:00
dynarrh.inc
dynlibs.pp
except.inc + applied patch for ref. counted exceptions by Johannes Berg 2003-10-06 15:59:20 +00:00
fexpand.inc
file.inc
filerec.inc * Peter's Cardinal<->Longint fixes patch 2003-11-03 09:42:27 +00:00
generic.inc * arm fixes to the common rtl code 2003-09-03 14:09:37 +00:00
genmath.inc * arm fixes to the common rtl code 2003-09-03 14:09:37 +00:00
genset.inc
genstr.inc
genstrs.inc
getopts.pp
heap.inc * *memORY overloads 2003-10-02 14:03:24 +00:00
heaph.inc * *memORY overloads 2003-10-02 14:03:24 +00:00
heaptrc.pp * when retrieving stackdump check if bp is smaller than the previous 2003-09-11 15:54:27 +00:00
innr.inc
int64.inc * moved int64 asm code to int64p.inc 2003-09-14 11:34:13 +00:00
keyboard.inc * Peter's Cardinal<->Longint fixes patch 2003-11-03 09:42:27 +00:00
keybrdh.inc * Peter's Cardinal<->Longint fixes patch 2003-11-03 09:42:27 +00:00
keyscan.inc
lineinfo.pp * Changed m68k to cpum68k, i386 to cpui386 2003-10-17 20:52:12 +00:00
lstrings.pp
makefile.inc
mathh.inc
mouse.inc
mouseh.inc
objects.pp * fixed crash in bufstream.write 2003-11-03 17:46:37 +00:00
objpas.inc + fix from Ivan Shikhalev for QueryInterface to return ancestor methods 2003-07-19 11:19:07 +00:00
objpash.inc * Peter's Cardinal<->Longint fixes patch 2003-11-03 09:42:27 +00:00
readme
real2str.inc * fixed web bug #2643 2003-10-26 16:56:44 +00:00
rtti.inc
sockets.inc * fixed typo 2003-09-15 07:55:29 +00:00
socketsh.inc
softfpu.pp
sstrings.inc
strings.pp
stringsi.inc
system.inc * Peter's Cardinal<->Longint fixes patch 2003-11-03 09:42:27 +00:00
systemh.inc * Peter's Cardinal<->Longint fixes patch 2003-11-03 09:42:27 +00:00
text.inc
textrec.inc * Peter's Cardinal<->Longint fixes patch 2003-11-03 09:42:27 +00:00
thread.inc
threadh.inc * GetCurrentThreadHandle renamed to GetCurrentThreadId 2003-10-01 21:00:09 +00:00
threadvr.inc
typefile.inc
ucomplex.pp
variant.inc + currency type can be assigned to variants now 2003-11-05 15:26:37 +00:00
varianth.inc + currency type can be assigned to variants now 2003-11-05 15:26:37 +00:00
video.inc
videoh.inc
wstrings.inc

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.