florian 15c8428f64 * fixed a couple of syntax errors 26 år sedan
..
graph 695a38934e + Default RGB color tables 26 år sedan
astrings.inc 85916705f2 * small fixes for the new ansistring temp. management 26 år sedan
except.inc fd074a2629 * more memory leaks fixed: 26 år sedan
file.inc b32111a3e2 * also check fmInput,fmOutput 27 år sedan
filerec.inc 4620a73a9b * FPC_ names 27 år sedan
getopts.pp 5d55395676 Long options NEED -- as starting char 27 år sedan
heap.inc e905aeea04 * most of the Object Pascal stuff moved to the system unit 26 år sedan
heaph.inc e7dacebccc * fixed small things regarding TEMPHEAP 26 år sedan
heaptrc.pp f664777328 * support for heap allocated before TraceGetMem is used in 26 år sedan
innr.inc dc1f9b5bbb * addr() internal 26 år sedan
int64.inc 15c8428f64 * fixed a couple of syntax errors 26 år sedan
lstrings.pp e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 27 år sedan
makefile.inc 425a9f41dd + objpas 26 år sedan
mathh.inc de0a5038f9 * splitted default_extended from support_extended 27 år sedan
objects.pp 1d98d7c4a4 + SetStr() function 26 år sedan
objpas.inc f3f2a33a2a * fixed dispatchstr 26 år sedan
objpash.inc e905aeea04 * most of the Object Pascal stuff moved to the system unit 26 år sedan
readme 8773fe80ba * oops... wrong filename 26 år sedan
real2str.inc 458a7be587 * generic write_float str_float 26 år sedan
rtti.inc cd56bb15c3 *** empty log message *** 27 år sedan
sstrings.inc 458a7be587 * generic write_float str_float 26 år sedan
strings.pp 7865673a04 * Joined strings and sysutils 26 år sedan
stringsi.inc 82d08fba5d + Added header and log 26 år sedan
system.inc e905aeea04 * most of the Object Pascal stuff moved to the system unit 26 år sedan
systemh.inc e905aeea04 * most of the Object Pascal stuff moved to the system unit 26 år sedan
text.inc 458a7be587 * generic write_float str_float 26 år sedan
textrec.inc 4620a73a9b * FPC_ names 27 år sedan
typefile.inc efaf241dba * more temp symbols removed 27 år sedan
ucomplex.pp 36e6db8f40 + complex.pp replaced by ucomplex.pp 27 år sedan

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.


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.