OSDN Git Service

* gcc-interface/trans.c (call_to_gnu): Open a nesting level if this is
[pf3gnuchains/gcc-fork.git] / libobjc / ChangeLog
index 1dc81be..3f78329 100644 (file)
@@ -1,3 +1,112 @@
+2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * aclocal.m4: Regenerate.
+
+2010-03-23  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       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  <Ralf.Wildenhues@gmx.de>
+
+       * configure: Regenerate.
+
+2009-11-28  Jakub Jelinek  <jakub@redhat.com>
+
+       * 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  <Ralf.Wildenhues@gmx.de>
+
+       * configure.ac (AC_PREREQ): Bump to 2.64.
+
+2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+       * config.h.in: Regenerate.
+
+2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.in (LIBTOOL): Add $(LIBTOOLFLAGS).
+
+2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.in (AUTOCONF, ACLOCAL, ACLOCAL_AMFLAGS, aclocal_deps):
+       New variables.
+       ($(srcdir)/configure, $(srcdir)/aclocal.m4): New rules.
+
+2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
+
+2009-04-09  Nick Clifton  <nickc@redhat.com>
+
+       * 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  <jakub@redhat.com>
+
+       * 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  <rfm@gnu.org>
            David Ayers  <ayers@fsfe.org>