OSDN Git Service

2007-04-09 Andrew Ruder <andy@aeruder.net>
[pf3gnuchains/gcc-fork.git] / libobjc / ChangeLog
index 8273db8..e55fa50 100644 (file)
@@ -1,3 +1,78 @@
+2007-04-09  Andrew Ruder  <andy@aeruder.net>
+
+       * sendmsg.c: Added __objc_msg_forward2, a hook that allows
+       external libraries to provide a function that returns the real
+       forwarding function based on both the selector and the receiver.
+       * objc/objc-api.h: Define __objc_msg_forward2.
+
+2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
+
+       * Makefile.in: Add dummy install-pdf target.
+
+2007-02-18  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
+
+       * objc/objc-list.h (list_free): Add keyword 'inline' to avoid
+       unused warning.
+       
+2006-10-31  Geoffrey Keating  <geoffk@apple.com>
+
+       * encoding.c (darwin_rs6000_special_round_type_align): New.
+
+2006-10-14  Geoffrey Keating  <geoffk@apple.com>
+
+       * Makefile.in: Use multi_basedir instead of toplevel_srcdir.
+       * configure.ac: Use multi.m4 from aclocal rather than custom
+       code.  Use multi_basedir instead of toplevel_srcdir.
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+
+2006-10-10  Brooks Moses  <bmoses@stanford.edu>
+
+       * Makefile.in: Added empty "pdf" target.
+
+2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
+
+       * configure: Regenerate.
+
+2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
+
+       * Makefile.in: Add install-html target. Add install-html to .PHONY
+
+2006-02-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       PR libobjc/26309
+       * thr-objc.c (_XOPEN_SOURCE): Don't define on Tru64 UNIX.
+
+2006-01-24  David Ayers  <d.ayers@inode.at>
+
+       PR libobjc/9751
+       * gc.c (class_ivar_set_gcinvisible): Replace strncpy with memcpy
+       and insure the new strings are '\0' termintated.
+
+2006-01-24  David Ayers  <d.ayers@inode.at>
+
+       PR libobjc/13946
+       * configure.ac: Add include directives for --enable-objc-gc.
+       * Makefile.in: Ditto.
+       * configure: Regenerate.
+
+       * gc.c (__objc_class_structure_encoding): Increment the used bytes
+       instead of the local pointer to them.
+
+2005-12-14  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR objc/25360
+       * objc/objc-api.c (_C_COMPLEX): New define.
+       * encoding.c (objc_sizeof_type): Handle _C_Complex.
+       (objc_alignof_type): Likewise.
+       (objc_skip_typespec): Likewise.
+
+2005-12-15  David Ayers  <d.ayers@inode.at>
+
+       PR libobjc/14382
+       * README (+load,+initialize): Fix documentation to reflect
+       intended and implemented semantics for +load and +initialize.
+       
 2005-12-12  Andrew Pinski  <pinskia@physics.uc.edu>
 
        * encoding.c (TYPE_FIELDS): Fix to skip over just _C_STRUCT_B and