florian 042cb265c0 * improved qword*qword code, if no overflow checking is done преди 26 години
..
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 преди 26 години
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 преди 26 години
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 преди 26 години
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.