OSDN Git Service

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