fpc/rtl/inc
yury d26f0552a0 * Sync with trunk r23404.
* Regenerated makefiles.

git-svn-id: branches/targetandroid@23405 -
2013-01-16 13:21:51 +00:00
..
aliases.inc - disabled RecordRTTI declaration on the JVM target, because that 2013-01-06 15:05:29 +00:00
astrings.inc * made the pascal name of the string range checking helpers match 2013-01-06 15:05:33 +00:00
cgeneric.inc * Promoted result type of FPC_PCHAR_LENGTH and FPC_PWIDECHAR_LENGTH to SizeInt. 2011-06-13 04:59:17 +00:00
cgenmath.inc * fixed compilation on Solaris after r20815 2012-04-24 11:08:08 +00:00
cgenstr.inc
charset.pp merge r17434 from cpstrnew branch by michael: 2011-09-17 13:19:59 +00:00
cmem.pp * fixes cmem.malloc et al. for windows as proposed by Ludo Brands, resolves #15571 2011-08-18 08:47:44 +00:00
compproc.inc * fixed compilation for targets with internal stack checking after r23325 2013-01-06 15:51:46 +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 * fixed compilation with Delphi (patch by Sven Barth, mantis #17016) 2010-07-23 15:44:15 +00:00
currh.inc * function round(c : currency) : int64; requires the availability of an fpu 2012-08-20 20:15:07 +00:00
dos.inc
dosh.inc
dynarr.inc Replace HandleErrorFrame calls by HandleErrorAddrFrameInd where possible in common code (to allow correct backtrace for mips cpu) 2012-07-12 11:53:59 +00:00
dynarrh.inc * pass the procdef to getintparaloc instead of only the proccalloption, so 2013-01-06 15:05:40 +00:00
dynlibs.pas * Added GetLoadErrorStr function by Mark Morgan Loyd (Bug ID 22321) 2012-07-11 15:31:09 +00:00
except.inc * make exception variables threadvars or not depending on threading support 2012-12-31 19:31:22 +00:00
exeinfo.pp * Sync with trunk r23404. 2013-01-16 13:21:51 +00:00
extres.inc
fexpand.inc * Fixed expanding ~ if there is no HOME env var set. 2013-01-16 10:40:25 +00:00
file.inc
filerec.inc * avr uses a reduced buffer and file name length in textrecs and filerecs 2012-08-20 20:11:13 +00:00
fpextres.pp
fpintres.pp
gencurr.inc * function round(c : currency) : int64; requires the availability of an fpu 2012-08-20 20:15:07 +00:00
generic.inc rtl: remove unused variables 2013-01-01 16:31:31 +00:00
genmath.inc * merged trunk up to r20882 2012-04-15 15:54:10 +00:00
genset.inc * fixed upper bound of several helper array types for set operations 2012-03-29 20:34:56 +00:00
genstr.inc * dereference pchar passed to indexbyte in strecopy (patch by Andrew Haines, 2012-03-08 18:55:49 +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 * fixed memory statistics after try_concat_free_chunk_forward() concatenated 2012-08-26 15:29:44 +00:00
heaph.inc * get rid of some feature checks, probably the whole feature stuff is plainly the wrong way, embedded rtl compiles again, resolves #20913 2011-12-29 14:06:30 +00:00
heaptrc.pp * pass the procdef to getintparaloc instead of only the proccalloption, so 2013-01-06 15:05:40 +00:00
innr.inc * first draft to support the popcnt instruction, works so far for x86 with a real popcnt instruction 2012-09-02 20:59:39 +00:00
int64.inc Replace HandleErrorFrame calls by HandleErrorAddrFrameInd where possible in common code (to allow correct backtrace for mips cpu) 2012-07-12 11:53:59 +00:00
intres.inc
iso7185.pp * fix iso i/o with unix style line feeds 2010-08-03 21:43:36 +00:00
keyboard.inc
keybrdh.inc
keyscan.inc
lineinfo.pp * Fix lineinfo problems for BeOS/Haiku 2011-12-05 16:29:43 +00:00
lnfodwrf.pp - Removed unused variable 2011-07-13 22:14:39 +00:00
lstrings.pp
macpas.pp
makefile.inc + system unit depends on compproc.inc 2010-07-31 20:45:00 +00:00
mathh.inc * turn off threadvars in softfpu if threading is not enabled 2012-12-31 16:31:03 +00:00
matrix.pp * add $mode fpc to matrix unit, mants 17357 2010-09-06 10:58:09 +00:00
mmatimp.inc * patch by Petr-K to fix 3*3 matrix inversion, resolves #19828 2011-08-14 21:46:47 +00:00
mouse.inc
mouseh.inc
mvecimp.inc
objc1.inc * rtl changes part of r15460 2010-06-21 09:26:08 +00:00
objc.pp + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
objcbase.pp + add {$packrecords c} to all units importing Objective-C records since 2011-08-06 13:16:03 +00:00
objcnf.inc * rtl changes part of r15460 2010-06-21 09:26:08 +00:00
objects.pp Use need system macro FPC_LOCALS_ARE_STACK_REG_RELATIVE for mips support 2012-07-12 09:13:31 +00:00
objpas.inc * Reuse RecordRTTI to finalize class instances. This is possible because RTTI for classes is the same as for records (except different value of tkKind field), and RecordRTTI ignores tkKind (assuming that required checks are done by its caller). 2012-12-23 12:10:11 +00:00
objpash.inc Rebase to revision 16888 2011-02-07 20:30:48 +00:00
pagemem.pp
printer.inc
printerh.inc
readme
real2str.inc * patch by Max Nazhalov to improve real2str performance, resolves #21825 2012-05-05 18:29:32 +00:00
resh.inc * fix for Mantis 16195, Delphi compatibility resource handle types were not 64-bit proof. 2010-04-08 09:03:50 +00:00
rtti.inc * Reuse RecordRTTI to finalize class instances. This is possible because RTTI for classes is the same as for records (except different value of tkKind field), and RecordRTTI ignores tkKind (assuming that required checks are done by its caller). 2012-12-23 12:10:11 +00:00
sfpu128.pp + Add two new sotfpuu units with x80 or 128 bit support 2012-01-31 15:58:56 +00:00
sfpux80.pp + Add two new sotfpuu units with x80 or 128 bit support 2012-01-31 15:58:56 +00:00
sockets.inc Add unsigned versions of ntohl and htonl 2012-11-16 12:37:07 +00:00
socketsh.inc Add unsigned versions of ntohl and htonl 2012-11-16 12:37:07 +00:00
sockovl.inc * disable the 1:1 aliases of the legacy errorhandling. 2009-08-08 12:25:59 +00:00
softfpu.pp * remove packed used for nan records in the softfpu code, it served no purpose 2013-01-02 18:13:21 +00:00
sstrings.inc * patches by Max Nazhalov to solve some issues with currency formatting, resolves #18704 and #22063 2012-05-19 14:54:46 +00:00
stdsock.inc
strings.pp - Cleaned out FPC_STRTOSHORTSTRPROC and FPC_STRTOCHARARRAYPROC defines. Somebody had to do it one day. 2011-12-14 22:40:08 +00:00
stringsi.inc
sysres.inc
system.fpd * Added slice dummy 2012-08-20 22:57:29 +00:00
system.inc * pass the procdef to getintparaloc instead of only the proccalloption, so 2013-01-06 15:05:40 +00:00
systemh.inc * fixed typo as pointed out by Aleksa Todorovic 2013-01-01 18:18:39 +00:00
text.inc + support for <text>^ in iso mode 2012-10-01 17:18:51 +00:00
textrec.inc * avr uses a reduced buffer and file name length in textrecs and filerecs 2012-08-20 20:11:13 +00:00
thread.inc Extend TThread with (class) methods and (class) properties from Delphi 2007 and newer. 2012-12-27 16:16:17 +00:00
threadh.inc Extend TThread with (class) methods and (class) properties from Delphi 2007 and newer. 2012-12-27 16:16:17 +00:00
threadvr.inc * moved fpc_threadvar_relocate_proc from systemh.inc to thread.inc 2012-12-09 22:42:46 +00:00
typefile.inc * be able to use feature fileio without feature random 2011-08-27 22:44:37 +00:00
ucomplex.pp + patch by Vojtech Cihak to add csqr function, resolves #23492 2012-12-16 10:15:13 +00:00
ufloat128.pp
ustringh.inc * merged trunk up to r20882 2012-04-15 15:54:10 +00:00
ustrings.inc * made the pascal name of the string range checking helpers match 2013-01-06 15:05:33 +00:00
uuchar.pp * also redefine pchar as pwidechar in {$modeswitch unicodestrings} 2012-04-25 22:29:15 +00:00
varerror.inc
variant.inc + also specify the parameter def when allocating a parameter via 2012-06-24 15:02:12 +00:00
varianth.inc - Removed outdated VER2_0 defines 2011-10-19 11:39:59 +00:00
variants.pp + VarIsBool function by Alexander Strokach, resolves #23358 2012-11-20 20:30:08 +00:00
video.inc
videoh.inc * video unit maxwidth increased to 240 (FV editor 2010-04-28 07:46:30 +00:00
wstringh.inc - Removed string conversion helpers that are not actually used by compiler code generation (duplicated pwidechar/punicodechar stuff). 2012-02-05 18:01:04 +00:00
wstrings.inc * made the pascal name of the string range checking helpers match 2013-01-06 15:05:33 +00:00
wustrings.inc

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.