fpc/rtl/inc
Jonas Maebe 3ca3276400 * changed syntax of external objcclasses (see wiki/FPC_PasCocoa). Another
change is that it is now also allowed to specify an external name for
    formal external class definitions, but if they are later mixed with
    regular class definitions the external names have to match.
   o because the "external" status of methods is now set while parsing the
     class rather than afterwards, some procdir compatibility checks had to
     be inlined because they only have to be performed for 
  * also adapted the syntax for external cppclasses in the same way
  * fixed return type of NSObject.retainCount and NSObject.hash
    (NSUInteger instead of cint)
  * moved "patches" directory from cocoaint/src to cocoaint/utils/cocoa-skel
    so they are used by the conversion script when re-parsing the headers
  * updated Objective-C header parser script to
   o use the new external class syntax
   o not write inheritance information for root classes (NSObject, NSProxy)
   o use internal translation tables for some conflicting method names that
    are named specially in objcbase.pp
   and updated parsed headers
  * fixed rtl/inc/objcbase.pp and tests to conform to the new external class
    syntax

git-svn-id: trunk@16684 -
2011-01-02 14:50:46 +00:00
..
aliases.inc
astrings.inc * added str(enum,charray) and export str(enum,ansistr/widestr/unicodestr) 2010-01-12 20:19:52 +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 + Allow compilation for go32v2 target 2010-11-23 23:02:05 +00:00
compproc.inc + widestringmanager.codepointlengthproc added, which can be used to 2010-12-10 14:10:01 +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
dos.inc
dosh.inc
dynarr.inc * Fixed spell error revealed by lintian. 2010-10-06 20:33:57 +00:00
dynarrh.inc
dynlibs.pas * dynlibs.pas: added 'const' modifiers to eliminate unnecessary local string copies 2010-11-18 22:09:48 +00:00
except.inc compiler,rtl - safecall handling: 2010-02-27 04:41:52 +00:00
exeinfo.pp * fixed potential buffer overflow errors (reported by Stian Skjelstad, 2010-11-14 11:59:24 +00:00
extres.inc
fexpand.inc * Fixed spell error revealed by lintian. 2010-10-06 20:33:57 +00:00
file.inc - removed PARAOUTFILE define and ifdefs 2009-03-15 12:31:02 +00:00
filerec.inc
fpextres.pp
fpintres.pp
gencurr.inc
generic.inc * implementation of bit scan intrinsics by Richard Vida, resolves #17592 2010-10-16 15:03:30 +00:00
genmath.inc * fixed real48 to double conversion for 0.0 (patch by "jeng", mantis #16863) 2010-07-10 12:15:13 +00:00
genset.inc - removed FPC_NEW_BIGENDIAN_SETS define and if(n)defs 2009-08-23 08:16:40 +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 * made GetMemory, FreeMemory, ReallocMemory delphi compatible, resolves #17530 2010-10-02 19:15:58 +00:00
heaph.inc * made GetMemory, FreeMemory, ReallocMemory delphi compatible, resolves #17530 2010-10-02 19:15:58 +00:00
heaptrc.pp * make heaptrc aware of the fact that multi threading could be initialized before heaptrc itself is initialized, this is currently the case for windows dlls 2010-01-07 13:41:43 +00:00
innr.inc * implementation of bit scan intrinsics by Richard Vida, resolves #17592 2010-10-16 15:03:30 +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 * Added warning about thread-safety 2009-11-14 11:34:28 +00:00
lnfodwrf.pp avoid range check error in ParseCompilationUnit 2010-06-25 22:21:38 +00:00
lstrings.pp
macpas.pp * use math.SetExceptionMask() to disable floating point exceptions 2008-07-20 09:07:50 +00:00
makefile.inc + system unit depends on compproc.inc 2010-07-31 20:45:00 +00:00
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 $mode fpc to matrix unit, mants 17357 2010-09-06 10:58:09 +00:00
mmatimp.inc
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 * changed syntax of external objcclasses (see wiki/FPC_PasCocoa). Another 2011-01-02 14:50:46 +00:00
objcnf.inc * rtl changes part of r15460 2010-06-21 09:26:08 +00:00
objects.pp
objpas.inc * fix integer message dispatch on ppc64-darwin by temporarily setting the correct record alignment 2010-10-31 12:24:38 +00:00
objpash.inc * limit the number of string message methods per class to 2^31 independent of architecture width: this avoids lots of compiler changes when allowing 2^63 (for 64 bit targets) 2010-10-29 13:26:50 +00:00
pagemem.pp
printer.inc
printerh.inc
readme
real2str.inc * iso conformant writing of floats (using e instead of E) in iso mode 2010-07-31 20:45:55 +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 + support extra parameter for initialize() that indicates how many elements 2010-11-23 15:14:40 +00:00
sockets.inc * handle EsockEINTR for fpaccept and fpconnect 2009-03-21 16:11:08 +00:00
socketsh.inc * deprecated some 1.0.x stuff. 2010-05-16 11:46:30 +00:00
sockovl.inc * disable the 1:1 aliases of the legacy errorhandling. 2009-08-08 12:25:59 +00:00
softfpu.pp * shift128right last parameter should also by var type 2010-03-08 08:00:56 +00:00
sstrings.inc * changes to alignment for enumeration rtti record members: we need a Tconstptrint alignment before the MinValue/MaxValue members because the entire record needs that alignment due to some pointers inside 2010-10-26 22:00:15 +00:00
stdsock.inc o Haiku patches by Olivier Coursiere 2009-02-01 10:30:55 +00:00
strings.pp * Minor optimization from mantis 14974 2009-11-03 12:59:12 +00:00
stringsi.inc * added striscan, strriscan and stripos 2009-04-17 10:08:17 +00:00
sysres.inc
system.fpd * Added Pack/Unpack dummies, fixed var/out and const params in writestr/readstr 2009-10-17 09:22:49 +00:00
system.inc - removes 2.2.x bootstrapping stuff 2010-11-28 17:29:15 +00:00
systemh.inc - removes 2.2.x bootstrapping stuff 2010-11-28 17:29:15 +00:00
text.inc + widestringmanager.codepointlengthproc added, which can be used to 2010-12-10 14:10:01 +00:00
textrec.inc
thread.inc * closethread thread manager field/function. Mantis 13160 2010-03-26 23:31:52 +00:00
threadh.inc * closethread thread manager field/function. Mantis 13160 2010-03-26 23:31:52 +00:00
threadvr.inc
typefile.inc * use iso reset/rewrite with automatic assignmentin iso mode 2010-07-31 20:44:32 +00:00
ucomplex.pp
ufloat128.pp
ustringh.inc + widestringmanager.codepointlengthproc added, which can be used to 2010-12-10 14:10:01 +00:00
ustrings.inc + widestringmanager.codepointlengthproc added, which can be used to 2010-12-10 14:10:01 +00:00
varerror.inc
variant.inc * fixed last commit: UTF8Encode -> UTF8Decode 2009-07-26 13:09:31 +00:00
varianth.inc * Variant types: renamed varunicodestring to varustring and changed its value to $102 (for Delphi compatibility), introduced varUStrArg=$73, added some description comments. 2010-11-27 16:17:43 +00:00
variants.pp variants, varutils: another portion of misc fixes: 2010-12-10 03:38:21 +00:00
video.inc
videoh.inc * video unit maxwidth increased to 240 (FV editor 2010-04-28 07:46:30 +00:00
wstringh.inc Merged revisions 11665-11738 via svnmerge from 2008-09-10 20:14:31 +00:00
wstrings.inc * fixed Windows compilation after r16533 2010-12-10 17:27:25 +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.