sg 6fcf8dcda3 * Added declarations for WideString utility functions vor 25 Jahren
..
graph 3c7d8f0db1 * merged setvideostate patch vor 25 Jahren
astrings.inc 650fbb86aa + removed logs vor 25 Jahren
except.inc 650fbb86aa + removed logs vor 25 Jahren
file.inc 650fbb86aa + removed logs vor 25 Jahren
filerec.inc 650fbb86aa + removed logs vor 25 Jahren
generic.inc 586c4cea50 + Conditionals fixed vor 25 Jahren
getopts.pp 650fbb86aa + removed logs vor 25 Jahren
heap.inc 1a0277d7b0 * smallatheapptr undef and other cleanup (merged) vor 25 Jahren
heaph.inc 650fbb86aa + removed logs vor 25 Jahren
heaptrc.pp 650fbb86aa + removed logs vor 25 Jahren
innr.inc 4d5f0c2331 + in_typeinfo_x added vor 25 Jahren
int64.inc afec990176 * fixed web bug1069 vor 25 Jahren
lineinfo.pp 650fbb86aa + removed logs vor 25 Jahren
lstrings.pp 650fbb86aa + removed logs vor 25 Jahren
makefile.inc 650fbb86aa + removed logs vor 25 Jahren
mathh.inc 650fbb86aa + removed logs vor 25 Jahren
objects.pp 650fbb86aa + removed logs vor 25 Jahren
objpas.inc 6f6c4f720a * Resolved CVS conflicts for TObject.MethodAddress patch vor 25 Jahren
objpash.inc 586c4cea50 + Conditionals fixed vor 25 Jahren
os_types.pp 650fbb86aa + removed logs vor 25 Jahren
readme 9a21e0d1e2 + generic.inc added vor 26 Jahren
real2str.inc 650fbb86aa + removed logs vor 25 Jahren
rtti.inc 650fbb86aa + removed logs vor 25 Jahren
sockets.inc 650fbb86aa + removed logs vor 25 Jahren
socketsh.inc 650fbb86aa + removed logs vor 25 Jahren
sstrings.inc afec990176 * fixed web bug1069 vor 25 Jahren
strings.pp 650fbb86aa + removed logs vor 25 Jahren
stringsi.inc 650fbb86aa + removed logs vor 25 Jahren
system.inc 586c4cea50 + Conditionals fixed vor 25 Jahren
systemh.inc 6fcf8dcda3 * Added declarations for WideString utility functions vor 25 Jahren
text.inc 586c4cea50 + Conditionals fixed vor 25 Jahren
textrec.inc 650fbb86aa + removed logs vor 25 Jahren
typefile.inc 650fbb86aa + removed logs vor 25 Jahren
ucomplex.pp 650fbb86aa + removed logs vor 25 Jahren
wstrings.inc 650fbb86aa + removed logs vor 25 Jahren

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.