florian cd88850377 * fixed some arm stuff 22 years ago
..
graph 01dfac4a4e * old logs removed and tabs fixed 23 years ago
aliases.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
astrings.inc 4be7651aa2 * fixed conversion of fpc_*str_unique to compilerproc 22 years ago
charset.pp 01dfac4a4e * old logs removed and tabs fixed 23 years ago
compproc.inc 78a00b657b * fixed copy(<dynarray>, ...) 22 years ago
dynarr.inc 48ea64442f * fixed a:=copy(b) 22 years ago
dynarrh.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
dynlibs.pp 01dfac4a4e * old logs removed and tabs fixed 23 years ago
except.inc 0271650b3a + New runerror 231 (exception stack error) and 232 (nothread support) 22 years ago
fexpand.inc c79f0fb1ac * '//' behaviour for Amiga corrected 23 years ago
file.inc f534cdd91d * do not overwrite Inoutres in blockwrite with 101 22 years ago
filerec.inc b15ba0a5ae * Peter's Cardinal<->Longint fixes patch 22 years ago
generic.inc 8d771df2d4 * arm fixes to the common rtl code 22 years ago
genmath.inc 8d771df2d4 * arm fixes to the common rtl code 22 years ago
genset.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
genstr.inc a980741757 * generic string routines added 22 years ago
genstrs.inc a980741757 * generic string routines added 22 years ago
getopts.pp e81a1b6764 * applied fix from Maxim Artemev ([email protected]) 23 years ago
heap.inc fcde2c3ffa * *memORY overloads 22 years ago
heaph.inc fcde2c3ffa * *memORY overloads 22 years ago
heaptrc.pp 9704595c94 * when retrieving stackdump check if bp is smaller than the previous 22 years ago
innr.inc ef708fdab9 * Swap(QWord) constant support 23 years ago
int64.inc abbc3fa755 * moved int64 asm code to int64p.inc 22 years ago
keyboard.inc b15ba0a5ae * Peter's Cardinal<->Longint fixes patch 22 years ago
keybrdh.inc b15ba0a5ae * Peter's Cardinal<->Longint fixes patch 22 years ago
keyscan.inc a4202664da + Initial import to main branch from fixes branch 24 years ago
lineinfo.pp fe692f24aa * Changed m68k to cpum68k, i386 to cpui386 22 years ago
lstrings.pp 01dfac4a4e * old logs removed and tabs fixed 23 years ago
makefile.inc 9a219375c1 - removed os_types 23 years ago
mathh.inc c959c98665 - fpc_int64_to_double removed as not supported by most cpu targets 22 years ago
mouse.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
mouseh.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
objects.pp cd88850377 * fixed some arm stuff 22 years ago
objpas.inc bea2706914 + fix from Ivan Shikhalev for QueryInterface to return ancestor methods 22 years ago
objpash.inc cd88850377 * fixed some arm stuff 22 years ago
readme 13db04fb8b * small cleanup of commented code (merged) 24 years ago
real2str.inc c8e23c4e58 * fixed web bug #2643 22 years ago
rtti.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
sockets.inc 20c89903ec + Changed mode to output for file sockets 22 years ago
socketsh.inc b00f51317f + Added IPV6 patch from Johannes Berg 22 years ago
softfpu.pp 22352dad85 * forgot goto on switch in last commit 23 years ago
sstrings.inc eee67f89ea * fixed shortstring version of setstring 22 years ago
strings.pp a980741757 * generic string routines added 22 years ago
stringsi.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
system.inc b15ba0a5ae * Peter's Cardinal<->Longint fixes patch 22 years ago
systemh.inc 2f103d8153 + Added overloaded version of SetWideStringManager without old parameter 22 years ago
text.inc 9a2f05820a * fixed ignorespaces which was broken by the previous commit 23 years ago
textrec.inc b15ba0a5ae * Peter's Cardinal<->Longint fixes patch 22 years ago
thread.inc bbb575334b + Removed dummy variable from SetNothreadManager 22 years ago
threadh.inc f42fedd0c3 + Added overloaded version of SetThreadManager without old parameter 22 years ago
threadvr.inc 4b2084fb50 + New threadmanager implementation 22 years ago
typefile.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
ucomplex.pp 01dfac4a4e * old logs removed and tabs fixed 23 years ago
variant.inc d97aa2e973 + currency type can be assigned to variants now 22 years ago
varianth.inc d97aa2e973 + currency type can be assigned to variants now 22 years ago
video.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
videoh.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
wstrings.inc 2f103d8153 + Added overloaded version of SetWideStringManager without old parameter 22 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).
genset.inc Processor independant implementation of set handling
genmath.inc Processor independant implementation of mathematical routines
genrrti.inc Processor independant implementation of runtime type information routines

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.