daniel 02bed23a11 * Prevent range check error at compile time. 18 éve
..
aliases.inc 5cafc069b5 + Removed NOSAVEREGISTERS define 20 éve
astrings.inc 4a1f828c98 * allow shrinking ansistrings if at least half of its memory is saved 18 éve
cgeneric.inc 5b9f58ef73 * reverted r2037 because of braindead "out" semantics for refcounted 20 éve
cgenmath.inc 83884ec540 * more "real" fixes 19 éve
cgenstr.inc 4ace790492 * remove $Log 20 éve
charset.pp 790a4fe2d3 * log and id tags removed 20 éve
cmem.pp 7f2a257102 + heap manager now per thread, reduce heap lock contention 18 éve
compproc.inc 2c4aeefbf4 * fixed copying of automated records 18 éve
crt.inc 859bb30daa + Removed HASTHREADVAR SUPPORT_THREADVAR defines 20 éve
crth.inc 23ad0ae1ec + Removed HASINTF and VER1_0 defines 20 éve
ctypes.pp 442ad0cbe8 * fixed long type and derivates for win64 19 éve
dos.inc 5a49addb35 * fixed more warnings and notes while compiling RTL. 19 éve
dosh.inc 859bb30daa + Removed HASTHREADVAR SUPPORT_THREADVAR defines 20 éve
dynarr.inc fd2032dab2 + start of embedded rtl 19 éve
dynarrh.inc c5f82ba6de + (ole)variant<->error type conversion 20 éve
dynlibs.pas d49ffdf543 * Renamed dynlibs.pas 19 éve
elfres32.inc 441b015a7d * Use ptruint instead of ptrint. 18 éve
except.inc 3ab20922d6 * Optimization for code size. It saves 1.5KB for ARM and 0.5KB for i386. 19 éve
fexpand.inc 5a49addb35 * fixed more warnings and notes while compiling RTL. 19 éve
file.inc 9566255122 * allow out file parameters 20 éve
filerec.inc 71318f202b + Removed FPC_HASUSERDATA32 define 20 éve
generic.inc 32216bcccd * ptrint -> ptruint 18 éve
genmath.inc 5596cd5391 * ensure that qword_to_double is calculated using doubles 19 éve
genset.inc 5cf2511283 - removed/disabled all normalset code (except for bootstrapping), since 18 éve
genstr.inc 4ace790492 * remove $Log 20 éve
genstrs.inc 4ace790492 * remove $Log 20 éve
getopts.pp c3fb576801 * getopts fix from Bram Kuijvenhoven 19 éve
heap.inc b8822c88b5 * fix heap manager adding to wrong free list, and race condition 18 éve
heaph.inc 7f2a257102 + heap manager now per thread, reduce heap lock contention 18 éve
heaptrc.pp b4363e046b * fix heaptrace segfault, access of lost block 18 éve
innr.inc c80d4225ca + support for ISO Extended Pascal ReadStr() and WriteStr() routines 18 éve
int64.inc bd27a09918 * changed record typecast into shift to avoid q3 becoming not 19 éve
keyboard.inc 4ace790492 * remove $Log 20 éve
keybrdh.inc 4ace790492 * remove $Log 20 éve
keyscan.inc 56d3bf1403 + Keyboard unit overhaul 20 éve
lineinfo.pp dd3fdac68e * beos support from Olivier Coursiere 18 éve
lnfodwrf.pp 949aa60805 * DWARF debug lineinfo reader 19 éve
lstrings.pp 790a4fe2d3 * log and id tags removed 20 éve
macpas.pp bce3ea4373 + Added types UnsignedByte,UnsignedWord,UnsignedLong, suggestion by 18 éve
makefile.inc 375d7711b8 * widestr->shortstr fixed 21 éve
mathh.inc b3a1868ff0 * correct masking of exceptions in genmath code 19 éve
matrix.pp 4847fae030 * cosmetic - trash at the end removed 19 éve
mmatimp.inc aabc1e0fd2 * Tidy indentation 19 éve
mouse.inc 02bed23a11 * Prevent range check error at compile time. 18 éve
mouseh.inc 4ace790492 * remove $Log 20 éve
mvecimp.inc 1b36a0b437 + Add a matrix unit I wrote some time ago 21 éve
objects.pp 296501f036 * Remove more ptrint usage.' 18 éve
objpas.inc ea47fcfc97 * ptrint -> ptruint 18 éve
objpash.inc 6491a6e914 * Make vtype signed again to prevent unnecessary 64 bit promotions. 18 éve
pagemem.pp 4ace790492 * remove $Log 20 éve
printer.inc 4ace790492 * remove $Log 20 éve
printerh.inc 4ace790492 * remove $Log 20 éve
readme 13db04fb8b * small cleanup of commented code (merged) 24 éve
real2str.inc e44a9ca4cb * fixed mantis 8434 (wrong precision used in case of |number| < 1, 19 éve
resh.inc d5d3779360 * patch for #8375 from Roozbeh Gholizadeh 19 éve
rtti.inc 657ef819e0 * comment fixed 18 éve
sockets.inc b846f2596e * Fix for 9220 for socket2text stuff too 18 éve
socketsh.inc a52a63178b * fix INVALID_SOCKET constant (needs to be OS specific, it is UNSIGNED in windows) 18 éve
sockovl.inc 2086107cf3 * fix missing socketerror discrepancy 18 éve
softfpu.pp 041ff166cc * fixed arm compilation 18 éve
sstrings.inc 76c783f0a1 * removed divisions from val() for unsigned types 18 éve
stdsock.inc 8991b8f365 * new socketerror scheme. OS/2 and netware are now broken and still must be done. (merge me and all previous socket related commits please) 18 éve
strings.pp 790a4fe2d3 * log and id tags removed 20 éve
stringsi.inc 9b9dd342c5 * fixed strpos() in case source or target is nil 20 éve
sysres.inc c15d1b280f + Initial implementation of RTL resource support 20 éve
system.fpd 50778076c3 initial import 20 éve
system.inc c630797934 * fixed swap(integer) due to counter-intuitive TP/Delphi compatible 19 éve
systemh.inc 35b6980254 * Put pptrint back in place. 18 éve
text.inc ceaaa0e552 * fixed writing of widestrings 18 éve
textrec.inc 71318f202b + Removed FPC_HASUSERDATA32 define 20 éve
thread.inc 0c6fb09094 * fixed compilation for wince. 18 éve
threadh.inc 7f2a257102 + heap manager now per thread, reduce heap lock contention 18 éve
threadvr.inc 0c6fb09094 * fixed compilation for wince. 18 éve
typefile.inc 316c4d6313 * fixed web bug tw4954 (warning when reading from a typed file) 19 éve
ucomplex.pp 7cc78b6ae1 * improved complex / operator by Dimitrios Apostolou 19 éve
varerror.inc 77d20627dc * removed duplicate EVariant class from varutils and incorporated 20 éve
variant.inc 5bf9c58e14 * fixed real:=variant for non-x86 19 éve
varianth.inc 3aa64eb6b4 * made vararrays working on win64 19 éve
video.inc 4a3248bc08 + Correct behaviour when initialization fails. 19 éve
videoh.inc f009b5700a * Unix video unit character set conversion overhaul 19 éve
wstringh.inc f900d1ab5b * more consitent space and case usage 19 éve
wstrings.inc 8a0cc8c888 * Reallocate source winlike widestring on assign. It fixes bug #9190. 18 é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.