peter fd759e521f * saveregisters calling convention is obsolete 21 years ago
..
graph 01dfac4a4e * old logs removed and tabs fixed 23 years ago
aliases.inc fd759e521f * saveregisters calling convention is obsolete 21 years ago
astrings.inc fd759e521f * saveregisters calling convention is obsolete 21 years ago
cgeneric.inc 0f26252376 + cgenmath with libc math functions. Faster than the routines in genmath 21 years ago
cgenmath.inc 9b5904d230 - disabled llround, not present under Mac OS X 10.1 21 years ago
cgenstr.inc 28d5238dc1 * made strlen wrapper inline 21 years ago
charset.pp 01dfac4a4e * old logs removed and tabs fixed 23 years ago
cmem.pp 1120c598aa * added $if defined(..) for 2.0. 21 years ago
compproc.inc b65cffcdef * widestring conversion routines takes a widechar so no 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 fd759e521f * saveregisters calling convention is obsolete 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 fd759e521f * saveregisters calling convention is obsolete 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 85320d6787 * SetTextLineEnding implemented, FileRec.Name position alignment for CPU64 21 years ago
generic.inc fd759e521f * saveregisters calling convention is obsolete 21 years ago
genmath.inc 0f26252376 + cgenmath with libc math functions. Faster than the routines in genmath 21 years ago
genset.inc fd759e521f * saveregisters calling convention is obsolete 21 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 6840bd8ece * changed formatting to conform to the rest of the compiler/rtl 21 years ago
heaph.inc cd35d3fd5e * readded support for ReturnIfGrowHeapFails 21 years ago
heaptrc.pp fd759e521f * saveregisters calling convention is obsolete 21 years ago
innr.inc 7793f8aa27 * updated according to compiler/compinnr.inc 21 years ago
int64.inc f77e8ab5a6 * fixed overflow checking for qword 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 9e930c445d * added support for netware nlm (netware and netwlibc) 21 years ago
lstrings.pp 01dfac4a4e * old logs removed and tabs fixed 23 years ago
macpas.pp 6d429b0d95 + added assigning op which converts FourCharCode to LongWord 21 years ago
makefile.inc 9a219375c1 - removed os_types 23 years ago
mathh.inc 0f26252376 + cgenmath with libc math functions. Faster than the routines in genmath 21 years ago
matrix.pp fdbed06377 * Doesn't compile with 1.0 :( 21 years ago
mmatimp.inc 1b36a0b437 + Add a matrix unit I wrote some time ago 21 years ago
mouse.inc 6d19671a84 * ptrint fixes 21 years ago
mouseh.inc 01dfac4a4e * old logs removed and tabs fixed 23 years ago
mvecimp.inc 1b36a0b437 + Add a matrix unit I wrote some time ago 21 years ago
objects.pp d2bf4b0d92 * fixedPreviousFramePointer on sparc 21 years ago
objpas.inc fd759e521f * saveregisters calling convention is obsolete 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 fd759e521f * saveregisters calling convention is obsolete 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 fd759e521f * saveregisters calling convention is obsolete 21 years ago
systemh.inc 8c85454cf9 + added system.align 21 years ago
text.inc 85320d6787 * SetTextLineEnding implemented, FileRec.Name position alignment for CPU64 21 years ago
textrec.inc 85320d6787 * SetTextLineEnding implemented, FileRec.Name position alignment for CPU64 21 years ago
thread.inc a23c3f4dd9 * added define DISABLE_NO_THREAD_MANAGER to avoid warnings if thread manager is always present 21 years ago
threadh.inc a23c3f4dd9 * added define DISABLE_NO_THREAD_MANAGER to avoid warnings if thread manager is always present 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 5064ecaf57 * sparc uses wait4 as well 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 fd759e521f * saveregisters calling convention is obsolete 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.