libs-base/Source/ObjectiveC2
rfm de2378bc87 simplify header layout
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32545 72102866-910b-0410-8b05-ffd578937521
2011-03-13 12:52:37 +00:00
..
blocks_runtime.m mingw block fixups 2011-03-13 09:38:37 +00:00
caps.c simplify header layout 2011-03-13 12:52:37 +00:00
COPYING Imported ObjectiveC2 framework. 2010-02-14 15:29:20 +00:00
GNUmakefile simplify header layout 2011-03-13 12:52:37 +00:00
Makefile.preamble improve setting of warning flags 2010-03-11 08:08:08 +00:00
NSBlocks.m simplify header layout 2011-03-13 12:52:37 +00:00
properties.m avoid some compiler warnings 2010-08-10 10:38:50 +00:00
README Imported ObjectiveC2 framework. 2010-02-14 15:29:20 +00:00
runtime.c fix dereferencing null pointer 2011-03-13 10:14:11 +00:00
sync.m Correct license text in sync.m and also correct the test to see if the ObjC compiler is working. 2010-10-16 20:43:33 +00:00

ObjectiveC2.framework implements the new Apple runtime APIs, introduced with OS X 10.5 on top of the GCC Objective-C runtime.  Its use is now discouraged.  This code has been merged into the GNUstep Objective-C runtime, which can act as a drop-in replacement for GCC libobjc.  You can find the code here:

svn://svn.gna.org/svn/gnustep/libs/libobjc2/trunk