libs-base/Source/ObjectiveC2
2024-12-28 07:48:32 +00:00
..
blocks_runtime.m
caps.c
COPYING
GNUmakefile Preliminary code for emulation of the objc2 runtime weak reference feature 2024-12-28 07:48:32 +00:00
Makefile.preamble Update FSF address as requested by Gregory 2024-11-07 13:37:59 +00:00
NSBlocks.m
properties.m
README Preliminary code for emulation of the objc2 runtime weak reference feature 2024-12-28 07:48:32 +00:00
runtime.c
sync.m Update FSF address as requested by Gregory 2024-11-07 13:37:59 +00:00
weak.m Weak pointer support fixes and use for notification observers. 2024-12-28 07:48:32 +00:00

ObjectiveC2 framework implements the new Apple runtime APIs, introduced with
OS X 10.5 (and later) on top of the GCC Objective-C runtime.  Much code has
been merged into the GNUstep Objective-C-2.0 runtime, which is used when 
compiling with clang (svn://svn.gna.org/svn/gnustep/libs/libobjc2/trunk).
Somewhat recent versions of the GNU runtime implement much of the newer Apple
APIs.