fpc/rtl/inc
1998-08-22 09:32:12 +00:00
..
astrings.pp + minor fixes typos, and ansi2pchar 1998-08-22 09:32:12 +00:00
except.inc * the raise helper routine get the exception object call by value 1998-08-02 16:43:35 +00:00
file.inc + fixed rename. Changed p to p^ 1998-07-19 19:55:32 +00:00
filerec.inc
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
lstrings.pp
makefile.inc * better rtti 1998-06-25 08:41:41 +00:00
mathh.inc * splitted default_extended from support_extended 1998-08-11 21:39:04 +00:00
objects.pp + Atari TOS support 1998-07-15 12:08:33 +00:00
platform.inc
readme + complex.pp replaced by ucomplex.pp 1998-06-15 15:45:40 +00:00
real2str.inc * splitted default_extended from support_extended 1998-08-11 21:39:04 +00:00
rtti.inc *** empty log message *** 1998-07-20 18:42:51 +00:00
sstrings.inc * splitted default_extended from support_extended 1998-08-11 21:39:04 +00:00
system.inc + important comment added 1998-08-17 12:24:16 +00:00
systemh.inc * splitted default_extended from support_extended 1998-08-11 21:39:04 +00:00
text.inc + Flush on close only for output files cd ../inc 1998-08-17 22:42:17 +00:00
textrec.inc
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

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