peter 17f26f6577 * removed warnings 26 years ago
..
astrings.inc e3836e3e31 * fixed concat when s1 or s2 was nil 26 years ago
except.inc 17f26f6577 * removed warnings 26 years ago
file.inc b32111a3e2 * also check fmInput,fmOutput 27 years ago
filerec.inc 4620a73a9b * FPC_ names 27 years ago
getopts.pp 5d55395676 Long options NEED -- as starting char 27 years ago
heap.inc 55fbeb959d * memavail fixed for too big freemem calls 26 years ago
heaph.inc e7dacebccc * fixed small things regarding TEMPHEAP 26 years ago
heaptrc.pp a8a60d933a * show also allocation stack for a wrong size 26 years ago
innr.inc 369e79adf9 + assert() support 27 years ago
int64.inc 8bf6ef4b56 * naming for str(...) routines inserted 27 years ago
lstrings.pp e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 27 years ago
makefile.inc 741fe89a50 * fixed length(char) 27 years ago
mathh.inc de0a5038f9 * splitted default_extended from support_extended 27 years ago
objects.pp 1d98d7c4a4 + SetStr() function 26 years ago
readme 8773fe80ba * oops... wrong filename 26 years ago
real2str.inc d10d8cb5fd * str and val for extended use now int constants to minimize 26 years ago
rtti.inc cd56bb15c3 *** empty log message *** 27 years ago
sstrings.inc d864c6d8c3 + Fixed insert with char. length byte wrapped around in some cases. 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 af8a04a5af * use external names 26 years ago
systemh.inc 228829bd86 * changes for internal Val code (do a "make cycle OPT=-dvalintern" to test) 26 years ago
text.inc d028279366 * fixed bug with readln where it sometime didn't read until eol 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.


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.