fpc/rtl/inc
1999-06-05 20:48:56 +00:00
..
graph + up to SetUserCharSize added. 1999-06-02 01:50:53 +00:00
astrings.inc Copy checks index now for negative values. 1999-06-05 20:48:56 +00:00
except.inc * more memory leaks fixed: 1999-05-13 18:38:26 +00:00
file.inc
filerec.inc
generic.inc + generic.inc added 1999-05-31 21:59:58 +00:00
getopts.pp
heap.inc * growing is now 256k or 1mb 1999-05-31 20:36:34 +00:00
heaph.inc * growing is now 256k or 1mb 1999-05-31 20:36:34 +00:00
heaptrc.pp * support for heap allocated before TraceGetMem is used in 1999-05-23 00:07:17 +00:00
innr.inc
int64.inc * multiplication fixed 1999-06-02 10:13:16 +00:00
lstrings.pp
makefile.inc + objpas 1999-05-19 13:19:54 +00:00
mathh.inc
objects.pp
objpas.inc * fixed dispatchstr 1999-05-19 13:20:09 +00:00
objpash.inc * most of the Object Pascal stuff moved to the system unit 1999-05-17 21:52:33 +00:00
readme + generic.inc added 1999-05-31 21:59:58 +00:00
real2str.inc
rtti.inc
sstrings.inc
strings.pp
stringsi.inc
system.inc + AbstractErro should call HandleError, not runerror. 1999-06-05 20:45:12 +00:00
systemh.inc * most of the Object Pascal stuff moved to the system unit 1999-05-17 21:52:33 +00:00
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.