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