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

Last change on this file since 1569 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 <doko@debian.org>
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 <pfeifer@dbai.tuwien.ac.at>
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 <jsm@polyomino.org.uk>
32
33 * fastjar.texi: Remove @ at start of file.
34
352003-03-10 Mohan Embar <gnustuff@thisiscool.com>
36
37 * dostime.c: add #include <stddef.h> for definition of NULL
38
392003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
40
41 * fastjar.texi: Update to GFDL 1.2.
42
432003-01-31 Daiki Ueno <ueno@unixuser.org>
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 <rmathew@hotmail.com>
49
50 * jargrep.c: Include xregex.h from libiberty instead of
51 system regex.h for better portability.
52
532003-01-21 Ranjit Mathew <rmathew@hotmail.com>
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 <dj@redhat.com>
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 <jsm@polyomino.org.uk>
66
67 * fastjar.texi: Include Cover Texts in man page.
68
692002-12-04 Jakub Jelinek <jakub@redhat.com>
70
71 * fastjar.texi (jar @direntry, grepjar @direntry): Add (fastjar).
72
732002-11-21 Ranjit Mathew <rmathew@hotmail.com>
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 <tromey@redhat.com>
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 <jakub@redhat.com>
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 <tromey@redhat.com>
94
95 * dostime.c: Rewrote from scratch.
96 * dostime.h (dostime): Removed.
97
982002-10-20 Tom Tromey <tromey@redhat.com>
99
100 * jartool.c: Use mode 0666 when opening new file.
101
1022002-10-15 Ranjit Mathew <rmathew@hotmail.com>
103
104 * configure, config.h.in: Rebuilt.
105 * configure.in: Call gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG.
106
1072002-09-11 Tom Tromey <tromey@redhat.com>
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 <doko@debian.org>
122
123 * Makefile.am: Revert the previous patch.
124 * Makefile.in: Regenerated.
125
1262002-09-10 Matthias Klose <doko@debian.org>
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 <tromey@redhat.com>
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 <tromey@redhat.com>
145
146 From greenrd@hotmail.com:
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 <geoffk@redhat.com>
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 <bryce@waitaki.otago.ac.nz>
159
160 * jartool.c (expand_options): Handle tar-style argument list with a
161 leading "-".
162
1632002-02-23 Anthony Green <green@redhat.com>
164
165 * jartool.c (main): Fix handling of -C.
166
1672002-01-30 Tom Tromey <tromey@redhat.com>
168
169 * jartool.c (main): NULL-terminate new_argv. Pass 0 as argument
170 to init_args.
171
1722002-01-11 Tom Tromey <tromey@redhat.com>
173
174 * Makefile.in: Rebuilt.
175 * Makefile.am (AUTOMAKE_OPTIONS): New macro.
176
1772002-01-09 Tom Tromey <tromey@redhat.com>
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.
211 (OPTION_STRING): New macro.
212 (version_string): Removed.
213
2142001-01-02 Craig Rodrigues <rodrigc@gcc.gnu.org>
215
216 PR bootstrap/5117
217 * configure.in (AC_CHECK_HEADERS): Check for stdlib.h.
218 * Makefile.am: Move grepjar to bin_PROGRAMS.
219 * config.h.in: Regenerated.
220 * Makefile.in: Regenerated.
221 * aclocal.m4: Regenerated.
222 * stamp-h.in: Regenerated.
223 * jargrep.c: Eliminate some signed/unsigned and default
224 uninitialized warnings. Use HAVE_STDLIB_H instead of
225 STDC_HEADERS macro.
226 * jartool.c: Likewise.
227 * compress.c: Likewise.
228
2292001-09-17 Tom Tromey <tromey@redhat.com>
230
231 For PR java/4295:
232 * aclocal.m4, configure, Makefile.in: Rebuilt.
233 * configure.in: Added AC_EXEEXT.
234
2352001-10-12 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
236
237 * jatool.c (extract_jar): Account for null termination when determining
238 whether to expand "filename".
239
2402001-08-28 Alexandre Petit-Bianco <apbianco@redhat.com>
241
242 * jartool.c (add_to_jar): Return 1 if `stat' initialy failed.
243 Fixes PR java/3949.
244
2452001-08-27 Tom Tromey <tromey@redhat.com>
246
247 * jartool.c (jarfile): Remove length limitation.
248 (main): Use jt_strdup when initializing jarfile.
249
2502001-07-04 Tom Tromey <tromey@redhat.com>
251
252 Modified from patch by Julian Hall <jules@acris.co.uk>:
253 * jartool.c (errno): Conditionally declare.
254 (O_BINARY): Conditionally define.
255 (main): Use open, not creat. Use O_BINARY everywhere.
256 (make_manifest): Use O_BINARY.
257 (add_to_jar): Likewise.
258
2592001-06-28 Tom Tromey <tromey@redhat.com>
260
261 * configure: Rebuilt.
262 * configure.in: Accept --with-system-zlib. Fixes PR java/3441.
263
2642001-05-15 Per Bothner <per@bothner.com>
265
266 * Makefile.am (bin_PROGRAMS): Renamed from "fastjar" to "jar".
267
2682001-05-03 John David Anglin <dave@hiauly1.hia.nrc.ca>
269
270 * jartool.c (jt_strdup): New function.
271 (get_next_arg): Use jt_strdup instead of strdup.
272
2732001-01-21 Tom Tromey <tromey@redhat.com>
274
275 * Makefile.in: Rebuilt.
276 * Makefile.am (bin_PROGRAMS): Remove grepjar.
277 (EXTRA_PROGRAMS): New macro.
278
2792000-12-28 Robert Lipe <robertl@sco.com>
280
281 * jartool.c (MAXPATHLEN): Provide if not defined.
282
2832000-12-15 Tom Tromey <tromey@redhat.com>
284 Kelley Cook <kelleycook@home.com>
285
286 * jargrep.c: Include getopt.h if it exists.
287 (optind): Declare.
288 * configure, config.h: Rebuilt.
289 * configure.in: Check for getopt.h.
290
2912000-12-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
292
293 * configure.in (fastjar_warn_cflags): Set when using gcc.
294
295 * Makefile.am (AM_CFLAGS): Set to @fastjar_warn_cflags@.
296
2972000-12-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
298
299 * compress.c: Include stdlib.h and compress.h.
300 (rcsid): Delete.
301 (report_str_error): Make static.
302 (ez_inflate_str): Delete unused variable. Add parens in if-stmt.
303 (hrd_inflate_str): Likewise.
304
305 * compress.h (init_compression, end_compression, init_inflation,
306 end_inflation): Prototype void arguments.
307
308 * dostime.c (rcsid): Delete.
309
310 * jargrep.c: Include ctype.h, stdlib.h, zlib.h and compress.h.
311 Make functions static. Cast ctype function argument to `unsigned
312 char'. Add parens in if-stmts. Constify.
313 (Usage): Change into a macro.
314 (jargrep): Remove unused parameter.
315
316 * jartool.c: Constify. Add parens in if-stmts. Align
317 signed/unsigned char pointers in functions calls using casts.
318 (rcsid): Delete.
319 (list_jar): Fix printf format specifier.
320 (usage): Chop long string into bits. Reformat.
321
322 * pushback.c (rcsid): Delete.
323
3242000-12-13 Tom Tromey <tromey@redhat.com>
325
326 * jartool.c (extract_jar): Use strchr, not index.
327
3282000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com>
329
330 * install-defs.sh: Removed.
331
3322000-12-10 Robert Lipe <robertlipe@usa.net>
333
334 * jargrep.c (jargrep): Added null statement after case.
335
3362000-12-10 Alexandre Petit-Bianco <apbianco@cygnus.com>
337
338 * Makefile: Removed.
339 * Makefile.in: Rebuilt with `-i' and `--enable-foreign'.
340
341Tue Nov 16 15:11:36 2000 Alexandre Petit-Bianco <apbianco@cygnus.com>
342
343 * Makefile.am: New file.
344 * Makefile.in: Rebuilt.
345 * aclocal.m4: Likewise.
346 * stamp-h.in: Likewise.
347 * config.h.in: Likewise.
348 * configure.in (AM_INIT_AUTOMAKE): Added.
349 (AM_CONFIG_HEADER): Likewise.
350 (AC_CHECK_HEADERS): Check for sys/param.h
351 (AC_CHECK_LIB): Don't check for system's zlib.
352 (AC_CHECK_FUNC): Removed system's zlib function checks.
353 (ZDEPS. ZLIBS, ZINCS): Added.
354 * configure: Rebuilt.
355 * jartool.c (sys/param.h): Conditionally included or define MAXPATHLEN.
356 (init_args, get_next_arg): New function.
357 (use_explicit_list_only, read_names_from_stdin): New global
358 (main): Parse new non standard options 'E' and '@', check and
359 report their usage if necessary. Use init_args and get_next_arg.
360 Fixed indentation.
361 (add_to_jar): Don't read directory content if `use_explicit_list_only'.
362 (usage): Added `-E' and `-@'.
363 * jartool.h (VERSION): Macro removed.
364
365Tue Nov 14 15:10:44 2000 Alexandre Petit-Bianco <apbianco@cygnus.com>
366
367 * fastjar imported from sourceforge.net/projects/fastjar with
368 Bryan Burns' permission. Check `CHANGES' for post import changes.
369 * ChangeLog: Created.
370 * NEWS: Likewise.
371 * mkinstalldirs: Likewise.
372 * COPYING: Likewise.
373 * AUTHORS: Likewise.
Note: See TracBrowser for help on using the repository browser.