libs-base/Source/ObjectiveC2
2025-03-18 00:35:27 +01:00
..
blocks_runtime.m declare external block as const void rather than void for consistency and to avoid compiler warning 2020-12-04 04:36:42 -05:00
caps.c minot inttype/stdint tweaks 2013-10-30 03:51:32 +00:00
COPYING Imported ObjectiveC2 framework. 2010-02-14 15:29:20 +00:00
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 Try to tidy/simplify objc2 header support. 2012-01-08 14:25:56 +00:00
properties.m locking updates (fine grained locking rather than global lock) 2024-05-30 10:40:52 +01:00
README Preliminary code for emulation of the objc2 runtime weak reference feature 2024-12-28 07:48:32 +00:00
runtime.c minor fixes 2013-07-05 20:31:54 +00:00
sync.m Update FSF address as requested by Gregory 2024-11-07 13:37:59 +00:00
weak.m fix missing semi-colon for default clause 2025-03-18 00:35:27 +01: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.