Mark ChangeLog
[official-gcc.git] / fastjar / ChangeLog
blobb37b85a1d83e00b57f2e204fbbaf5c2c393c73e2
1 2004-02-14  Release Manager
3         * GCC 3.3.3 Released.
5 2003-10-16  Release Manager
7         * GCC 3.3.2 Released.
9 2003-08-13  Matthias Klose  <doko@debian.org>
11         * fastjar.texi: License manual under the GPL.
12         * Makefile.am: Remove reference to fdl.texi
13         * Makefile.in: Regenerate
15 2003-08-04  Release Manager
17         * GCC 3.3.1 Released.
19 2003-07-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
21         * README: Note that FastJar is not part of GCC.
23 2003-05-13  Release Manager
25         * GCC 3.3 Released.
27 2003-03-30  Joseph S. Myers  <jsm@polyomino.org.uk>
29         * fastjar.texi: Remove @ at start of file.
31 2003-03-10  Mohan Embar  <gnustuff@thisiscool.com>
33        * dostime.c: add #include <stddef.h> for definition of NULL
35 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
37         * fastjar.texi: Update to GFDL 1.2.
39 2003-01-31  Daiki Ueno  <ueno@unixuser.org>
41         * jartool.c (extract_jar): Don't lseek to skip extra fields.
42         (consume): If the stream is seekable, do lseek.
44 2003-01-28  Ranjit Mathew  <rmathew@hotmail.com>
46         * jargrep.c: Include xregex.h from libiberty instead of
47         system regex.h for better portability.
49 2003-01-21  Ranjit Mathew  <rmathew@hotmail.com>
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.
55 2002-12-30  DJ Delorie  <dj@redhat.com>
57         * Makefile.am (jar.1, grepjar.1): Protect against
58         texi2pod/pod2man failing.
59         * Makefile.in: Regenerated.
61 2002-12-23  Joseph S. Myers  <jsm@polyomino.org.uk>
63         * fastjar.texi: Include Cover Texts in man page.
65 2002-12-04  Jakub Jelinek  <jakub@redhat.com>
67         * fastjar.texi (jar @direntry, grepjar @direntry): Add (fastjar).
69 2002-11-21  Ranjit Mathew <rmathew@hotmail.com>
71         * jartool.c (extract_jar): Use "open" with O_BINARY instead of
72         "creat" to create extracted files.
74 2002-11-11  Tom Tromey  <tromey@redhat.com>
76         * dostime.c (dos2unixtime): Mask for seconds is 0x1f.  Correctly
77         compute month.
78         (unix2dostime): Handle years before 1980.  Correctly compute month
79         and day of month.
81 2002-11-10  Jakub Jelinek  <jakub@redhat.com>
83         * jartool.c (add_to_jar): Only compare file to jarfile if jarfile is
84         non-NULL.
86         * configure.in (AC_CHECK_HEADERS): Add limits.h.
87         * configure, config.h.in: Rebuilt.
89 2002-11-07  Tom Tromey  <tromey@redhat.com>
91         * dostime.c: Rewrote from scratch.
92         * dostime.h (dostime): Removed.
94 2002-10-20  Tom Tromey  <tromey@redhat.com>
96         * jartool.c: Use mode 0666 when opening new file.
98 2002-10-15  Ranjit Mathew  <rmathew@hotmail.com>
100         * configure, config.h.in: Rebuilt.
101         * configure.in: Call gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG.
103 2002-09-11  Tom Tromey  <tromey@redhat.com>
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'.
117 2002-09-11  Matthias Klose  <doko@debian.org>
119         * Makefile.am: Revert the previous patch.
120         * Makefile.in: Regenerated.
122 2002-09-10  Matthias Klose  <doko@debian.org>
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.
131 2002-09-09  Tom Tromey  <tromey@redhat.com>
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.
140 2002-09-04  Tom Tromey  <tromey@redhat.com>
142         From greenrd@hotmail.com:
143         * jartool.c (list_jar): Correctly determine when new `filename'
144         buffer must be allocated.  Fixes PR java/7830.
146 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
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.
154 2002-03-18  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
156         * jartool.c (expand_options): Handle tar-style argument list with a
157         leading "-".
159 2002-02-23  Anthony Green  <green@redhat.com>
161         * jartool.c (main): Fix handling of -C.
163 2002-01-30  Tom Tromey  <tromey@redhat.com>
165         * jartool.c (main): NULL-terminate new_argv.  Pass 0 as argument
166         to init_args.
168 2002-01-11  Tom Tromey  <tromey@redhat.com>
170         * Makefile.in: Rebuilt.
171         * Makefile.am (AUTOMAKE_OPTIONS): New macro.
173 2002-01-09  Tom Tromey  <tromey@redhat.com>
175         For PR libgcj/5303:
176         * jargrep.h: Removed RCS keywords.
177         (GVERSION): Removed.
178         * configure, Makefile.in, config.h.in: Rebuilt.
179         * configure.in: Added AM_MAINTAINER_MODE.
180         Don't look for getopt.h.  Use `fastjar' as package name.
181         * Makefile.am (INCLUDES): Look in ../include.
182         (LIBIBERTY): New macro.
183         (jar_LDADD): Use it.
184         (jar_DEPENDENCIES): Likewise.
185         (grepjar_LDADD): Likewise.
186         (grepjar_DEPENDENCIES): Likewise.
187         * jargrep.c: Removed RCS keywords.  Always include getopt.h.
188         (LONG_OPT): New macro.
189         (OPT_HELP): Likewise.
190         (main): Use getopt_long.  Let getopt print invalid argument
191         message.  Handle --help.  Use version().
192         (version): New function.
193         (optarg, optind): Don't declare.
194         (option_vec): New global.
195         (help): New function.
196         (Usage): Updated to GNU standards.
197         * jartool.c: Removed RCS keywords.  Include getopt.h.
198         (LONG_OPT): New macro.
199         (OPT_HELP): Likewise.
200         (options): New global.
201         (help): New function.
202         (usage): Print a single line.
203         (version): New function.
204         (expand_options): New function.
205         (main): Use getopt_long and expand_options.  Fail if `-u'
206         specified.  Changed handling of -f, -m, -V options.
207         (OPTION_STRING): New macro.
208         (version_string): Removed.
210 2001-01-02  Craig Rodrigues  <rodrigc@gcc.gnu.org>
212         PR bootstrap/5117
213         * configure.in (AC_CHECK_HEADERS): Check for stdlib.h.
214         * Makefile.am: Move grepjar to bin_PROGRAMS.
215         * config.h.in: Regenerated.
216         * Makefile.in: Regenerated.
217         * aclocal.m4: Regenerated.
218         * stamp-h.in: Regenerated.
219         * jargrep.c: Eliminate some signed/unsigned and default
220         uninitialized warnings. Use HAVE_STDLIB_H instead of 
221         STDC_HEADERS macro.
222         * jartool.c: Likewise.
223         * compress.c: Likewise.
225 2001-09-17  Tom Tromey  <tromey@redhat.com>
227         For PR java/4295:
228         * aclocal.m4, configure, Makefile.in: Rebuilt.
229         * configure.in: Added AC_EXEEXT.
231 2001-10-12  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
233         * jatool.c (extract_jar): Account for null termination when determining
234         whether to expand "filename".
236 2001-08-28  Alexandre Petit-Bianco  <apbianco@redhat.com>
238         * jartool.c (add_to_jar): Return 1 if `stat' initialy failed.
239         Fixes PR java/3949.
241 2001-08-27  Tom Tromey  <tromey@redhat.com>
243         * jartool.c (jarfile): Remove length limitation.
244         (main): Use jt_strdup when initializing jarfile.
246 2001-07-04  Tom Tromey  <tromey@redhat.com>
248         Modified from patch by Julian Hall <jules@acris.co.uk>:
249         * jartool.c (errno): Conditionally declare.
250         (O_BINARY): Conditionally define.
251         (main): Use open, not creat.  Use O_BINARY everywhere.
252         (make_manifest): Use O_BINARY.
253         (add_to_jar): Likewise.
255 2001-06-28  Tom Tromey  <tromey@redhat.com>
257         * configure: Rebuilt.
258         * configure.in: Accept --with-system-zlib.  Fixes PR java/3441.
260 2001-05-15  Per Bothner  <per@bothner.com>
262         * Makefile.am (bin_PROGRAMS):  Renamed from "fastjar" to "jar".
264 2001-05-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
266         * jartool.c (jt_strdup): New function.
267         (get_next_arg): Use jt_strdup instead of strdup.
269 2001-01-21  Tom Tromey  <tromey@redhat.com>
271         * Makefile.in: Rebuilt.
272         * Makefile.am (bin_PROGRAMS): Remove grepjar.
273         (EXTRA_PROGRAMS): New macro.
275 2000-12-28  Robert Lipe <robertl@sco.com>
277         * jartool.c (MAXPATHLEN): Provide if not defined.
279 2000-12-15  Tom Tromey  <tromey@redhat.com>
280             Kelley Cook <kelleycook@home.com>
282         * jargrep.c: Include getopt.h if it exists.
283         (optind): Declare.
284         * configure, config.h: Rebuilt.
285         * configure.in: Check for getopt.h.
287 2000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
289         * configure.in (fastjar_warn_cflags): Set when using gcc.
291         * Makefile.am (AM_CFLAGS): Set to @fastjar_warn_cflags@.
293 2000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
295         * compress.c: Include stdlib.h and compress.h.
296         (rcsid): Delete.
297         (report_str_error): Make static.
298         (ez_inflate_str): Delete unused variable.  Add parens in if-stmt.
299         (hrd_inflate_str): Likewise.
301         * compress.h (init_compression, end_compression, init_inflation,
302         end_inflation): Prototype void arguments.
304         * dostime.c (rcsid): Delete.
306         * jargrep.c: Include ctype.h, stdlib.h, zlib.h and compress.h.
307         Make functions static.  Cast ctype function argument to `unsigned
308         char'.  Add parens in if-stmts.  Constify.
309         (Usage): Change into a macro.
310         (jargrep): Remove unused parameter.
312         * jartool.c: Constify.  Add parens in if-stmts.  Align
313         signed/unsigned char pointers in functions calls using casts.
314         (rcsid): Delete.
315         (list_jar): Fix printf format specifier.
316         (usage): Chop long string into bits.  Reformat.
318         * pushback.c (rcsid): Delete.
320 2000-12-13  Tom Tromey  <tromey@redhat.com>
322         * jartool.c (extract_jar): Use strchr, not index.
324 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
326         * install-defs.sh: Removed.
328 2000-12-10  Robert Lipe <robertlipe@usa.net>
330         * jargrep.c (jargrep): Added null statement after case.
332 2000-12-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
334         * Makefile: Removed.
335         * Makefile.in: Rebuilt with `-i' and `--enable-foreign'.
337 Tue Nov 16 15:11:36 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
339         * Makefile.am: New file.
340         * Makefile.in: Rebuilt.
341         * aclocal.m4: Likewise.
342         * stamp-h.in: Likewise.
343         * config.h.in: Likewise.
344         * configure.in (AM_INIT_AUTOMAKE): Added.
345         (AM_CONFIG_HEADER): Likewise.
346         (AC_CHECK_HEADERS): Check for sys/param.h
347         (AC_CHECK_LIB): Don't check for system's zlib.
348         (AC_CHECK_FUNC): Removed system's zlib function checks.
349         (ZDEPS. ZLIBS, ZINCS): Added.
350         * configure: Rebuilt.
351         * jartool.c (sys/param.h): Conditionally included or define MAXPATHLEN.
352         (init_args, get_next_arg): New function.
353         (use_explicit_list_only, read_names_from_stdin): New global
354         (main): Parse new non standard options 'E' and '@', check and
355         report their usage if necessary. Use init_args and get_next_arg.
356         Fixed indentation.
357         (add_to_jar): Don't read directory content if `use_explicit_list_only'.
358         (usage): Added `-E' and `-@'.
359         * jartool.h (VERSION): Macro removed.
361 Tue Nov 14 15:10:44 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
363         * fastjar imported from sourceforge.net/projects/fastjar with
364         Bryan Burns' permission. Check `CHANGES' for post import changes.
365         * ChangeLog: Created.
366         * NEWS: Likewise.
367         * mkinstalldirs: Likewise.
368         * COPYING: Likewise.
369         * AUTHORS: Likewise.