fpc/rtl/inc
2001-05-18 22:59:59 +00:00
..
graph * fixed range check error (reported by Vladimir Ravodin) 2001-05-06 17:15:26 +00:00
astrings.inc
charset.pp
dynarr.inc
dynlibs.pp
except.inc
fexpand.inc
file.inc
filerec.inc
generic.inc * merged fixes branch fixes 2001-05-18 22:59:59 +00:00
genrtti.inc * m68k updates 2001-04-23 18:25:44 +00:00
genset.inc * merged fixes branch fixes 2001-05-18 22:59:59 +00:00
getopts.pp
heap.inc
heaph.inc
heaptrc.pp * m68k updates 2001-04-23 18:25:44 +00:00
innr.inc
int64.inc * m68k updates 2001-04-23 18:25:44 +00:00
keyboard.inc
keybrdh.inc
lineinfo.pp
lstrings.pp
makefile.inc
mathh.inc
mouseh.inc
objects.pp * completed incomplete typed constant records 2001-05-06 17:13:22 +00:00
objpas.inc
objpash.inc
os_types.pp
readme
real2str.inc * m68k updates 2001-04-23 18:25:44 +00:00
rtti.inc * m68k updates 2001-04-23 18:25:44 +00:00
sockets.inc
socketsh.inc
sstrings.inc
strings.pp
stringsi.inc
system.inc *** empty log message *** 2001-05-09 19:57:07 +00:00
systemh.inc + odd() for cardinal, int64 and qword (merged) 2001-05-16 17:44:25 +00:00
text.inc
textrec.inc
threadh.inc
typefile.inc
ucomplex.pp
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).

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.