diff options
author | fpc <fpc@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2005-05-16 18:37:41 +0000 |
---|---|---|
committer | fpc <fpc@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2005-05-16 18:37:41 +0000 |
commit | f206a9c2b1ae1d8727ca27a96d448b61fdb4c766 (patch) | |
tree | f28256ff9964c1fc7c0f7fb00891268a117b745d /rtl/inc/readme | |
download | fpc-f206a9c2b1ae1d8727ca27a96d448b61fdb4c766.tar.gz |
initial import
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@1 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'rtl/inc/readme')
-rw-r--r-- | rtl/inc/readme | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/rtl/inc/readme b/rtl/inc/readme new file mode 100644 index 0000000000..a2f4f2705e --- /dev/null +++ b/rtl/inc/readme @@ -0,0 +1,36 @@ +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). +genset.inc Processor independant implementation of set handling +genmath.inc Processor independant implementation of mathematical routines +genrrti.inc Processor independant implementation of runtime type information routines + +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. + |