fpc/rtl/inc
2002-09-07 21:22:31 +00:00
..
graph * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
aliases.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
astrings.inc * cardinal -> longword 2002-09-07 21:10:47 +00:00
charset.pp * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
compproc.inc * cardinal -> longword 2002-09-07 21:10:47 +00:00
dynarr.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
dynarrh.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
dynlibs.pp * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
except.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
fexpand.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
file.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
filerec.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
generic.inc * cardinal -> longword 2002-09-07 21:08:42 +00:00
genmath.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
genset.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
getopts.pp * merged fixes from version 1.0.x branch 2002-03-28 20:54:25 +00:00
heap.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
heaph.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
heaptrc.pp * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
innr.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
int64.inc - remove FPUInt64 variable 2002-09-07 21:21:42 +00:00
keyboard.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
keybrdh.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
keyscan.inc + Initial import to main branch from fixes branch 2001-09-21 21:30:51 +00:00
lineinfo.pp * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
lstrings.pp * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
makefile.inc - removed os_types 2002-09-07 21:22:31 +00:00
mathh.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
mouse.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
mouseh.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
objects.pp - some cleanup (less ifdef) 2002-09-07 21:15:25 +00:00
objpas.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
objpash.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
readme * small cleanup of commented code (merged) 2001-07-31 19:36:51 +00:00
real2str.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
rtti.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
sockets.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
socketsh.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
sstrings.inc * cardinal -> longword 2002-09-07 21:16:45 +00:00
strings.pp * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
stringsi.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
system.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
systemh.inc * cardinal -> longword 2002-09-07 21:20:50 +00:00
text.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
textrec.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
threadh.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
typefile.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
ucomplex.pp * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
variant.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
varianth.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
video.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
videoh.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
wstrings.inc * cardinal -> longword 2002-09-07 21:16:45 +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.