fpc/rtl/darwin
Jonas Maebe 0c675a4039 * the objc1 unit has been renamed to objc
* the objc unit links against the Foundation instead of against the Cocoa
    framework, and inludes an interface to either the fragile or non-fragile
    obj-c run time depending on the target platform
  + support for the non-fragile Objective-C runtime/ABI, as used on Mac OS X
    for ARM (iPhone) 64 bit (PowerPC/64, x86_64) -- all these targets now
    are now also supported for the objectivec1 modeswitch
  + support for private_extern symbol bindings, required for the above
  * mark objcclasses that are declared in the implementation section of a
    unit as "hidden" (not sure what the effect is, since the Objective-C
    runtime does not seem to do anything with this flag)
  * enabled all obj-c tests for the newly supported platforms

git-svn-id: branches/objc@13763 -
2009-09-27 15:24:50 +00:00
..
arm * remove the RTL's installed signal handlers at the end of the system 2009-05-02 09:40:44 +00:00
i386 * fixes from previous darwin/i386 commit for darwin/x86_64 2007-11-11 17:09:52 +00:00
powerpc * Merged 2.3 branch changes: 2007-03-04 20:16:57 +00:00
powerpc64 * Merged 2.3 branch changes: 2007-03-04 20:16:57 +00:00
ppcgen * remove the RTL's installed signal handlers at the end of the system 2009-05-02 09:40:44 +00:00
x86 * remove the RTL's installed signal handlers at the end of the system 2009-05-02 09:40:44 +00:00
x86_64 * fixes from previous darwin/i386 commit for darwin/x86_64 2007-11-11 17:09:52 +00:00
console.pp * Merged 2.3 branch changes: 2007-03-04 20:16:57 +00:00
errno.inc
errnostr.inc
extres_multiarch.inc + darwin/arm signal handling support, except for the definition of the 2008-11-21 22:04:03 +00:00
Makefile * the objc1 unit has been renamed to objc 2009-09-27 15:24:50 +00:00
Makefile.fpc * the objc1 unit has been renamed to objc 2009-09-27 15:24:50 +00:00
pmutext.inc
pthread.inc + pthread_cond_broadcast() definition 2009-03-04 20:10:05 +00:00
ptypes.inc * fixed definition of ino_t (64 instead of 32 bit) and of stat record 2009-05-01 11:18:18 +00:00
signal.inc * some more darwin/arm stuff I forgot to commit earlier: 2008-12-10 21:10:59 +00:00
sysctlh.inc
termio.pp
termios.inc
termiosproc.inc * Merged 2.3 branch changes: 2007-03-04 20:16:57 +00:00
unxconst.inc * fixed O_NOCTTY constant value 2009-01-29 15:10:43 +00:00
unxfunc.inc * more ESysEINTR handling 2009-03-19 22:01:09 +00:00
unxsockh.inc * add TCP and UDP setsockopt option constants to all unix-likes 2008-05-31 22:06:56 +00:00