fpc/rtl/inc
1998-10-05 12:32:44 +00:00
..
astrings.pp + AnsiString changes 1998-09-28 14:02:33 +00:00
except.inc * EInvalidCast added (from runerror 219) 1998-10-03 15:08:04 +00:00
file.inc * new eof,eoln,seekeoln,seekeof 1998-09-17 16:34:16 +00:00
filerec.inc * FPC_ names 1998-09-14 10:48:00 +00:00
getopts.pp * some fixes with indexes 1998-06-18 10:49:04 +00:00
heap.inc + memorymanager like delphi 1998-10-01 14:55:17 +00:00
heaph.inc + memorymanager like delphi 1998-10-01 14:55:17 +00:00
heaptrc.pp + quicktrace 1998-10-02 10:35:38 +00:00
innr.inc + assert() support 1998-10-05 12:32:44 +00:00
lstrings.pp
makefile.inc * FPC_ names 1998-09-14 10:48:00 +00:00
mathh.inc * splitted default_extended from support_extended 1998-08-11 21:39:04 +00:00
objects.pp * removed some warnings 1998-09-09 15:29:02 +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 * FPC_ names 1998-09-14 10:48:00 +00:00
system.inc + assert() support 1998-10-05 12:32:44 +00:00
systemh.inc + assert() support 1998-10-05 12:32:44 +00:00
text.inc + Ansistring write now gets pointer. 1998-09-29 08:39:07 +00:00
textrec.inc * FPC_ names 1998-09-14 10:48:00 +00:00
typefile.inc * FPC_ names 1998-09-14 10:48:00 +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