1 | 2003-02-05 Release Manager
|
---|
2 |
|
---|
3 | * GCC 3.2.2 Released.
|
---|
4 |
|
---|
5 | 2002-11-19 Release Manager
|
---|
6 |
|
---|
7 | * GCC 3.2.1 Released.
|
---|
8 |
|
---|
9 | 2002-11-19 Release Manager
|
---|
10 |
|
---|
11 | * GCC 3.2.1 Released.
|
---|
12 |
|
---|
13 | 2002-11-18 Release Manager
|
---|
14 |
|
---|
15 | * GCC 3.2.1 Released.
|
---|
16 |
|
---|
17 | 2002-11-11 Tom Tromey <tromey@redhat.com>
|
---|
18 |
|
---|
19 | * dostime.c (dos2unixtime): Mask for seconds is 0x1f. Correctly
|
---|
20 | compute month.
|
---|
21 | (unix2dostime): Handle years before 1980. Correctly compute month
|
---|
22 | and day of month.
|
---|
23 |
|
---|
24 | 2002-11-07 Tom Tromey <tromey@redhat.com>
|
---|
25 |
|
---|
26 | * dostime.c: Rewrote from scratch.
|
---|
27 | * dostime.h (dostime): Removed.
|
---|
28 |
|
---|
29 | 2002-08-14 Release Manager
|
---|
30 |
|
---|
31 | * GCC 3.2 Released.
|
---|
32 |
|
---|
33 | 2002-07-25 Release Manager
|
---|
34 |
|
---|
35 | * GCC 3.1.1 Released.
|
---|
36 |
|
---|
37 | 2002-05-14 Release Manager
|
---|
38 |
|
---|
39 | * GCC 3.1 Released.
|
---|
40 |
|
---|
41 | 2002-05-14 Release Manager
|
---|
42 |
|
---|
43 | * GCC 3.1 Released.
|
---|
44 |
|
---|
45 | 2002-03-18 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
|
---|
46 |
|
---|
47 | * jartool.c (expand_options): Handle tar-style argument list with a
|
---|
48 | leading "-".
|
---|
49 |
|
---|
50 | 2002-02-23 Anthony Green <green@redhat.com>
|
---|
51 |
|
---|
52 | * jartool.c (main): Fix handling of -C.
|
---|
53 |
|
---|
54 | 2002-01-30 Tom Tromey <tromey@redhat.com>
|
---|
55 |
|
---|
56 | * jartool.c (main): NULL-terminate new_argv. Pass 0 as argument
|
---|
57 | to init_args.
|
---|
58 |
|
---|
59 | 2002-01-11 Tom Tromey <tromey@redhat.com>
|
---|
60 |
|
---|
61 | * Makefile.in: Rebuilt.
|
---|
62 | * Makefile.am (AUTOMAKE_OPTIONS): New macro.
|
---|
63 |
|
---|
64 | 2002-01-09 Tom Tromey <tromey@redhat.com>
|
---|
65 |
|
---|
66 | For PR libgcj/5303:
|
---|
67 | * jargrep.h: Removed RCS keywords.
|
---|
68 | (GVERSION): Removed.
|
---|
69 | * configure, Makefile.in, config.h.in: Rebuilt.
|
---|
70 | * configure.in: Added AM_MAINTAINER_MODE.
|
---|
71 | Don't look for getopt.h. Use `fastjar' as package name.
|
---|
72 | * Makefile.am (INCLUDES): Look in ../include.
|
---|
73 | (LIBIBERTY): New macro.
|
---|
74 | (jar_LDADD): Use it.
|
---|
75 | (jar_DEPENDENCIES): Likewise.
|
---|
76 | (grepjar_LDADD): Likewise.
|
---|
77 | (grepjar_DEPENDENCIES): Likewise.
|
---|
78 | * jargrep.c: Removed RCS keywords. Always include getopt.h.
|
---|
79 | (LONG_OPT): New macro.
|
---|
80 | (OPT_HELP): Likewise.
|
---|
81 | (main): Use getopt_long. Let getopt print invalid argument
|
---|
82 | message. Handle --help. Use version().
|
---|
83 | (version): New function.
|
---|
84 | (optarg, optind): Don't declare.
|
---|
85 | (option_vec): New global.
|
---|
86 | (help): New function.
|
---|
87 | (Usage): Updated to GNU standards.
|
---|
88 | * jartool.c: Removed RCS keywords. Include getopt.h.
|
---|
89 | (LONG_OPT): New macro.
|
---|
90 | (OPT_HELP): Likewise.
|
---|
91 | (options): New global.
|
---|
92 | (help): New function.
|
---|
93 | (usage): Print a single line.
|
---|
94 | (version): New function.
|
---|
95 | (expand_options): New function.
|
---|
96 | (main): Use getopt_long and expand_options. Fail if `-u'
|
---|
97 | specified. Changed handling of -f, -m, -V options.
|
---|
98 | (OPTION_STRING): New macro.
|
---|
99 | (version_string): Removed.
|
---|
100 |
|
---|
101 | 2001-01-02 Craig Rodrigues <rodrigc@gcc.gnu.org>
|
---|
102 |
|
---|
103 | PR bootstrap/5117
|
---|
104 | * configure.in (AC_CHECK_HEADERS): Check for stdlib.h.
|
---|
105 | * Makefile.am: Move grepjar to bin_PROGRAMS.
|
---|
106 | * config.h.in: Regenerated.
|
---|
107 | * Makefile.in: Regenerated.
|
---|
108 | * aclocal.m4: Regenerated.
|
---|
109 | * stamp-h.in: Regenerated.
|
---|
110 | * jargrep.c: Eliminate some signed/unsigned and default
|
---|
111 | uninitialized warnings. Use HAVE_STDLIB_H instead of
|
---|
112 | STDC_HEADERS macro.
|
---|
113 | * jartool.c: Likewise.
|
---|
114 | * compress.c: Likewise.
|
---|
115 |
|
---|
116 | 2001-09-17 Tom Tromey <tromey@redhat.com>
|
---|
117 |
|
---|
118 | For PR java/4295:
|
---|
119 | * aclocal.m4, configure, Makefile.in: Rebuilt.
|
---|
120 | * configure.in: Added AC_EXEEXT.
|
---|
121 |
|
---|
122 | 2001-10-12 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
|
---|
123 |
|
---|
124 | * jatool.c (extract_jar): Account for null termination when determining
|
---|
125 | whether to expand "filename".
|
---|
126 |
|
---|
127 | 2001-08-28 Alexandre Petit-Bianco <apbianco@redhat.com>
|
---|
128 |
|
---|
129 | * jartool.c (add_to_jar): Return 1 if `stat' initialy failed.
|
---|
130 | Fixes PR java/3949.
|
---|
131 |
|
---|
132 | 2001-08-27 Tom Tromey <tromey@redhat.com>
|
---|
133 |
|
---|
134 | * jartool.c (jarfile): Remove length limitation.
|
---|
135 | (main): Use jt_strdup when initializing jarfile.
|
---|
136 |
|
---|
137 | 2001-07-04 Tom Tromey <tromey@redhat.com>
|
---|
138 |
|
---|
139 | Modified from patch by Julian Hall <jules@acris.co.uk>:
|
---|
140 | * jartool.c (errno): Conditionally declare.
|
---|
141 | (O_BINARY): Conditionally define.
|
---|
142 | (main): Use open, not creat. Use O_BINARY everywhere.
|
---|
143 | (make_manifest): Use O_BINARY.
|
---|
144 | (add_to_jar): Likewise.
|
---|
145 |
|
---|
146 | 2001-06-28 Tom Tromey <tromey@redhat.com>
|
---|
147 |
|
---|
148 | * configure: Rebuilt.
|
---|
149 | * configure.in: Accept --with-system-zlib. Fixes PR java/3441.
|
---|
150 |
|
---|
151 | 2001-05-15 Per Bothner <per@bothner.com>
|
---|
152 |
|
---|
153 | * Makefile.am (bin_PROGRAMS): Renamed from "fastjar" to "jar".
|
---|
154 |
|
---|
155 | 2001-05-03 John David Anglin <dave@hiauly1.hia.nrc.ca>
|
---|
156 |
|
---|
157 | * jartool.c (jt_strdup): New function.
|
---|
158 | (get_next_arg): Use jt_strdup instead of strdup.
|
---|
159 |
|
---|
160 | 2001-01-21 Tom Tromey <tromey@redhat.com>
|
---|
161 |
|
---|
162 | * Makefile.in: Rebuilt.
|
---|
163 | * Makefile.am (bin_PROGRAMS): Remove grepjar.
|
---|
164 | (EXTRA_PROGRAMS): New macro.
|
---|
165 |
|
---|
166 | 2000-12-28 Robert Lipe <robertl@sco.com>
|
---|
167 |
|
---|
168 | * jartool.c (MAXPATHLEN): Provide if not defined.
|
---|
169 |
|
---|
170 | 2000-12-15 Tom Tromey <tromey@redhat.com>
|
---|
171 | Kelley Cook <kelleycook@home.com>
|
---|
172 |
|
---|
173 | * jargrep.c: Include getopt.h if it exists.
|
---|
174 | (optind): Declare.
|
---|
175 | * configure, config.h: Rebuilt.
|
---|
176 | * configure.in: Check for getopt.h.
|
---|
177 |
|
---|
178 | 2000-12-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
---|
179 |
|
---|
180 | * configure.in (fastjar_warn_cflags): Set when using gcc.
|
---|
181 |
|
---|
182 | * Makefile.am (AM_CFLAGS): Set to @fastjar_warn_cflags@.
|
---|
183 |
|
---|
184 | 2000-12-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
---|
185 |
|
---|
186 | * compress.c: Include stdlib.h and compress.h.
|
---|
187 | (rcsid): Delete.
|
---|
188 | (report_str_error): Make static.
|
---|
189 | (ez_inflate_str): Delete unused variable. Add parens in if-stmt.
|
---|
190 | (hrd_inflate_str): Likewise.
|
---|
191 |
|
---|
192 | * compress.h (init_compression, end_compression, init_inflation,
|
---|
193 | end_inflation): Prototype void arguments.
|
---|
194 |
|
---|
195 | * dostime.c (rcsid): Delete.
|
---|
196 |
|
---|
197 | * jargrep.c: Include ctype.h, stdlib.h, zlib.h and compress.h.
|
---|
198 | Make functions static. Cast ctype function argument to `unsigned
|
---|
199 | char'. Add parens in if-stmts. Constify.
|
---|
200 | (Usage): Change into a macro.
|
---|
201 | (jargrep): Remove unused parameter.
|
---|
202 |
|
---|
203 | * jartool.c: Constify. Add parens in if-stmts. Align
|
---|
204 | signed/unsigned char pointers in functions calls using casts.
|
---|
205 | (rcsid): Delete.
|
---|
206 | (list_jar): Fix printf format specifier.
|
---|
207 | (usage): Chop long string into bits. Reformat.
|
---|
208 |
|
---|
209 | * pushback.c (rcsid): Delete.
|
---|
210 |
|
---|
211 | 2000-12-13 Tom Tromey <tromey@redhat.com>
|
---|
212 |
|
---|
213 | * jartool.c (extract_jar): Use strchr, not index.
|
---|
214 |
|
---|
215 | 2000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com>
|
---|
216 |
|
---|
217 | * install-defs.sh: Removed.
|
---|
218 |
|
---|
219 | 2000-12-10 Robert Lipe <robertlipe@usa.net>
|
---|
220 |
|
---|
221 | * jargrep.c (jargrep): Added null statement after case.
|
---|
222 |
|
---|
223 | 2000-12-10 Alexandre Petit-Bianco <apbianco@cygnus.com>
|
---|
224 |
|
---|
225 | * Makefile: Removed.
|
---|
226 | * Makefile.in: Rebuilt with `-i' and `--enable-foreign'.
|
---|
227 |
|
---|
228 | Tue Nov 16 15:11:36 2000 Alexandre Petit-Bianco <apbianco@cygnus.com>
|
---|
229 |
|
---|
230 | * Makefile.am: New file.
|
---|
231 | * Makefile.in: Rebuilt.
|
---|
232 | * aclocal.m4: Likewise.
|
---|
233 | * stamp-h.in: Likewise.
|
---|
234 | * config.h.in: Likewise.
|
---|
235 | * configure.in (AM_INIT_AUTOMAKE): Added.
|
---|
236 | (AM_CONFIG_HEADER): Likewise.
|
---|
237 | (AC_CHECK_HEADERS): Check for sys/param.h
|
---|
238 | (AC_CHECK_LIB): Don't check for system's zlib.
|
---|
239 | (AC_CHECK_FUNC): Removed system's zlib function checks.
|
---|
240 | (ZDEPS. ZLIBS, ZINCS): Added.
|
---|
241 | * configure: Rebuilt.
|
---|
242 | * jartool.c (sys/param.h): Conditionally included or define MAXPATHLEN.
|
---|
243 | (init_args, get_next_arg): New function.
|
---|
244 | (use_explicit_list_only, read_names_from_stdin): New global
|
---|
245 | (main): Parse new non standard options 'E' and '@', check and
|
---|
246 | report their usage if necessary. Use init_args and get_next_arg.
|
---|
247 | Fixed indentation.
|
---|
248 | (add_to_jar): Don't read directory content if `use_explicit_list_only'.
|
---|
249 | (usage): Added `-E' and `-@'.
|
---|
250 | * jartool.h (VERSION): Macro removed.
|
---|
251 |
|
---|
252 | Tue Nov 14 15:10:44 2000 Alexandre Petit-Bianco <apbianco@cygnus.com>
|
---|
253 |
|
---|
254 | * fastjar imported from sourceforge.net/projects/fastjar with
|
---|
255 | Bryan Burns' permission. Check `CHANGES' for post import changes.
|
---|
256 | * ChangeLog: Created.
|
---|
257 | * NEWS: Likewise.
|
---|
258 | * mkinstalldirs: Likewise.
|
---|
259 | * COPYING: Likewise.
|
---|
260 | * AUTHORS: Likewise.
|
---|