carl e1167f8d09 * Delphi compatibility fix (with string routines) 23 years ago
..
graph 01dfac4a4e * old logs removed and tabs fixed 23 years ago
aliases.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
astrings.inc e1167f8d09 * Delphi compatibility fix (with string routines) 23 years ago
charset.pp 01dfac4a4e * old logs removed and tabs fixed 23 years ago
compproc.inc 7ebda0a778 * cardinal -> longword 23 years ago
dynarr.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
dynarrh.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
dynlibs.pp 01dfac4a4e * old logs removed and tabs fixed 23 years ago
except.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
fexpand.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
file.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
filerec.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
generic.inc 933d28f62b * FPC_HELP_FAIL : reset _self to nil 23 years ago
genmath.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
genset.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
getopts.pp fc1b705950 * merged fixes from version 1.0.x branch 23 years ago
heap.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
heaph.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
heaptrc.pp 242a9f8937 * made result type of calculate_release_sig() a longword instead of a 23 years ago
innr.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
int64.inc 4b11cd11cd - remove FPUInt64 variable 23 years ago
keyboard.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
keybrdh.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
keyscan.inc a4202664da + Initial import to main branch from fixes branch 24 years ago
lineinfo.pp 01dfac4a4e * old logs removed and tabs fixed 23 years ago
lstrings.pp 01dfac4a4e * old logs removed and tabs fixed 23 years ago
makefile.inc 9a219375c1 - removed os_types 23 years ago
mathh.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
mouse.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
mouseh.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
objects.pp 1baf0ef1b5 - some cleanup (less ifdef) 23 years ago
objpas.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
objpash.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
readme 13db04fb8b * small cleanup of commented code (merged) 24 years ago
real2str.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
rtti.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
sockets.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
socketsh.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
sstrings.inc e1167f8d09 * Delphi compatibility fix (with string routines) 23 years ago
strings.pp 01dfac4a4e * old logs removed and tabs fixed 23 years ago
stringsi.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
system.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
systemh.inc 7215ccb0e8 * cardinal -> longword 23 years ago
text.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
textrec.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
threadh.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
typefile.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
ucomplex.pp 01dfac4a4e * old logs removed and tabs fixed 23 years ago
variant.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
varianth.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
video.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
videoh.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
wstrings.inc e1167f8d09 * Delphi compatibility fix (with string routines) 23 years ago

readme

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.