fpc/rtl/inc
carl 23c364f842 + Fully implemented clipping
* PatternnLine now calls HLine if the lines to draw are
      non-patterned (10-15% speedv improvement)
1999-04-25 02:28:54 +00:00
..
graph + Fully implemented clipping 1999-04-25 02:28:54 +00:00
astrings.inc * fixed pchar 2 ansi 1999-04-22 10:51:17 +00:00
except.inc * removed warnings 1999-04-08 11:30:57 +00:00
file.inc * also check fmInput,fmOutput 1998-11-29 23:10:12 +00:00
filerec.inc
getopts.pp
heap.inc * error 204 if trying to free too much memory of heap top ! 1999-04-19 11:53:13 +00:00
heaph.inc * fixed small things regarding TEMPHEAP 1999-02-08 09:31:39 +00:00
heaptrc.pp * show also allocation stack for a wrong size 1999-03-26 19:10:34 +00:00
innr.inc * addr() internal 1999-04-17 13:10:23 +00:00
int64.inc * naming for str(...) routines inserted 1999-01-06 12:25:02 +00:00
lstrings.pp
makefile.inc * fixed length(char) 1998-11-24 17:12:42 +00:00
mathh.inc
objects.pp + SetStr() function 1999-02-25 21:25:26 +00:00
readme * oops... wrong filename 1999-02-12 17:14:04 +00:00
real2str.inc * str and val for extended use now int constants to minimize 1999-03-10 21:49:02 +00:00
rtti.inc
sstrings.inc + subrange checking for readln() 1999-04-08 15:57:44 +00:00
strings.pp * Joined strings and sysutils 1999-02-25 07:39:17 +00:00
stringsi.inc + Added header and log 1999-02-25 10:05:07 +00:00
system.inc * addr() internal 1999-04-17 13:10:23 +00:00
systemh.inc * addr() internal 1999-04-17 13:10:23 +00:00
text.inc + subrange checking for readln() 1999-04-08 15:57:44 +00:00
textrec.inc
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:

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.


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.