OSDN Git Service

* romp-protos.h (romp_initialize_trampoline): New function.
[pf3gnuchains/gcc-fork.git] / libobjc / ChangeLog
index 4439271..452c497 100644 (file)
@@ -1,3 +1,28 @@
+2001-09-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
+
+       * gc.c: Removed the DEBUG declaration.
+
+Wed Jul 18 12:48:56 2001  Nicola Pero  <n.pero@mi.flashnet.it>
+
+       * thr.c (objc_mutex_lock): Invoke __objc_thread_id directly,
+       rather than through objc_thread_id, to save a function call.
+       (objc_mutex_trylock, objc_mutex_unlock, objc_condition_wait):
+       Ditto.
+
+Mon Jul 16 12:15:00 2001  Nicola Pero  <n.pero@mi.flashnet.it>
+
+       * objc/objc-api.h (object_is_class): Fixed - buggy code was trying
+       to cast an id to a Class, which can not be done.  Make the check
+       by using CLS_ISMETA on the class pointer instead.
+       (object_is_meta_class): Similar fix.
+
+2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
+
+       * configure.in (AC_EXEEXT): Work around in case it expands to
+       nothing, as in autoconf 2.50.
+       * acinclude.m4: Likewise.
+       * configure: Rebuilt.
+
 2001-06-08  Nicola Pero  <n.pero@mi.flashnet.it>
 
        * THREADS: Explain that when we compile libobjc inside GCC, we