Ignore:
Timestamp:
Apr 27, 2004, 8:39:34 PM (22 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/fastjar/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 2002-11-19  Release Manager
    6 
    7         * GCC 3.2.1 Released.
    8 
    9 2002-11-19  Release Manager
    10 
    11         * GCC 3.2.1 Released.
    12 
    13 2002-11-18  Release Manager
    14 
    15         * GCC 3.2.1 Released.
     12004-02-14  Release Manager
     2
     3        * GCC 3.3.3 Released.
     4
     52003-10-16  Release Manager
     6
     7        * GCC 3.3.2 Released.
     8
     92003-08-13  Matthias Klose  <doko@debian.org>
     10
     11        * fastjar.texi: License manual under the GPL.
     12        * Makefile.am: Remove reference to fdl.texi
     13        * Makefile.in: Regenerate
     14
     152003-08-04  Release Manager
     16
     17        * GCC 3.3.1 Released.
     18
     192003-07-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
     20
     21        * README: Note that FastJar is not part of GCC.
     22
     232003-05-13  Release Manager
     24
     25        * GCC 3.3 Released.
     26
     272003-03-30  Joseph S. Myers  <jsm@polyomino.org.uk>
     28
     29        * fastjar.texi: Remove @ at start of file.
     30
     312003-03-10  Mohan Embar  <gnustuff@thisiscool.com>
     32
     33       * dostime.c: add #include <stddef.h> for definition of NULL
     34
     352003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
     36
     37        * fastjar.texi: Update to GFDL 1.2.
     38
     392003-01-31  Daiki Ueno  <ueno@unixuser.org>
     40
     41        * jartool.c (extract_jar): Don't lseek to skip extra fields.
     42        (consume): If the stream is seekable, do lseek.
     43
     442003-01-28  Ranjit Mathew  <rmathew@hotmail.com>
     45
     46        * jargrep.c: Include xregex.h from libiberty instead of
     47        system regex.h for better portability.
     48
     492003-01-21  Ranjit Mathew  <rmathew@hotmail.com>
     50
     51        * jartool.c (list_jar): Terminate the 'ascii_date' buffer
     52        with a '\0' to guard against the case where the formatted
     53        time string is more than the size allowed by the buffer.
     54
     552002-12-30  DJ Delorie  <dj@redhat.com>
     56
     57        * Makefile.am (jar.1, grepjar.1): Protect against
     58        texi2pod/pod2man failing.
     59        * Makefile.in: Regenerated.
     60
     612002-12-23  Joseph S. Myers  <jsm@polyomino.org.uk>
     62
     63        * fastjar.texi: Include Cover Texts in man page.
     64
     652002-12-04  Jakub Jelinek  <jakub@redhat.com>
     66
     67        * fastjar.texi (jar @direntry, grepjar @direntry): Add (fastjar).
     68
     692002-11-21  Ranjit Mathew <rmathew@hotmail.com>
     70
     71        * jartool.c (extract_jar): Use "open" with O_BINARY instead of
     72        "creat" to create extracted files.
    1673
    17742002-11-11  Tom Tromey  <tromey@redhat.com>
     
    2279        and day of month.
    2380
     812002-11-10  Jakub Jelinek  <jakub@redhat.com>
     82
     83        * jartool.c (add_to_jar): Only compare file to jarfile if jarfile is
     84        non-NULL.
     85
     86        * configure.in (AC_CHECK_HEADERS): Add limits.h.
     87        * configure, config.h.in: Rebuilt.
     88
    24892002-11-07  Tom Tromey  <tromey@redhat.com>
    2590
     
    2792        * dostime.h (dostime): Removed.
    2893
    29 2002-08-14  Release Manager
    30 
    31         * GCC 3.2 Released.
    32 
    33 2002-07-25  Release Manager
    34 
    35         * GCC 3.1.1 Released.
    36 
    37 2002-05-14  Release Manager
    38 
    39         * GCC 3.1 Released.
    40 
    41 2002-05-14  Release Manager
    42 
    43         * GCC 3.1 Released.
     942002-10-20  Tom Tromey  <tromey@redhat.com>
     95
     96        * jartool.c: Use mode 0666 when opening new file.
     97
     982002-10-15  Ranjit Mathew  <rmathew@hotmail.com>
     99
     100        * configure, config.h.in: Rebuilt.
     101        * configure.in: Call gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG.
     102
     1032002-09-11  Tom Tromey  <tromey@redhat.com>
     104
     105        * Makefile.in: Rebuilt.
     106        * Makefile.am (TEXINFO_TEX): New macro.
     107        (info_TEXINFOS): Likewise.
     108        (fastjar_TEXINFOS): Likewise.
     109        (man_MANS): Likewise.
     110        (EXTRA_DIST): Likewise.
     111        (my_makei_flags): Likewise.
     112        (fastjar.info): New rule.
     113        (fastjar_TEXINFOS): Don't mention `$(srcdir)'.
     114        (TEXINFO_TEX): Likewise.
     115        (AUTOMAKE_OPTIONS): Added `cygnus'.
     116
     1172002-09-11  Matthias Klose  <doko@debian.org>
     118
     119        * Makefile.am: Revert the previous patch.
     120        * Makefile.in: Regenerated.
     121
     1222002-09-10  Matthias Klose  <doko@debian.org>
     123
     124        * fastjar.texi: New.
     125        * Makefile.am: Support building info docs and manpages.
     126        * Makefile.in: Regenerated.
     127        * configure.in: Set gcc_version.
     128        * configure: Regenerated.
     129        * jargrep.c: Update usage and help strings.
     130
     1312002-09-09  Tom Tromey  <tromey@redhat.com>
     132
     133        * jartool.c (mkdir): Define.
     134        * config.h.in: Rebuilt.
     135        * aclocal.m4, configure: Rebuilt.
     136        * acinclude.m4: New file.  Copied gcc_AC_COMPILE_CHECK_SIZEOF,
     137        gcc_AC_EXAMINE_OBJECT, and fastjar_AC_COMPILE_C_BIGENDIAN from
     138        aclocal.m4.
     139
     1402002-09-04  Tom Tromey  <tromey@redhat.com>
     141
     142        From greenrd@hotmail.com:
     143        * jartool.c (list_jar): Correctly determine when new `filename'
     144        buffer must be allocated.  Fixes PR java/7830.
     145
     1462002-06-03  Geoffrey Keating  <geoffk@redhat.com>
     147
     148        * configure.in: Support cross-compiling.
     149        * configure: Regenerate.
     150        * aclocal.m4 (gcc_AC_COMPILE_CHECK_SIZEOF): New.
     151        (gcc_AC_EXAMINE_OBJECT): New.
     152        (fastjar_AC_COMPILE_C_BIGENDIAN): New.
    44153
    451542002-03-18  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
Note: See TracChangeset for help on using the changeset viewer.