fpc/rtl/inc
1998-11-12 11:54:50 +00:00
..
astrings.pp * removed warnings 1998-11-05 14:20:36 +00:00
except.inc * EInvalidCast added (from runerror 219) 1998-10-03 15:08:04 +00:00
file.inc
filerec.inc
getopts.pp Long options NEED -- as starting char 1998-10-30 09:18:22 +00:00
heap.inc + check for < 0 which otherwise segfaulted 1998-10-22 23:50:45 +00:00
heaph.inc
heaptrc.pp * size is now also checked 1998-11-06 08:46:01 +00:00
innr.inc + assert() support 1998-10-05 12:32:44 +00:00
lstrings.pp
makefile.inc
mathh.inc
objects.pp * fixed for 0.99.8 1998-11-12 11:54:50 +00:00
platform.inc
readme
real2str.inc
rtti.inc
sstrings.inc * fix for length(char) in const expressions 1998-11-05 10:29:34 +00:00
system.inc * fix for length(char) in const expressions 1998-11-05 10:29:34 +00:00
systemh.inc * fix for length(char) in const expressions 1998-11-05 10:29:34 +00:00
text.inc * write(pchar) has check for nil 1998-10-23 00:03:29 +00:00
textrec.inc
typefile.inc
ucomplex.pp
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