1 2001-05-15 Per Bothner <per@bothner.com>
3 * Makefile.am (bin_PROGRAMS): Renamed from "fastjar" to "jar".
5 2001-05-03 John David Anglin <dave@hiauly1.hia.nrc.ca>
7 * jartool.c (jt_strdup): New function.
8 (get_next_arg): Use jt_strdup instead of strdup.
10 2001-01-21 Tom Tromey <tromey@redhat.com>
12 * Makefile.in: Rebuilt.
13 * Makefile.am (bin_PROGRAMS): Remove grepjar.
14 (EXTRA_PROGRAMS): New macro.
16 2000-12-28 Robert Lipe <robertl@sco.com>
18 * jartool.c (MAXPATHLEN): Provide if not defined.
20 2000-12-15 Tom Tromey <tromey@redhat.com>
21 Kelley Cook <kelleycook@home.com>
23 * jargrep.c: Include getopt.h if it exists.
25 * configure, config.h: Rebuilt.
26 * configure.in: Check for getopt.h.
28 2000-12-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
30 * configure.in (fastjar_warn_cflags): Set when using gcc.
32 * Makefile.am (AM_CFLAGS): Set to @fastjar_warn_cflags@.
34 2000-12-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
36 * compress.c: Include stdlib.h and compress.h.
38 (report_str_error): Make static.
39 (ez_inflate_str): Delete unused variable. Add parens in if-stmt.
40 (hrd_inflate_str): Likewise.
42 * compress.h (init_compression, end_compression, init_inflation,
43 end_inflation): Prototype void arguments.
45 * dostime.c (rcsid): Delete.
47 * jargrep.c: Include ctype.h, stdlib.h, zlib.h and compress.h.
48 Make functions static. Cast ctype function argument to `unsigned
49 char'. Add parens in if-stmts. Constify.
50 (Usage): Change into a macro.
51 (jargrep): Remove unused parameter.
53 * jartool.c: Constify. Add parens in if-stmts. Align
54 signed/unsigned char pointers in functions calls using casts.
56 (list_jar): Fix printf format specifier.
57 (usage): Chop long string into bits. Reformat.
59 * pushback.c (rcsid): Delete.
61 2000-12-13 Tom Tromey <tromey@redhat.com>
63 * jartool.c (extract_jar): Use strchr, not index.
65 2000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com>
67 * install-defs.sh: Removed.
69 2000-12-10 Robert Lipe <robertlipe@usa.net>
71 * jargrep.c (jargrep): Added null statement after case.
73 2000-12-10 Alexandre Petit-Bianco <apbianco@cygnus.com>
76 * Makefile.in: Rebuilt with `-i' and `--enable-foreign'.
78 Tue Nov 16 15:11:36 2000 Alexandre Petit-Bianco <apbianco@cygnus.com>
80 * Makefile.am: New file.
81 * Makefile.in: Rebuilt.
82 * aclocal.m4: Likewise.
83 * stamp-h.in: Likewise.
84 * config.h.in: Likewise.
85 * configure.in (AM_INIT_AUTOMAKE): Added.
86 (AM_CONFIG_HEADER): Likewise.
87 (AC_CHECK_HEADERS): Check for sys/param.h
88 (AC_CHECK_LIB): Don't check for system's zlib.
89 (AC_CHECK_FUNC): Removed system's zlib function checks.
90 (ZDEPS. ZLIBS, ZINCS): Added.
92 * jartool.c (sys/param.h): Conditionally included or define MAXPATHLEN.
93 (init_args, get_next_arg): New function.
94 (use_explicit_list_only, read_names_from_stdin): New global
95 (main): Parse new non standard options 'E' and '@', check and
96 report their usage if necessary. Use init_args and get_next_arg.
98 (add_to_jar): Don't read directory content if `use_explicit_list_only'.
99 (usage): Added `-E' and `-@'.
100 * jartool.h (VERSION): Macro removed.
102 Tue Nov 14 15:10:44 2000 Alexandre Petit-Bianco <apbianco@cygnus.com>
104 * fastjar imported from sourceforge.net/projects/fastjar with
105 Bryan Burns' permission. Check `CHANGES' for post import changes.
106 * ChangeLog: Created.
108 * mkinstalldirs: Likewise.