fpc/rtl/inc
Jonas Maebe 30bfca91a9 * made application of rounding correction more accurate
(does *not* resolve #14230)

git-svn-id: trunk@13494 -
2009-08-06 20:41:43 +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 * return 0 for length(pchar(0)), like Kylix does (using corrected and 2009-01-01 22:02:17 +00:00
cgenmath.inc * fixed + optimized generic round_real 2008-06-28 14:17:06 +00:00
cgenstr.inc
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 * fixed bug #5800 2009-02-09 00:35:09 +00:00
crt.inc * extension of r13191 to OS/2, EMX and potential other platforms using crt.inc based implementation of unit crt 2009-05-27 21:18:35 +00:00
crth.inc * changed the parameters of gotoxy() and the return values of wherex/wherey 2009-05-24 11:48:49 +00:00
ctypes.pp * added csize_t and pcsize_t for non unix systems (in unix/ctypes.pp) 2009-01-26 12:58:20 +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 * only set dynarray pointer to nil in decref in case the last reference 2008-08-31 10:07:53 +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 * exeinfo: Return executable image base and current module base address on Windows. 2009-05-15 22:14:09 +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 - removed PARAOUTFILE define and ifdefs 2009-03-15 12:31:02 +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 * made SwapEndian(<16 Bit>); inlined 2009-07-26 13:50:57 +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 * added striscan, strriscan and stripos 2009-04-17 10:08:17 +00:00
genstrs.inc
getopts.pp * Patch from reporter of bug ID #13924 to fix arguments with spaces if no argv is declared. 2009-06-07 08:53:36 +00:00
heap.inc * applied feature dependencies patch by Sven Barth from mantis #13673 : 2009-05-09 20:08:57 +00:00
heaph.inc * changed destination parameter of getmem/getmemory from "var" to "out" 2009-04-25 09:57:29 +00:00
heaptrc.pp - reverted r13079, it gives wrong results when using heaptrc with an 2009-05-10 09:28:47 +00:00
innr.inc + added {$modeswitch objectivec1}/-Mobjectivec1 mode switch to enable 2009-03-08 18:40: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
keyscan.inc + Keyboard unit overhaul 2006-01-31 10:26:25 +00:00
lineinfo.pp * exeinfo: Return executable image base and current module base address on Windows. 2009-05-15 22:14:09 +00:00
lnfodwrf.pp * exeinfo: Return executable image base and current module base address on Windows. 2009-05-15 22:14:09 +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
mvecimp.inc
objc1.pp + added {$modeswitch objectivec1}/-Mobjectivec1 mode switch to enable 2009-03-08 18:40:32 +00:00
objc1h.inc + added {$modeswitch objectivec1}/-Mobjectivec1 mode switch to enable 2009-03-08 18:40:32 +00:00
objects.pp * don't compile objects in fpu emulation mode 2007-07-05 20:01:01 +00:00
objpas.inc * fixed bug #5800 2009-02-09 00:35:09 +00:00
objpash.inc * fixed bug #5800 2009-02-09 00:35:09 +00:00
pagemem.pp
printer.inc
printerh.inc
readme
real2str.inc * made application of rounding correction more accurate 2009-08-06 20:41:43 +00:00
resh.inc Merged revisions 9693-10480 via svnmerge from 2008-03-12 21:33:48 +00:00
rtti.inc * set finalized dynarrays to nil (mantis #12048) 2008-09-13 20:01:47 +00:00
sockets.inc * handle EsockEINTR for fpaccept and fpconnect 2009-03-21 16:11:08 +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 * moved core logic from fpc_shortstr_enum into a separate function, so 2009-05-02 08:48:48 +00:00
stdsock.inc o Haiku patches by Olivier Coursiere 2009-02-01 10:30:55 +00:00
strings.pp * added striscan, strriscan and stripos 2009-04-17 10:08:17 +00:00
stringsi.inc * added striscan, strriscan and stripos 2009-04-17 10:08:17 +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 * take random feature switch into account 2009-06-19 15:26:06 +00:00
systemh.inc * SwapEndian(<16 Bit>) needs inline in the interface section as well 2009-07-26 13:57:51 +00:00
text.inc - removed PARAOUTFILE define and ifdefs 2009-03-15 12:31:02 +00:00
textrec.inc + Removed FPC_HASUSERDATA32 define 2005-06-07 21:02:43 +00:00
thread.inc * applied feature dependencies patch by Sven Barth from mantis #13673 : 2009-05-09 20:08:57 +00:00
threadh.inc * set default stack size to 4 MiB instead of to 32 KiB 2009-01-08 18:08:32 +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 - removed PARAOUTFILE define and ifdefs 2009-03-15 12:31:02 +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
ustringh.inc Merged revisions 11665-11738 via svnmerge from 2008-09-10 20:14:31 +00:00
ustrings.inc * fixed UTF8ToUnicode() based on patch by JoshyFun, and also added 2009-03-15 15:47:39 +00:00
varerror.inc * removed duplicate EVariant class from varutils and incorporated 2006-03-24 22:47:15 +00:00
variant.inc * fixed last commit: UTF8Encode -> UTF8Decode 2009-07-26 13:09:31 +00:00
varianth.inc + utf-8 <-> variant type casts, resolves #11371 2009-07-26 12:58:49 +00:00
variants.pp * fixed range error introduced in r13213 2009-06-27 11:20:30 +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
wstring22h.inc Merged revisions 11665-11738 via svnmerge from 2008-09-10 20:14:31 +00:00
wstringh.inc Merged revisions 11665-11738 via svnmerge from 2008-09-10 20:14:31 +00:00
wstrings.inc * fixed UTF8ToUnicode() based on patch by JoshyFun, and also added 2009-03-15 15:47:39 +00:00
wustring22.inc Merged revisions 11665-11738 via svnmerge from 2008-09-10 20:14:31 +00:00
wustrings.inc Merged revisions 11665-11738 via svnmerge from 2008-09-10 20:14:31 +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.