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