X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libobjc%2FChangeLog;h=3f7832933cec079ed2ff17ef622e43e03fd1b3ab;hb=9c3a1e13a2435a84e1be40aaeb9534997b0cb4c3;hp=a964e746b1a22844852cee726403d6620bf35a49;hpb=1e0545b2ad941be52925c8fc48195a24489d5cdd;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index a964e746b1a..3f7832933ce 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,236 @@ +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 + + PR libobjc/27466 + * objc/objc-api.h (_objc_unexpected_exception): Declare + new hook. Update copyright dates. + * exception.c (objc_exception_throw): Use hook. Update + copyright dates. + * libobjc.def (_objc_unexpected_exception): Export hook. + Update copyright dates. + +2009-03-01 Ralf Wildenhues + + * configure: Regenerate. + +2008-12-18 Ralf Wildenhues + + * configure: Regenerate. + +2008-11-21 Kai Tietz + + * Object.m (errno): Replaced by errno.h include. + (compare): Cast self to id to prevent warning on comparison. + * objc/objc.h (BOOL): Prevent redeclaration of BOOL, if it is + already there. + * sendmsg.c (__objc_print_dtable_stats): Remove type warnings. + * thr-win32.c (__objc_thread_detach): Remove type warning. + (__objc_thread_id): Likewise. + * thr.c (__objc_thread_detach_functiont): Add __builtin_trap () + for noreturn. + +2008-09-26 Peter O'Gorman + Steve Ellcey + + * configure: Regenerate for new libtool. + * config.h.in: Regenerate for new libtool. + +2008-07-18 Matthias Klose + + * Makefile.in: Ignore missing ../boehm-gc/threads.mk. + +2008-07-18 Matthias Klose + + * Makefile.in: Include ../boehm-gc/threads.mk. + (OBJC_BOEHM_GC_LIBS): Define, (libobjc_gc$(libsuffix).la): Use it. + +2008-07-06 Ralf Wildenhues + + * Makefile.in (install-info): New stub target. + +2008-06-17 Ralf Wildenhues + + * configure: Regenerate. + +2008-06-14 Kai Tietz + + * exception.c (PERSONALITY_FUNCTION): Remove extra decrement + if HAVE_GETIPINFO is not defined. + +2008-06-10 Kai Tietz + + * Object.m (compare): Add type id. + * objc/Object.h: Likewise. + * archive.c (objc_read_class): Use size_t to extend version to be + size of pointer scalar width. + * sendmsg.c (rtx): Undefine it before redefinition. + (__objc_print_dtable_stats): Cast arguments to long as intended. + +2008-05-30 Julian Brown + + * exception.c (__objc_exception_class): Initialise as constant + array for ARM EABI. Change macro to static const for non-ARM EABI. + (ObjcException): Add note about structure layout. Remove landingPad + and handlerSwitchValue for ARM EABI. + (get_ttype_entry): Add __ARM_EABI_UNWINDER__ version + of function. + (CONTINUE_UNWINDING): Define for ARM EABI/otherwise cases. + (PERSONALITY_FUNCTION): Use ARM EABI-specific arguments, and add + ARM EABI unwinding support. + (objc_exception_throw): Use memcpy to initialise exception class. + +2008-05-25 Alan Modra + + * encoding.c (strip_array_types): Rename from get_inner_array_type. + (rs6000_special_round_type_align): Update. + +2008-05-09 Julian Brown + + * Makefile.in (LTLDFLAGS): New. + (libobjc$(libsuffix).la, libobjc_gc$(libsuffix).la): Use above. + +2008-04-18 Paolo Bonzini + + PR bootstrap/35457 + * aclocal.m4: Regenerate. + * configure: Regenerate. + +2008-01-24 David Edelsohn + + * configure: Regenerate. + +2007-10-14 H.J. Lu + + * configure.ac: Don't run config-ml.in directly. + (multilib_arg): New. + * configure: Regenerated. + +2007-08-06 Andrew Pinski + + PR libobjc/30731 + * exception.c (parse_lsda_header): Use _uleb128_t/_sleb128_t instead + of _Unwind_Word for variables which are used in + read_uleb128/read_sleb128. + (PERSONALITY_FUNCTION): Likewise. + +2007-07-05 H.J. Lu + + * aclocal.m4: Regenerated. + +2007-06-03 Andrew Pinski + + * configure.ac: Fix a typo in *-*-darwin clause. + * configure: Regenerated. + 2007-06-02 H.J. Lu * configure.ac: Fix a typo.