configure.ac: Unconditionally disable decimal float by default.
[gcc.git] / fastjar / ChangeLog
1 2006-01-31 Tom Tromey <tromey@redhat.com>
2
3 * jartool.c (version): Use 2006.
4 * jargrep.c (version): Use 2006.
5
6 2005-11-29 Tom Tromey <tromey@redhat.com>
7
8 * compress.c (write_data): Mark 'ze' as unused.
9 * jartool.h (__attribute__): New define.
10 * shift.c (shift_up): Added cast.
11 (shift_down): Likewise.
12 * jartool.c (help): Split string constant.
13
14 2005-06-29 Kelley Cook <kcook@gcc.gnu.org>
15
16 * all files: Update FSF address.
17
18 2005-05-17 Kelley Cook <kcook@gcc.gnu.org>
19
20 * configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
21 Use AC_CHECK_SIZEOF instead of AC_COMPILE_CHECK_SIZEOF.
22 * Makefile.am: Remove ACLOCAL_AMFLAGS.
23 * aclocal.m4, Makefile.in, configure, config.h.in: Regenerate.
24
25 2005-03-28 Marcin Dalecki <martin@dalecki.de>
26
27 * jartool.c (main): Indentation fixlet.
28 (add_entry): Likewise.
29 (init_args): Don't use K&R style.
30 (jt_strdup): Likewise.
31 (get_next_arg): Add explicit '(void)'.
32 (init_headers): Likewise.
33 (version): Likewise.
34
35 2005-03-15 Zack Weinberg <zack@codesourcery.com>
36
37 * Makefile.am (fastjar_TEXINFOS): Add gcc-vers.texi.
38 (BASEVER, DEVPHASE): New variables.
39 (POD2MAN): Adjust setting of --release option.
40 (fastjar.1, grepjar.1, gcc-vers.texi): New rules.
41 * Makefile.in: Regenerate.
42 * configure.ac: Do not invoke TL_AC_GCC_VERSION.
43 * aclocal.m4, configure: Regenerate.
44
45 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
46
47 * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
48 * configure, aclocal.m4, Makefile.in: Regenerate.
49
50 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
51
52 * Makefile.am: Remove -no-dependencies.
53 * Makefile.in: Regenerate.
54
55 2004-11-13 Kelley Cook <kcook@gcc.gnu.org>
56
57 * Makefile.am: Define ACLOCAL_AMFLAGS.
58 * acinclude.m4: Remove unnecessary sinclude.
59 * aclocal.m4, Makefile.in, configure: Regenerate (autoreconf 1.9.3).
60
61 2004-09-23 Tom Tromey <tromey@redhat.com>
62
63 * jartool.c (extract_jar): Unconditionally read extra data in the
64 entry header; don't read it after the file contents.
65
66 2004-08-11 Kelley Cook <kcook@gcc.gnu.org>
67
68 PR bootstrap/16164
69 * Makefile.am: Force fastjar.info to be built in build directory.
70 * Makefile.in: Regenerate.
71
72 2004-07-23 Thomas Fitzsimmons <fitzsim@redhat.com>
73
74 * Makefile.am: Rename jar binary to fastjar.
75 * Makefile.in: Regenerate.
76 * fastjar.texi: Rename references to jar binary with fastjar.
77
78 2004-07-19 Bryce McKinlay <mckinlay@redhat.com>
79
80 * jartool.c (main): Ensure that only one of ftruncate and _chsize
81 is used.
82
83 2004-07-11 Bryce McKinlay <mckinlay@redhat.com>
84
85 PR 16472
86 * configure.ac: Check for ftruncate() and _chsize().
87 * jartool.c (main): Use _chsize if ftruncate not available.
88 * configure, config.h.in: Rebuilt.
89
90 2004-07-09 Richard Sandiford <rsandifo@redhat.com>
91
92 * jartool.c (find_entry, looks_like_dir): Remove inline spec.
93
94 2004-07-07 Matthias Klose <doko@debian.org>
95
96 * Makefile.am (jar_CPPFLAGS): Add AM_CPPFLAGS.
97 * Makefile.in: Regenerate.
98
99 2004-07-06 Matthias Klose <doko@debian.org>
100
101 * Makefile.in: Regenerate.
102 * fastjar.texi: Update for '-u'.
103
104 2004-07-06 Casey Marshall <csm@gnu.org>
105
106 PR 7854
107 * Makefile.am
108 (jar_SOURCES): added shift.c, shift.h.
109 (jar_CPPFLAGS): define WITH_SHIFT_DOWN.
110
111 * compress.c
112 Added FSF copyright.
113 (write_data): new function.
114 (compress_file): call write_data.
115
116 * jartool.c
117 Updated copyright year.
118 (progname): new variable.
119 (end_of_entries): new variable.
120 (main): open and read file when updating.
121 (find_entry): new function.
122 (looks_like_dir): new function.
123 (read_entries): new function.
124 (make_manifest): added parameter `updating'.
125 Call `add_file_to_jar' with `updating'.
126 (add_to_jar_with_dir): added parameter `updating'.
127 Call `add_to_jar' with `updating'.
128 (add_to_jar): added parameter `updating'.
129 Call `add_file_to_jar' with `updating'.
130 Don't add directories if they already exist.
131 (add_file_to_jar): added parameter `updating'.
132 Update entries if they already exist.
133
134 * jartool.h
135 Added #ifndef __FASTJAR_JARTOOL_H__.
136 (struct zipentry): added `flags'.
137
138 * shift.c: new file.
139
140 * shift.h: new file.
141
142 * zipfile.h
143 (CEN_FLAGS): new constant.
144
145 2004-07-05 Kelley Cook <kcook@gcc.gnu.org>
146
147 * Makefile.am: Silence two automake warnings.
148 * Makefile.in: Regenerate.
149
150 2004-06-25 Kelley Cook <kcook@gcc.gnu.org>
151
152 PR other/15194
153 * configure.ac: Add check for long long.
154 * jartool.h: Check for long long before using it.
155 * configure: Regenerate
156 * config.h.in: Regenerate.
157
158 2004-06-15 Paolo Bonzini <bonzini@gnu.org>
159
160 * acinclude.m4: Quote first argument of AC_DEFUNs.
161 * aclocal.m4: Regenerate with automake 1.8.
162 * Makefile.in: Likewise.
163 * configure: Regenerate.
164 * .cvsignore: New file.
165
166 2004-04-12 Kelley Cook <kcook@gcc.gnu.org>
167
168 PR bootstrap/14905
169 * configure.ac: Parse --enable-generated-files-in-srcdir.
170 * Makefile.am: Copy man and info files to srcdir if requested.
171 * configure: Regenerate.
172 * Makefile.in Regenerate.
173
174 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
175
176 * configure.ac: Bump AC_PREREQ to 2.59.
177 * configure: Regenerate.
178
179 2004-03-09 Hans-Peter Nilsson <hp@axis.com>
180
181 * configure: Regenerate for config/accross.m4 correction.
182
183 2004-01-09 Kelley Cook <kcook@gcc.gnu.org>
184
185 * configure.in: Rename file to ...
186 * configure.ac: ... this. Add in AC_PREREQ(2.57)
187 * config.h.in: Regenerate.
188 * aclocal.m4: Regenerate.
189 * Makefile.in: Regenerate.
190
191 2004-01-07 Andreas Tobler <a.tobler@schweiz.ch>
192
193 * jartool.c (make_manifest): Fix off-by-one bug when creating
194 an empty MANIFEST.MF.
195
196 2003-12-01 Kelley Cook <kcook@gcc.gnu.org>
197
198 * Makefile.am: Define AM_MAKINFOFLAGS. Remove Automake 1.4 hack.
199 * Makefile.in: Regenerate with automake 1.7.6 & autoconf 2.57 tools.
200 * aclocal.m4, config.h.in, configure: Likewise.
201 * install-sh, missing, mkinstalldirs, stamp-h.in: Remove.
202
203 2003-11-21 Kelley Cook <kcook@gcc.gnu.org>
204
205 * .cvsignore: Delete.
206
207 2003-10-30 Kelley Cook <kcook@gcc.gnu.org>
208
209 * Makefile.am (my_make_i_flags): Add $(srcdir) and update comment
210 to match.
211 (fastjar.info): Update target to write to build directory.
212 (%.1): New implicit rule from a .pod file.
213 (jar.1): Delete.
214 (grepjar.1): Delete.
215 (jar.pod): New intermediate rule.
216 (grepjar.pod): Likewise.
217 * Makefile.in: Regenerate.
218
219 2003-08-13 Matthias Klose <doko@debian.org>
220
221 * fastjar.texi: License manual under the GPL.
222 * Makefile.am: Remove reference to fdl.texi
223 * Makefile.in: Regenerate
224
225 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
226
227 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
228
229 2003-07-11 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
230
231 * README: Note that FastJar is not part of GCC.
232
233 2003-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
234
235 PR java/9532
236 * jartool.c (add_to_jar): Return 1 on failure to open file.
237 Split out -C case to:
238 * jartool.c (add_to_jar_with_dir): New function.
239
240 2003-06-15 Nathanael Nerode <neroden@gcc.gnu.org>
241
242 PR java/9532
243 * jartool.c (main) Give proper error messages with -C, and
244 check for missing arguments properly. Send error messages
245 to stderr.
246 * jartool.c (add_to_jar): Make getcwd() call portable,
247 and check for error return.
248
249 2003-03-30 Joseph S. Myers <jsm@polyomino.org.uk>
250
251 * fastjar.texi: Remove @ at start of file.
252
253 2003-03-10 Mohan Embar <gnustuff@thisiscool.com>
254
255 * dostime.c: add #include <stddef.h> for definition of NULL
256
257 2003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
258
259 * fastjar.texi: Update to GFDL 1.2.
260
261 2003-01-31 Daiki Ueno <ueno@unixuser.org>
262
263 * jartool.c (extract_jar): Don't lseek to skip extra fields.
264 (consume): If the stream is seekable, do lseek.
265
266 2003-01-28 Ranjit Mathew <rmathew@hotmail.com>
267
268 * jargrep.c: Include xregex.h from libiberty instead of
269 system regex.h for better portability.
270
271 2003-01-21 Ranjit Mathew <rmathew@hotmail.com>
272
273 * jartool.c (list_jar): Terminate the 'ascii_date' buffer
274 with a '\0' to guard against the case where the formatted
275 time string is more than the size allowed by the buffer.
276
277 2003-01-14 Tom Tromey <tromey@redhat.com>
278
279 * config.h.in: Rebuilt.
280
281 2002-12-30 DJ Delorie <dj@redhat.com>
282
283 * Makefile.am (jar.1, grepjar.1): Protect against
284 texi2pod/pod2man failing.
285 * Makefile.in: Regenerated.
286
287 2002-12-23 Joseph S. Myers <jsm@polyomino.org.uk>
288
289 * fastjar.texi: Include Cover Texts in man page.
290
291 2002-12-04 Jakub Jelinek <jakub@redhat.com>
292
293 * fastjar.texi (jar @direntry, grepjar @direntry): Add (fastjar).
294
295 2002-11-23 H.J. Lu <hjl@gnu.org>
296
297 * acinclude.m4: Include ../config/accross.m4.
298 (gcc_AC_COMPILE_CHECK_SIZEOF): Removed.
299 (gcc_AC_EXAMINE_OBJECT): Removed.
300 (gcc_AC_C_COMPILE_ENDIAN): Removed.
301 * aclocal.m4; Rebuild.
302
303 * configure.in: Replace AC_C_BIGENDIAN with AC_C_BIGENDIAN_CROSS.
304 Replace AC_CHECK_SIZEOF with AC_COMPILE_CHECK_SIZEOF.
305 * configure: Likewise.
306
307 2002-11-21 Ranjit Mathew <rmathew@hotmail.com>
308
309 * jartool.c (extract_jar): Use "open" with O_BINARY instead of
310 "creat" to create extracted files.
311
312 2002-11-11 Tom Tromey <tromey@redhat.com>
313
314 * dostime.c (dos2unixtime): Mask for seconds is 0x1f. Correctly
315 compute month.
316 (unix2dostime): Handle years before 1980. Correctly compute month
317 and day of month.
318
319 2002-11-10 Jakub Jelinek <jakub@redhat.com>
320
321 * jartool.c (add_to_jar): Only compare file to jarfile if jarfile is
322 non-NULL.
323
324 * configure.in (AC_CHECK_HEADERS): Add limits.h.
325 * configure, config.h.in: Rebuilt.
326
327 2002-11-07 Tom Tromey <tromey@redhat.com>
328
329 * dostime.c: Rewrote from scratch.
330 * dostime.h (dostime): Removed.
331
332 2002-10-20 Tom Tromey <tromey@redhat.com>
333
334 * jartool.c: Use mode 0666 when opening new file.
335
336 2002-09-16 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
337
338 * jargrep.c (chk_wrd): Remove unused variable(s).
339 * jartool.c (main, create_central_header, list_jar): Likewise.
340
341 2002-10-15 Ranjit Mathew <rmathew@hotmail.com>
342
343 * configure, config.h.in: Rebuilt.
344 * configure.in: Call gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG.
345
346 2002-09-11 Tom Tromey <tromey@redhat.com>
347
348 * Makefile.in: Rebuilt.
349 * Makefile.am (TEXINFO_TEX): New macro.
350 (info_TEXINFOS): Likewise.
351 (fastjar_TEXINFOS): Likewise.
352 (man_MANS): Likewise.
353 (EXTRA_DIST): Likewise.
354 (my_makei_flags): Likewise.
355 (fastjar.info): New rule.
356 (fastjar_TEXINFOS): Don't mention `$(srcdir)'.
357 (TEXINFO_TEX): Likewise.
358 (AUTOMAKE_OPTIONS): Added `cygnus'.
359
360 2002-09-11 Matthias Klose <doko@debian.org>
361
362 * Makefile.am: Revert the previous patch.
363 * Makefile.in: Regenerated.
364
365 2002-09-10 Matthias Klose <doko@debian.org>
366
367 * fastjar.texi: New.
368 * Makefile.am: Support building info docs and manpages.
369 * Makefile.in: Regenerated.
370 * configure.in: Set gcc_version.
371 * configure: Regenerated.
372 * jargrep.c: Update usage and help strings.
373
374 2002-09-09 Tom Tromey <tromey@redhat.com>
375
376 * jartool.c (mkdir): Define.
377 * config.h.in: Rebuilt.
378 * aclocal.m4, configure: Rebuilt.
379 * acinclude.m4: New file. Copied gcc_AC_COMPILE_CHECK_SIZEOF,
380 gcc_AC_EXAMINE_OBJECT, and fastjar_AC_COMPILE_C_BIGENDIAN from
381 aclocal.m4.
382
383 2002-09-04 Tom Tromey <tromey@redhat.com>
384
385 From greenrd@hotmail.com:
386 * jartool.c (list_jar): Correctly determine when new `filename'
387 buffer must be allocated. Fixes PR java/7830.
388
389 2002-06-03 Geoffrey Keating <geoffk@redhat.com>
390
391 * configure.in: Support cross-compiling.
392 * configure: Regenerate.
393 * aclocal.m4 (gcc_AC_COMPILE_CHECK_SIZEOF): New.
394 (gcc_AC_EXAMINE_OBJECT): New.
395 (fastjar_AC_COMPILE_C_BIGENDIAN): New.
396
397 2002-03-18 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
398
399 * jartool.c (expand_options): Handle tar-style argument list with a
400 leading "-".
401
402 2002-02-23 Anthony Green <green@redhat.com>
403
404 * jartool.c (main): Fix handling of -C.
405
406 2002-01-30 Tom Tromey <tromey@redhat.com>
407
408 * jartool.c (main): NULL-terminate new_argv. Pass 0 as argument
409 to init_args.
410
411 2002-01-11 Tom Tromey <tromey@redhat.com>
412
413 * Makefile.in: Rebuilt.
414 * Makefile.am (AUTOMAKE_OPTIONS): New macro.
415
416 2002-01-09 Tom Tromey <tromey@redhat.com>
417
418 For PR libgcj/5303:
419 * jargrep.h: Removed RCS keywords.
420 (GVERSION): Removed.
421 * configure, Makefile.in, config.h.in: Rebuilt.
422 * configure.in: Added AM_MAINTAINER_MODE.
423 Don't look for getopt.h. Use `fastjar' as package name.
424 * Makefile.am (INCLUDES): Look in ../include.
425 (LIBIBERTY): New macro.
426 (jar_LDADD): Use it.
427 (jar_DEPENDENCIES): Likewise.
428 (grepjar_LDADD): Likewise.
429 (grepjar_DEPENDENCIES): Likewise.
430 * jargrep.c: Removed RCS keywords. Always include getopt.h.
431 (LONG_OPT): New macro.
432 (OPT_HELP): Likewise.
433 (main): Use getopt_long. Let getopt print invalid argument
434 message. Handle --help. Use version().
435 (version): New function.
436 (optarg, optind): Don't declare.
437 (option_vec): New global.
438 (help): New function.
439 (Usage): Updated to GNU standards.
440 * jartool.c: Removed RCS keywords. Include getopt.h.
441 (LONG_OPT): New macro.
442 (OPT_HELP): Likewise.
443 (options): New global.
444 (help): New function.
445 (usage): Print a single line.
446 (version): New function.
447 (expand_options): New function.
448 (main): Use getopt_long and expand_options. Fail if `-u'
449 specified. Changed handling of -f, -m, -V options.
450 (OPTION_STRING): New macro.
451 (version_string): Removed.
452
453 2001-01-02 Craig Rodrigues <rodrigc@gcc.gnu.org>
454
455 PR bootstrap/5117
456 * configure.in (AC_CHECK_HEADERS): Check for stdlib.h.
457 * Makefile.am: Move grepjar to bin_PROGRAMS.
458 * config.h.in: Regenerated.
459 * Makefile.in: Regenerated.
460 * aclocal.m4: Regenerated.
461 * stamp-h.in: Regenerated.
462 * jargrep.c: Eliminate some signed/unsigned and default
463 uninitialized warnings. Use HAVE_STDLIB_H instead of
464 STDC_HEADERS macro.
465 * jartool.c: Likewise.
466 * compress.c: Likewise.
467
468 2001-09-17 Tom Tromey <tromey@redhat.com>
469
470 For PR java/4295:
471 * aclocal.m4, configure, Makefile.in: Rebuilt.
472 * configure.in: Added AC_EXEEXT.
473
474 2001-10-12 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
475
476 * jatool.c (extract_jar): Account for null termination when determining
477 whether to expand "filename".
478
479 2001-08-28 Alexandre Petit-Bianco <apbianco@redhat.com>
480
481 * jartool.c (add_to_jar): Return 1 if `stat' initialy failed.
482 Fixes PR java/3949.
483
484 2001-08-27 Tom Tromey <tromey@redhat.com>
485
486 * jartool.c (jarfile): Remove length limitation.
487 (main): Use jt_strdup when initializing jarfile.
488
489 2001-07-04 Tom Tromey <tromey@redhat.com>
490
491 Modified from patch by Julian Hall <jules@acris.co.uk>:
492 * jartool.c (errno): Conditionally declare.
493 (O_BINARY): Conditionally define.
494 (main): Use open, not creat. Use O_BINARY everywhere.
495 (make_manifest): Use O_BINARY.
496 (add_to_jar): Likewise.
497
498 2001-06-28 Tom Tromey <tromey@redhat.com>
499
500 * configure: Rebuilt.
501 * configure.in: Accept --with-system-zlib. Fixes PR java/3441.
502
503 2001-05-15 Per Bothner <per@bothner.com>
504
505 * Makefile.am (bin_PROGRAMS): Renamed from "fastjar" to "jar".
506
507 2001-05-03 John David Anglin <dave@hiauly1.hia.nrc.ca>
508
509 * jartool.c (jt_strdup): New function.
510 (get_next_arg): Use jt_strdup instead of strdup.
511
512 2001-01-21 Tom Tromey <tromey@redhat.com>
513
514 * Makefile.in: Rebuilt.
515 * Makefile.am (bin_PROGRAMS): Remove grepjar.
516 (EXTRA_PROGRAMS): New macro.
517
518 2000-12-28 Robert Lipe <robertl@sco.com>
519
520 * jartool.c (MAXPATHLEN): Provide if not defined.
521
522 2000-12-15 Tom Tromey <tromey@redhat.com>
523 Kelley Cook <kelleycook@home.com>
524
525 * jargrep.c: Include getopt.h if it exists.
526 (optind): Declare.
527 * configure, config.h: Rebuilt.
528 * configure.in: Check for getopt.h.
529
530 2000-12-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
531
532 * configure.in (fastjar_warn_cflags): Set when using gcc.
533
534 * Makefile.am (AM_CFLAGS): Set to @fastjar_warn_cflags@.
535
536 2000-12-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
537
538 * compress.c: Include stdlib.h and compress.h.
539 (rcsid): Delete.
540 (report_str_error): Make static.
541 (ez_inflate_str): Delete unused variable. Add parens in if-stmt.
542 (hrd_inflate_str): Likewise.
543
544 * compress.h (init_compression, end_compression, init_inflation,
545 end_inflation): Prototype void arguments.
546
547 * dostime.c (rcsid): Delete.
548
549 * jargrep.c: Include ctype.h, stdlib.h, zlib.h and compress.h.
550 Make functions static. Cast ctype function argument to `unsigned
551 char'. Add parens in if-stmts. Constify.
552 (Usage): Change into a macro.
553 (jargrep): Remove unused parameter.
554
555 * jartool.c: Constify. Add parens in if-stmts. Align
556 signed/unsigned char pointers in functions calls using casts.
557 (rcsid): Delete.
558 (list_jar): Fix printf format specifier.
559 (usage): Chop long string into bits. Reformat.
560
561 * pushback.c (rcsid): Delete.
562
563 2000-12-13 Tom Tromey <tromey@redhat.com>
564
565 * jartool.c (extract_jar): Use strchr, not index.
566
567 2000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com>
568
569 * install-defs.sh: Removed.
570
571 2000-12-10 Robert Lipe <robertlipe@usa.net>
572
573 * jargrep.c (jargrep): Added null statement after case.
574
575 2000-12-10 Alexandre Petit-Bianco <apbianco@cygnus.com>
576
577 * Makefile: Removed.
578 * Makefile.in: Rebuilt with `-i' and `--enable-foreign'.
579
580 Tue Nov 16 15:11:36 2000 Alexandre Petit-Bianco <apbianco@cygnus.com>
581
582 * Makefile.am: New file.
583 * Makefile.in: Rebuilt.
584 * aclocal.m4: Likewise.
585 * stamp-h.in: Likewise.
586 * config.h.in: Likewise.
587 * configure.in (AM_INIT_AUTOMAKE): Added.
588 (AM_CONFIG_HEADER): Likewise.
589 (AC_CHECK_HEADERS): Check for sys/param.h
590 (AC_CHECK_LIB): Don't check for system's zlib.
591 (AC_CHECK_FUNC): Removed system's zlib function checks.
592 (ZDEPS. ZLIBS, ZINCS): Added.
593 * configure: Rebuilt.
594 * jartool.c (sys/param.h): Conditionally included or define MAXPATHLEN.
595 (init_args, get_next_arg): New function.
596 (use_explicit_list_only, read_names_from_stdin): New global
597 (main): Parse new non standard options 'E' and '@', check and
598 report their usage if necessary. Use init_args and get_next_arg.
599 Fixed indentation.
600 (add_to_jar): Don't read directory content if `use_explicit_list_only'.
601 (usage): Added `-E' and `-@'.
602 * jartool.h (VERSION): Macro removed.
603
604 Tue Nov 14 15:10:44 2000 Alexandre Petit-Bianco <apbianco@cygnus.com>
605
606 * fastjar imported from sourceforge.net/projects/fastjar with
607 Bryan Burns' permission. Check `CHANGES' for post import changes.
608 * ChangeLog: Created.
609 * NEWS: Likewise.
610 * mkinstalldirs: Likewise.
611 * COPYING: Likewise.
612 * AUTHORS: Likewise.