fpc/rtl/inc
1998-07-10 11:02:38 +00:00
..
astrings.pp + Added Public,Alias directives for some calls 1998-07-06 14:29:08 +00:00
file.inc + Each IOCheck routine now checks for InOures before executing, like TP 1998-07-02 12:15:39 +00:00
filerec.inc * works with all OS 1998-05-21 11:55:59 +00:00
getopts.pp * some fixes with indexes 1998-06-18 10:49:04 +00:00
heaph.inc Reinstated the heapsize function. 1998-07-02 14:11:30 +00:00
innr.inc * moved getopts to inc/, all supported OS's need argc,argv exported 1998-05-12 10:42:41 +00:00
lstrings.pp * moved getopts to inc/, all supported OS's need argc,argv exported 1998-05-12 10:42:41 +00:00
makefile.inc * better rtti 1998-06-25 08:41:41 +00:00
mathh.inc * moved getopts to inc/, all supported OS's need argc,argv exported 1998-05-12 10:42:41 +00:00
objects.pp * fixed problem with m68k asm syntax 1998-07-08 12:00:25 +00:00
platform.inc * objects compiles for linux 1998-05-21 19:30:46 +00:00
readme + complex.pp replaced by ucomplex.pp 1998-06-15 15:45:40 +00:00
real2str.inc + Fixed error when printing zero. len was calculated wron. 1998-06-18 08:15:33 +00:00
rtti.inc + Split rtti according to processor. Implemented optimized i386 code. 1998-06-08 15:32:08 +00:00
sstrings.inc * support_fixed, becuase fixed is not 100% yet for the m68k 1998-07-10 11:02:38 +00:00
system.inc * randon and Random(l) now work correctly - don't touch it works! 1998-07-08 11:56:55 +00:00
systemh.inc * support_fixed, becuase fixed is not 100% yet for the m68k 1998-07-10 11:02:38 +00:00
text.inc * support_fixed, becuase fixed is not 100% yet for the m68k 1998-07-10 11:02:38 +00:00
textrec.inc + working version now ok 1998-05-21 15:37:19 +00:00
typefile.inc * IoCheck routines now check for InOutRes before executing, just like TP 1998-07-02 12:16:28 +00:00
ucomplex.pp + complex.pp replaced by ucomplex.pp 1998-06-15 15:45:40 +00:00
version.inc * moved getopts to inc/, all supported OS's need argc,argv exported 1998-05-12 10:42:41 +00:00

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