carl 4b8d030e14 * fixed problem with m68k asm syntax 27 years ago
..
astrings.pp bb21590124 + Added Public,Alias directives for some calls 27 years ago
file.inc b7d9265b8f + Each IOCheck routine now checks for InOures before executing, like TP 27 years ago
filerec.inc fae8860440 * works with all OS 27 years ago
getopts.pp 972218d22f * some fixes with indexes 27 years ago
heaph.inc c33e3788cd Reinstated the heapsize function. 27 years ago
innr.inc e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 27 years ago
lstrings.pp e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 27 years ago
makefile.inc 811044754a * better rtti 27 years ago
mathh.inc e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 27 years ago
objects.pp 4b8d030e14 * fixed problem with m68k asm syntax 27 years ago
platform.inc eb39182b3b * objects compiles for linux 27 years ago
readme 36e6db8f40 + complex.pp replaced by ucomplex.pp 27 years ago
real2str.inc 6ed3f994e1 + Fixed error when printing zero. len was calculated wron. 27 years ago
rtti.inc 4b73216117 + Split rtti according to processor. Implemented optimized i386 code. 27 years ago
sstrings.inc a787487de6 * No SINGLE type for non-intel processors!! 27 years ago
system.inc 4f8884b466 * randon and Random(l) now work correctly - don't touch it works! 27 years ago
systemh.inc e472678241 * No SINGLE type for m68k or other non-intel processors! 27 years ago
text.inc 477a174399 Added length checking for string reading 27 years ago
textrec.inc 4496a78375 + working version now ok 27 years ago
typefile.inc 9d51088353 * IoCheck routines now check for InOutRes before executing, just like TP 27 years ago
ucomplex.pp 36e6db8f40 + complex.pp replaced by ucomplex.pp 27 years ago
version.inc e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 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:

system.inc OS and Processor independent implementation part of system unit.
systemh.inc Interface part of the system unit.
textrec.inc Definition of Textrec record.
filerec.inc Definition of Filerec record.
astrings.pp AnsiStrings implementation.
lstrings.pp LongStrings implementation.
sstrings.inc ShortStrings implementation.
heaph.inc Declarations of Heap functions.
mathh.inc Declarations of mathematical functions.

The unit files are:

ucomplex.pp Complex functions using operator overloading
getopts.pp Pascal implementation of the GNU Getops