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