fpc/rtl/inc
ivost 38bf32dddf * added csize_t and pcsize_t for non unix systems (in unix/ctypes.pp)
* added csize_t = UnixTypes.size_t in ctypes.pp for unix systems.
* reason: size_t is a C type and it's often used by C header files. Several packages define their own size_t. 

git-svn-id: trunk@12602 -
2009-01-26 12:58:20 +00:00
..
aliases.inc
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 Merged revisions 11665-11738 via svnmerge from 2008-09-10 20:14:31 +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
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
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
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
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 * return 0 for length(pchar(0)), like Kylix does (using corrected and 2009-01-01 22:02:17 +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
genstrs.inc
getopts.pp * Patch from Inoussa OUEDRAOGO so it can work with Delphi2009 and unicode chars 2008-12-19 17:49:24 +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
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
mvecimp.inc
objects.pp * don't compile objects in fpu emulation mode 2007-07-05 20:01:01 +00:00
objpas.inc * Inlining is not supported for formal parameters. Disable inlining to prevent warning. 2008-08-14 14:56:28 +00:00
objpash.inc * Inlining is not supported for formal parameters. Disable inlining to prevent warning. 2008-08-14 14:56:28 +00:00
pagemem.pp
printer.inc
printerh.inc
readme
real2str.inc * don't "round" 0.0 when converting to a string (mantis #12202) 2008-09-26 13:28:53 +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 * 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
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 compilation of embedded system unit: path helper functions depend now on the avaibility of the textio/fileio feature 2009-01-26 08:23:38 +00:00
systemh.inc * make unicodechar equivalent to widechar, resolves #12233 2008-09-27 12:40:42 +00:00
text.inc + readded FPC_WRITE_TEXT_ANSISTR alias removed in r12322, because it's 2008-12-11 12:31:23 +00:00
textrec.inc
thread.inc + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 2008-03-02 12:59:02 +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 * 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
ustringh.inc Merged revisions 11665-11738 via svnmerge from 2008-09-10 20:14:31 +00:00
ustrings.inc Merged revisions 11665-11738 via svnmerge from 2008-09-10 20:14:31 +00:00
varerror.inc * removed duplicate EVariant class from varutils and incorporated 2006-03-24 22:47:15 +00:00
variant.inc Merged revisions 11665-11738 via svnmerge from 2008-09-10 20:14:31 +00:00
varianth.inc Merged revisions 11665-11738 via svnmerge from 2008-09-10 20:14:31 +00:00
variants.pp * patch by Petr Kirstan to resolve #12333 2008-11-16 22:53:17 +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 Merged revisions 11665-11738 via svnmerge from 2008-09-10 20:14:31 +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.