florian cb2b504eb1 + rtti for objects and classes 27 年 前
..
astrings.pp cb2b504eb1 + rtti for objects and classes 27 年 前
except.inc cc290ede1a * the raise helper routine get the exception object call by value 27 年 前
file.inc f48664d6d5 + fixed rename. Changed p to p^ 27 年 前
filerec.inc fae8860440 * works with all OS 28 年 前
getopts.pp 972218d22f * some fixes with indexes 27 年 前
heaph.inc c33e3788cd Reinstated the heapsize function. 27 年 前
innr.inc e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 28 年 前
lstrings.pp e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 28 年 前
makefile.inc 811044754a * better rtti 27 年 前
mathh.inc de0a5038f9 * splitted default_extended from support_extended 27 年 前
objects.pp 41250c8861 + Atari TOS support 27 年 前
platform.inc eb39182b3b * objects compiles for linux 28 年 前
readme 36e6db8f40 + complex.pp replaced by ucomplex.pp 27 年 前
real2str.inc de0a5038f9 * splitted default_extended from support_extended 27 年 前
rtti.inc cd56bb15c3 *** empty log message *** 27 年 前
sstrings.inc de0a5038f9 * splitted default_extended from support_extended 27 年 前
system.inc 1dd8fe99d5 + important comment added 27 年 前
systemh.inc de0a5038f9 * splitted default_extended from support_extended 27 年 前
text.inc 8a66987b6c + Flush on close only for output files cd ../inc 27 年 前
textrec.inc 4496a78375 + working version now ok 28 年 前
typefile.inc 9d51088353 * IoCheck routines now check for InOutRes before executing, just like TP 27 年 前
ucomplex.pp 36e6db8f40 + complex.pp replaced by ucomplex.pp 27 年 前
version.inc e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 28 年 前

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