florian 01aceb4f07 + qword/int64: lo/hi/swap 26 years ago
..
graph cedb198a59 * Bugfix of palette setting under VESA (Thanks Tom) 26 years ago
astrings.inc ec0a511cfa * merged 26 years ago
except.inc ec0a511cfa * merged 26 years ago
file.inc b32111a3e2 * also check fmInput,fmOutput 27 years ago
filerec.inc 4620a73a9b * FPC_ names 27 years ago
generic.inc 9a21e0d1e2 + generic.inc added 26 years ago
getopts.pp 5d55395676 Long options NEED -- as starting char 27 years ago
heap.inc e161a3e489 * growing is now 256k or 1mb 26 years ago
heaph.inc e161a3e489 * growing is now 256k or 1mb 26 years ago
heaptrc.pp f664777328 * support for heap allocated before TraceGetMem is used in 26 years ago
innr.inc 01aceb4f07 + qword/int64: lo/hi/swap 26 years ago
int64.inc 9540e26f9f * multiplication overflow checking fixed 26 years ago
lstrings.pp e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 27 years ago
makefile.inc 01aceb4f07 + qword/int64: lo/hi/swap 26 years ago
mathh.inc de0a5038f9 * splitted default_extended from support_extended 27 years ago
objects.pp 03e6ec96c5 * merged 26 years ago
objpas.inc f3f2a33a2a * fixed dispatchstr 26 years ago
objpash.inc e905aeea04 * most of the Object Pascal stuff moved to the system unit 26 years ago
readme 9a21e0d1e2 + generic.inc added 26 years ago
real2str.inc 458a7be587 * generic write_float str_float 26 years ago
rtti.inc cd56bb15c3 *** empty log message *** 27 years ago
sockets.inc 46b98b77f1 + files created by splitting the linux sockets unit 26 years ago
socketsh.inc 46b98b77f1 + files created by splitting the linux sockets unit 26 years ago
sstrings.inc 458a7be587 * generic write_float str_float 26 years ago
strings.pp 7865673a04 * Joined strings and sysutils 26 years ago
stringsi.inc 82d08fba5d + Added header and log 26 years ago
system.inc 01aceb4f07 + qword/int64: lo/hi/swap 26 years ago
systemh.inc 01aceb4f07 + qword/int64: lo/hi/swap 26 years ago
text.inc 404cffaad4 + qword/int64 type released 26 years ago
textrec.inc 4620a73a9b * FPC_ names 27 years ago
typefile.inc efaf241dba * more temp symbols removed 27 years ago
ucomplex.pp 36e6db8f40 + complex.pp replaced by ucomplex.pp 27 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).

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.