Version 1.3.0

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/libobjc/trunk@16755 72102866-910b-0410-8b05-ffd578937521
main
fedor 23 years ago
parent d6a0da739c
commit 954a6a1022

@ -1,14 +1,3 @@
2003-05-20 Richard Frith-Macdonald <rrfm@gnu.org>
* init.c: Replace last change with Nicola's improved version.
2003-05-12 Richard Frith-Macdonald <rrfm@gnu.org>
* init.c: When performing superclass lookups, check to see if the
link to the superclass is already resolved and just use it if it is.
This prevents the bug of passing a class to the lookup function
rather than a string (potential crasher).
2003-02-20 Alexandre Oliva <aoliva@redhat.com> 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
* configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to

@ -1,3 +1,18 @@
2003-05-20 Adam Fedor <fedor@gnu.org>
* GNUmakefile (VERSION): 1.3.0
2003-05-20 Richard Frith-Macdonald <rrfm@gnu.org>
* init.c: Replace last change with Nicola's improved version.
2003-05-12 Richard Frith-Macdonald <rrfm@gnu.org>
* init.c: When performing superclass lookups, check to see if the
link to the superclass is already resolved and just use it if it is.
This prevents the bug of passing a class to the lookup function
rather than a string (potential crasher).
2003-04-11 Richard Frith-Macdonald <rfm@gnu.org> 2003-04-11 Richard Frith-Macdonald <rfm@gnu.org>
* libobjc.def: Add some symbols * libobjc.def: Add some symbols

@ -26,7 +26,7 @@
include $(GNUSTEP_MAKEFILES)/common.make include $(GNUSTEP_MAKEFILES)/common.make
PACKAGE_NAME = gnustep-objc PACKAGE_NAME = gnustep-objc
VERSION=1.2.3 VERSION=1.3.0
CVS_MODULE_NAME = objc CVS_MODULE_NAME = objc

Loading…
Cancel
Save