fpc/rtl/inc
1998-06-23 16:57:16 +00:00
..
astrings.pp + Added aliases for Incr/Decr ref. 1998-06-12 07:39:13 +00:00
file.inc * fixed the filesize() problems under linux and filerec.size=0 error 1998-06-23 16:57:16 +00:00
filerec.inc
getopts.pp * some fixes with indexes 1998-06-18 10:49:04 +00:00
heaph.inc
innr.inc
lstrings.pp
makefile.inc * fixed crt input 1998-05-27 00:19:16 +00:00
mathh.inc
objects.pp * ATT asmparsing always 1998-05-30 14:24:42 +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 * comp,extended are only i386 added support_comp,support_extended 1998-06-04 23:45:56 +00:00
system.inc * RTLLITE conditional added to produce smaller RTL 1998-06-15 15:16:26 +00:00
systemh.inc * RTLLITE conditional added to produce smaller RTL 1998-06-15 15:16:26 +00:00
text.inc * comp,extended are only i386 added support_comp,support_extended 1998-06-04 23:45:56 +00:00
textrec.inc
typefile.inc * objects compiles for linux 1998-05-21 19:30:46 +00:00
ucomplex.pp + complex.pp replaced by ucomplex.pp 1998-06-15 15:45:40 +00:00
version.inc

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