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