fpc/rtl/inc
Jonas Maebe 3f127e3afc * bugfix in getmodeinfo (SizeOf(TModeInfo) -> SizeOf(TVESAModeInfo))
* as the result of the above bugfix, the graph unit doesn't crash
    anymore under FPC if compiler with -dsupportVESA, but it doesn't
    work yet either...
1999-07-14 13:17:29 +00:00
..
graph * bugfix in getmodeinfo (SizeOf(TModeInfo) -> SizeOf(TVESAModeInfo)) 1999-07-14 13:17:29 +00:00
astrings.inc * removed temp defines 1999-07-05 20:04:21 +00:00
except.inc * merged 1999-06-14 00:43:35 +00:00
file.inc
filerec.inc
generic.inc * removed temp defines 1999-07-05 20:04:21 +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 * merged 1999-07-10 10:33:50 +00:00
innr.inc + qword/int64: lo/hi/swap 1999-07-02 18:06:40 +00:00
int64.inc * removed temp defines 1999-07-05 20:04:21 +00:00
lstrings.pp
makefile.inc + qword/int64: lo/hi/swap 1999-07-02 18:06:40 +00:00
mathh.inc
objects.pp * merged 1999-06-14 17:47:45 +00:00
objpas.inc + Adaptes Dispatch(STr) to cope with empty/non-existent message tables 1999-07-11 14:10:48 +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 * generic write_float str_float 1999-05-06 09:05:11 +00:00
rtti.inc
sockets.inc + Fixed Connect call 1999-07-03 15:16:45 +00:00
socketsh.inc + Fixed Connect call 1999-07-03 15:16:45 +00:00
sstrings.inc * removed temp defines 1999-07-05 20:04:21 +00:00
strings.pp
stringsi.inc
system.inc * removed temp defines 1999-07-05 20:04:21 +00:00
systemh.inc * removed temp defines 1999-07-05 20:04:21 +00:00
text.inc * Now ansistring of arbitrary length can be read 1999-07-08 15:18:14 +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.
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.