peter cbe7d4629c + textrecbufsize 27 gadi atpakaļ
..
astrings.pp cb2b504eb1 + rtti for objects and classes 27 gadi atpakaļ
except.inc cc290ede1a * the raise helper routine get the exception object call by value 27 gadi atpakaļ
file.inc 8c0de1dd76 * uniform filerec/textrec (with recsize:longint and name:0..255) 27 gadi atpakaļ
filerec.inc 8c0de1dd76 * uniform filerec/textrec (with recsize:longint and name:0..255) 27 gadi atpakaļ
getopts.pp 972218d22f * some fixes with indexes 27 gadi atpakaļ
heaph.inc c33e3788cd Reinstated the heapsize function. 27 gadi atpakaļ
innr.inc b8ff0c3320 + internconst 27 gadi atpakaļ
lstrings.pp e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 27 gadi atpakaļ
makefile.inc 811044754a * better rtti 27 gadi atpakaļ
mathh.inc de0a5038f9 * splitted default_extended from support_extended 27 gadi atpakaļ
objects.pp 41250c8861 + Atari TOS support 27 gadi atpakaļ
platform.inc eb39182b3b * objects compiles for linux 27 gadi atpakaļ
readme 36e6db8f40 + complex.pp replaced by ucomplex.pp 27 gadi atpakaļ
real2str.inc de0a5038f9 * splitted default_extended from support_extended 27 gadi atpakaļ
rtti.inc cd56bb15c3 *** empty log message *** 27 gadi atpakaļ
sstrings.inc de0a5038f9 * splitted default_extended from support_extended 27 gadi atpakaļ
system.inc b8ff0c3320 + internconst 27 gadi atpakaļ
systemh.inc 8c0de1dd76 * uniform filerec/textrec (with recsize:longint and name:0..255) 27 gadi atpakaļ
text.inc cbe7d4629c + textrecbufsize 27 gadi atpakaļ
textrec.inc cbe7d4629c + textrecbufsize 27 gadi atpakaļ
typefile.inc 9d51088353 * IoCheck routines now check for InOutRes before executing, just like TP 27 gadi atpakaļ
ucomplex.pp 36e6db8f40 + complex.pp replaced by ucomplex.pp 27 gadi atpakaļ
version.inc e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 27 gadi atpakaļ

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