X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libobjc%2FChangeLog;h=3f7832933cec079ed2ff17ef622e43e03fd1b3ab;hb=7301bf0b4e62bb6010da7dcda048963a0f878f1e;hp=1dc81be7a84337ca12c8bc10df3f920d58a0893a;hpb=5d727e51c5e237f9048d1a78ce23559839e46f6a;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 1dc81be7a84..3f7832933ce 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,112 @@ +2010-04-02 Ralf Wildenhues + + * aclocal.m4: Regenerate. + +2010-03-23 Dave Korn + + PR libobjc/30445 + * configure.ac (extra_ldflags_libobjc): Define appropriately for + Cygwin and MinGW hosts. + * Makefile.am (libobjc_s.a): Remove dead pre-libtool target. + (libobjc.dll): Likewise. + * configure: Regenerate. + +2009-12-05 Ralf Wildenhues + + * configure: Regenerate. + +2009-11-28 Jakub Jelinek + + * sarray.c (sarray_free): Use old_buckets variable. + * encoding.c (objc_layout_structure_next_member): Remove unused + bfld_type_size variable. + +2009-08-24 Ralf Wildenhues + + * configure.ac (AC_PREREQ): Bump to 2.64. + +2009-08-22 Ralf Wildenhues + + * aclocal.m4: Regenerate. + * configure: Regenerate. + * config.h.in: Regenerate. + +2009-08-22 Ralf Wildenhues + + * Makefile.in (LIBTOOL): Add $(LIBTOOLFLAGS). + +2009-07-30 Ralf Wildenhues + + * Makefile.in (AUTOCONF, ACLOCAL, ACLOCAL_AMFLAGS, aclocal_deps): + New variables. + ($(srcdir)/configure, $(srcdir)/aclocal.m4): New rules. + +2009-07-30 Ralf Wildenhues + + * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force. + +2009-04-09 Nick Clifton + + * sendmsg.c: Change copyright header to refer to version 3 of + the GNU General Public License with version 3.1 of the GCC + Runtime Library Exception and to point readers at the COPYING3 + and COPYING3.RUNTIME files and the FSF's license web page. + * NXConstStr.m: Likewise. + * Object.m: Likewise. + * Protocol.m: Likewise. + * archive.c: Likewise. + * class.c: Likewise. + * encoding.c: Likewise. + * exception.c: Likewise. + * gc.c: Likewise. + * hash.c: Likewise. + * init.c: Likewise. + * libobjc_entry.c: Likewise. + * linking.m: Likewise. + * misc.c: Likewise. + * nil_method.c: Likewise. + * objc/NXConstStr.h: Likewise. + * objc/Object.h: Likewise. + * objc/Protocol.h: Likewise. + * objc/encoding.h: Likewise. + * objc/hash.h: Likewise. + * objc/objc-api.h: Likewise. + * objc/objc-decls.h: Likewise. + * objc/objc-list.h: Likewise. + * objc/objc.h: Likewise. + * objc/runtime.h: Likewise. + * objc/sarray.h: Likewise. + * objc/thr.h: Likewise. + * objc/typedstream.h: Likewise. + * objects.c: Likewise. + * sarray.c: Likewise. + * selector.c: Likewise. + * thr-dce.c: Likewise. + * thr-decosf1.c: Likewise. + * thr-irix.c: Likewise. + * thr-mach.c: Likewise. + * thr-objc.c: Likewise. + * thr-os2.c: Likewise. + * thr-posix.c: Likewise. + * thr-pthreads.c: Likewise. + * thr-rtems.c: Likewise. + * thr-single.c: Likewise. + * thr-solaris.c: Likewise. + * thr-vxworks.c: Likewise. + * thr-win32.c: Likewise. + * thr.c: Likewise. + * libobjc.def: Change copyright header to refer to version 3 of + the GNU General Public License and to point readers at the COPYING3 + file and the FSF's license web page. + * makefile.dos: Likewise. + +2009-04-09 Jakub Jelinek + + * Makefile.in: Change copyright header to refer to version + 3 of the GNU General Public License and to point readers at the + COPYING3 file and the FSF's license web page. + * configure.ac: Likewise. + 2009-03-12 Richard Frith-Macdonald David Ayers