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