fpc/rtl/inc
2001-08-01 18:01:20 +00:00
..
graph * GetMaxMode() now returns a smallint instead of a word (since the type 2001-06-01 11:13:22 +00:00
aliases.inc + "compproc" helpers 2001-08-01 15:00:09 +00:00
astrings.inc + "compproc" helpers 2001-08-01 15:00:09 +00:00
charset.pp
compproc.inc + "compproc" helpers 2001-08-01 15:00:09 +00:00
dynarr.inc + "compproc" helpers 2001-08-01 15:00:09 +00:00
dynarrh.inc + "compproc" helpers 2001-08-01 15:00:09 +00:00
dynlibs.pp
except.inc + "compproc" helpers 2001-08-01 15:00:09 +00:00
fexpand.inc
file.inc * v10 merges 2001-06-27 21:37:36 +00:00
filerec.inc
generic.inc + "compproc" helpers 2001-08-01 15:00:09 +00:00
genmath.inc * m68k updates merged 2001-07-30 21:38:54 +00:00
genrtti.inc + "compproc" helpers 2001-08-01 15:00:09 +00:00
genset.inc * v10 merges 2001-06-27 21:37:36 +00:00
getopts.pp
heap.inc * fixed wrong typed constant procvars in preparation of my fix which will 2001-06-06 17:20:21 +00:00
heaph.inc
heaptrc.pp * m68k updates merged 2001-07-29 13:43:57 +00:00
innr.inc
int64.inc * m68k updates 2001-04-23 18:25:44 +00:00
keyboard.inc
keybrdh.inc
lineinfo.pp * m68k updates merged 2001-07-29 13:43:57 +00:00
lstrings.pp
makefile.inc
mathh.inc * m68k updates merged 2001-07-30 21:38:54 +00:00
mouseh.inc
objects.pp * wordrec for big endian 2001-07-31 19:36:09 +00:00
objpas.inc + "compproc" helpers 2001-08-01 15:00:09 +00:00
objpash.inc * fixes for the stricter compiler 2001-04-13 23:49:48 +00:00
os_types.pp
readme * small cleanup of commented code (merged) 2001-07-31 19:36:51 +00:00
real2str.inc * m68k updates merged 2001-07-29 13:49:15 +00:00
rtti.inc * m68k updates 2001-04-23 18:25:44 +00:00
sockets.inc
socketsh.inc * Win32 fixes for Makefile so it doesn't require sh.exe 2001-06-06 21:58:16 +00:00
sstrings.inc + "compproc" helpers 2001-08-01 15:00:09 +00:00
strings.pp
stringsi.inc
system.inc + "compproc" helpers 2001-08-01 15:00:09 +00:00
systemh.inc * WChar fix to compile also with 1.0.x 2001-08-01 18:01:20 +00:00
text.inc * really fixed write_array this time :/ (merged) 2001-07-21 15:53:28 +00:00
textrec.inc
threadh.inc
typefile.inc
ucomplex.pp
video.inc
videoh.inc * fixed wrong typed constant procvars in preparation of my fix which will 2001-06-06 17:20:21 +00:00
wstrings.inc + "compproc" helpers 2001-08-01 15:00:09 +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).
genset.inc      Processor independant implementation of set handling
genmath.inc     Processor independant implementation of mathematical routines
genrrti.inc     Processor independant implementation of runtime type information routines

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.