OSDN Git Service

2004-06-24 Andrew Pinski <apinski@apple.com>
[pf3gnuchains/gcc-fork.git] / libobjc / ChangeLog
index 0fdbb99..3e8c956 100644 (file)
@@ -1,3 +1,71 @@
+2004-06-24  Andrew Pinski  <apinski@apple.com>
+
+       * objc/encoding.h: Wrap the functions with extern "C" for C++
+       mode. 
+       * objc/hash.h: Likewise.
+       * objc/objc-api.h: Likewise.
+       * objc/objc-list.h: Likewise.
+       * objc/runtime.h: Likewise.
+       * objc/sarray.h: Likewise.
+       * objc/thr.h: Likewise.
+       * objc/typedstream.h: Likewise.
+
+
+2004-06-21  Nick Clifton  <nickc@redhat.com>
+
+       * encoding.c (BITS_PER_UNIT): Define if a definition is not
+       provided.
+
+2004-06-20  Alexander Malmberg  <alexander@malmberg.org>
+
+        * Makefile.in (exception.lo): Remove $(OBJC_GCFLAGS).
+        (exception_gc.lo): New.
+        (OBJS_GC): Add exception_gc.lo.
+       
+2004-06-17  Richard Henderson  <rth@redhat.com>
+
+       * exception.c: New file.
+       * Makefile.in (exception.lo): New.
+       (OBJS): Add it.
+
+2004-06-14  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * linking.m (_objcInit): New empty function
+       for Darwin only.
+
+2004-06-11  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * configure.ac: Support --enable-shared=libobjc.
+       * configure: Regenerate.
+
+       PR libobjc/15901
+       * configure.ac: Do not disable shared by default.
+       * configure: Regenerate.
+
+2004-06-03  Nicola Pero  <n.pero@mi.flashnet.it>
+
+       * Protocol.m ([-isEqual:]): Small optimizations returning
+       immediately if the argument is equal to self, and accessing
+       the argument's name directly if it's a protocol.
+
+2004-06-03  David Ayers  <d.ayers@inode.at>
+
+       * Protocol.m ([-isEqual:]): Test the class of the argument.
+
+2004-05-25  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * configure.ac (includedir): Rename to ...
+       (includedirname).
+       * Makefile.in: s/includedir/includedirname/.
+
+       PR target/11572
+       * configure.ac (includedir): Set to "include"
+       except for Darwin.
+       (libext) Set to empty except for Darwin.
+       * configure: Regenerate
+       * Makefile.in: s/libobjc.la/libobjc$(libext).la/g.
+       s/include/$(includedir)/g.
+
 2004-05-25  Daniel Jacobowitz  <drow@false.org>
 
        * Makefile.in: Add .NOEXPORT.