|
|
|
@ -9,16 +9,16 @@ Objective-C programs. Highlights of this release include:
|
|
|
|
- Added API for tracing, allowing interposition on all message sends matching a
|
|
|
|
- Added API for tracing, allowing interposition on all message sends matching a
|
|
|
|
given selector.
|
|
|
|
given selector.
|
|
|
|
|
|
|
|
|
|
|
|
You may obtain the code for this release from subversion at the following
|
|
|
|
- Numerous bug fixes and stability improvements.
|
|
|
|
subversion branch:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
svn://svn.gna.org/svn/gnustep/libs/libobjc2/releases/1.8
|
|
|
|
You may obtain the code for this release from git and use the 1.8 branch:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/gnustep/libobjc2.git
|
|
|
|
|
|
|
|
|
|
|
|
Alternatively, a tarball is available from:
|
|
|
|
Alternatively, a tarball is available from:
|
|
|
|
|
|
|
|
|
|
|
|
http://download.gna.org/gnustep/libobjc2-1.8.txz
|
|
|
|
https://github.com/gnustep/libobjc2/archive/v1.8.zip
|
|
|
|
http://download.gna.org/gnustep/libobjc2-1.8.tar.bz2
|
|
|
|
https://github.com/gnustep/libobjc2/archive/v1.8.tar.gz
|
|
|
|
http://download.gna.org/gnustep/libobjc2-1.8.tgz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The runtime library is responsible for implementing the core features of the
|
|
|
|
The runtime library is responsible for implementing the core features of the
|
|
|
|
object model, as well as exposing introspection features to the user. The
|
|
|
|
object model, as well as exposing introspection features to the user. The
|
|
|
|
@ -32,5 +32,6 @@ with the FSF's GCC 4.2.1 Objective-C ABI and also implements a new ABI that is
|
|
|
|
supported by Clang and Étoilé's LanguageKit and is required for some of the
|
|
|
|
supported by Clang and Étoilé's LanguageKit and is required for some of the
|
|
|
|
newer features.
|
|
|
|
newer features.
|
|
|
|
|
|
|
|
|
|
|
|
If you come across any problems, please report them to the GNUstep Developer
|
|
|
|
If you come across any problems, please file them in the issue tracker:
|
|
|
|
mailing list <gnustep-dev@gnu.org>.
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/gnustep/libobjc2/issues
|
|
|
|
|