fpc/rtl/inc
2000-01-07 16:32:21 +00:00
..
graph * copyright 2000 added 2000-01-07 16:32:21 +00:00
astrings.inc * copyright 2000 added 2000-01-07 16:32:21 +00:00
except.inc * catch doesn't call popaddrstack anymore, this is done now by the compiler 1999-07-27 08:14:15 +00:00
file.inc * copyright 2000 added 2000-01-07 16:32:21 +00:00
filerec.inc * copyright 2000 added 2000-01-07 16:32:21 +00:00
generic.inc * copyright 2000 added 2000-01-07 16:32:21 +00:00
getopts.pp * copyright 2000 added 2000-01-07 16:32:21 +00:00
heap.inc * copyright 2000 added 2000-01-07 16:32:21 +00:00
heaph.inc * copyright 2000 added 2000-01-07 16:32:21 +00:00
heaptrc.pp * copyright 2000 added 2000-01-07 16:32:21 +00:00
innr.inc * copyright 2000 added 2000-01-07 16:32:21 +00:00
int64.inc * removed temp defines 1999-07-05 20:04:21 +00:00
lstrings.pp
makefile.inc
mathh.inc * copyright 2000 added 2000-01-07 16:32:21 +00:00
objects.pp * copyright 2000 added 2000-01-07 16:32:21 +00:00
objpas.inc * copyright 2000 added 2000-01-07 16:32:21 +00:00
objpash.inc * copyright 2000 added 2000-01-07 16:32:21 +00:00
readme
real2str.inc * Infinite loop for infinite value problem fixed 1999-11-28 23:57:23 +00:00
rtti.inc
sockets.inc * copyright 2000 added 2000-01-07 16:32:21 +00:00
socketsh.inc * copyright 2000 added 2000-01-07 16:32:21 +00:00
sstrings.inc * copyright 2000 added 2000-01-07 16:32:21 +00:00
strings.pp * copyright 2000 added 2000-01-07 16:32:21 +00:00
stringsi.inc * strnew is ofcourse also different between sysutils and strings, just 1999-12-10 15:02:12 +00:00
system.inc * copyright 2000 added 2000-01-07 16:32:21 +00:00
systemh.inc * copyright 2000 added 2000-01-07 16:32:21 +00:00
text.inc * copyright 2000 added 2000-01-07 16:32:21 +00:00
textrec.inc * copyright 2000 added 2000-01-07 16:32:21 +00:00
typefile.inc * copyright 2000 added 2000-01-07 16:32:21 +00:00
ucomplex.pp * copyright 2000 added 2000-01-07 16:32:21 +00:00
wstrings.inc + initial version 1999-12-18 14:55:53 +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).

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.