peter 2696cba586 * patch from bug repository преди 25 години
..
graph c91a23c27d * new constant handling: from now on, hex constants >$7fffffff are преди 25 години
astrings.inc 5e9dbab759 * val for int64 hopefully works now correct преди 25 години
charset.pp 1a2851eb47 * a lot of small changes: преди 25 години
dynarr.inc caee5e33c8 * fixed some bugs in setlength преди 25 години
dynlibs.pp bfdac9385b + Implemented loading of dynamical libraries преди 25 години
except.inc 00917cb46f * the info about exception frames is stored now on the stack преди 25 години
fexpand.inc f46989cf51 + common FExpand introduced преди 25 години
file.inc 650fbb86aa + removed logs преди 25 години
filerec.inc 650fbb86aa + removed logs преди 25 години
generic.inc 619dac6c93 + Merged from fixbranch преди 25 години
getopts.pp 2696cba586 * patch from bug repository преди 25 години
heap.inc 1a0277d7b0 * smallatheapptr undef and other cleanup (merged) преди 25 години
heaph.inc 650fbb86aa + removed logs преди 25 години
heaptrc.pp 0293387955 * removed 64bit evaluations when range checking is on преди 25 години
innr.inc 4d5f0c2331 + in_typeinfo_x added преди 25 години
int64.inc 5e9dbab759 * val for int64 hopefully works now correct преди 25 години
lineinfo.pp c88779b691 * added cardinal typecast to avoid signed evaluation преди 25 години
lstrings.pp 650fbb86aa + removed logs преди 25 години
makefile.inc 619dac6c93 + Merged from fixbranch преди 25 години
mathh.inc 1a2851eb47 * a lot of small changes: преди 25 години
objects.pp abfa37b122 * Renamefest преди 25 години
objpas.inc 7416c90ad8 * is-operator fixed преди 25 години
objpash.inc f79644d9ca + AfterConstruction and BeforeDestruction implemented преди 25 години
os_types.pp abfa37b122 * Renamefest преди 25 години
readme 9a21e0d1e2 + generic.inc added преди 26 години
real2str.inc 650fbb86aa + removed logs преди 25 години
rtti.inc 1a2851eb47 * a lot of small changes: преди 25 години
sockets.inc 650fbb86aa + removed logs преди 25 години
socketsh.inc abfa37b122 * Renamefest преди 25 години
sstrings.inc bd0d141b08 * val for dword and qword didn't handle the max values преди 25 години
strings.pp 650fbb86aa + removed logs преди 25 години
stringsi.inc 650fbb86aa + removed logs преди 25 години
system.inc 4f791d04b4 - removed all ifdef cardinalmulfix code преди 25 години
systemh.inc 4f791d04b4 - removed all ifdef cardinalmulfix code преди 25 години
text.inc de0a78a66e * fix for web bug #1210 from Peter (merged) преди 25 години
textrec.inc 650fbb86aa + removed logs преди 25 години
threadh.inc 00917cb46f * the info about exception frames is stored now on the stack преди 25 години
typefile.inc 650fbb86aa + removed logs преди 25 години
ucomplex.pp 650fbb86aa + removed logs преди 25 години
wstrings.inc 676d01dff6 * removed some warnings преди 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.