michael e639e7b163 + Adapted assert to Delphi format 27 лет назад
..
astrings.pp dd71eb8045 changes for ansistrings 27 лет назад
file.inc f48664d6d5 + fixed rename. Changed p to p^ 27 лет назад
filerec.inc fae8860440 * works with all OS 27 лет назад
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 27 лет назад
lstrings.pp e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 27 лет назад
makefile.inc 811044754a * better rtti 27 лет назад
mathh.inc e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 27 лет назад
objects.pp 41250c8861 + Atari TOS support 27 лет назад
platform.inc eb39182b3b * objects compiles for linux 27 лет назад
readme 36e6db8f40 + complex.pp replaced by ucomplex.pp 27 лет назад
real2str.inc 5e5ca61090 * strlenint type implemented 27 лет назад
rtti.inc cd56bb15c3 *** empty log message *** 27 лет назад
sstrings.inc 5e5ca61090 * strlenint type implemented 27 лет назад
system.inc e639e7b163 + Adapted assert to Delphi format 27 лет назад
systemh.inc dd71eb8045 changes for ansistrings 27 лет назад
text.inc f48664d6d5 + fixed rename. Changed p to p^ 27 лет назад
textrec.inc 4496a78375 + working version now ok 27 лет назад
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 27 лет назад

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