fpc/rtl/inc
Jonas Maebe 39d5e1c70a * XAspect and YAspect are now words instead of smallints, they
overflowed for resolutions > 640x480 otherwise
  * the number of pixels required for an ellipse in internalellipsedef
    is now calculated after the aspectratios have been taken into
    account
1999-12-26 10:33:06 +00:00
..
graph * XAspect and YAspect are now words instead of smallints, they 1999-12-26 10:33:06 +00:00
astrings.inc
except.inc
file.inc
filerec.inc
generic.inc * some assembler functions translated to pascal 1999-12-21 11:12:16 +00:00
getopts.pp
heap.inc * fixed sysmemsize which did the and sizemask wrong 1999-12-16 19:11:49 +00:00
heaph.inc
heaptrc.pp
innr.inc
int64.inc
lstrings.pp
makefile.inc
mathh.inc
objects.pp
objpas.inc
objpash.inc
readme
real2str.inc
rtti.inc
sockets.inc
socketsh.inc
sstrings.inc * avoid unwanted type conversion from cardinal to longint in val for 1999-12-11 19:07:44 +00:00
strings.pp
stringsi.inc
system.inc * allow v09912 to compile system 1999-12-21 11:10:22 +00:00
systemh.inc + smallint, maxsmallint 1999-12-20 11:20:14 +00:00
text.inc
textrec.inc
typefile.inc
ucomplex.pp + cinv in interface 1999-12-20 22:24:48 +00:00
wstrings.inc + initial version 1999-12-18 14:55:53 +00:00

This directory contains only RTL parts independent 
of the processor and of the operating system.

The include files contain the following:

astrings.pp     AnsiStrings implementation.
except.inc      Delphi styled exception support.
file.inc        Untyped file support routines.
filerec.inc     Untyped file record definition.
heap.inc        Runtime heap manager .
heaph.inc       Declarations of Heap functions.
innr.inc        Internal function delcarations.
int64.inc       Support for 64-bit integer arithmetic.
lstrings.pp     LongStrings routine implementation.
mathh.inc       Declarations of mathematical functions. 
real2str.inc    Routine to convert floating point numbers to strings.
rtti.inc        Delphi like runtime type information
sstrings.inc    ShortStrings (TP/BP pascal like strings) implementation.
system.inc      OS and Processor independent implementation part of system unit.
systemh.inc     Interface part of the system unit.
text.inc        Text file support routines.
textrec.inc     Definition of Textrec record.
typefile.inc    Text file record definition.
generic.inc     Processor independant implementation of assembler procs on i386
                (to allow easy porting to new processors).

The unit files are:

ucomplex.pp     Complex functions using operator overloading
getopts.pp      Pascal implementation of the GNU Getops
objects.pp      Turbo Pascal like implementation of objects unit
heaptrc.pp      Runtime memory leak tracer and tests for memory integrity.