fpc/rtl/inc
1999-05-31 20:36:34 +00:00
..
graph * Bugfixes for RegisterBGIFont which can be called BEFORE 1999-05-30 23:07:59 +00:00
astrings.inc * small fixes for the new ansistring temp. management 1999-05-17 22:41:24 +00:00
except.inc * more memory leaks fixed: 1999-05-13 18:38:26 +00:00
file.inc
filerec.inc
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 * addr() internal 1999-04-17 13:10:23 +00:00
int64.inc * some bugs removed 1999-05-25 20:36:41 +00:00
lstrings.pp
makefile.inc + objpas 1999-05-19 13:19:54 +00:00
mathh.inc
objects.pp + SetStr() function 1999-02-25 21:25:26 +00:00
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
real2str.inc * generic write_float str_float 1999-05-06 09:05:11 +00:00
rtti.inc
sstrings.inc * generic write_float str_float 1999-05-06 09:05:11 +00:00
strings.pp * Joined strings and sysutils 1999-02-25 07:39:17 +00:00
stringsi.inc + Added header and log 1999-02-25 10:05:07 +00:00
system.inc * most of the Object Pascal stuff moved to the system unit 1999-05-17 21:52:33 +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 * generic write_float str_float 1999-05-06 09:05:11 +00:00
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.


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.