From 52d673755da8532aa16786744a42653c97ae631c Mon Sep 17 00:00:00 2001 From: carl Date: Fri, 12 Feb 1999 16:15:25 +0000 Subject: [PATCH] + updated to reflect files in directory --- rtl/inc/readme | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/rtl/inc/readme b/rtl/inc/readme index daf18aad04..81ae46ae2f 100644 --- a/rtl/inc/readme +++ b/rtl/inc/readme @@ -3,17 +3,29 @@ 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. +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. +heaptrc.inc Runtime memory leak tracer. +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 +ucomplex.pp Complex functions using operator overloading +getopts.pp Pascal implementation of the GNU Getops +objects.pp Turbo Pascal like implementation of objects unit