daniel ec29a31834 * copyright 2000 26 years ago
..
graph ec29a31834 * copyright 2000 26 years ago
astrings.inc ec29a31834 * copyright 2000 26 years ago
except.inc ec29a31834 * copyright 2000 26 years ago
file.inc ec29a31834 * copyright 2000 26 years ago
filerec.inc ec29a31834 * copyright 2000 26 years ago
generic.inc ec29a31834 * copyright 2000 26 years ago
getopts.pp ec29a31834 * copyright 2000 26 years ago
heap.inc ec29a31834 * copyright 2000 26 years ago
heaph.inc ec29a31834 * copyright 2000 26 years ago
heaptrc.pp ec29a31834 * copyright 2000 26 years ago
innr.inc ec29a31834 * copyright 2000 26 years ago
int64.inc ec29a31834 * copyright 2000 26 years ago
lstrings.pp ec29a31834 * copyright 2000 26 years ago
makefile.inc 01aceb4f07 + qword/int64: lo/hi/swap 26 years ago
mathh.inc ec29a31834 * copyright 2000 26 years ago
objects.pp ec29a31834 * copyright 2000 26 years ago
objpas.inc ec29a31834 * copyright 2000 26 years ago
objpash.inc ec29a31834 * copyright 2000 26 years ago
readme 9a21e0d1e2 + generic.inc added 26 years ago
real2str.inc ec29a31834 * copyright 2000 26 years ago
rtti.inc ec29a31834 * copyright 2000 26 years ago
sockets.inc ec29a31834 * copyright 2000 26 years ago
socketsh.inc ec29a31834 * copyright 2000 26 years ago
sstrings.inc ec29a31834 * copyright 2000 26 years ago
strings.pp ec29a31834 * copyright 2000 26 years ago
stringsi.inc ec29a31834 * copyright 2000 26 years ago
system.inc ec29a31834 * copyright 2000 26 years ago
systemh.inc ec29a31834 * copyright 2000 26 years ago
text.inc ec29a31834 * copyright 2000 26 years ago
textrec.inc ec29a31834 * copyright 2000 26 years ago
typefile.inc ec29a31834 * copyright 2000 26 years ago
ucomplex.pp ec29a31834 * copyright 2000 26 years ago
wstrings.inc ec29a31834 * copyright 2000 26 years ago

readme

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).

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.