Mark ChangeLog
[official-gcc.git] / fastjar / ChangeLog
bloba3f1c4cd2925bed38558b79000131c4515ee894b
1 2002-08-14  Release Manager
3         * GCC 3.2 Released.
5 2002-07-25  Release Manager
7         * GCC 3.1.1 Released.
9 2002-05-14  Release Manager
11         * GCC 3.1 Released.
13 2002-05-14  Release Manager
15         * GCC 3.1 Released.
17 2002-03-18  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
19         * jartool.c (expand_options): Handle tar-style argument list with a
20         leading "-".
22 2002-02-23  Anthony Green  <green@redhat.com>
24         * jartool.c (main): Fix handling of -C.
26 2002-01-30  Tom Tromey  <tromey@redhat.com>
28         * jartool.c (main): NULL-terminate new_argv.  Pass 0 as argument
29         to init_args.
31 2002-01-11  Tom Tromey  <tromey@redhat.com>
33         * Makefile.in: Rebuilt.
34         * Makefile.am (AUTOMAKE_OPTIONS): New macro.
36 2002-01-09  Tom Tromey  <tromey@redhat.com>
38         For PR libgcj/5303:
39         * jargrep.h: Removed RCS keywords.
40         (GVERSION): Removed.
41         * configure, Makefile.in, config.h.in: Rebuilt.
42         * configure.in: Added AM_MAINTAINER_MODE.
43         Don't look for getopt.h.  Use `fastjar' as package name.
44         * Makefile.am (INCLUDES): Look in ../include.
45         (LIBIBERTY): New macro.
46         (jar_LDADD): Use it.
47         (jar_DEPENDENCIES): Likewise.
48         (grepjar_LDADD): Likewise.
49         (grepjar_DEPENDENCIES): Likewise.
50         * jargrep.c: Removed RCS keywords.  Always include getopt.h.
51         (LONG_OPT): New macro.
52         (OPT_HELP): Likewise.
53         (main): Use getopt_long.  Let getopt print invalid argument
54         message.  Handle --help.  Use version().
55         (version): New function.
56         (optarg, optind): Don't declare.
57         (option_vec): New global.
58         (help): New function.
59         (Usage): Updated to GNU standards.
60         * jartool.c: Removed RCS keywords.  Include getopt.h.
61         (LONG_OPT): New macro.
62         (OPT_HELP): Likewise.
63         (options): New global.
64         (help): New function.
65         (usage): Print a single line.
66         (version): New function.
67         (expand_options): New function.
68         (main): Use getopt_long and expand_options.  Fail if `-u'
69         specified.  Changed handling of -f, -m, -V options.
70         (OPTION_STRING): New macro.
71         (version_string): Removed.
73 2001-01-02  Craig Rodrigues  <rodrigc@gcc.gnu.org>
75         PR bootstrap/5117
76         * configure.in (AC_CHECK_HEADERS): Check for stdlib.h.
77         * Makefile.am: Move grepjar to bin_PROGRAMS.
78         * config.h.in: Regenerated.
79         * Makefile.in: Regenerated.
80         * aclocal.m4: Regenerated.
81         * stamp-h.in: Regenerated.
82         * jargrep.c: Eliminate some signed/unsigned and default
83         uninitialized warnings. Use HAVE_STDLIB_H instead of 
84         STDC_HEADERS macro.
85         * jartool.c: Likewise.
86         * compress.c: Likewise.
88 2001-09-17  Tom Tromey  <tromey@redhat.com>
90         For PR java/4295:
91         * aclocal.m4, configure, Makefile.in: Rebuilt.
92         * configure.in: Added AC_EXEEXT.
94 2001-10-12  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
96         * jatool.c (extract_jar): Account for null termination when determining
97         whether to expand "filename".
99 2001-08-28  Alexandre Petit-Bianco  <apbianco@redhat.com>
101         * jartool.c (add_to_jar): Return 1 if `stat' initialy failed.
102         Fixes PR java/3949.
104 2001-08-27  Tom Tromey  <tromey@redhat.com>
106         * jartool.c (jarfile): Remove length limitation.
107         (main): Use jt_strdup when initializing jarfile.
109 2001-07-04  Tom Tromey  <tromey@redhat.com>
111         Modified from patch by Julian Hall <jules@acris.co.uk>:
112         * jartool.c (errno): Conditionally declare.
113         (O_BINARY): Conditionally define.
114         (main): Use open, not creat.  Use O_BINARY everywhere.
115         (make_manifest): Use O_BINARY.
116         (add_to_jar): Likewise.
118 2001-06-28  Tom Tromey  <tromey@redhat.com>
120         * configure: Rebuilt.
121         * configure.in: Accept --with-system-zlib.  Fixes PR java/3441.
123 2001-05-15  Per Bothner  <per@bothner.com>
125         * Makefile.am (bin_PROGRAMS):  Renamed from "fastjar" to "jar".
127 2001-05-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
129         * jartool.c (jt_strdup): New function.
130         (get_next_arg): Use jt_strdup instead of strdup.
132 2001-01-21  Tom Tromey  <tromey@redhat.com>
134         * Makefile.in: Rebuilt.
135         * Makefile.am (bin_PROGRAMS): Remove grepjar.
136         (EXTRA_PROGRAMS): New macro.
138 2000-12-28  Robert Lipe <robertl@sco.com>
140         * jartool.c (MAXPATHLEN): Provide if not defined.
142 2000-12-15  Tom Tromey  <tromey@redhat.com>
143             Kelley Cook <kelleycook@home.com>
145         * jargrep.c: Include getopt.h if it exists.
146         (optind): Declare.
147         * configure, config.h: Rebuilt.
148         * configure.in: Check for getopt.h.
150 2000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
152         * configure.in (fastjar_warn_cflags): Set when using gcc.
154         * Makefile.am (AM_CFLAGS): Set to @fastjar_warn_cflags@.
156 2000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
158         * compress.c: Include stdlib.h and compress.h.
159         (rcsid): Delete.
160         (report_str_error): Make static.
161         (ez_inflate_str): Delete unused variable.  Add parens in if-stmt.
162         (hrd_inflate_str): Likewise.
164         * compress.h (init_compression, end_compression, init_inflation,
165         end_inflation): Prototype void arguments.
167         * dostime.c (rcsid): Delete.
169         * jargrep.c: Include ctype.h, stdlib.h, zlib.h and compress.h.
170         Make functions static.  Cast ctype function argument to `unsigned
171         char'.  Add parens in if-stmts.  Constify.
172         (Usage): Change into a macro.
173         (jargrep): Remove unused parameter.
175         * jartool.c: Constify.  Add parens in if-stmts.  Align
176         signed/unsigned char pointers in functions calls using casts.
177         (rcsid): Delete.
178         (list_jar): Fix printf format specifier.
179         (usage): Chop long string into bits.  Reformat.
181         * pushback.c (rcsid): Delete.
183 2000-12-13  Tom Tromey  <tromey@redhat.com>
185         * jartool.c (extract_jar): Use strchr, not index.
187 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
189         * install-defs.sh: Removed.
191 2000-12-10  Robert Lipe <robertlipe@usa.net>
193         * jargrep.c (jargrep): Added null statement after case.
195 2000-12-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
197         * Makefile: Removed.
198         * Makefile.in: Rebuilt with `-i' and `--enable-foreign'.
200 Tue Nov 16 15:11:36 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
202         * Makefile.am: New file.
203         * Makefile.in: Rebuilt.
204         * aclocal.m4: Likewise.
205         * stamp-h.in: Likewise.
206         * config.h.in: Likewise.
207         * configure.in (AM_INIT_AUTOMAKE): Added.
208         (AM_CONFIG_HEADER): Likewise.
209         (AC_CHECK_HEADERS): Check for sys/param.h
210         (AC_CHECK_LIB): Don't check for system's zlib.
211         (AC_CHECK_FUNC): Removed system's zlib function checks.
212         (ZDEPS. ZLIBS, ZINCS): Added.
213         * configure: Rebuilt.
214         * jartool.c (sys/param.h): Conditionally included or define MAXPATHLEN.
215         (init_args, get_next_arg): New function.
216         (use_explicit_list_only, read_names_from_stdin): New global
217         (main): Parse new non standard options 'E' and '@', check and
218         report their usage if necessary. Use init_args and get_next_arg.
219         Fixed indentation.
220         (add_to_jar): Don't read directory content if `use_explicit_list_only'.
221         (usage): Added `-E' and `-@'.
222         * jartool.h (VERSION): Macro removed.
224 Tue Nov 14 15:10:44 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
226         * fastjar imported from sourceforge.net/projects/fastjar with
227         Bryan Burns' permission. Check `CHANGES' for post import changes.
228         * ChangeLog: Created.
229         * NEWS: Likewise.
230         * mkinstalldirs: Likewise.
231         * COPYING: Likewise.
232         * AUTHORS: Likewise.