olle b9394fd616 - removed parameter from fpc_iocheck 22 éve
..
graph 01dfac4a4e * old logs removed and tabs fixed 23 éve
aliases.inc 01dfac4a4e * old logs removed and tabs fixed 23 éve
astrings.inc 4be7651aa2 * fixed conversion of fpc_*str_unique to compilerproc 22 éve
charset.pp 01dfac4a4e * old logs removed and tabs fixed 23 éve
compproc.inc f062855e7f - removed parameter from fpc_iocheck 22 éve
dynarr.inc 2b6e06bd4a * fixed dynarray copy 23 éve
dynarrh.inc 01dfac4a4e * old logs removed and tabs fixed 23 éve
dynlibs.pp 01dfac4a4e * old logs removed and tabs fixed 23 éve
except.inc eab5d1f7c5 * started to make the rtl 64 bit save by introducing SizeInt and SizeUInt (similar to size_t of C) 22 éve
fexpand.inc c79f0fb1ac * '//' behaviour for Amiga corrected 23 éve
file.inc 781415a0da - avoid warnings (add typecast) 23 éve
filerec.inc 01dfac4a4e * old logs removed and tabs fixed 23 éve
generic.inc f0227e6a17 * fpc_shortstr_append_shortstr has to use high(s1) instead of 255 as 22 éve
genmath.inc df5e0bbfc6 * fsqrt is an optional instruction in the ppc architecture and isn't 22 éve
genset.inc 01dfac4a4e * old logs removed and tabs fixed 23 éve
genstr.inc a980741757 * generic string routines added 22 éve
genstrs.inc a980741757 * generic string routines added 22 éve
getopts.pp e81a1b6764 * applied fix from Maxim Artemev ([email protected]) 23 éve
heap.inc 1ddaa693a3 * check newpos < 0 instead of = -1 22 éve
heaph.inc ca3679e4bf * MemoryManager record has a field NeedLock if the wrapper functions 23 éve
heaptrc.pp 1e86b585f9 * changed address parameter/return values to pointer instead 22 éve
innr.inc ef708fdab9 * Swap(QWord) constant support 23 éve
int64.inc b5838be7e0 * fixed my commit, strange, it didn't give any conflicts with Jonas patch 22 éve
keyboard.inc 01dfac4a4e * old logs removed and tabs fixed 23 éve
keybrdh.inc 01dfac4a4e * old logs removed and tabs fixed 23 éve
keyscan.inc a4202664da + Initial import to main branch from fixes branch 24 éve
lineinfo.pp 8481a902fd * fix ifdef to define elf32 22 éve
lstrings.pp 01dfac4a4e * old logs removed and tabs fixed 23 éve
makefile.inc 9a219375c1 - removed os_types 23 éve
mathh.inc c959c98665 - fpc_int64_to_double removed as not supported by most cpu targets 23 éve
mouse.inc 01dfac4a4e * old logs removed and tabs fixed 23 éve
mouseh.inc 01dfac4a4e * old logs removed and tabs fixed 23 éve
objects.pp b9394fd616 - removed parameter from fpc_iocheck 22 éve
objpas.inc bea2706914 + fix from Ivan Shikhalev for QueryInterface to return ancestor methods 22 éve
objpash.inc c7786e73aa * ClassType changed to class method 22 éve
readme 13db04fb8b * small cleanup of commented code (merged) 24 éve
real2str.inc 4e40e71cbb * moved all loal variables to one block (necessary for ppc until nested 22 éve
rtti.inc 01dfac4a4e * old logs removed and tabs fixed 23 éve
sockets.inc 01dfac4a4e * old logs removed and tabs fixed 23 éve
socketsh.inc e321c72b22 * CloseSocket added 22 éve
softfpu.pp 22352dad85 * forgot goto on switch in last commit 23 éve
sstrings.inc eee67f89ea * fixed shortstring version of setstring 22 éve
strings.pp a980741757 * generic string routines added 22 éve
stringsi.inc 01dfac4a4e * old logs removed and tabs fixed 23 éve
system.inc f384584ac7 - removed parameter from fpc_iocheck 22 éve
systemh.inc eab5d1f7c5 * started to make the rtl 64 bit save by introducing SizeInt and SizeUInt (similar to size_t of C) 22 éve
text.inc 9a2f05820a * fixed ignorespaces which was broken by the previous commit 23 éve
textrec.inc 01dfac4a4e * old logs removed and tabs fixed 23 éve
thread.inc 4b2838b161 * the BeginThread() variant that allowed you to specify the stacksize 23 éve
threadh.inc 2d9ba86107 * more platform independent thread routines, needs to be implemented for unix 22 éve
threadvr.inc 1d3e450412 * threadvar.inc -> threadvr.inc 23 éve
typefile.inc 01dfac4a4e * old logs removed and tabs fixed 23 éve
ucomplex.pp 01dfac4a4e * old logs removed and tabs fixed 23 éve
variant.inc 6459b97052 + write(ln) support for variants added 23 éve
varianth.inc 6459b97052 + write(ln) support for variants added 23 éve
video.inc 01dfac4a4e * old logs removed and tabs fixed 23 éve
videoh.inc 01dfac4a4e * old logs removed and tabs fixed 23 éve
wstrings.inc 4be7651aa2 * fixed conversion of fpc_*str_unique to compilerproc 22 éve

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.