michael e7aca136a1 + Initial import 25 年之前
..
graph e7aca136a1 + Initial import 25 年之前
astrings.inc e7aca136a1 + Initial import 25 年之前
except.inc e7aca136a1 + Initial import 25 年之前
file.inc e7aca136a1 + Initial import 25 年之前
filerec.inc e7aca136a1 + Initial import 25 年之前
generic.inc e7aca136a1 + Initial import 25 年之前
getopts.pp e7aca136a1 + Initial import 25 年之前
heap.inc e7aca136a1 + Initial import 25 年之前
heaph.inc e7aca136a1 + Initial import 25 年之前
heaptrc.pp e7aca136a1 + Initial import 25 年之前
innr.inc e7aca136a1 + Initial import 25 年之前
int64.inc e7aca136a1 + Initial import 25 年之前
lineinfo.pp e7aca136a1 + Initial import 25 年之前
lstrings.pp e7aca136a1 + Initial import 25 年之前
makefile.inc 043d981e00 * added os_types unit 25 年之前
mathh.inc e7aca136a1 + Initial import 25 年之前
objects.pp e7aca136a1 + Initial import 25 年之前
objpas.inc e7aca136a1 + Initial import 25 年之前
objpash.inc e7aca136a1 + Initial import 25 年之前
os_types.pp cb860d32dc added central unit for OS dependent types. 25 年之前
readme 9a21e0d1e2 + generic.inc added 26 年之前
real2str.inc e7aca136a1 + Initial import 25 年之前
rtti.inc e7aca136a1 + Initial import 25 年之前
sockets.inc e7aca136a1 + Initial import 25 年之前
socketsh.inc e7aca136a1 + Initial import 25 年之前
sstrings.inc e7aca136a1 + Initial import 25 年之前
strings.pp e7aca136a1 + Initial import 25 年之前
stringsi.inc e7aca136a1 + Initial import 25 年之前
system.inc e7aca136a1 + Initial import 25 年之前
systemh.inc e7aca136a1 + Initial import 25 年之前
text.inc e7aca136a1 + Initial import 25 年之前
textrec.inc e7aca136a1 + Initial import 25 年之前
typefile.inc e7aca136a1 + Initial import 25 年之前
ucomplex.pp e7aca136a1 + Initial import 25 年之前
wstrings.inc e7aca136a1 + Initial import 25 年之前

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.