florian f79644d9ca + AfterConstruction and BeforeDestruction implemented 25 years ago
..
graph 2f3239d61c + setallpalette hook 25 years ago
astrings.inc 94c1f86d79 * changed ver1_0 defines to temporary defs 25 years ago
charset.pp 1a2851eb47 * a lot of small changes: 25 years ago
dynarr.inc f79644d9ca + AfterConstruction and BeforeDestruction implemented 25 years ago
dynlibs.pp bfdac9385b + Implemented loading of dynamical libraries 25 years ago
except.inc 9048ff6354 * Added 'RaiseProc': A user-definable callback procedure which gets 25 years ago
fexpand.inc f46989cf51 + common FExpand introduced 25 years ago
file.inc 650fbb86aa + removed logs 25 years ago
filerec.inc 650fbb86aa + removed logs 25 years ago
generic.inc 619dac6c93 + Merged from fixbranch 25 years ago
getopts.pp 650fbb86aa + removed logs 25 years ago
heap.inc 1a0277d7b0 * smallatheapptr undef and other cleanup (merged) 25 years ago
heaph.inc 650fbb86aa + removed logs 25 years ago
heaptrc.pp 48292584ae * clear inoutres in traceexit before writing anything (to avoid an RTE 25 years ago
innr.inc 4d5f0c2331 + in_typeinfo_x added 25 years ago
int64.inc afec990176 * fixed web bug1069 25 years ago
lineinfo.pp 0ddba9e6cd * fixed concatting of source and include filenames (merged) 25 years ago
lstrings.pp 650fbb86aa + removed logs 25 years ago
makefile.inc 619dac6c93 + Merged from fixbranch 25 years ago
mathh.inc 1a2851eb47 * a lot of small changes: 25 years ago
objects.pp 650fbb86aa + removed logs 25 years ago
objpas.inc f79644d9ca + AfterConstruction and BeforeDestruction implemented 25 years ago
objpash.inc f79644d9ca + AfterConstruction and BeforeDestruction implemented 25 years ago
os_types.pp 650fbb86aa + removed logs 25 years ago
readme 9a21e0d1e2 + generic.inc added 26 years ago
real2str.inc 650fbb86aa + removed logs 25 years ago
rtti.inc 1a2851eb47 * a lot of small changes: 25 years ago
sockets.inc 650fbb86aa + removed logs 25 years ago
socketsh.inc 194b9f2958 * FreeBSD adjustments patched in from fixes branch 25 years ago
sstrings.inc 94c1f86d79 * changed ver1_0 defines to temporary defs 25 years ago
strings.pp 650fbb86aa + removed logs 25 years ago
stringsi.inc 650fbb86aa + removed logs 25 years ago
system.inc 2660e94c5f * removed some warnings 25 years ago
systemh.inc 2660e94c5f * removed some warnings 25 years ago
text.inc 586c4cea50 + Conditionals fixed 25 years ago
textrec.inc 650fbb86aa + removed logs 25 years ago
typefile.inc 650fbb86aa + removed logs 25 years ago
ucomplex.pp 650fbb86aa + removed logs 25 years ago
wstrings.inc 676d01dff6 * removed some warnings 25 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.