Changeset 1391 for branches/GNU/src/gcc/libobjc/ChangeLog
- Timestamp:
- Apr 27, 2004, 8:39:34 PM (21 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 dir.info 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/libobjc/ChangeLog
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1390 r1391 1 2003-02-05 Release Manager 2 3 * GCC 3.2.2 Released. 4 5 2003-01-28 Christian Cornelssen <ccorn@cs.tu-berlin.de> 1 2004-02-14 Release Manager 2 3 * GCC 3.3.3 Released. 4 5 2003-12-01 Zack Weinberg <zack@codesourcery.com> 6 7 PR 11433 8 * Protocol.m (descriptionForInstanceMethod): Don't dereference 9 instance_methods if it's NULL. 10 (descriptionForClassMethod): Likewise for class_methods. 11 12 2003-10-16 Release Manager 13 14 * GCC 3.3.2 Released. 15 16 2003-09-09 Alan Modra <amodra@bigpond.net.au> 17 18 * configure: Regenerate. 19 20 2003-08-04 Release Manager 21 22 * GCC 3.3.1 Released. 23 24 2003-08-04 Release Manager 25 26 * GCC 3.3.1 Released. 27 28 2003-05-13 Release Manager 29 30 * GCC 3.3 Released. 31 32 2003-05-13 Release Manager 33 34 * GCC 3.3 Released. 35 36 2003-05-13 Release Manager 37 38 * GCC 3.3 Released. 39 40 2003-02-20 Alexandre Oliva <aoliva@redhat.com> 41 42 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to 43 config.status. 44 * configure: Rebuilt. 45 46 2003-01-27 Alexandre Oliva <aoliva@redhat.com> 47 48 * aclocal.m4 (glibcpp_toolexeclibdir): Instead of 49 $(MULTISUBDIR), use `$CC -print-multi-os-directory`, unless 50 version_specific_libs is enabled. 51 * configure: Rebuilt. 52 53 2003-01-26 Christian Cornelssen <ccorn@cs.tu-berlin.de> 6 54 7 55 * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR. … … 9 57 destination paths in all (un)installation commands. 10 58 11 2003-01-27 Alexandre Oliva <aoliva@redhat.com> 12 13 * aclocal.m4 (glibcpp_toolexeclibdir): Instead of 14 $(MULTISUBDIR), use `$CC -print-multi-os-directory`, unless 15 version_specific_libs is enabled. 16 * configure: Rebuilt. 17 18 2002-11-19 Release Manager 19 20 * GCC 3.2.1 Released. 21 22 2002-11-19 Release Manager 23 24 * GCC 3.2.1 Released. 25 26 2002-11-18 Release Manager 27 28 * GCC 3.2.1 Released. 29 30 2002-10-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 59 2002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 31 60 32 61 * Makefile.in (all): Fix multilib parallel build. 33 62 34 2002-08-14 Release Manager 35 36 * GCC 3.2 Released. 37 38 2002-07-25 Release Manager 39 40 * GCC 3.1.1 Released. 63 Thu Sep 12 12:44:37 2002 Nicola Pero <n.pero@mi.flashnet.it> 64 65 * sendmsg.c (nil_method): Declare not to take a variable number of 66 args. 67 (objc_msg_lookup): Cast nil_method to IMP before returning it. 68 (objc_msg_lookup_super): The same. 69 70 2002-09-10 Jan Hubicka <jh@suse.cz> 71 72 * nil_method.c (nil_method): No longer defined with variable 73 arguments. 74 75 2002-07-02 Rodney Brown <rbrown64@csc.com.au> 76 77 * objc/encoding.h: Fix formatting. 78 * objc/hash.h: Likewise. 79 * objc/objc-api.h: Likewise. 80 * objc/runtime.h: Likewise. 81 * objc/thr.h: Likewise. 82 * archive.c: Likewise. 83 * class.c: Likewise. 84 * encoding.c: Likewise. 85 * gc.c: Likewise. 86 * hash.c: Likewise. 87 * init.c: Likewise. 88 * misc.c: Likewise. 89 * nil_method.c: Likewise. 90 * objects.c: Likewise. 91 * sarray.c: Likewise. 92 * selector.c: Likewise. 93 * sendmsg.c: Likewise. 94 * thr-mach.c: Likewise. 95 * thr.c: Likewise. 41 96 42 97 2002-06-25 DJ Delorie <dj@redhat.com> … … 47 102 * configure: Regenerate. 48 103 49 2002-05-14 Release Manager 50 51 * GCC 3.1 Released. 52 53 2002-05-14 Release Manager 54 55 * GCC 3.1 Released. 104 2002-06-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 105 106 * Object.m (forward, read, write): Fix unused parameter warnings. 107 * encoding.c: Include <stdlib.h>. 108 (target_flags): Mark with attribute unused. 109 (atoi): Delete. 110 * runtime.h (__objc_selector_max_index): Change to unsigned int. 111 (__objc_generate_gc_type_description): Prototype. 112 * selector.c (__objc_selector_max_index): Change to unsigned int. 113 114 Mon Jun 17 18:37:42 2002 Nicola Pero <n.pero@mi.flashnet.it> 115 116 * sendmsg.c (__objc_get_forward_imp): Fix warning by making sure 117 we always have a return value: if __objc_msg_forward does not 118 supply a forwarding implementation, return the default 119 __builtin_apply based one. 120 121 2002-06-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 122 123 * Object.m: Fix signed/unsigned warning. 124 * Protocol.m: Likewise. 125 * archive.c: Always include stdlib.h. 126 (objc_read_short, objc_read_unsigned_short, objc_read_int, 127 objc_read_long, __objc_read_nbyte_uint, __objc_read_nbyte_ulong): 128 Fix signed/unsigned warning. 129 (objc_write_type, objc_read_type, objc_write_types, 130 objc_read_types): Ensure ctype 8-bit safety. 131 (__objc_no_write, __objc_no_read): Mark unused parameters. 132 * class.c (class_table_setup): Specify void arg. 133 * encoding.c (atoi, objc_sizeof_type, objc_alignof_type, 134 objc_skip_typespec, objc_skip_offset, 135 objc_layout_structure_next_member): Ensure ctype 8-bit safety. 136 (objc_layout_structure_next_member): Ensure variables are 137 initialized. 138 * gc.c (__objc_generate_gc_type_description, 139 class_ivar_set_gcinvisible): Mark unused parameters. 140 * init.c (__objc_send_load, __objc_destroy_class_tree_node): Mark 141 unused parameters. 142 (__objc_init_protocols) Fix signed/unsigned warning. 143 * nil_method.c (nil_method): Mark unused parameters. 144 * thr.h (objc_thread_callback): Specify void arg. 145 * sarray.c (sarray_new, sarray_realloc, sarray_free): Fix 146 signed/unsigned warning. 147 (sarray_free): Fix formatting. 148 * selector.c (sel_types_match): Ensure ctype 8-bit safety. 149 * sendmsg.c (__objc_init_install_dtable) Mark unused parameters. 150 151 2002-06-09 Andreas Jaeger <aj@suse.de> 152 153 * encoding.c (objc_layout_structure_next_member): Remove unused 154 variable. 155 156 2002-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 157 158 * Makefile.in (SHELL): Set to @SHELL@. 159 (WARN_CFLAGS): New. 160 (ALL_CFLAGS): Add $(WARN_CFLAGS). 161 162 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> 163 164 * aclocal.m4: Allow for PWDCMD to override hardcoded pwd. 165 * configure: Regenerate. 56 166 57 167 2002-05-08 Alexandre Oliva <aoliva@redhat.com> … … 90 200 2001-11-14 Aldy Hernandez <aldyh@redhat.com> 91 201 92 202 * encoding.c: Add target_flags. 93 203 94 204 2001-11-07 Aldy Hernandez <aldyh@redhat.com> … … 101 211 102 212 * class.c: Rewritten the class table to use optimized, lock-free 103 104 105 106 107 108 109 110 111 112 113 114 213 lookup. This more than doubles the speed of class method 214 invocations. (class_table_setup), (class_table_insert), 215 (class_table_replace), (class_table_get_safe), 216 (class_table_next), (class_table_print), 217 (class_table_print_histogram): New functions. 218 (__objc_init_class_tables): Use class_table_setup. 219 (__objc_add_class_to_hash): Use class_table_get_safe and 220 class_table_insert. (objc_lookup_class), (objc_get_class): Do not 221 assert the existence of the table; do not lock the runtime; use 222 class_table_get_safe. (objc_next_class): Use class_table_next. 223 (__objc_resolve_class_links): Use class_table_next. 224 (class_pose_as): Use class_table_replace. 115 225 116 226 2001-09-10 Ovidiu Predescu <ovidiu@cup.hp.com> … … 227 337 friends have on various platforms. (Solution suggested by Helge 228 338 Hess.) 229 339 230 340 * objc/objc-api.h: Define __objc_msg_forward. 231 341 … … 234 344 2000-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 235 345 236 * thr-rtems.c: New file. Stub to compile. 346 * thr-rtems.c: New file. Stub to compile. 237 347 238 348 2000-09-06 Alexandre Oliva <aoliva@redhat.com> … … 276 386 Fri Jul 28 08:58:02 2000 Nicola Pero <nicola@brainstorm.co.uk> 277 387 278 * configure.in: Added libtool support; build shared libraries 388 * configure.in: Added libtool support; build shared libraries 279 389 if --enable-shared was passed on command line. 280 390 * Makefile.in: Modified most compilation commands to use libtool. … … 337 447 * Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to 338 448 the compiler when building C code. 339 449 340 450 Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org> 341 451 … … 416 526 417 527 * encoding.c: Redefine get_inner_array_type to get the first entry 418 528 in the structure. 419 529 420 530 Thu Oct 8 12:21:14 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk> … … 481 591 482 592 * New directory. Moved files from ../gcc/objc. 483 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.