florian 042cb265c0 * improved qword*qword code, if no overflow checking is done 25 年之前
..
graph ec29a31834 * copyright 2000 26 年之前
astrings.inc ec29a31834 * copyright 2000 26 年之前
except.inc ec29a31834 * copyright 2000 26 年之前
file.inc 4f22717b61 * open with mode 2 in rewrite 26 年之前
filerec.inc ec29a31834 * copyright 2000 26 年之前
generic.inc c775ade1d6 * primitives added 26 年之前
getopts.pp ec29a31834 * copyright 2000 26 年之前
heap.inc 9be202fd38 * fixed reallocmem which didn't work anymore and thus broke a lot 25 年之前
heaph.inc 2c25000f32 * fixed problem with reallocmem and heaptrc 26 年之前
heaptrc.pp 8095e34fae * finally fixed tracereallocmem completely 26 年之前
innr.inc ec29a31834 * copyright 2000 26 年之前
int64.inc 042cb265c0 * improved qword*qword code, if no overflow checking is done 25 年之前
lstrings.pp ec29a31834 * copyright 2000 26 年之前
makefile.inc 01aceb4f07 + qword/int64: lo/hi/swap 26 年之前
mathh.inc ec29a31834 * copyright 2000 26 年之前
objects.pp ec29a31834 * copyright 2000 26 年之前
objpas.inc ec29a31834 * copyright 2000 26 年之前
objpash.inc ec29a31834 * copyright 2000 26 年之前
readme 9a21e0d1e2 + generic.inc added 26 年之前
real2str.inc bc9c4771c0 + support for NaN's, cleaner support for Inf 26 年之前
rtti.inc ec29a31834 * copyright 2000 26 年之前
sockets.inc ec29a31834 * copyright 2000 26 年之前
socketsh.inc ec29a31834 * copyright 2000 26 年之前
sstrings.inc ec29a31834 * copyright 2000 26 年之前
strings.pp ec29a31834 * copyright 2000 26 年之前
stringsi.inc ec29a31834 * copyright 2000 26 年之前
system.inc c775ade1d6 * primitives added 26 年之前
systemh.inc c834c996e4 * set FPUInt64 to false for i386, because comp mul and div code for int64 is 26 年之前
text.inc 0a05c8d0e0 * reading of 64 bit type implemented 25 年之前
textrec.inc ec29a31834 * copyright 2000 26 年之前
typefile.inc ec29a31834 * copyright 2000 26 年之前
ucomplex.pp ec29a31834 * copyright 2000 26 年之前
wstrings.inc ec29a31834 * copyright 2000 26 年之前

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.