yury 62e616cae0 * Fixed warnings. rtl is warnings and notes free for wince and win32 again. 18 лет назад
..
aliases.inc 5cafc069b5 + Removed NOSAVEREGISTERS define 21 лет назад
astrings.inc 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 18 лет назад
cgeneric.inc 95abc479ac * actually assign result of strncmp to comparechar0 result 18 лет назад
cgenmath.inc b967d88b0c * don't use libc round/trunc/cos/... if FPC_HAS_TYPE_EXTENDED, because 18 лет назад
cgenstr.inc 4ace790492 * remove $Log 21 лет назад
charset.pp 790a4fe2d3 * log and id tags removed 21 лет назад
cmem.pp 0a3591a2a5 * Fixed warnings and notes. 18 лет назад
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. 18 лет назад
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 21 лет назад
ctypes.pp 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 18 лет назад
currh.inc ebba2f1185 * add missing currh.inc belonging to revision 10422 18 лет назад
dos.inc 517fd357c9 * DoDirSeperators pchar overload 18 лет назад
dosh.inc 859bb30daa + Removed HASTHREADVAR SUPPORT_THREADVAR defines 21 лет назад
dynarr.inc 923aac0390 * give range error if setlength value < 0 and the array is not filled 18 лет назад
dynarrh.inc c5f82ba6de + (ole)variant<->error type conversion 20 лет назад
dynlibs.pas 9c45584938 * Safeloadlibrary 18 лет назад
except.inc e475735c43 * ifdefed fatal error messages in exception handling to be available only if debugging is needed. 18 лет назад
exeinfo.pp 521b5d88ff * fixed FindSectionMachO32PPC() return value 18 лет назад
extres.inc 174de3eab1 Merged revisions 9693-10480 via svnmerge from 18 лет назад
fexpand.inc f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants 18 лет назад
file.inc 9566255122 * allow out file parameters 20 лет назад
filerec.inc 71318f202b + Removed FPC_HASUSERDATA32 define 21 лет назад
fpextres.pp 174de3eab1 Merged revisions 9693-10480 via svnmerge from 18 лет назад
fpintres.pp 174de3eab1 Merged revisions 9693-10480 via svnmerge from 18 лет назад
gencurr.inc 3a8284b524 * add missing gencurr.inc belonging to revision 10422 18 лет назад
generic.inc 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 18 лет назад
genmath.inc 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 18 лет назад
genset.inc 0040eecf9f + support for extra packing of sets whose lower element number 18 лет назад
genstr.inc 4ace790492 * remove $Log 21 лет назад
genstrs.inc 4ace790492 * remove $Log 21 лет назад
getopts.pp 1b0307ae5c * Fixed bug #10140 18 лет назад
heap.inc ae8289f9f7 * fix crash in case of main thread exiting simultaneously with other threads (issue #11006) 18 лет назад
heaph.inc e00bacdcef * Removed HAS_MT_MEMORYMANAGER define, since it is obsolete now. 18 лет назад
heaptrc.pp 6a36ac786a * Fixed warnings. 18 лет назад
innr.inc fb8bbd5ff0 + inline abs(<longint>) on x86 18 лет назад
int64.inc 2722b5b381 * fixed overflow checking for $8000000000000000 in generic int64 mul 18 лет назад
intres.inc 174de3eab1 Merged revisions 9693-10480 via svnmerge from 18 лет назад
keyboard.inc 85b8eeac17 + common CtrlBreakHandler for unit Keyboard 18 лет назад
keybrdh.inc 4ace790492 * remove $Log 21 лет назад
keyscan.inc 56d3bf1403 + Keyboard unit overhaul 20 лет назад
lineinfo.pp cc710dc05f * remove objpas dependency, patch by Giulio 18 лет назад
lnfodwrf.pp cc710dc05f * remove objpas dependency, patch by Giulio 18 лет назад
lstrings.pp 790a4fe2d3 * log and id tags removed 21 лет назад
macpas.pp 62e616cae0 * Fixed warnings. rtl is warnings and notes free for wince and win32 again. 18 лет назад
makefile.inc 375d7711b8 * widestr->shortstr fixed 21 лет назад
mathh.inc 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 18 лет назад
matrix.pp 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 18 лет назад
mmatimp.inc aabc1e0fd2 * Tidy indentation 19 лет назад
mouse.inc 02bed23a11 * Prevent range check error at compile time. 18 лет назад
mouseh.inc 4ace790492 * remove $Log 21 лет назад
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 eb2a80d272 * TContainedObject 10496. First implementation copied from TInterfacedObject 18 лет назад
objpash.inc 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 18 лет назад
pagemem.pp 4ace790492 * remove $Log 21 лет назад
printer.inc 4ace790492 * remove $Log 21 лет назад
printerh.inc 4ace790492 * remove $Log 21 лет назад
readme 13db04fb8b * small cleanup of commented code (merged) 24 лет назад
real2str.inc 7433e0ef89 * replaced a trunc() with an int() call (because its result is compared 18 лет назад
resh.inc 174de3eab1 Merged revisions 9693-10480 via svnmerge from 18 лет назад
rtti.inc dc71827e2e * procedure version of fpc_copy to avoid errors with {$x-} (mantis #9918) 18 лет назад
sockets.inc 62e616cae0 * Fixed warnings. rtl is warnings and notes free for wince and win32 again. 18 лет назад
socketsh.inc a52a63178b * fix INVALID_SOCKET constant (needs to be OS specific, it is UNSIGNED in windows) 19 лет назад
sockovl.inc 2086107cf3 * fix missing socketerror discrepancy 19 лет назад
softfpu.pp 911f926274 * disabled float128 18 лет назад
sstrings.inc 347ae5a3bf * val takes care of empty string, patch from Petr Kristan 18 лет назад
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) 19 лет назад
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 18 лет назад
system.fpd 287c262d10 * Added copy,length and setlength 18 лет назад
system.inc 9472825478 * Fixed warnings. 18 лет назад
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. 18 лет назад
text.inc 461c8fb09f * fix enum rtti info alignment for proper alignment required archs 18 лет назад
textrec.inc 71318f202b + Removed FPC_HASUSERDATA32 define 21 лет назад
thread.inc 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 18 лет назад
threadh.inc 7f2a257102 + heap manager now per thread, reduce heap lock contention 19 лет назад
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 316c4d6313 * fixed web bug tw4954 (warning when reading from a typed file) 20 лет назад
ucomplex.pp 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 18 лет назад
ufloat128.pp e3085015f7 * continued to work on float128 stuff 18 лет назад
varerror.inc 77d20627dc * removed duplicate EVariant class from varutils and incorporated 20 лет назад
variant.inc 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 18 лет назад
varianth.inc 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 18 лет назад
variants.pp 93400f276c Merged revisions 9263-10571 via svnmerge from 18 лет назад
video.inc 4a3248bc08 + Correct behaviour when initialization fails. 20 лет назад
videoh.inc f009b5700a * Unix video unit character set conversion overhaul 20 лет назад
wstringh.inc 86e3e79e67 + WC_NO_BEST_FIT_CHARS 18 лет назад
wstrings.inc 891ce34513 * preparations for unicodestring support in the rtl 18 лет назад
wustrings.inc 1a4ee73146 * Added NoWideStringSupport runtime error 18 лет назад

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.