|
@@ -1,4 +1,4 @@
|
|
-This directory contains only RTL parts independent
|
|
|
|
|
|
+This directory contains only RTL parts independent
|
|
of the processor and of the operating system.
|
|
of the processor and of the operating system.
|
|
|
|
|
|
The include files contain the following:
|
|
The include files contain the following:
|
|
@@ -12,7 +12,7 @@ heaph.inc Declarations of Heap functions.
|
|
innr.inc Internal function delcarations.
|
|
innr.inc Internal function delcarations.
|
|
int64.inc Support for 64-bit integer arithmetic.
|
|
int64.inc Support for 64-bit integer arithmetic.
|
|
lstrings.pp LongStrings routine implementation.
|
|
lstrings.pp LongStrings routine implementation.
|
|
-mathh.inc Declarations of mathematical functions.
|
|
|
|
|
|
+mathh.inc Declarations of mathematical functions.
|
|
real2str.inc Routine to convert floating point numbers to strings.
|
|
real2str.inc Routine to convert floating point numbers to strings.
|
|
rtti.inc Delphi like runtime type information
|
|
rtti.inc Delphi like runtime type information
|
|
sstrings.inc ShortStrings (TP/BP pascal like strings) implementation.
|
|
sstrings.inc ShortStrings (TP/BP pascal like strings) implementation.
|
|
@@ -23,6 +23,9 @@ textrec.inc Definition of Textrec record.
|
|
typefile.inc Text file record definition.
|
|
typefile.inc Text file record definition.
|
|
generic.inc Processor independant implementation of assembler procs on i386
|
|
generic.inc Processor independant implementation of assembler procs on i386
|
|
(to allow easy porting to new processors).
|
|
(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:
|
|
The unit files are:
|
|
|
|
|