Ignore:
Timestamp:
Apr 27, 2004, 8:39:34 PM (21 years ago)
Author:
bird
Message:

GCC v3.3.3 sources.

Location:
branches/GNU/src/gcc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc

    • Property svn:ignore
      •  

        old new  
        2626configure.vr
        2727configure.vrs
         28dir.info
        2829Makefile
        29 dir.info
        3030lost+found
        3131update.out
  • branches/GNU/src/gcc/libobjc/ChangeLog

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.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>
     12004-02-14  Release Manager
     2
     3        * GCC 3.3.3 Released.
     4
     52003-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
     122003-10-16  Release Manager
     13
     14        * GCC 3.3.2 Released.
     15
     162003-09-09  Alan Modra  <amodra@bigpond.net.au>
     17
     18        * configure: Regenerate.
     19
     202003-08-04  Release Manager
     21
     22        * GCC 3.3.1 Released.
     23
     242003-08-04  Release Manager
     25
     26        * GCC 3.3.1 Released.
     27
     282003-05-13  Release Manager
     29
     30        * GCC 3.3 Released.
     31
     322003-05-13  Release Manager
     33
     34        * GCC 3.3 Released.
     35
     362003-05-13  Release Manager
     37
     38        * GCC 3.3 Released.
     39
     402003-02-20  Alexandre Oliva  <aoliva@redhat.com>
     41
     42        * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
     43        config.status.
     44        * configure: Rebuilt.
     45
     462003-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
     532003-01-26  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
    654
    755        * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
     
    957        destination paths in all (un)installation commands.
    1058
    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>
     592002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
    3160
    3261        * Makefile.in (all): Fix multilib parallel build.
    3362
    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.
     63Thu 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
     702002-09-10  Jan Hubicka  <jh@suse.cz>
     71
     72        * nil_method.c (nil_method): No longer defined with variable
     73        arguments.
     74
     752002-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.
    4196
    42972002-06-25  DJ Delorie  <dj@redhat.com>
     
    47102        * configure: Regenerate.
    48103
    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.
     1042002-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
     114Mon 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
     1212002-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
     1512002-06-09  Andreas Jaeger  <aj@suse.de>
     152
     153        * encoding.c (objc_layout_structure_next_member): Remove unused
     154        variable.
     155
     1562002-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
     1622002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
     163
     164        * aclocal.m4: Allow for PWDCMD to override hardcoded pwd.
     165        * configure: Regenerate.
    56166
    571672002-05-08  Alexandre Oliva  <aoliva@redhat.com>
     
    902002001-11-14  Aldy Hernandez  <aldyh@redhat.com>
    91201
    92         * encoding.c: Add target_flags.
     202        * encoding.c: Add target_flags.
    93203
    942042001-11-07  Aldy Hernandez  <aldyh@redhat.com>
     
    101211
    102212        * class.c: Rewritten the class table to use optimized, lock-free
    103         lookup.  This more than doubles the speed of class method
    104         invocations.  (class_table_setup), (class_table_insert),
    105         (class_table_replace), (class_table_get_safe),
    106         (class_table_next), (class_table_print),
    107         (class_table_print_histogram): New functions.
    108         (__objc_init_class_tables): Use class_table_setup.
    109         (__objc_add_class_to_hash): Use class_table_get_safe and
    110         class_table_insert.  (objc_lookup_class), (objc_get_class): Do not
    111         assert the existence of the table; do not lock the runtime; use
    112         class_table_get_safe.  (objc_next_class): Use class_table_next.
    113         (__objc_resolve_class_links): Use class_table_next.
    114         (class_pose_as): Use class_table_replace.
     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.
    115225
    1162262001-09-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
     
    227337        friends have on various platforms. (Solution suggested by Helge
    228338        Hess.)
    229        
     339
    230340        * objc/objc-api.h: Define __objc_msg_forward.
    231341
     
    2343442000-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    235345
    236         * thr-rtems.c: New file. Stub to compile. 
     346        * thr-rtems.c: New file. Stub to compile.
    237347
    2383482000-09-06  Alexandre Oliva  <aoliva@redhat.com>
     
    276386Fri Jul 28 08:58:02 2000  Nicola Pero  <nicola@brainstorm.co.uk>
    277387
    278         * configure.in: Added libtool support; build shared libraries 
     388        * configure.in: Added libtool support; build shared libraries
    279389        if --enable-shared was passed on command line.
    280390        * Makefile.in: Modified most compilation commands to use libtool.
     
    337447        * Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to
    338448        the compiler when building C code.
    339        
     449
    340450Fri Aug  6 23:32:29 1999  Daniel Jacobowitz <drow@drow.them.org>
    341451
     
    416526
    417527        * encoding.c: Redefine get_inner_array_type to get the first entry
    418         in the structure.
     528        in the structure.
    419529
    420530Thu Oct  8 12:21:14 1998  Richard Frith-Macdonald <richard@brainstorm.co.uk>
     
    481591
    482592        * New directory.  Moved files from ../gcc/objc.
    483 
Note: See TracChangeset for help on using the changeset viewer.