florian ae3e96cdda + some types for D6 compatibility added 23 년 전
..
graph 01dfac4a4e * old logs removed and tabs fixed 23 년 전
aliases.inc 01dfac4a4e * old logs removed and tabs fixed 23 년 전
astrings.inc a1ab52022b + Fixed range check error and others in Delete 23 년 전
charset.pp 01dfac4a4e * old logs removed and tabs fixed 23 년 전
compproc.inc 2b6e06bd4a * fixed dynarray copy 23 년 전
dynarr.inc 2b6e06bd4a * fixed dynarray copy 23 년 전
dynarrh.inc 01dfac4a4e * old logs removed and tabs fixed 23 년 전
dynlibs.pp 01dfac4a4e * old logs removed and tabs fixed 23 년 전
except.inc 5fff238567 * threads unit added for thread support 23 년 전
fexpand.inc c79f0fb1ac * '//' behaviour for Amiga corrected 23 년 전
file.inc 781415a0da - avoid warnings (add typecast) 23 년 전
filerec.inc 01dfac4a4e * old logs removed and tabs fixed 23 년 전
generic.inc c5783607c3 * avoid crashes with negative len counts on fills/moves 23 년 전
genmath.inc c3d641ec0e * round returns int64 23 년 전
genset.inc 01dfac4a4e * old logs removed and tabs fixed 23 년 전
getopts.pp e81a1b6764 * applied fix from Maxim Artemev ([email protected]) 23 년 전
heap.inc d5896e54f2 * fix setmemorymutexmanager to call mutexdone on the already 23 년 전
heaph.inc ca3679e4bf * MemoryManager record has a field NeedLock if the wrapper functions 23 년 전
heaptrc.pp c0f0cf4ce6 * nil should give an error! 23 년 전
innr.inc ef708fdab9 * Swap(QWord) constant support 23 년 전
int64.inc 4b11cd11cd - remove FPUInt64 variable 23 년 전
keyboard.inc 01dfac4a4e * old logs removed and tabs fixed 23 년 전
keybrdh.inc 01dfac4a4e * old logs removed and tabs fixed 23 년 전
keyscan.inc a4202664da + Initial import to main branch from fixes branch 24 년 전
lineinfo.pp 01dfac4a4e * old logs removed and tabs fixed 23 년 전
lstrings.pp 01dfac4a4e * old logs removed and tabs fixed 23 년 전
makefile.inc 9a219375c1 - removed os_types 23 년 전
mathh.inc ecc3b24fd4 * round returns int64 23 년 전
mouse.inc 01dfac4a4e * old logs removed and tabs fixed 23 년 전
mouseh.inc 01dfac4a4e * old logs removed and tabs fixed 23 년 전
objects.pp 781415a0da - avoid warnings (add typecast) 23 년 전
objpas.inc 4deb6a9b4e * 'inlined' some more calls 23 년 전
objpash.inc b7f8fc41d8 + tvarrec field vcurrency for compilers with hascurrency released 23 년 전
readme 13db04fb8b * small cleanup of commented code (merged) 24 년 전
real2str.inc 60183c693c * fixed web bug #2131 23 년 전
rtti.inc 01dfac4a4e * old logs removed and tabs fixed 23 년 전
sockets.inc 01dfac4a4e * old logs removed and tabs fixed 23 년 전
socketsh.inc 01dfac4a4e * old logs removed and tabs fixed 23 년 전
softfpu.pp 22352dad85 * forgot goto on switch in last commit 23 년 전
sstrings.inc f5a775bc7c * fixed some buffer overflow errors in SetString (both short and 23 년 전
strings.pp 01dfac4a4e * old logs removed and tabs fixed 23 년 전
stringsi.inc 01dfac4a4e * old logs removed and tabs fixed 23 년 전
system.inc 781415a0da - avoid warnings (add typecast) 23 년 전
systemh.inc ae3e96cdda + some types for D6 compatibility added 23 년 전
text.inc 9a2f05820a * fixed ignorespaces which was broken by the previous commit 23 년 전
textrec.inc 01dfac4a4e * old logs removed and tabs fixed 23 년 전
thread.inc 4b2838b161 * the BeginThread() variant that allowed you to specify the stacksize 23 년 전
threadh.inc cb5a3c7050 + More system-independent thread routines 23 년 전
threadvr.inc 1d3e450412 * threadvar.inc -> threadvr.inc 23 년 전
typefile.inc 01dfac4a4e * old logs removed and tabs fixed 23 년 전
ucomplex.pp 01dfac4a4e * old logs removed and tabs fixed 23 년 전
variant.inc 6459b97052 + write(ln) support for variants added 23 년 전
varianth.inc 6459b97052 + write(ln) support for variants added 23 년 전
video.inc 01dfac4a4e * old logs removed and tabs fixed 23 년 전
videoh.inc 01dfac4a4e * old logs removed and tabs fixed 23 년 전
wstrings.inc 438fbdedee * SetString(WideString,[PChar|PWideChar],Len) added 23 년 전

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.