Jonas Maebe bee0c9d3b4 * random now returns a value between 0 and max-1 instead of between 0 and max 27 years ago
..
astrings.pp 29a7bb1314 * a lot small fixes to the extended data type work 27 years ago
except.inc cc290ede1a * the raise helper routine get the exception object call by value 27 years ago
file.inc f48664d6d5 + fixed rename. Changed p to p^ 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 de0a5038f9 * splitted default_extended from support_extended 27 years ago
objects.pp 41250c8861 + Atari TOS support 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 de0a5038f9 * splitted default_extended from support_extended 27 years ago
rtti.inc cd56bb15c3 *** empty log message *** 27 years ago
sstrings.inc de0a5038f9 * splitted default_extended from support_extended 27 years ago
system.inc bee0c9d3b4 * random now returns a value between 0 and max-1 instead of between 0 and max 27 years ago
systemh.inc de0a5038f9 * splitted default_extended from support_extended 27 years ago
text.inc bd57e42086 * $ifdef ver0_99_5 updates 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