Changeset 1391 for branches/GNU/src/gcc/fastjar/ChangeLog
- Timestamp:
 - Apr 27, 2004, 8:39:34 PM (22 years ago)
 - Location:
 - branches/GNU/src/gcc
 - Files:
 - 
      
- 2 edited
 
- 
          
  . (modified) (1 prop)
 - 
          
  fastjar/ChangeLog (modified) (3 diffs, 1 prop)
 
 
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/fastjar/ChangeLog
- 
Property       cvs2svn:cvs-rev
 changed from       
1.1to1.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. 1 2004-02-14 Release Manager 2 3 * GCC 3.3.3 Released. 4 5 2003-10-16 Release Manager 6 7 * GCC 3.3.2 Released. 8 9 2003-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 15 2003-08-04 Release Manager 16 17 * GCC 3.3.1 Released. 18 19 2003-07-11 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> 20 21 * README: Note that FastJar is not part of GCC. 22 23 2003-05-13 Release Manager 24 25 * GCC 3.3 Released. 26 27 2003-03-30 Joseph S. Myers <jsm@polyomino.org.uk> 28 29 * fastjar.texi: Remove @ at start of file. 30 31 2003-03-10 Mohan Embar <gnustuff@thisiscool.com> 32 33 * dostime.c: add #include <stddef.h> for definition of NULL 34 35 2003-02-04 Joseph S. Myers <jsm@polyomino.org.uk> 36 37 * fastjar.texi: Update to GFDL 1.2. 38 39 2003-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 44 2003-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 49 2003-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 55 2002-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 61 2002-12-23 Joseph S. Myers <jsm@polyomino.org.uk> 62 63 * fastjar.texi: Include Cover Texts in man page. 64 65 2002-12-04 Jakub Jelinek <jakub@redhat.com> 66 67 * fastjar.texi (jar @direntry, grepjar @direntry): Add (fastjar). 68 69 2002-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. 16 73 17 74 2002-11-11 Tom Tromey <tromey@redhat.com> … … 22 79 and day of month. 23 80 81 2002-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 24 89 2002-11-07 Tom Tromey <tromey@redhat.com> 25 90 … … 27 92 * dostime.h (dostime): Removed. 28 93 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. 94 2002-10-20 Tom Tromey <tromey@redhat.com> 95 96 * jartool.c: Use mode 0666 when opening new file. 97 98 2002-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 103 2002-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 117 2002-09-11 Matthias Klose <doko@debian.org> 118 119 * Makefile.am: Revert the previous patch. 120 * Makefile.in: Regenerated. 121 122 2002-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 131 2002-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 140 2002-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 146 2002-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. 44 153 45 154 2002-03-18 Bryce McKinlay <bryce@waitaki.otago.ac.nz>  - 
Property       cvs2svn:cvs-rev
 changed from       
 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  