yury 9dc1820490 * Expanded filename buffer in FileRec to 512 bytes, so it can hold enough unicode characters. 17 éve
..
aliases.inc 5cafc069b5 + Removed NOSAVEREGISTERS define 20 éve
astrings.inc 2fd39019bf * fix for 11176 val ansistring to enum 17 éve
cgeneric.inc 95abc479ac * actually assign result of strncmp to comparechar0 result 18 éve
cgenmath.inc 310ec39757 * fixed + optimized generic round_real 17 éve
cgenstr.inc 4ace790492 * remove $Log 20 éve
charset.pp 97cf173578 * Removed the bootstrapping related charset.pas, and merged one minor fix from it to the rtl one. 17 éve
cmem.pp 0a3591a2a5 * Fixed warnings and notes. 18 éve
compproc.inc 3df3c75984 * Fixed bootstrapping with FPC 2.2.2. 17 éve
crt.inc 58ff2fb482 + Use CtrlBreakHandler infrastructure to allow processing of Ctrl-C in ReadKey (OS/2 implementation) 18 éve
crth.inc 23ad0ae1ec + Removed HASINTF and VER1_0 defines 20 éve
ctypes.pp 15dd98d940 * removed size_t from ctypes.pp in trunk (reverted) 17 éve
currh.inc ebba2f1185 * add missing currh.inc belonging to revision 10422 17 éve
dos.inc 463ff5b75c * DOS unit is ansi-only. 17 éve
dosh.inc 463ff5b75c * DOS unit is ansi-only. 17 éve
dynarr.inc 65f217ed02 * only set dynarray pointer to nil in decref in case the last reference 17 éve
dynarrh.inc c5f82ba6de + (ole)variant<->error type conversion 20 éve
dynlibs.pas 03c02a17e9 * SharedSuffix 17 éve
except.inc e475735c43 * ifdefed fatal error messages in exception handling to be available only if debugging is needed. 18 éve
exeinfo.pp 67fbadcdcf * WinCE compilation fixed 17 éve
extres.inc 174de3eab1 Merged revisions 9693-10480 via svnmerge from 17 éve
fexpand.inc 463ff5b75c * DOS unit is ansi-only. 17 éve
file.inc a81ed93beb * Use StrLCopy for copying string into buffer to prevent buffer overflow. 17 éve
filerec.inc 9dc1820490 * Expanded filename buffer in FileRec to 512 bytes, so it can hold enough unicode characters. 17 éve
fpextres.pp 174de3eab1 Merged revisions 9693-10480 via svnmerge from 17 éve
fpintres.pp 174de3eab1 Merged revisions 9693-10480 via svnmerge from 17 éve
gencurr.inc 3a8284b524 * add missing gencurr.inc belonging to revision 10422 17 éve
generic.inc bc9e7c5580 * fixed syntax errors in r11708 (and it wasn't tested in the nightly 17 éve
genmath.inc 310ec39757 * fixed + optimized generic round_real 17 éve
genset.inc 0040eecf9f + support for extra packing of sets whose lower element number 18 éve
genstr.inc 4ace790492 * remove $Log 20 éve
genstrs.inc 4ace790492 * remove $Log 20 éve
getopts.pp 5c1e41bea6 * Made getopts compilable. Its ansi only. 17 éve
heap.inc ae8289f9f7 * fix crash in case of main thread exiting simultaneously with other threads (issue #11006) 17 éve
heaph.inc e00bacdcef * Removed HAS_MT_MEMORYMANAGER define, since it is obsolete now. 18 éve
heaptrc.pp 50cd527d30 Checkpointer: consider bss section too for go32v2 (webtbs/tw3661 now works) 17 éve
innr.inc 1afb1aa9cc + ror/rol functions 17 éve
int64.inc 2722b5b381 * fixed overflow checking for $8000000000000000 in generic int64 mul 17 éve
intres.inc 174de3eab1 Merged revisions 9693-10480 via svnmerge from 17 éve
keyboard.inc 85b8eeac17 + common CtrlBreakHandler for unit Keyboard 18 éve
keybrdh.inc 4ace790492 * remove $Log 20 éve
keyscan.inc 56d3bf1403 + Keyboard unit overhaul 19 éve
lineinfo.pp d955c9b4f7 + proper handling of lineinfo retrival for dyn. libs in unix 17 éve
lnfodwrf.pp 29ba36e70b * when the end of a sequence is reached, first_row has to be set for proper address checking, resolves #10856 17 éve
lstrings.pp 790a4fe2d3 * log and id tags removed 20 éve
macpas.pp f22c6870d5 * use math.SetExceptionMask() to disable floating point exceptions 17 éve
makefile.inc 375d7711b8 * widestr->shortstr fixed 20 éve
mathh.inc 4ac1deb50b * moved float_rounding_mode to systemh.inc; renamed to softfloat_rounding_mode 17 éve
matrix.pp 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 17 éve
mmatimp.inc ef0290a797 * fixed Matrix * Vector (patch by Bartosz Bogacz, mantis #11199) 17 é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 4917931c63 * don't compile objects in fpu emulation mode 18 éve
objpas.inc 15d0521f39 * Inlining is not supported for formal parameters. Disable inlining to prevent warning. 17 éve
objpash.inc 15d0521f39 * Inlining is not supported for formal parameters. Disable inlining to prevent warning. 17 é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 b2531e9883 * don't "round" 0.0 when converting to a string (mantis #12202) 17 éve
resh.inc 174de3eab1 Merged revisions 9693-10480 via svnmerge from 17 éve
rtti.inc f9b4d58e98 * set finalized dynarrays to nil (mantis #12048) 17 éve
sockets.inc 62e616cae0 * Fixed warnings. rtl is warnings and notes free for wince and win32 again. 17 é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 2a5c3a3c14 * fixed copy&paste typo 17 éve
sstrings.inc 063af15a0c * set code to 0 in case val(enum) does not encounter an error 17 é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 6b8466633e * forgotten commit (part of last commit) 18 éve
stringsi.inc 9b9dd342c5 * fixed strpos() in case source or target is nil 20 éve
sysres.inc 174de3eab1 Merged revisions 9693-10480 via svnmerge from 17 éve
system.fpd 287c262d10 * Added copy,length and setlength 18 éve
system.inc a81ed93beb * Use StrLCopy for copying string into buffer to prevent buffer overflow. 17 éve
systemh.inc 680575d068 * Added ShortString overload for getdir(). 17 éve
text.inc a81ed93beb * Use StrLCopy for copying string into buffer to prevent buffer overflow. 17 éve
textrec.inc 9dc1820490 * Expanded filename buffer in FileRec to 512 bytes, so it can hold enough unicode characters. 17 éve
thread.inc 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 17 éve
threadh.inc b4239b43ac * Unicode CreateEvent. 17 éve
threadvr.inc b2b0e749bb * win32 system unit doesn't depend anymore directly on the main program, this is necessary to be able to keep it in a dll 18 éve
typefile.inc a81ed93beb * Use StrLCopy for copying string into buffer to prevent buffer overflow. 17 éve
ucomplex.pp 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 17 éve
ufloat128.pp e3085015f7 * continued to work on float128 stuff 18 éve
ustringh.inc b178b08ba7 Merged revisions 11665-11738 via svnmerge from 17 éve
ustrings.inc b178b08ba7 Merged revisions 11665-11738 via svnmerge from 17 éve
varerror.inc 77d20627dc * removed duplicate EVariant class from varutils and incorporated 19 éve
variant.inc b178b08ba7 Merged revisions 11665-11738 via svnmerge from 17 éve
varianth.inc b178b08ba7 Merged revisions 11665-11738 via svnmerge from 17 éve
variants.pp 456e40bde7 * fixed bug in VarSupports (accessviolation when variant was nil) 17 éve
video.inc 4a3248bc08 + Correct behaviour when initialization fails. 19 éve
videoh.inc f009b5700a * Unix video unit character set conversion overhaul 19 éve
wstring22h.inc b178b08ba7 Merged revisions 11665-11738 via svnmerge from 17 éve
wstringh.inc b178b08ba7 Merged revisions 11665-11738 via svnmerge from 17 éve
wstrings.inc b178b08ba7 Merged revisions 11665-11738 via svnmerge from 17 éve
wustring22.inc b178b08ba7 Merged revisions 11665-11738 via svnmerge from 17 éve
wustrings.inc b178b08ba7 Merged revisions 11665-11738 via svnmerge from 17 é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.