OSDN Git Service

* romp-protos.h (romp_initialize_trampoline): New function.
[pf3gnuchains/gcc-fork.git] / libobjc / ChangeLog
index 300f742..452c497 100644 (file)
@@ -1,3 +1,153 @@
+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
+       always use thr-objc.c as a backend, which uses GCC's thread code.
+
+2001-06-06  Richard Frith-Macdonald  <rrfm@gnu.org>
+
+       * init.c (__objc_send_message_in_list): When setting a new entry
+       in __objc_load_methods use the method IMP as key, but check to see
+       if the method is in the hashtable by looking at the IMP also.
+       Also ... call the method after adding it to the hashtable rather
+       than before ... thus preventing an obscure possibility of infinite
+       recursion if a +load method itself loads a subclass.
+
+2001-05-25  Ovidiu Predescu  <ovidiu@cup.hp.com>
+
+       * init.c (__objc_send_message_in_list): When setting a new entry
+       in __objc_load_methods use the method name as key, not the method
+       IMP (reported by Richard Frith-Macdonald <richard@brainstorm.co.uk>).
+
+2001-05-09  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * objc-features.texi: Move to ../gcc/objc.texi.
+       * fdl.texi: Remove.
+       * Makefile.in: Don't generate documentation from
+       objc-features.texi.
+
+2001-05-01  Mark Mitchell  <mark@codesourcery.com>
+
+       * fdl.texi: New file.
+       * objc-features.texi: Simplify.
+       * Makefile.in: Adjust accordingly.
+
+2001-04-30  Mark Mitchell  <mark@codesourcery.com>
+
+       * objc-features.texi: Use the GFDL.
+
+Wed Mar 21 04:44:58 EST 2001  John Wehle  (john@feith.com)
+
+       * encoding.c (REAL_TYPE): Define.
+
+2001-03-19  David Edelsohn  <edelsohn@gnu.org>
+
+       * encoding.c (TYPE_MODE): Define.
+
+2001-03-14  Nicola Pero  <n.pero@mi.flashnet.it>
+
+       * thr.c (objc_thread_add): New function.
+       (objc_thread_remove): Ditto.
+       * objc/thr.h: Declare them.
+       * libobjc.def: Mention them.
+
+2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
+
+       * objc-features.texi: Document the @compatibility_alias compiler
+       directive (description from Nicola Pero <n.pero@mi.flashnet.it>).
+
+Fri Feb 23 18:12:00 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * sendmsg.c (__objc_forward): Delete strlen() declaration.
+
+2001-02-08  Geoffrey Keating  <geoffk@redhat.com>
+
+       * configure.in: Don't run AC_PROG_CC_WORKS or AC_EXEEXT, because
+       we're not interested in the result and they might fail.
+       * configure: Regenerated.
+
+2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * objc-features.texi: Use @email.
+
+2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * sendmsg.c (__objc_print_dtable_stats): Don't use #ifdef inside
+       printf.
+
+2000-01-11  Richard Earnshaw  <rearnsha@arm.com>
+
+       * encoding.c (STRUCTURE_SIZE_BOUNDARY): Redefine in a way that
+       determines the value dynamically.
+
+Wed Jan  3 00:49:10 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
+
+       * sendmsg.c: Added __objc_msg_forward, a hook that allows external
+       libraries to provide a function that returns the real forwarding
+       function. This can alleviate problems __builtin_apply() and
+       friends have on various platforms. (Solution suggested by Helge
+       Hess.)
+       
+       * objc/objc-api.h: Define __objc_msg_forward.
+
+       * sendmsg.c: Define gen_rtx_REG.
+
+2000-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+       * thr-rtems.c: New file. Stub to compile. 
+
+2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
+
+       * configure: Rebuilt with new libtool.m4.
+
+Tue Aug 15 00:38:56 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
+
+       * configure.in: Create a config.h file. Check for <sched.h>.
+       * configure: Regenerate.
+
+       * config.h.in: Check for <sched.h>.
+
+2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
+
+       * configure: Regenerate after change to ../libtool.m4.
+
+2000-08-14  Andreas Schwab  <schwab@suse.de>
+
+       * objc-features.texi (Top): Move @menu at end of node.
+
+2000-08-11  Manfred Hollstein  <manfredh@redhat.com>
+
+       * objc-features.texi: Move @node Top before @menu.
+
+Sun Aug  6 23:27:49 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
+
+       * objc-features.texi: Documented the new -fconstant-string-class
+       option.
+
 Sun Aug  6 22:51:16 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
 
        * thr-posix.c: Integrated Chris Ball's <cball@fmco.com> changes to