OSDN Git Service

2007-04-09 Andrew Ruder <andy@aeruder.net>
[pf3gnuchains/gcc-fork.git] / libobjc / ChangeLog
index e949001..e55fa50 100644 (file)
@@ -1,6 +1,38 @@
+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.
+       * configure: Regenerate.
 
 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
 
 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.
+       * 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>