OSDN Git Service

* rs6000.h (processor_type): Add PPC405.
[pf3gnuchains/gcc-fork.git] / fastjar / ChangeLog
1 2001-09-17  Tom Tromey  <tromey@redhat.com>
2
3         For PR java/4295:
4         * aclocal.m4, configure, Makefile.in: Rebuilt.
5         * configure.in: Added AC_EXEEXT.
6
7 2001-10-12  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8
9         * jatool.c (extract_jar): Account for null termination when determining
10         whether to expand "filename".
11
12 2001-08-28  Alexandre Petit-Bianco  <apbianco@redhat.com>
13
14         * jartool.c (add_to_jar): Return 1 if `stat' initialy failed.
15         Fixes PR java/3949.
16
17 2001-08-27  Tom Tromey  <tromey@redhat.com>
18
19         * jartool.c (jarfile): Remove length limitation.
20         (main): Use jt_strdup when initializing jarfile.
21
22 2001-07-04  Tom Tromey  <tromey@redhat.com>
23
24         Modified from patch by Julian Hall <jules@acris.co.uk>:
25         * jartool.c (errno): Conditionally declare.
26         (O_BINARY): Conditionally define.
27         (main): Use open, not creat.  Use O_BINARY everywhere.
28         (make_manifest): Use O_BINARY.
29         (add_to_jar): Likewise.
30
31 2001-06-28  Tom Tromey  <tromey@redhat.com>
32
33         * configure: Rebuilt.
34         * configure.in: Accept --with-system-zlib.  Fixes PR java/3441.
35
36 2001-05-15  Per Bothner  <per@bothner.com>
37
38         * Makefile.am (bin_PROGRAMS):  Renamed from "fastjar" to "jar".
39
40 2001-05-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
41
42         * jartool.c (jt_strdup): New function.
43         (get_next_arg): Use jt_strdup instead of strdup.
44
45 2001-01-21  Tom Tromey  <tromey@redhat.com>
46
47         * Makefile.in: Rebuilt.
48         * Makefile.am (bin_PROGRAMS): Remove grepjar.
49         (EXTRA_PROGRAMS): New macro.
50
51 2000-12-28  Robert Lipe <robertl@sco.com>
52
53         * jartool.c (MAXPATHLEN): Provide if not defined.
54
55 2000-12-15  Tom Tromey  <tromey@redhat.com>
56             Kelley Cook <kelleycook@home.com>
57
58         * jargrep.c: Include getopt.h if it exists.
59         (optind): Declare.
60         * configure, config.h: Rebuilt.
61         * configure.in: Check for getopt.h.
62
63 2000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
64
65         * configure.in (fastjar_warn_cflags): Set when using gcc.
66
67         * Makefile.am (AM_CFLAGS): Set to @fastjar_warn_cflags@.
68
69 2000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
70
71         * compress.c: Include stdlib.h and compress.h.
72         (rcsid): Delete.
73         (report_str_error): Make static.
74         (ez_inflate_str): Delete unused variable.  Add parens in if-stmt.
75         (hrd_inflate_str): Likewise.
76
77         * compress.h (init_compression, end_compression, init_inflation,
78         end_inflation): Prototype void arguments.
79
80         * dostime.c (rcsid): Delete.
81
82         * jargrep.c: Include ctype.h, stdlib.h, zlib.h and compress.h.
83         Make functions static.  Cast ctype function argument to `unsigned
84         char'.  Add parens in if-stmts.  Constify.
85         (Usage): Change into a macro.
86         (jargrep): Remove unused parameter.
87
88         * jartool.c: Constify.  Add parens in if-stmts.  Align
89         signed/unsigned char pointers in functions calls using casts.
90         (rcsid): Delete.
91         (list_jar): Fix printf format specifier.
92         (usage): Chop long string into bits.  Reformat.
93
94         * pushback.c (rcsid): Delete.
95
96 2000-12-13  Tom Tromey  <tromey@redhat.com>
97
98         * jartool.c (extract_jar): Use strchr, not index.
99
100 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
101
102         * install-defs.sh: Removed.
103
104 2000-12-10  Robert Lipe <robertlipe@usa.net>
105
106         * jargrep.c (jargrep): Added null statement after case.
107
108 2000-12-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
109
110         * Makefile: Removed.
111         * Makefile.in: Rebuilt with `-i' and `--enable-foreign'.
112
113 Tue Nov 16 15:11:36 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
114
115         * Makefile.am: New file.
116         * Makefile.in: Rebuilt.
117         * aclocal.m4: Likewise.
118         * stamp-h.in: Likewise.
119         * config.h.in: Likewise.
120         * configure.in (AM_INIT_AUTOMAKE): Added.
121         (AM_CONFIG_HEADER): Likewise.
122         (AC_CHECK_HEADERS): Check for sys/param.h
123         (AC_CHECK_LIB): Don't check for system's zlib.
124         (AC_CHECK_FUNC): Removed system's zlib function checks.
125         (ZDEPS. ZLIBS, ZINCS): Added.
126         * configure: Rebuilt.
127         * jartool.c (sys/param.h): Conditionally included or define MAXPATHLEN.
128         (init_args, get_next_arg): New function.
129         (use_explicit_list_only, read_names_from_stdin): New global
130         (main): Parse new non standard options 'E' and '@', check and
131         report their usage if necessary. Use init_args and get_next_arg.
132         Fixed indentation.
133         (add_to_jar): Don't read directory content if `use_explicit_list_only'.
134         (usage): Added `-E' and `-@'.
135         * jartool.h (VERSION): Macro removed.
136
137 Tue Nov 14 15:10:44 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
138
139         * fastjar imported from sourceforge.net/projects/fastjar with
140         Bryan Burns' permission. Check `CHANGES' for post import changes.
141         * ChangeLog: Created.
142         * NEWS: Likewise.
143         * mkinstalldirs: Likewise.
144         * COPYING: Likewise.
145         * AUTHORS: Likewise.