libs-base/Source/ObjectiveC2
Niels Grewe c86696f8f7 Add sel_getType_np() function to the ObjectiveC2 compatibility framework.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31001 72102866-910b-0410-8b05-ffd578937521
2010-07-19 09:11:07 +00:00
..
Availability.h tweaks to avoid compiler warnings 2010-02-20 18:05:00 +00:00
blocks_runtime.h cleanup compatibility header installation 2010-02-28 09:10:16 +00:00
blocks_runtime.m tweaks for mingw defines 2010-03-19 12:26:42 +00:00
COPYING Imported ObjectiveC2 framework. 2010-02-14 15:29:20 +00:00
GNUmakefile Actually build blocks support... 2010-06-21 17:16:16 +00:00
Makefile.preamble improve setting of warning flags 2010-03-11 08:08:08 +00:00
NSBlocks.m Fixed #includes in NSBlocks.m 2010-06-21 17:32:45 +00:00
properties.m Avoid failure with older complilers 2010-02-19 15:15:24 +00:00
README Imported ObjectiveC2 framework. 2010-02-14 15:29:20 +00:00
runtime.c Add sel_getType_np() function to the ObjectiveC2 compatibility framework. 2010-07-19 09:11:07 +00:00
runtime.h Add sel_getType_np() function to the ObjectiveC2 compatibility framework. 2010-07-19 09:11:07 +00:00
sync.m Simplify source by usuing autoconf 2010-06-12 07:19:26 +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