pierre f3b853f096 * Change Code to var param in ValAnsiUnsignedInt function 25 years ago
..
graph 8d2b35c5ef * released -dnewmodes 25 years ago
astrings.inc f3b853f096 * Change Code to var param in ValAnsiUnsignedInt function 25 years ago
except.inc bc8a454afd + Modifications for exception support in sysutils. Mainly added 25 years ago
file.inc 17c623dc25 * changed a lot of "if fm.mode = fmClosed then" to case statements, 25 years ago
filerec.inc 6b66a55cd6 * truncated log 25 years ago
generic.inc 4bbbb33cf1 * small fixes 25 years ago
getopts.pp 6b66a55cd6 * truncated log 25 years ago
heap.inc e574245b0e fix for heap problem 25 years ago
heaph.inc e9f1439f5a + ReturnNilIfGrowHeapFails used in objects unit 25 years ago
heaptrc.pp 0194d7a616 * fixed reallocmem with double removing from heap_mem_root list 25 years ago
innr.inc 6b66a55cd6 * truncated log 25 years ago
int64.inc 49b6de7c9e * fixed declaration of val_int64 (removed destsize parameter) 25 years ago
lineinfo.pp 57c538267c * removed notes 25 years ago
lstrings.pp 6b66a55cd6 * truncated log 25 years ago
makefile.inc 043d981e00 * added os_types unit 25 years ago
mathh.inc 2eb62408ae * disabled FIXED data type per default 25 years ago
objects.pp e9f1439f5a + ReturnNilIfGrowHeapFails used in objects unit 25 years ago
objpas.inc e9d1212ea8 * Implemented TObject.FieldAddress 25 years ago
objpash.inc bc8a454afd + Modifications for exception support in sysutils. Mainly added 25 years ago
os_types.pp cb860d32dc added central unit for OS dependent types. 25 years ago
readme 9a21e0d1e2 + generic.inc added 26 years ago
real2str.inc d9c608a373 + $maxfpuregisters 0 for i386 in systemh (to avoid requiring too much 25 years ago
rtti.inc 618dd3c91c * added tkint64,tkqword constants 25 years ago
sockets.inc 9fd7ba963e * no bufpos reset on flush for fminput 25 years ago
socketsh.inc 9fee5cffce + Corrected GetSocketOptions 25 years ago
sstrings.inc 062604c406 * fix for extended constants 25 years ago
strings.pp 2a4b2adc65 * strdispose uses freemem(pointer) and resets pointer to nil 25 years ago
stringsi.inc 6b66a55cd6 * truncated log 25 years ago
system.inc 2f715a886a * disable check in Exit and Error code 25 years ago
systemh.inc aae7c24beb * moved islibrary,isconsole,ismulithread to systemh as they are 25 years ago
text.inc 17c623dc25 * changed a lot of "if fm.mode = fmClosed then" to case statements, 25 years ago
textrec.inc 6b66a55cd6 * truncated log 25 years ago
typefile.inc 17c623dc25 * changed a lot of "if fm.mode = fmClosed then" to case statements, 25 years ago
ucomplex.pp 6b66a55cd6 * truncated log 25 years ago
wstrings.inc ec29a31834 * copyright 2000 26 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.