fpc/rtl/inc
florian 20e632c8d8 * reorganized ror/rol defines
git-svn-id: trunk@11472 -
2008-07-28 13:03:18 +00:00
..
aliases.inc + Removed NOSAVEREGISTERS define 2005-06-09 17:58:20 +00:00
astrings.inc * fix for 11176 val ansistring to enum 2008-05-01 13:05:34 +00:00
cgeneric.inc * actually assign result of strncmp to comparechar0 result 2007-11-12 21:26:07 +00:00
cgenmath.inc * fixed + optimized generic round_real 2008-06-28 14:17:06 +00:00
cgenstr.inc * remove $Log 2005-06-07 09:47:55 +00:00
charset.pp * Removed the bootstrapping related charset.pas, and merged one minor fix from it to the rtl one. 2008-07-20 12:10:31 +00:00
cmem.pp * Fixed warnings and notes. 2007-11-01 15:55:54 +00:00
compproc.inc * quicker finalization of dyn. arrays, thanks to the hint of Volker Zipfel 2008-07-10 16:44:45 +00:00
crt.inc + Use CtrlBreakHandler infrastructure to allow processing of Ctrl-C in ReadKey (OS/2 implementation) 2007-09-30 14:17:42 +00:00
crth.inc + Removed HASINTF and VER1_0 defines 2005-06-07 20:30:03 +00:00
ctypes.pp + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 2008-03-02 12:59:02 +00:00
currh.inc * add missing currh.inc belonging to revision 10422 2008-03-03 21:34:40 +00:00
dos.inc * DoDirSeperators pchar overload 2008-02-01 08:16:33 +00:00
dosh.inc + Removed HASTHREADVAR SUPPORT_THREADVAR defines 2005-06-09 17:40:29 +00:00
dynarr.inc * give range error if setlength value < 0 and the array is not filled 2008-01-14 18:05:48 +00:00
dynarrh.inc + (ole)variant<->error type conversion 2005-10-30 23:12:08 +00:00
dynlibs.pas * SharedSuffix 2008-04-27 20:33:33 +00:00
except.inc * ifdefed fatal error messages in exception handling to be available only if debugging is needed. 2007-12-28 20:10:19 +00:00
exeinfo.pp * WinCE compilation fixed 2008-05-23 15:35:18 +00:00
extres.inc Merged revisions 9693-10480 via svnmerge from 2008-03-12 21:33:48 +00:00
fexpand.inc * AllowDirectorySeparators and AllowDriveSeparators typed constants 2008-01-29 23:04:56 +00:00
file.inc * allow out file parameters 2006-03-01 10:18:47 +00:00
filerec.inc + Removed FPC_HASUSERDATA32 define 2005-06-07 21:02:43 +00:00
fpextres.pp Merged revisions 9693-10480 via svnmerge from 2008-03-12 21:33:48 +00:00
fpintres.pp Merged revisions 9693-10480 via svnmerge from 2008-03-12 21:33:48 +00:00
gencurr.inc * add missing gencurr.inc belonging to revision 10422 2008-03-03 21:39:19 +00:00
generic.inc * reorganized ror/rol defines 2008-07-28 13:03:18 +00:00
genmath.inc * fixed + optimized generic round_real 2008-06-28 14:17:06 +00:00
genset.inc + support for extra packing of sets whose lower element number 2007-09-16 20:04:45 +00:00
genstr.inc * remove $Log 2005-06-07 09:47:55 +00:00
genstrs.inc * remove $Log 2005-06-07 09:47:55 +00:00
getopts.pp * Fixed bug #10140 2007-12-30 20:17:08 +00:00
heap.inc * fix crash in case of main thread exiting simultaneously with other threads (issue #11006) 2008-03-15 19:42:30 +00:00
heaph.inc * Removed HAS_MT_MEMORYMANAGER define, since it is obsolete now. 2007-12-28 11:30:46 +00:00
heaptrc.pp Checkpointer: consider bss section too for go32v2 (webtbs/tw3661 now works) 2008-05-14 13:08:11 +00:00
innr.inc + ror/rol functions 2008-07-27 17:12:32 +00:00
int64.inc * fixed overflow checking for $8000000000000000 in generic int64 mul 2008-03-01 19:38:19 +00:00
intres.inc Merged revisions 9693-10480 via svnmerge from 2008-03-12 21:33:48 +00:00
keyboard.inc + common CtrlBreakHandler for unit Keyboard 2007-09-30 15:18:37 +00:00
keybrdh.inc * remove $Log 2005-06-07 09:47:55 +00:00
keyscan.inc + Keyboard unit overhaul 2006-01-31 10:26:25 +00:00
lineinfo.pp + proper handling of lineinfo retrival for dyn. libs in unix 2008-05-18 18:42:09 +00:00
lnfodwrf.pp * when the end of a sequence is reached, first_row has to be set for proper address checking, resolves #10856 2008-05-23 21:12:03 +00:00
lstrings.pp
macpas.pp * use math.SetExceptionMask() to disable floating point exceptions 2008-07-20 09:07:50 +00:00
makefile.inc
mathh.inc * moved float_rounding_mode to systemh.inc; renamed to softfloat_rounding_mode 2008-06-12 20:23:37 +00:00
matrix.pp + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 2008-03-02 12:59:02 +00:00
mmatimp.inc * fixed Matrix * Vector (patch by Bartosz Bogacz, mantis #11199) 2008-04-26 21:44:05 +00:00
mouse.inc * Prevent range check error at compile time. 2007-07-03 21:28:59 +00:00
mouseh.inc * remove $Log 2005-06-07 09:47:55 +00:00
mvecimp.inc
objects.pp * don't compile objects in fpu emulation mode 2007-07-05 20:01:01 +00:00
objpas.inc * some avr fixes 2008-07-13 18:16:24 +00:00
objpash.inc * patch by Sergei Gorelkin to improve class creation speed and make objpas.inc more readable 2008-05-22 11:49:40 +00:00
pagemem.pp * remove $Log 2005-06-07 09:47:55 +00:00
printer.inc * remove $Log 2005-06-07 09:47:55 +00:00
printerh.inc * remove $Log 2005-06-07 09:47:55 +00:00
readme
real2str.inc * use rounding correction in str_real based on smallest possible 2008-05-21 16:55:31 +00:00
resh.inc Merged revisions 9693-10480 via svnmerge from 2008-03-12 21:33:48 +00:00
rtti.inc * quicker finalization of dyn. arrays, thanks to the hint of Volker Zipfel 2008-07-10 16:44:45 +00:00
sockets.inc * Fixed warnings. rtl is warnings and notes free for wince and win32 again. 2008-04-12 13:34:26 +00:00
socketsh.inc * fix INVALID_SOCKET constant (needs to be OS specific, it is UNSIGNED in windows) 2007-05-13 19:13:43 +00:00
sockovl.inc * fix missing socketerror discrepancy 2007-05-12 10:24:58 +00:00
softfpu.pp * fixed copy&paste typo 2008-06-14 13:07:17 +00:00
sstrings.inc * set code to 0 in case val(enum) does not encounter an error 2008-05-12 10:19:53 +00:00
stdsock.inc * new socketerror scheme. OS/2 and netware are now broken and still must be done. (merge me and all previous socket related commits please) 2007-05-13 18:30:24 +00:00
strings.pp * forgotten commit (part of last commit) 2007-10-21 17:41:26 +00:00
stringsi.inc * fixed strpos() in case source or target is nil 2005-12-09 14:57:10 +00:00
sysres.inc Merged revisions 9693-10480 via svnmerge from 2008-03-12 21:33:48 +00:00
system.fpd * Added copy,length and setlength 2007-08-25 13:41:22 +00:00
system.inc * Fixed warnings on non x86 targets. 2008-06-05 08:14:27 +00:00
systemh.inc * reorganized ror/rol defines 2008-07-28 13:03:18 +00:00
text.inc * formatting 2008-05-02 18:41:40 +00:00
textrec.inc + Removed FPC_HASUSERDATA32 define 2005-06-07 21:02:43 +00:00
thread.inc + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 2008-03-02 12:59:02 +00:00
threadh.inc + heap manager now per thread, reduce heap lock contention 2007-05-20 20:58:12 +00:00
threadvr.inc * win32 system unit doesn't depend anymore directly on the main program, this is necessary to be able to keep it in a dll 2007-11-01 21:59:43 +00:00
typefile.inc * fixed web bug tw4954 (warning when reading from a typed file) 2006-05-29 09:54:42 +00:00
ucomplex.pp + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 2008-03-02 12:59:02 +00:00
ufloat128.pp * continued to work on float128 stuff 2007-11-03 21:41:54 +00:00
varerror.inc * removed duplicate EVariant class from varutils and incorporated 2006-03-24 22:47:15 +00:00
variant.inc + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 2008-03-02 12:59:02 +00:00
varianth.inc + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 2008-03-02 12:59:02 +00:00
variants.pp * Fixed cleanroom implementation of DoVarClearArray. It fixes tw9098. 2008-04-13 15:19:58 +00:00
video.inc + Correct behaviour when initialization fails. 2006-06-11 09:00:19 +00:00
videoh.inc * Unix video unit character set conversion overhaul 2006-04-17 12:39:02 +00:00
wstringh.inc + WC_NO_BEST_FIT_CHARS 2007-12-16 13:45:09 +00:00
wstrings.inc * preparations for unicodestring support in the rtl 2007-12-02 22:33:56 +00:00
wustrings.inc * fixed Pos(WideChar,AnsiString) 2008-05-14 17:18:37 +00:00

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.