fpc/rtl/inc
2005-06-09 17:33:22 +00:00
..
graph
aliases.inc
astrings.inc + Removed HASCOMPILERPROC define 2005-06-07 21:41:02 +00:00
cgeneric.inc + Removed HASCOMPILERPROC define 2005-06-07 21:41:02 +00:00
cgenmath.inc + Removed INTERNCONSTINTF define 2005-06-07 22:04:18 +00:00
cgenstr.inc
charset.pp
cmem.pp
compproc.inc + Removed HASCURRENCY VALUEGETMEM VALUEFREEMEM defines 2005-06-09 17:33:22 +00:00
crt.inc
crth.inc
ctypes.pp
dos.inc
dosh.inc
dynarr.inc + Removed HASCOMPILERPROC define 2005-06-07 21:41:02 +00:00
dynarrh.inc
dynlibs.pp
except.inc + Removed HASCOMPILERPROC define 2005-06-07 21:41:02 +00:00
fexpand.inc
file.inc
filerec.inc
generic.inc + Removed INTERNCONSTINTF define 2005-06-07 22:04:18 +00:00
genmath.inc + Removed INTERNCONSTINTF define 2005-06-07 22:04:18 +00:00
genset.inc + Removed HASCOMPILERPROC define 2005-06-07 21:41:02 +00:00
genstr.inc
genstrs.inc
getopts.pp
heap.inc + Removed HASCURRENCY VALUEGETMEM VALUEFREEMEM defines 2005-06-09 17:33:22 +00:00
heaph.inc + Removed HASCURRENCY VALUEGETMEM VALUEFREEMEM defines 2005-06-09 17:33:22 +00:00
heaptrc.pp
innr.inc + Removed INTERNCONSTINTF define 2005-06-07 22:04:18 +00:00
int64.inc + Removed HASCOMPILERPROC define 2005-06-07 21:41:02 +00:00
keyboard.inc
keybrdh.inc
keyscan.inc
lineinfo.pp
lstrings.pp
macpas.pp
makefile.inc
mathh.inc * windows rtl restructuring to share code between win32 and win64 2005-06-08 19:08:49 +00:00
matrix.pp
mmatimp.inc
mouse.inc
mouseh.inc
mvecimp.inc
objects.pp
objpas.inc + Removed HASCOMPILERPROC define 2005-06-07 21:41:02 +00:00
objpash.inc + Removed HASCURRENCY VALUEGETMEM VALUEFREEMEM defines 2005-06-09 17:33:22 +00:00
pagemem.pp
printer.inc
printerh.inc
readme
real2str.inc
rtti.inc + Removed HASCOMPILERPROC define 2005-06-07 21:41:02 +00:00
sockets.inc
socketsh.inc
sockovl.inc
softfpu.pp + Removed HASCOMPILERPROC define 2005-06-07 21:41:02 +00:00
sstrings.inc + Removed HASCOMPILERPROC define 2005-06-07 21:41:02 +00:00
stdsock.inc
strings.pp
stringsi.inc
system.fpd
system.inc + Removed INTERNCONSTINTF define 2005-06-07 22:04:18 +00:00
systemh.inc + Removed HASCURRENCY VALUEGETMEM VALUEFREEMEM defines 2005-06-09 17:33:22 +00:00
text.inc + Removed INTERNCONSTINTF define 2005-06-07 22:04:18 +00:00
textrec.inc
thread.inc * windows rtl restructuring to share code between win32 and win64 2005-06-08 19:08:49 +00:00
threadh.inc * windows rtl restructuring to share code between win32 and win64 2005-06-08 19:08:49 +00:00
threadvr.inc
typefile.inc + Removed HASCOMPILERPROC define 2005-06-07 21:41:02 +00:00
ucomplex.pp
variant.inc
varianth.inc
video.inc
videoh.inc
wstringh.inc + Removed INTERNCOPY define 2005-06-07 21:11:49 +00:00
wstrings.inc + Removed HASCOMPILERPROC define 2005-06-07 21:41:02 +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.