Jonas Maebe ef0290a797 * fixed Matrix * Vector (patch by Bartosz Bogacz, mantis #11199) 17 years ago
..
aliases.inc 5cafc069b5 + Removed NOSAVEREGISTERS define 20 years ago
astrings.inc 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 17 years ago
cgeneric.inc 95abc479ac * actually assign result of strncmp to comparechar0 result 18 years ago
cgenmath.inc b967d88b0c * don't use libc round/trunc/cos/... if FPC_HAS_TYPE_EXTENDED, because 18 years ago
cgenstr.inc 4ace790492 * remove $Log 20 years ago
charset.pp 790a4fe2d3 * log and id tags removed 20 years ago
cmem.pp 0a3591a2a5 * Fixed warnings and notes. 18 years ago
compproc.inc 5dc6e54925 * Removed inline for procedures with assembler or formal parameters, since inline is not supported for them (compiler warns about that now). Even if there is no inline modifier in interface declaration of procedure, it is possible to specify inline in procedure implementation if needed (e.g. for generic implementations) and inlining will work for them. 17 years ago
crt.inc 58ff2fb482 + Use CtrlBreakHandler infrastructure to allow processing of Ctrl-C in ReadKey (OS/2 implementation) 18 years ago
crth.inc 23ad0ae1ec + Removed HASINTF and VER1_0 defines 20 years ago
ctypes.pp 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 17 years ago
currh.inc ebba2f1185 * add missing currh.inc belonging to revision 10422 17 years ago
dos.inc 517fd357c9 * DoDirSeperators pchar overload 17 years ago
dosh.inc 859bb30daa + Removed HASTHREADVAR SUPPORT_THREADVAR defines 20 years ago
dynarr.inc 923aac0390 * give range error if setlength value < 0 and the array is not filled 17 years ago
dynarrh.inc c5f82ba6de + (ole)variant<->error type conversion 20 years ago
dynlibs.pas 9c45584938 * Safeloadlibrary 18 years ago
except.inc e475735c43 * ifdefed fatal error messages in exception handling to be available only if debugging is needed. 17 years ago
exeinfo.pp 203e19782f * use the provided constant instead of hardcoded value 17 years ago
extres.inc 174de3eab1 Merged revisions 9693-10480 via svnmerge from 17 years ago
fexpand.inc f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants 17 years ago
file.inc 9566255122 * allow out file parameters 19 years ago
filerec.inc 71318f202b + Removed FPC_HASUSERDATA32 define 20 years ago
fpextres.pp 174de3eab1 Merged revisions 9693-10480 via svnmerge from 17 years ago
fpintres.pp 174de3eab1 Merged revisions 9693-10480 via svnmerge from 17 years ago
gencurr.inc 3a8284b524 * add missing gencurr.inc belonging to revision 10422 17 years ago
generic.inc 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 17 years ago
genmath.inc 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 17 years ago
genset.inc 0040eecf9f + support for extra packing of sets whose lower element number 18 years ago
genstr.inc 4ace790492 * remove $Log 20 years ago
genstrs.inc 4ace790492 * remove $Log 20 years ago
getopts.pp 1b0307ae5c * Fixed bug #10140 17 years ago
heap.inc ae8289f9f7 * fix crash in case of main thread exiting simultaneously with other threads (issue #11006) 17 years ago
heaph.inc e00bacdcef * Removed HAS_MT_MEMORYMANAGER define, since it is obsolete now. 17 years ago
heaptrc.pp 6a36ac786a * Fixed warnings. 18 years ago
innr.inc fb8bbd5ff0 + inline abs(<longint>) on x86 18 years ago
int64.inc 2722b5b381 * fixed overflow checking for $8000000000000000 in generic int64 mul 17 years ago
intres.inc 174de3eab1 Merged revisions 9693-10480 via svnmerge from 17 years ago
keyboard.inc 85b8eeac17 + common CtrlBreakHandler for unit Keyboard 18 years ago
keybrdh.inc 4ace790492 * remove $Log 20 years ago
keyscan.inc 56d3bf1403 + Keyboard unit overhaul 19 years ago
lineinfo.pp cc710dc05f * remove objpas dependency, patch by Giulio 17 years ago
lnfodwrf.pp cc710dc05f * remove objpas dependency, patch by Giulio 17 years ago
lstrings.pp 790a4fe2d3 * log and id tags removed 20 years ago
macpas.pp 62e616cae0 * Fixed warnings. rtl is warnings and notes free for wince and win32 again. 17 years ago
makefile.inc 375d7711b8 * widestr->shortstr fixed 20 years ago
mathh.inc 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 17 years ago
matrix.pp 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 17 years ago
mmatimp.inc ef0290a797 * fixed Matrix * Vector (patch by Bartosz Bogacz, mantis #11199) 17 years ago
mouse.inc 02bed23a11 * Prevent range check error at compile time. 18 years ago
mouseh.inc 4ace790492 * remove $Log 20 years ago
mvecimp.inc 1b36a0b437 + Add a matrix unit I wrote some time ago 21 years ago
objects.pp 4917931c63 * don't compile objects in fpu emulation mode 18 years ago
objpas.inc eb2a80d272 * TContainedObject 10496. First implementation copied from TInterfacedObject 17 years ago
objpash.inc 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 17 years ago
pagemem.pp 4ace790492 * remove $Log 20 years ago
printer.inc 4ace790492 * remove $Log 20 years ago
printerh.inc 4ace790492 * remove $Log 20 years ago
readme 13db04fb8b * small cleanup of commented code (merged) 24 years ago
real2str.inc 7433e0ef89 * replaced a trunc() with an int() call (because its result is compared 17 years ago
resh.inc 174de3eab1 Merged revisions 9693-10480 via svnmerge from 17 years ago
rtti.inc dc71827e2e * procedure version of fpc_copy to avoid errors with {$x-} (mantis #9918) 18 years ago
sockets.inc 62e616cae0 * Fixed warnings. rtl is warnings and notes free for wince and win32 again. 17 years ago
socketsh.inc a52a63178b * fix INVALID_SOCKET constant (needs to be OS specific, it is UNSIGNED in windows) 18 years ago
sockovl.inc 2086107cf3 * fix missing socketerror discrepancy 18 years ago
softfpu.pp 911f926274 * disabled float128 18 years ago
sstrings.inc 347ae5a3bf * val takes care of empty string, patch from Petr Kristan 17 years ago
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 years ago
strings.pp 6b8466633e * forgotten commit (part of last commit) 18 years ago
stringsi.inc 9b9dd342c5 * fixed strpos() in case source or target is nil 20 years ago
sysres.inc 174de3eab1 Merged revisions 9693-10480 via svnmerge from 17 years ago
system.fpd 287c262d10 * Added copy,length and setlength 18 years ago
system.inc 9472825478 * Fixed warnings. 17 years ago
systemh.inc 5dc6e54925 * Removed inline for procedures with assembler or formal parameters, since inline is not supported for them (compiler warns about that now). Even if there is no inline modifier in interface declaration of procedure, it is possible to specify inline in procedure implementation if needed (e.g. for generic implementations) and inlining will work for them. 17 years ago
text.inc 86eef577f1 * Fixed fpc_write_text_enum on ARM. TTypeInfo is packed record. 17 years ago
textrec.inc 71318f202b + Removed FPC_HASUSERDATA32 define 20 years ago
thread.inc 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 17 years ago
threadh.inc 7f2a257102 + heap manager now per thread, reduce heap lock contention 18 years ago
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 years ago
typefile.inc 316c4d6313 * fixed web bug tw4954 (warning when reading from a typed file) 19 years ago
ucomplex.pp 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 17 years ago
ufloat128.pp e3085015f7 * continued to work on float128 stuff 18 years ago
varerror.inc 77d20627dc * removed duplicate EVariant class from varutils and incorporated 19 years ago
variant.inc 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 17 years ago
varianth.inc 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 17 years ago
variants.pp 4341b18461 * Fixed cleanroom implementation of DoVarClearArray. It fixes tw9098. 17 years ago
video.inc 4a3248bc08 + Correct behaviour when initialization fails. 19 years ago
videoh.inc f009b5700a * Unix video unit character set conversion overhaul 19 years ago
wstringh.inc 86e3e79e67 + WC_NO_BEST_FIT_CHARS 17 years ago
wstrings.inc 891ce34513 * preparations for unicodestring support in the rtl 18 years ago
wustrings.inc 1a4ee73146 * Added NoWideStringSupport runtime error 17 years ago

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.