2000-12-19 Mark Kettenis <kettenis@gnu.org>
[official-gcc.git] / fastjar / ChangeLog
blob90c172ad258f4126e14492807ff32e215dfb1ed8
1 2000-12-15  Tom Tromey  <tromey@redhat.com>
2             Kelley Cook <kelleycook@home.com>
4         * jargrep.c: Include getopt.h if it exists.
5         (optind): Declare.
6         * configure, config.h: Rebuilt.
7         * configure.in: Check for getopt.h.
9 2000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11         * configure.in (fastjar_warn_cflags): Set when using gcc.
13         * Makefile.am (AM_CFLAGS): Set to @fastjar_warn_cflags@.
15 2000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17         * compress.c: Include stdlib.h and compress.h.
18         (rcsid): Delete.
19         (report_str_error): Make static.
20         (ez_inflate_str): Delete unused variable.  Add parens in if-stmt.
21         (hrd_inflate_str): Likewise.
23         * compress.h (init_compression, end_compression, init_inflation,
24         end_inflation): Prototype void arguments.
26         * dostime.c (rcsid): Delete.
28         * jargrep.c: Include ctype.h, stdlib.h, zlib.h and compress.h.
29         Make functions static.  Cast ctype function argument to `unsigned
30         char'.  Add parens in if-stmts.  Constify.
31         (Usage): Change into a macro.
32         (jargrep): Remove unused parameter.
34         * jartool.c: Constify.  Add parens in if-stmts.  Align
35         signed/unsigned char pointers in functions calls using casts.
36         (rcsid): Delete.
37         (list_jar): Fix printf format specifier.
38         (usage): Chop long string into bits.  Reformat.
40         * pushback.c (rcsid): Delete.
42 2000-12-13  Tom Tromey  <tromey@redhat.com>
44         * jartool.c (extract_jar): Use strchr, not index.
46 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
48         * install-defs.sh: Removed.
50 2000-12-10  Robert Lipe <robertlipe@usa.net>
52         * jargrep.c (jargrep): Added null statement after case.
54 2000-12-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
56         * Makefile: Removed.
57         * Makefile.in: Rebuilt with `-i' and `--enable-foreign'.
59 Tue Nov 16 15:11:36 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
61         * Makefile.am: New file.
62         * Makefile.in: Rebuilt.
63         * aclocal.m4: Likewise.
64         * stamp-h.in: Likewise.
65         * config.h.in: Likewise.
66         * configure.in (AM_INIT_AUTOMAKE): Added.
67         (AM_CONFIG_HEADER): Likewise.
68         (AC_CHECK_HEADERS): Check for sys/param.h
69         (AC_CHECK_LIB): Don't check for system's zlib.
70         (AC_CHECK_FUNC): Removed system's zlib function checks.
71         (ZDEPS. ZLIBS, ZINCS): Added.
72         * configure: Rebuilt.
73         * jartool.c (sys/param.h): Conditionally included or define MAXPATHLEN.
74         (init_args, get_next_arg): New function.
75         (use_explicit_list_only, read_names_from_stdin): New global
76         (main): Parse new non standard options 'E' and '@', check and
77         report their usage if necessary. Use init_args and get_next_arg.
78         Fixed indentation.
79         (add_to_jar): Don't read directory content if `use_explicit_list_only'.
80         (usage): Added `-E' and `-@'.
81         * jartool.h (VERSION): Macro removed.
83 Tue Nov 14 15:10:44 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
85         * fastjar imported from sourceforge.net/projects/fastjar with
86         Bryan Burns' permission. Check `CHANGES' for post import changes.
87         * ChangeLog: Created.
88         * NEWS: Likewise.
89         * mkinstalldirs: Likewise.
90         * COPYING: Likewise.
91         * AUTHORS: Likewise.