peter 12a3b11cdb * merged fixes branch fixes 24 years ago
..
graph f174fb5fb1 * fixed range check error (reported by Vladimir Ravodin) 24 years ago
astrings.inc 5dbe3bba52 * upcase, lowercase for ansistring 24 years ago
charset.pp 1a2851eb47 * a lot of small changes: 25 years ago
dynarr.inc 46b58ded78 * fixes for the stricter compiler 24 years ago
dynlibs.pp bfdac9385b + Implemented loading of dynamical libraries 25 years ago
except.inc e150c46c78 * remove warnings 24 years ago
fexpand.inc 8a7762efb2 * yet another fix for FExpand under Unix 24 years ago
file.inc 650fbb86aa + removed logs 25 years ago
filerec.inc 650fbb86aa + removed logs 25 years ago
generic.inc 12a3b11cdb * merged fixes branch fixes 24 years ago
genrtti.inc 802acf6940 * m68k updates 24 years ago
genset.inc 12a3b11cdb * merged fixes branch fixes 24 years ago
getopts.pp 2696cba586 * patch from bug repository 24 years ago
heap.inc ddd5f168eb + more MT stuff added 24 years ago
heaph.inc 650fbb86aa + removed logs 25 years ago
heaptrc.pp 802acf6940 * m68k updates 24 years ago
innr.inc 4d5f0c2331 + in_typeinfo_x added 25 years ago
int64.inc 802acf6940 * m68k updates 24 years ago
keyboard.inc 3baf37cbd1 * API 2 RTL 24 years ago
keybrdh.inc 3baf37cbd1 * API 2 RTL 24 years ago
lineinfo.pp c88779b691 * added cardinal typecast to avoid signed evaluation 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
mouseh.inc 3baf37cbd1 * API 2 RTL 24 years ago
objects.pp 344fd00373 * completed incomplete typed constant records 24 years ago
objpas.inc e150c46c78 * remove warnings 24 years ago
objpash.inc 46b58ded78 * fixes for the stricter compiler 24 years ago
os_types.pp abfa37b122 * Renamefest 25 years ago
readme 9a21e0d1e2 + generic.inc added 26 years ago
real2str.inc 802acf6940 * m68k updates 24 years ago
rtti.inc 802acf6940 * m68k updates 24 years ago
sockets.inc 650fbb86aa + removed logs 25 years ago
socketsh.inc abfa37b122 * Renamefest 25 years ago
sstrings.inc e150c46c78 * remove warnings 24 years ago
strings.pp 650fbb86aa + removed logs 25 years ago
stringsi.inc 650fbb86aa + removed logs 25 years ago
system.inc 8bf13fd185 *** empty log message *** 24 years ago
systemh.inc d811aeedf7 + odd() for cardinal, int64 and qword (merged) 24 years ago
text.inc faad9460c8 * fixed potential buffer overflow in FPC_WRITE_TEXT_PCHAR_AS_ARRAY (merged) 24 years ago
textrec.inc 650fbb86aa + removed logs 25 years ago
threadh.inc dcbb5bac16 *** empty log message *** 24 years ago
typefile.inc 650fbb86aa + removed logs 25 years ago
ucomplex.pp 650fbb86aa + removed logs 25 years ago
video.inc 3baf37cbd1 * API 2 RTL 24 years ago
videoh.inc 3baf37cbd1 * API 2 RTL 24 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.