source: trunk/src/gcc/fastjar/ChangeLog@ 1465

Last change on this file since 1465 was 1465, checked in by bird, 21 years ago

This commit was generated by cvs2svn to compensate for changes in r1464,
which included commits to RCS files with non-trunk default branches.

  • Property cvs2svn:cvs-rev set to 1.1.1.3
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 10.6 KB
Line 
12004-05-31 Release Manager
2
3 * GCC 3.3.4 Released.
4
52004-02-14 Release Manager
6
7 * GCC 3.3.3 Released.
8
92003-10-16 Release Manager
10
11 * GCC 3.3.2 Released.
12
132003-08-13 Matthias Klose <[email protected]>
14
15 * fastjar.texi: License manual under the GPL.
16 * Makefile.am: Remove reference to fdl.texi
17 * Makefile.in: Regenerate
18
192003-08-04 Release Manager
20
21 * GCC 3.3.1 Released.
22
232003-07-11 Gerald Pfeifer <[email protected]>
24
25 * README: Note that FastJar is not part of GCC.
26
272003-05-13 Release Manager
28
29 * GCC 3.3 Released.
30
312003-03-30 Joseph S. Myers <[email protected]>
32
33 * fastjar.texi: Remove @ at start of file.
34
352003-03-10 Mohan Embar <[email protected]>
36
37 * dostime.c: add #include <stddef.h> for definition of NULL
38
392003-02-04 Joseph S. Myers <[email protected]>
40
41 * fastjar.texi: Update to GFDL 1.2.
42
432003-01-31 Daiki Ueno <[email protected]>
44
45 * jartool.c (extract_jar): Don't lseek to skip extra fields.
46 (consume): If the stream is seekable, do lseek.
47
482003-01-28 Ranjit Mathew <[email protected]>
49
50 * jargrep.c: Include xregex.h from libiberty instead of
51 system regex.h for better portability.
52
532003-01-21 Ranjit Mathew <[email protected]>
54
55 * jartool.c (list_jar): Terminate the 'ascii_date' buffer
56 with a '\0' to guard against the case where the formatted
57 time string is more than the size allowed by the buffer.
58
592002-12-30 DJ Delorie <[email protected]>
60
61 * Makefile.am (jar.1, grepjar.1): Protect against
62 texi2pod/pod2man failing.
63 * Makefile.in: Regenerated.
64
652002-12-23 Joseph S. Myers <[email protected]>
66
67 * fastjar.texi: Include Cover Texts in man page.
68
692002-12-04 Jakub Jelinek <[email protected]>
70
71 * fastjar.texi (jar @direntry, grepjar @direntry): Add (fastjar).
72
732002-11-21 Ranjit Mathew <[email protected]>
74
75 * jartool.c (extract_jar): Use "open" with O_BINARY instead of
76 "creat" to create extracted files.
77
782002-11-11 Tom Tromey <[email protected]>
79
80 * dostime.c (dos2unixtime): Mask for seconds is 0x1f. Correctly
81 compute month.
82 (unix2dostime): Handle years before 1980. Correctly compute month
83 and day of month.
84
852002-11-10 Jakub Jelinek <[email protected]>
86
87 * jartool.c (add_to_jar): Only compare file to jarfile if jarfile is
88 non-NULL.
89
90 * configure.in (AC_CHECK_HEADERS): Add limits.h.
91 * configure, config.h.in: Rebuilt.
92
932002-11-07 Tom Tromey <[email protected]>
94
95 * dostime.c: Rewrote from scratch.
96 * dostime.h (dostime): Removed.
97
982002-10-20 Tom Tromey <[email protected]>
99
100 * jartool.c: Use mode 0666 when opening new file.
101
1022002-10-15 Ranjit Mathew <[email protected]>
103
104 * configure, config.h.in: Rebuilt.
105 * configure.in: Call gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG.
106
1072002-09-11 Tom Tromey <[email protected]>
108
109 * Makefile.in: Rebuilt.
110 * Makefile.am (TEXINFO_TEX): New macro.
111 (info_TEXINFOS): Likewise.
112 (fastjar_TEXINFOS): Likewise.
113 (man_MANS): Likewise.
114 (EXTRA_DIST): Likewise.
115 (my_makei_flags): Likewise.
116 (fastjar.info): New rule.
117 (fastjar_TEXINFOS): Don't mention `$(srcdir)'.
118 (TEXINFO_TEX): Likewise.
119 (AUTOMAKE_OPTIONS): Added `cygnus'.
120
1212002-09-11 Matthias Klose <[email protected]>
122
123 * Makefile.am: Revert the previous patch.
124 * Makefile.in: Regenerated.
125
1262002-09-10 Matthias Klose <[email protected]>
127
128 * fastjar.texi: New.
129 * Makefile.am: Support building info docs and manpages.
130 * Makefile.in: Regenerated.
131 * configure.in: Set gcc_version.
132 * configure: Regenerated.
133 * jargrep.c: Update usage and help strings.
134
1352002-09-09 Tom Tromey <[email protected]>
136
137 * jartool.c (mkdir): Define.
138 * config.h.in: Rebuilt.
139 * aclocal.m4, configure: Rebuilt.
140 * acinclude.m4: New file. Copied gcc_AC_COMPILE_CHECK_SIZEOF,
141 gcc_AC_EXAMINE_OBJECT, and fastjar_AC_COMPILE_C_BIGENDIAN from
142 aclocal.m4.
143
1442002-09-04 Tom Tromey <[email protected]>
145
146 From [email protected]:
147 * jartool.c (list_jar): Correctly determine when new `filename'
148 buffer must be allocated. Fixes PR java/7830.
149
1502002-06-03 Geoffrey Keating <[email protected]>
151
152 * configure.in: Support cross-compiling.
153 * configure: Regenerate.
154 * aclocal.m4 (gcc_AC_COMPILE_CHECK_SIZEOF): New.
155 (gcc_AC_EXAMINE_OBJECT): New.
156 (fastjar_AC_COMPILE_C_BIGENDIAN): New.
157
1582002-03-18 Bryce McKinlay <[email protected]>
159
160 * jartool.c (expand_options): Handle tar-style argument list with a
161 leading "-".
162
1632002-02-23 Anthony Green <[email protected]>
164
165 * jartool.c (main): Fix handling of -C.
166
1672002-01-30 Tom Tromey <[email protected]>
168
169 * jartool.c (main): NULL-terminate new_argv. Pass 0 as argument
170 to init_args.
171
1722002-01-11 Tom Tromey <[email protected]>
173
174 * Makefile.in: Rebuilt.
175 * Makefile.am (AUTOMAKE_OPTIONS): New macro.
176
1772002-01-09 Tom Tromey <[email protected]>
178
179 For PR libgcj/5303:
180 * jargrep.h: Removed RCS keywords.
181 (GVERSION): Removed.
182 * configure, Makefile.in, config.h.in: Rebuilt.
183 * configure.in: Added AM_MAINTAINER_MODE.
184 Don't look for getopt.h. Use `fastjar' as package name.
185 * Makefile.am (INCLUDES): Look in ../include.
186 (LIBIBERTY): New macro.
187 (jar_LDADD): Use it.
188 (jar_DEPENDENCIES): Likewise.
189 (grepjar_LDADD): Likewise.
190 (grepjar_DEPENDENCIES): Likewise.
191 * jargrep.c: Removed RCS keywords. Always include getopt.h.
192 (LONG_OPT): New macro.
193 (OPT_HELP): Likewise.
194 (main): Use getopt_long. Let getopt print invalid argument
195 message. Handle --help. Use version().
196 (version): New function.
197 (optarg, optind): Don't declare.
198 (option_vec): New global.
199 (help): New function.
200 (Usage): Updated to GNU standards.
201 * jartool.c: Removed RCS keywords. Include getopt.h.
202 (LONG_OPT): New macro.
203 (OPT_HELP): Likewise.
204 (options): New global.
205 (help): New function.
206 (usage): Print a single line.
207 (version): New function.
208 (expand_options): New function.
209 (main): Use getopt_long and expand_options. Fail if `-u'
210 specified. Changed handling of -f, -m, -V options.