1 2001-09-17 Tom Tromey <tromey@redhat.com>
4 * aclocal.m4, configure, Makefile.in: Rebuilt.
5 * configure.in: Added AC_EXEEXT.
7 2001-10-12 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
9 * jatool.c (extract_jar): Account for null termination when determining
10 whether to expand "filename".
12 2001-08-28 Alexandre Petit-Bianco <apbianco@redhat.com>
14 * jartool.c (add_to_jar): Return 1 if `stat' initialy failed.
17 2001-08-27 Tom Tromey <tromey@redhat.com>
19 * jartool.c (jarfile): Remove length limitation.
20 (main): Use jt_strdup when initializing jarfile.
22 2001-07-04 Tom Tromey <tromey@redhat.com>
24 Modified from patch by Julian Hall <jules@acris.co.uk>:
25 * jartool.c (errno): Conditionally declare.
26 (O_BINARY): Conditionally define.
27 (main): Use open, not creat. Use O_BINARY everywhere.
28 (make_manifest): Use O_BINARY.
29 (add_to_jar): Likewise.
31 2001-06-28 Tom Tromey <tromey@redhat.com>
34 * configure.in: Accept --with-system-zlib. Fixes PR java/3441.
36 2001-05-15 Per Bothner <per@bothner.com>
38 * Makefile.am (bin_PROGRAMS): Renamed from "fastjar" to "jar".
40 2001-05-03 John David Anglin <dave@hiauly1.hia.nrc.ca>
42 * jartool.c (jt_strdup): New function.
43 (get_next_arg): Use jt_strdup instead of strdup.
45 2001-01-21 Tom Tromey <tromey@redhat.com>
47 * Makefile.in: Rebuilt.
48 * Makefile.am (bin_PROGRAMS): Remove grepjar.
49 (EXTRA_PROGRAMS): New macro.
51 2000-12-28 Robert Lipe <robertl@sco.com>
53 * jartool.c (MAXPATHLEN): Provide if not defined.
55 2000-12-15 Tom Tromey <tromey@redhat.com>
56 Kelley Cook <kelleycook@home.com>
58 * jargrep.c: Include getopt.h if it exists.
60 * configure, config.h: Rebuilt.
61 * configure.in: Check for getopt.h.
63 2000-12-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
65 * configure.in (fastjar_warn_cflags): Set when using gcc.
67 * Makefile.am (AM_CFLAGS): Set to @fastjar_warn_cflags@.
69 2000-12-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
71 * compress.c: Include stdlib.h and compress.h.
73 (report_str_error): Make static.
74 (ez_inflate_str): Delete unused variable. Add parens in if-stmt.
75 (hrd_inflate_str): Likewise.
77 * compress.h (init_compression, end_compression, init_inflation,
78 end_inflation): Prototype void arguments.
80 * dostime.c (rcsid): Delete.
82 * jargrep.c: Include ctype.h, stdlib.h, zlib.h and compress.h.
83 Make functions static. Cast ctype function argument to `unsigned
84 char'. Add parens in if-stmts. Constify.
85 (Usage): Change into a macro.
86 (jargrep): Remove unused parameter.
88 * jartool.c: Constify. Add parens in if-stmts. Align
89 signed/unsigned char pointers in functions calls using casts.
91 (list_jar): Fix printf format specifier.
92 (usage): Chop long string into bits. Reformat.
94 * pushback.c (rcsid): Delete.
96 2000-12-13 Tom Tromey <tromey@redhat.com>
98 * jartool.c (extract_jar): Use strchr, not index.
100 2000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com>
102 * install-defs.sh: Removed.
104 2000-12-10 Robert Lipe <robertlipe@usa.net>
106 * jargrep.c (jargrep): Added null statement after case.
108 2000-12-10 Alexandre Petit-Bianco <apbianco@cygnus.com>
111 * Makefile.in: Rebuilt with `-i' and `--enable-foreign'.
113 Tue Nov 16 15:11:36 2000 Alexandre Petit-Bianco <apbianco@cygnus.com>
115 * Makefile.am: New file.
116 * Makefile.in: Rebuilt.
117 * aclocal.m4: Likewise.
118 * stamp-h.in: Likewise.
119 * config.h.in: Likewise.
120 * configure.in (AM_INIT_AUTOMAKE): Added.
121 (AM_CONFIG_HEADER): Likewise.
122 (AC_CHECK_HEADERS): Check for sys/param.h
123 (AC_CHECK_LIB): Don't check for system's zlib.
124 (AC_CHECK_FUNC): Removed system's zlib function checks.
125 (ZDEPS. ZLIBS, ZINCS): Added.
126 * configure: Rebuilt.
127 * jartool.c (sys/param.h): Conditionally included or define MAXPATHLEN.
128 (init_args, get_next_arg): New function.
129 (use_explicit_list_only, read_names_from_stdin): New global
130 (main): Parse new non standard options 'E' and '@', check and
131 report their usage if necessary. Use init_args and get_next_arg.
133 (add_to_jar): Don't read directory content if `use_explicit_list_only'.
134 (usage): Added `-E' and `-@'.
135 * jartool.h (VERSION): Macro removed.
137 Tue Nov 14 15:10:44 2000 Alexandre Petit-Bianco <apbianco@cygnus.com>
139 * fastjar imported from sourceforge.net/projects/fastjar with
140 Bryan Burns' permission. Check `CHANGES' for post import changes.
141 * ChangeLog: Created.
143 * mkinstalldirs: Likewise.