OSDN Git Service

2007-02-18 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / libobjc / ChangeLog
index 910ae98..8801122 100644 (file)
@@ -1,3 +1,37 @@
+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
 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>