fpc/rtl/inc
Jonas Maebe aee5380ae0 * merged trunk up to r20882
o support for the new codepage-aware ansistrings in the jvm branch
   o empty ansistrings are now always represented by a nil pointer rather than
     by an empty string, because an empty string also has a code page which
     can confuse code (although this will make ansistrings harder to use
     in Java code)
   o more string helpers code shared between the general and jvm rtl
   o support for indexbyte/word in the jvm rtl (warning: first parameter
     is an open array rather than an untyped parameter there, so
     indexchar(pcharvar^,10,0) will be equivalent to
     indexchar[pcharvar^],10,0) there, which is different from what is
     intended; changing it to an untyped parameter wouldn't help though)
   o default() support is not yet complete
   o calling fpcres is currently broken due to limitations in
     sysutils.executeprocess() regarding handling unix quoting and
     the compiler using the same command lines for scripts and directly
     calling external programs
   o compiling the Java compiler currently requires adding ALLOW_WARNINGS=1
     to the make command line

git-svn-id: branches/jvmbackend@20887 -
2012-04-15 15:54:10 +00:00
..
aliases.inc - RTL: cleaned up remaining 'decr_ref' routines (not removed completely due to bootstrapping needs, but aliased to 'finalize' ones). 2012-01-20 19:19:08 +00:00
astrings.inc * merged trunk up to r20882 2012-04-15 15:54:10 +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 c_truncf declaration (double -> single) 2012-04-11 18:05:45 +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 * merged trunk up to r20882 2012-04-15 15:54:10 +00:00
crt.inc
crth.inc
ctypes.pp * fixed compilation with Delphi (patch by Sven Barth, mantis #17016) 2010-07-23 15:44:15 +00:00
currh.inc * extracted dynarray helpers from system unit into jdynarr.inc (were 2011-08-20 08:32:13 +00:00
dos.inc
dosh.inc
dynarr.inc * Rewrote fpc_dynarray_copy to trim out-of-range arguments instead of raising range error. Makes behavior Delphi-compatible and resolves #21396. 2012-03-04 04:41:52 +00:00
dynarrh.inc
dynlibs.pas * fix SafeLoadLibrary: fixed defines, sse control word should be stored as well 2011-08-18 08:37:15 +00:00
except.inc + Platform-specific exception support for x86_64-win64. Enable by cycling with OPT=-dTEST_WIN64_SEH. 2012-01-16 23:13:31 +00:00
exeinfo.pp * fix buggy stabs offset calculation 2012-01-21 20:43:03 +00:00
extres.inc
fexpand.inc * Fixed spell error revealed by lintian. 2010-10-06 20:33:57 +00:00
file.inc
filerec.inc
fpextres.pp
fpintres.pp
gencurr.inc * extracted dynarray helpers from system unit into jdynarr.inc (were 2011-08-20 08:32:13 +00:00
generic.inc * merged trunk up to r20882 2012-04-15 15:54:10 +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
heap.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
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 + Support multithreaded windows executables inCheckPointer function 2012-01-26 13:52:51 +00:00
innr.inc * merged trunk up to r20882 2012-04-15 15:54:10 +00:00
int64.inc
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
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 * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346 2011-09-27 20:22:40 +00:00
objpas.inc * Added fpc_dynarray_assign (a helper for dynamic array assignments), added local access to fpc_intf_assign, and switched fpc_copy to use assignment helpers instead of incr_ref/decr_ref combinations. 2012-01-19 17:43:37 +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 * ifdef jvm -> ifdef cpujvm 2011-12-12 02:34:15 +00:00
resh.inc
rtti.inc - RTL: cleaned up remaining 'decr_ref' routines (not removed completely due to bootstrapping needs, but aliased to 'finalize' ones). 2012-01-20 19:19:08 +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
socketsh.inc * deprecated some 1.0.x stuff. 2010-05-16 11:46:30 +00:00
sockovl.inc
softfpu.pp * remove duplicate types after r20603, resolves #21548 2012-03-25 09:34:28 +00:00
sstrings.inc * merged trunk up to r20882 2012-04-15 15:54:10 +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 * power functions added 2011-12-28 18:11:45 +00:00
system.inc + -CN/{$CHECKLOWADDRLOADS+/-} switch to enable explicit checks for accesses 2012-04-11 18:05:50 +00:00
systemh.inc * merged trunk up to r20882 2012-04-15 15:54:10 +00:00
text.inc * fixed compilation on platforms without ansistring support since assigning 2012-02-17 13:16:32 +00:00
textrec.inc rtl: 2011-10-25 08:40:49 +00:00
thread.inc + Move EXEC_callback into separate file win/systlsdir.inc 2011-12-08 16:11:07 +00:00
threadh.inc
threadvr.inc * Rewrote those insane {$ifdef FPC_HAS_INDIRECT_MAIN_INFORMATION} into somewhat more readable form. 2011-03-21 21:12: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 from Antonio Puente Rodero to fix arctanh and arccosh in unit ucomplex, resolves #18844 2011-04-05 19:37:50 +00:00
ufloat128.pp
ustringh.inc * merged trunk up to r20882 2012-04-15 15:54:10 +00:00
ustrings.inc * merged trunk up to r20882 2012-04-15 15:54:10 +00:00
uuchar.pp * part of r18781 (forgot to commit) 2011-08-23 15:25:23 +00:00
varerror.inc
variant.inc * Changed code generation for variant assignments to typecast arguments to TVarData instead of using pointers. Fixes one (probably the ugliest one) case of non-disposed temp variables: 2012-01-03 19:31:58 +00:00
varianth.inc - Removed outdated VER2_0 defines 2011-10-19 11:39:59 +00:00
variants.pp Fix VarEnsureRange use of Result before being set 2012-04-09 21:52:47 +00:00
video.inc
videoh.inc
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 - 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
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.