fpc/rtl/inc
peter 10d267e9fc * fixed currentframe,previousframe
+ testcall to test the callspec unit
1998-12-16 21:57:20 +00:00
..
astrings.inc * removed temp symbols 1998-12-15 22:42:49 +00:00
except.inc * EInvalidCast added (from runerror 219) 1998-10-03 15:08:04 +00:00
file.inc * also check fmInput,fmOutput 1998-11-29 23:10:12 +00:00
filerec.inc * FPC_ names 1998-09-14 10:48:00 +00:00
getopts.pp Long options NEED -- as starting char 1998-10-30 09:18:22 +00:00
heap.inc * more temp symbols removed 1998-12-16 00:22:24 +00:00
heaph.inc + memorymanager like delphi 1998-10-01 14:55:17 +00:00
heaptrc.pp + Removed underscores in heaptrc unit 1998-12-15 23:49:51 +00:00
innr.inc + assert() support 1998-10-05 12:32:44 +00:00
int64.inc + first implementation 1998-12-12 12:15:41 +00:00
lstrings.pp
makefile.inc * fixed length(char) 1998-11-24 17:12:42 +00:00
mathh.inc * splitted default_extended from support_extended 1998-08-11 21:39:04 +00:00
objects.pp * fixed currentframe,previousframe 1998-12-16 21:57:20 +00:00
readme
real2str.inc * splitted default_extended from support_extended 1998-08-11 21:39:04 +00:00
rtti.inc
sstrings.inc * removed temp symbols 1998-12-15 22:42:49 +00:00
system.inc * removed temp symbols 1998-12-15 22:42:49 +00:00
systemh.inc * removed temp symbols 1998-12-15 22:42:49 +00:00
text.inc * removed temp symbols 1998-12-15 22:42:49 +00:00
textrec.inc * FPC_ names 1998-09-14 10:48:00 +00:00
typefile.inc * more temp symbols removed 1998-12-16 00:22:24 +00:00
ucomplex.pp

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