peter cd35d3fd5e * readded support for ReturnIfGrowHeapFails 21 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 dea441a7dd * the decr functions set the data now to nil 21 years ago
cgeneric.inc dedf697f3a * use some more string routines from libc if FPC_USE_LIBC is used 21 years ago
cgenstr.inc 81b6d9f16c * replace strlenint with sizeint 21 years ago
charset.pp 01dfac4a4e * old logs removed and tabs fixed 23 years ago
cmem.pp b1cfe655e7 * fixed reallocmem (bug noted by Vincent Snijders) 21 years ago
compproc.inc 962ef697d5 * remove comment warnings 21 years ago
crth.inc 5b92078595 fix compile for 1.0.x 21 years ago
dosh.inc 04f6378052 * another global var to threadvar change, plus CVS log added 21 years ago
dynarr.inc 3094258825 * removed warnings 21 years ago
dynarrh.inc 3094258825 * removed warnings 21 years ago
dynlibs.pp 9071845590 + Fix for bug #3164 by Michalis Kamburelis 21 years ago
except.inc 2553988d5a * exception addr record size for 64 bit systems fixed 21 years ago
fexpand.inc 4dbe16c37f * description of individual conditional defines added 21 years ago
file.inc 041eb4aa1d * do_read/do_write addr argument changed to pointer 21 years ago
filerec.inc c9122a4719 + completed x86-64/linux system unit 21 years ago
generic.inc 3094258825 * removed warnings 21 years ago
genmath.inc 3094258825 * removed warnings 21 years ago
genset.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
genstr.inc 81b6d9f16c * replace strlenint with sizeint 21 years ago
genstrs.inc a980741757 * generic string routines added 22 years ago
getopts.pp 934fe41c45 * several 64 bit issues fixed 21 years ago
heap.inc cd35d3fd5e * readded support for ReturnIfGrowHeapFails 21 years ago
heaph.inc cd35d3fd5e * readded support for ReturnIfGrowHeapFails 21 years ago
heaptrc.pp 244b6d1435 fixed go32v2 compile 21 years ago
innr.inc 6cd2cddd33 + added prefetch(const mem) 21 years ago
int64.inc 71611dd39d * shr/shl use and 63 for the shift value 21 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 8c60c6f93e * ordinal-pointer conversions fixed 21 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 515ee5aef6 * linking problems fixed 21 years ago
mouse.inc 6d19671a84 * ptrint fixes 21 years ago
mouseh.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
objects.pp 244b6d1435 fixed go32v2 compile 21 years ago
objpas.inc f3e9309eef * fixed tobject.dispatch for 64 bit cpus 21 years ago
objpash.inc b80e1cfcdb * vtype changed to ptrint 21 years ago
readme 13db04fb8b * small cleanup of commented code (merged) 24 years ago
real2str.inc 3094258825 * removed warnings 21 years ago
rtti.inc 3094258825 * removed warnings 21 years ago
sockets.inc 20c89903ec + Changed mode to output for file sockets 22 years ago
socketsh.inc 510e8a722a * sockaddr is now a union between the old and new struct as grace period 21 years ago
sockovl.inc bdb8404de0 * new files sockets changes 21 years ago
softfpu.pp 22352dad85 * forgot goto on switch in last commit 23 years ago
sstrings.inc 81b6d9f16c * replace strlenint with sizeint 21 years ago
stdsock.inc fe251972ec * Now working under Darwin 21 years ago
strings.pp 81b6d9f16c * replace strlenint with sizeint 21 years ago
stringsi.inc 81b6d9f16c * replace strlenint with sizeint 21 years ago
system.inc 9e8618afe6 * stop backtrace also when caller frame is nil 21 years ago
systemh.inc fe8e9245f4 * fixed wrong commit 21 years ago
text.inc 0337fc7b32 + handles mac line endings without blocking the console, on Mac OS only 21 years ago
textrec.inc 1ca09822a6 * unix thandle is always 32bit 21 years ago
thread.inc 6ae2f1b4dd * wrappers and nothread prototypes for the basic* functions 21 years ago
threadh.inc 6ae2f1b4dd * wrappers and nothread prototypes for the basic* functions 21 years ago
threadvr.inc 4b2084fb50 + New threadmanager implementation 22 years ago
typefile.inc 041eb4aa1d * do_read/do_write addr argument changed to pointer 21 years ago
ucomplex.pp 01dfac4a4e * old logs removed and tabs fixed 23 years ago
variant.inc 3094258825 * removed warnings 21 years ago
varianth.inc 1f4a3402e2 * fixed type of verror 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 962ef697d5 * remove comment warnings 21 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.