peter 1d98d7c4a4 + SetStr() function 27 jaren geleden
..
astrings.inc 734889c0b6 * Fixed pos 27 jaren geleden
except.inc 5e622e60c0 * EInvalidCast added (from runerror 219) 27 jaren geleden
file.inc b32111a3e2 * also check fmInput,fmOutput 27 jaren geleden
filerec.inc 4620a73a9b * FPC_ names 27 jaren geleden
getopts.pp 5d55395676 Long options NEED -- as starting char 27 jaren geleden
heap.inc e7dacebccc * fixed small things regarding TEMPHEAP 27 jaren geleden
heaph.inc e7dacebccc * fixed small things regarding TEMPHEAP 27 jaren geleden
heaptrc.pp 710ab457d7 * no heap dump if program has an heap error ! 27 jaren geleden
innr.inc 369e79adf9 + assert() support 27 jaren geleden
int64.inc 8bf6ef4b56 * naming for str(...) routines inserted 27 jaren geleden
lstrings.pp e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 28 jaren geleden
makefile.inc 741fe89a50 * fixed length(char) 27 jaren geleden
mathh.inc de0a5038f9 * splitted default_extended from support_extended 27 jaren geleden
objects.pp 1d98d7c4a4 + SetStr() function 27 jaren geleden
readme 8773fe80ba * oops... wrong filename 27 jaren geleden
real2str.inc bbb1d23607 * fixed rounding when correct+f < 0 27 jaren geleden
rtti.inc cd56bb15c3 *** empty log message *** 27 jaren geleden
sstrings.inc 06e8a03894 * fixed insert to support again the max string length 27 jaren geleden
strings.pp 7865673a04 * Joined strings and sysutils 27 jaren geleden
stringsi.inc 82d08fba5d + Added header and log 27 jaren geleden
system.inc e207d78d70 + functions lo/hi for DWord type implemented 27 jaren geleden
systemh.inc e207d78d70 + functions lo/hi for DWord type implemented 27 jaren geleden
text.inc a868c2a6cc * when error when opening a file, then reset the mode to fmclosed 27 jaren geleden
textrec.inc 4620a73a9b * FPC_ names 27 jaren geleden
typefile.inc efaf241dba * more temp symbols removed 27 jaren geleden
ucomplex.pp 36e6db8f40 + complex.pp replaced by ucomplex.pp 27 jaren geleden

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.