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

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.