fpc/rtl/inc
1999-06-28 22:25:25 +00:00
..
graph * Bugfix of palette setting under VESA (Thanks Tom) 1999-06-26 02:34:07 +00:00
astrings.inc * merged 1999-06-14 00:43:35 +00:00
except.inc * merged 1999-06-14 00:43:35 +00:00
file.inc
filerec.inc
generic.inc
getopts.pp
heap.inc
heaph.inc
heaptrc.pp
innr.inc
int64.inc * fixed qword division 1999-06-28 22:25:25 +00:00
lstrings.pp
makefile.inc * merged 1999-06-14 00:43:35 +00:00
mathh.inc
objects.pp * merged 1999-06-14 17:47:45 +00:00
objpas.inc
objpash.inc
readme
real2str.inc
rtti.inc
sockets.inc + files created by splitting the linux sockets unit 1999-06-21 12:26:27 +00:00
socketsh.inc + files created by splitting the linux sockets unit 1999-06-21 12:26:27 +00:00
sstrings.inc
strings.pp
stringsi.inc
system.inc
systemh.inc
text.inc
textrec.inc
typefile.inc
ucomplex.pp

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).

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.