pierre ad8d0efb52 * bug for boolean values greater than one fixed 28 yıl önce
..
astrings.pp e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 28 yıl önce
complex.pp e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 28 yıl önce
file.inc eb39182b3b * objects compiles for linux 28 yıl önce
filerec.inc fae8860440 * works with all OS 28 yıl önce
getopts.pp eb39182b3b * objects compiles for linux 28 yıl önce
heaph.inc e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 28 yıl önce
innr.inc e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 28 yıl önce
lstrings.pp e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 28 yıl önce
makefile.inc d307cedd31 * fixed crt input 28 yıl önce
mathh.inc e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 28 yıl önce
objects.pp 1d389f6211 * ATT asmparsing always 28 yıl önce
platform.inc eb39182b3b * objects compiles for linux 28 yıl önce
readme e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 28 yıl önce
real2str.inc e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 28 yıl önce
sstrings.inc 128212755c * removed warnings using comp() 28 yıl önce
system.inc ac974a7634 * test commit. Shouldn't be allowed. 28 yıl önce
systemh.inc d26106d745 * fixed the optimizes of daniel 28 yıl önce
text.inc ad8d0efb52 * bug for boolean values greater than one fixed 28 yıl önce
textrec.inc 4496a78375 + working version now ok 28 yıl önce
typefile.inc eb39182b3b * objects compiles for linux 28 yıl önce
version.inc e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 28 yıl önce

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:

complex.pp Complex functions using operator overloading
getops.pp Pascal implementation of the GNU Getops