Initial revision
[AROS-Contrib.git] / development / compilers / freepascal / rtl / inc / readme
blobcf13cd125fbfb22e7e1ead3bead74879cbe65271
1 This directory contains only RTL parts independent 
2 of the processor and of the operating system.
4 The include files contain the following:
6 astrings.pp     AnsiStrings implementation.
7 except.inc      Delphi styled exception support.
8 file.inc        Untyped file support routines.
9 filerec.inc     Untyped file record definition.
10 heap.inc        Runtime heap manager .
11 heaph.inc       Declarations of Heap functions.
12 innr.inc        Internal function delcarations.
13 int64.inc       Support for 64-bit integer arithmetic.
14 lstrings.pp     LongStrings routine implementation.
15 mathh.inc       Declarations of mathematical functions. 
16 real2str.inc    Routine to convert floating point numbers to strings.
17 rtti.inc        Delphi like runtime type information
18 sstrings.inc    ShortStrings (TP/BP pascal like strings) implementation.
19 system.inc      OS and Processor independent implementation part of system unit.
20 systemh.inc     Interface part of the system unit.
21 text.inc        Text file support routines.
22 textrec.inc     Definition of Textrec record.
23 typefile.inc    Text file record definition.
24 generic.inc     Processor independant implementation of assembler procs on i386
25                 (to allow easy porting to new processors).
27 The unit files are:
29 ucomplex.pp     Complex functions using operator overloading
30 getopts.pp      Pascal implementation of the GNU Getops
31 objects.pp      Turbo Pascal like implementation of objects unit
32 heaptrc.pp      Runtime memory leak tracer and tests for memory integrity.