]> Dogcows Code - chaz/tar/blob - ChangeLog
fb0bb6813249446b88b247e0ff496b13c38fa21a
[chaz/tar] / ChangeLog
1 2005-02-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2
3 * src/create.c: Replace strdup with xstrdup
4 * src/names.c: Likewise
5 * src/tar.c: Likewise
6
7 * tests/append01.at: Added reference to bug-tar archive
8 * tests/listed02.at: Use -print with find.
9
10 2005-02-11 Sergey Poznyakoff <gray@Mirddin.farlep.net>
11
12 * THANKS: Added Tim Adye. Fixed UTF.
13 * src/list.c (read_header): Removed assignment to
14 oldgnu_header.isextended. It was breaking append mode.
15
16 * tests/append01.at: New test.
17 * tests/Makefile.am: Added append01.at
18 * tests/testsuite.at: Likewise
19
20 2005-02-06 Sergey Poznyakoff <gray@Mirddin.farlep.net>
21
22 * gnulib.modules: New file. List of required gnulib
23 modules.
24 * bootstrap: Merge list of required modules from
25 paxutils with that from tar proper.
26 * src/tar.c: Various fixes in help and diagnostic messages.
27
28 2005-02-05 Sergey Poznyakoff <gray@Mirddin.farlep.net>
29
30 * src/common.h (EXTRACT_OVER_PIPE): New macro
31 * src/compare.c: Code clean up.
32 * src/extract.c (extract_archive): Do not check for
33 EXTRACT_OVER_PIPE, decode_options() does this.
34 * src/misc.c (exec_error,fork_error,dup2_error)
35 (pipe_error): Removed unneeded functions.
36 * src/system.c (sys_exec_command): Use xclose, xpipe,
37 xfork, xdup2 and exec_fatal.
38 * src/tar.c (options): Improved sorting. Document --backup=off.
39 (decode_options): Clear backup_option if necessary.
40
41 2005-02-05 Sergey Poznyakoff <gray@Mirddin.farlep.net>
42
43 Initial implementation of --to-command option proposed
44 by Hansjoerg Lipp.
45
46 * bootstrap: Get setenv module from gnulib
47 * src/buffer.c: Do not use 8-bit chars in comments
48 * src/common.h (to_command_option)
49 (ignore_command_error_option): New globals
50 (sys_exec_command,sys_wait_command): New commands
51 * src/extract.c (extract_file): Handle to_command_option
52 Fix error recovery: decrease `size' by `written', not
53 by `count', otherwise tar misses the next header
54 Do not diagnose write errror if to_command_option
55 is set, since the command may have exited prematurely.
56 It would be better to check for sigpipe, though.
57 (prepare_to_extract): Handle to_command_option
58 * src/misc.c (exec_error, fork_error, dup_error)
59 (pipe_error): New functions
60 * src/system.c (sys_exec_command)
61 (sys_wait_command): New functions
62 * src/tar.c: Handle new options --to-command,
63 --ignore-command-error
64 * THANKS: Added Hansjoerg Lipp
65
66 2005-02-03 Paul Eggert <eggert@cs.ucla.edu>
67
68 * src/list.c (from_header): New arg OCTAL_ONLY, normally false.
69 All uses changed. Fix typo that sometimes suppressed all "Archive
70 contains obsolescent base-64 headers" warnings, not just the first
71 one.
72 (tar_checksum): Accept only octal checksums, since they aren't
73 supposed to overflow into weird formats.
74
75 Adjust to gnulib changes.
76 * lib/.cvsignore: Add chdir-long.c, chdir-long.h, memrchr.c,
77 memrchr.h, openat.c, openat.h. Remove pathmax.h (added by
78 mistake, perhaps?), sysexit.h (my typo), xstrdup.c (gnulib removed
79 this file). Sort entries.
80
81 2005-02-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
82
83 * src/extract.c: Further rewrite.
84 * src/buffer.c: Removed unused variables.
85 * src/list.c: Likewise
86 * src/tar.c (update_argv): Changed type to void
87
88 * src/common.h (OLDGNU_NAME_FIELD_SIZE): New constant
89 * src/create.c (start_private_header,write_header_name)
90 (dump_hard_link): Restore compatibility with 1.13.25
91 * src/extract.c (extract_archive): Rewritten
92 * src/list.c: Add translators' comments
93 * src/tar.c (options) Minor spelling fix
94 * tests/star/quicktest.sh: Determine path to the tar executable.
95
96 2005-02-03 Sergey Poznyakoff <gray@Mirddin.farlep.net>
97
98 * po/POTFILES.in: Added tests/genfile.c
99 * src/buffer.c (short_read): Use ngettext()
100 (new_volume): use quote().
101 * src/create.c: Use quote()
102 * src/extract.c: Likewise
103 * src/xheader.c: Likewise
104 * src/misc.c: Add comments to translators
105
106 * tests/same-order01.at: sort ls output
107 * tests/sparse01.at (RE_CHECK): Added missing space
108
109 * tests/sparse02.at: Test extracting sparse files over a pipe.
110 * tests/Makefile.am: Added sparse02.at
111 * tests/testsuite.at: Likewise
112 * tests/listed02.at: Skip the test on filesystems that do not
113 update ctime of a file when renaming it. To be reverted when
114 the new incremental mode is ready.
115 * tests/sparse01.at: Extract and compare sparse file
116
117 2005-02-02 Sergey Poznyakoff <gray@Mirddin.farlep.net>
118
119 * src/sparse.c: Extract sparse files even if the output
120 fd is not seekable.
121
122 2005-02-01 Sergey Poznyakoff <gray@Mirddin.farlep.net>
123
124 * bootstrap: Add a comment to lib/Makefile.am saying that this
125 is an autogenerated file.
126 Exit with code 1 if any of autotools fails.
127 * lib/Makefile.tmpl: Insert Emacs magic to the first line.
128 * tests/Makefile.am: Add append.at
129
130 * m4/.cvsignore: Ignore all *.m4 files
131
132 2005-01-18 Sergey Poznyakoff <gray@Mirddin.farlep.net>
133
134 Rewritten handling of -T (--files-from) option. Now it
135 inserts the file names immediately into argv array which allows
136 for:
137 1) any valid tar options (including another -T) to be used in the file
138 2) any number of -T options to be given in command line
139
140 * configure.ac: Raised version number to 1.15.2
141 * src/common.h: Include obstack.h
142 (files_from_option): Removed
143 (unquote_option): New variable
144 (stat_fatal): New function
145 (name_close): Removed function.
146 * src/incremen.c: Remove inclusion of obstack.h
147 * src/xheader.c: Likewise.
148 * src/misc.c (stat_fatal): New function
149 * src/names.c (name_file): Removed variable.
150 (read_name_from_file): Removed function. All callers changed.
151 (name_close): Removed function. All callers changed.
152 * src/tar.c: New options --unquote (--no-unquote) and
153 --add-file
154 (add_file_id,read_name_from_file,update_argv): New functions
155 (parse_opt): Rewritten handling of -T option. Handle hidden
156 --HANG option for debugging purposes.
157 (decode_options): Init unquote_option to true. Init argv_stk.
158 Remove unneded references to files_from_option
159
160 * doc/tar.texi: Document new options.
161 Moved rendition macros and option value definitions into
162 separate files
163 * doc/rendition.texi: New file
164 * doc/value.texi: New file
165 * doc/Makefile.am: Updated
166
167 2005-01-13 Paul Eggert <eggert@cs.ucla.edu>
168
169 * tests/testsuite.at (RE_CHECK): Use "join - file", not
170 "join file -", to work around a bug in Solaris 8 join.
171 Problem reported by Tomohiro Suzuki.
172
173 2005-01-13 Sergey Poznyakoff <gray@Mirddin.farlep.net>
174
175 * src/list.c (read_header): Fixed calculation of the
176 size for GNU long name/link. Tar was reading one block
177 more if name_size was divisible by 512. Thanks Josef
178 Bauer.
179 * tests/long01.at: New file. Test listing of GNU long names
180 divisible by 512.
181 * tests/pipe.at: Sort tar output.
182 * tests/Makefile.am: Added long01.at
183 * tests/testsuite.at: Likewise.
184 * THANKS: Added Josef Bauer
185 * lib/.cvsignore: Updated
186 * m4/.cvsignore: Updated
187 * NEWS: Updated
188
189 2005-01-11 Sergey Poznyakoff <gray@Mirddin.farlep.net>
190
191 * directory: Updated for 1.15.1
192 * doc/Makefile.am: Use gendocs.sh to generate web documentation
193 * doc/gendocs_template: Template file for gendocs.sh
194 * doc/tar.texi: Updated docs for --[no-]same-permissions
195 * src/tar.c: Reworded docstrings for --[no-]same-permissions
196
197 2005-01-06 Sergey Poznyakoff <gray@Mirddin.farlep.net>
198
199 * bootstrap: Create m4/paxutils.m4
200 * configure.ac: Call tar_PAXUTILS
201 * tests/options02.at: Test that tar correctly handles non-option
202 arguments interspersed with options.
203 * tests/Makefile.am: Add options02.at
204 * tests/testsuite.at: Likewise
205 * tests/listed02.at: Do not create useless directory
206
207 2005-01-05 Sergey Poznyakoff <gray@Mirddin.farlep.net>
208
209 * src/tar.c (parse_opt): Bugfix: Use ARGP_KEY_ARG. Thanks
210 Mike Frysinger <vapier@gentoo.org> for reporting.
211
212 2005-01-04 Paul Eggert <eggert@cs.ucla.edu>
213
214 * lib/Makefile.tmpl (localedir.h): Omit needless quotes and a
215 needless sed command. Problem reported by Paul Jarc.
216
217 2004-12-23 Paul Eggert <eggert@cs.ucla.edu>
218
219 Accommodate latest gnulib.
220 * doc/.cvsignore: Add getdate.texi.
221 * bootstrap: Do not treat alloca-opt specially; this is no
222 longer needed (and breaks builds) with latest gnulib.
223
224 2004-12-22 Sergey Poznyakoff <gray@Mirddin.farlep.net>
225
226 * src/tar.c (main): Reverted recent changes (#ifdef).
227
228 2004-12-21 Sergey Poznyakoff <gray@Mirddin.farlep.net>
229
230 * configure.ac: Raise version number to 1.15.1
231 Check for locale.h
232 * NEWS: Entry for 1.15.1
233 * src/buffer.c: Bugfix. Changes introduced 2004-11-26
234 broke extraction from stdin.
235 * src/list.c (from_header, tar_checksum): Changed declaration.
236 All callers updated.
237 * src/common.h: Likewise
238 * src/tar.c (main): Protect invocation of setlocale by
239 ifdef.
240
241 * tests/comprec.at: New test
242 * tests/pipe.at: New test
243 * tests/Makefile.am (comprec.at,pipe.at): New tests
244 * tests/testsuite.at: Likewise
245 * tests/gzip.at: Use AT_GZIP_PREREQ
246 * tests/star/pax-big-10g.at: Likewise
247 * tests/star/ustar-big-2g.at: Likewise
248 * tests/star/ustar-big-8g.at: Likewise
249
250 * tests/extrac04.at: Discard stderr from sort, on some
251 systems it spits out lots of irrelevant info.
252 * tests/listed02.at: Likewise
253
254 * doc/index.html.in: Rewritten in xhtml to follow recent
255 GNU site standards.
256 * THANKS: Updated
257
258 2004-12-20 Sergey Poznyakoff <gray@Mirddin.farlep.net>
259
260 Released version 1.15. Sources up to this point are
261 tagged release_1_15.
262
263 * configure.ac: Raised version number to 1.15
264 * NEWS: Likewise
265 * directory: Updated
266 * bootstrap (update_po): Give -r to wget. Always remove index.html
267 Ignore alloca-opt module (it duplicates alloca)
268
269 * tests/Makefile.am: Distribute star/quicktest.sh
270 * tests/star/README: Document quicktest.sh
271 * tests/star/qucktest.sh: Removed.
272 * tests/star/quicktest.sh: New file.
273
274 2004-12-18 Sergey Poznyakoff <gray@Mirddin.farlep.net>
275
276 * NEWS: Updated
277 * doc/tar.texi: Document auto-detection of compressed archive
278 formats.
279 * src/tar.c (decode_options): Ignore --seek if used with --delete.
280 Delete.c is based on the assumption that the archive is being
281 actually read, not lseeked.
282
283 * tests/delete05.at: New file
284 * tests/extrac02.at: Fixed typo in AT_SETUP
285 * tests/Makefile.am: Added delete05.at
286 * tests/testsuite.at: Likewise.
287
288 2004-12-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
289
290 * src/delete.c (delete_archive_members): Bugfix: when
291 attempting to delete an unexisting member, the last
292 blocking_factor blocks were zeroed.
293
294 2004-12-14 Paul Eggert <eggert@cs.ucla.edu>
295
296 * TODO: Mention sub-second resolution, lutimes, lchmod.
297
298 2004-11-27 Paul Eggert <eggert@cs.ucla.edu>
299
300 Adjust to recent gnulib changes.
301 * doc/getdate.texi: Remove, since bootstrap gets it from gnulib now.
302 * .cvsignore: Add rmt, rmt/*, rmt/*/*.
303 * lib/.cvsignore: Add allocsa.c, allocsa.h, allocsa.valgrind,
304 charset.alias, config.charset, getcwd.c, getcwd.h, localcharset.c,
305 localcharset.h, ref-add.sed, ref-add.sin, ref-del.sed,
306 ref-del.sin, setenv.c, setenv.h, unsetenv.c. Remove pathmax.h,
307 xstrdup.c.
308 * m4/.cvsignore: Add allocsa.m4, eealloc.m4, getcwd-path-max.m4,
309 localcharset.m4, realloc.m4, setenv.m4. Remove malloc.m4,
310 pathmax.m4, realloc.m4.
311
312 2004-11-26 Sergey Poznyakoff <gray@Mirddin.farlep.net>
313
314 * configure.ac: Raised version number to 1.14.91
315 * scripts/tarcat: New file
316 * scripts/Makefile.am: Added tarcat
317 * src/buffer.c (hit_eof): Changed type to boolean
318 (read_full_records,reading_from_pipe): New variables
319 (check_compressed_archive,open_compressed_archive): New functions
320 (open_archive): Autodetect compressed archives and act accodingly.
321 Set reading_from_pipe. This fixes contraversial set of changes
322 introduced 2004-05-11,2004-03-22.
323 * src/list.c (tar_checksum): New function
324 (read_header): Use tar_checksum().
325 * src/common.h (tar_checksum): New function
326
327 * tests/star/README: Updated
328 * NEWS: Updated
329 * PORTS: Updated
330
331 2004-11-16 Sergey Poznyakoff <gray@Mirddin.farlep.net>
332
333 * src/tar.c (decode_options): Fixed -o semantics. Thanks
334 Jean Delvare <khali@linux-fr.org>
335
336 2004-10-25 Sergey Poznyakoff <gray@Mirddin.farlep.net>
337
338 * bootstrap: Add localcharset
339 * lib/Makefile.tmpl: Initialize SUFFIXES and CLEANFILES since the
340 makefile snippet from localcharset uses '+=' on them.
341 * src/Makefile.am (LDADD): Add LIBICONV
342 * src/list.c (decode_header): Set uname/gname to NULL if their
343 header counterparts are empty
344 * src/tar.c (options): Use OPTION_NO_TRANS
345 * src/utf8.c: Use locale_charset() from gnulib
346
347 * tests/star/README: Updated
348
349 * NEWS: Updated
350 * TODO: Minor fix
351
352 2004-10-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
353
354 * THANKS: Added Bryan Ford
355 * doc/Makefile.am (.text): Fixed rule
356 * po/POTFILES.in: Added argp-help.c
357
358 2004-10-04 Bryan Ford <baford@mit.edu>
359
360 * src/tar.c: New option --exclude-caches, to exclude
361 cache directories automatically on archive creation.
362 Cache directories are directories containing a
363 standardized tag file, as specified at:
364 http://www.brynosaurus.com/cachedir/spec.html
365 * src/common.h: New variable exclude_caches_option.
366 * src/create.c: New function check_cache_directory(),
367 called from dump_dir0() if exclude_caches_option is set,
368 to check for a cache directory tag and exclude the directory
369 if such a tag is found.
370 * doc/tar.texi: Updated accordingly.
371
372 2004-09-16 Sergey Poznyakoff <gray@Mirddin.farlep.net>
373
374 * doc/tar.texi: Minor fix
375 * src/tar.c (options): Minor fix
376
377 2004-09-12 Sergey Poznyakoff <gray@Mirddin.farlep.net>
378
379 * TODO: Updated
380 * lib/Makefile.tmpl: Added 'rtapelib.o: localedir.h' dependency
381 * src/common.h: Comment WANT_DIRECTORY_REMOVE_OPTION.
382 * src/extract.c: Normalized use of remove_any_file().
383 * src/misc.c: Likewise.
384 * src/tar.c (parse_opt): Emit warning if -l option is used.
385 (show_default_settings): REMOTE_SHELL may be undefined
386
387 2004-09-07 Sergey Poznyakoff <gray@Mirddin.farlep.net>
388
389 Test suite rewritten in autotest.
390
391 * configure.ac: Updated for autotest
392 * src/tar.c (argp_program_version): Modified.
393 * tests/Makefile.am: Rewritten for autotest.
394
395 * tests/.cvsignore: Updated
396 * tests/append.at: New file
397 * tests/atlocal.in: New file
398 * tests/delete01.at: New file
399 * tests/delete02.at: New file
400 * tests/delete03.at: New file
401 * tests/delete04.at: New file
402 * tests/extrac01.at: New file
403 * tests/extrac02.at: New file
404 * tests/extrac03.at: New file
405 * tests/extrac04.at: New file
406 * tests/extrac05.at: New file
407 * tests/gzip.at: New file
408 * tests/ignfail.at: New file
409 * tests/incremental.at: New file
410 * tests/link01.at: New file
411 * tests/listed01.at: New file
412 * tests/listed02.at: New file
413 * tests/longv7.at: New file
414 * tests/multiv01.at: New file
415 * tests/multiv02.at: New file
416 * tests/multiv03.at: New file
417 * tests/old.at: New file
418 * tests/options.at: New file
419 * tests/recurse.at: New file
420 * tests/same-order01.at: New file
421 * tests/same-order02.at: New file
422 * tests/sparse01.at: New file
423 * tests/testsuite.at: New file
424 * tests/version.at: New file
425 * tests/volume.at: New file
426 * tests/star/gtarfail.at: New file
427 * tests/star/gtarfail2.at: New file
428 * tests/star/multi-fail.at: New file
429 * tests/star/pax-big-10g.at: New file
430 * tests/star/ustar-big-2g.at: New file
431 * tests/star/ustar-big-8g.at: New file
432
433 * tests/preset.in: Removed
434 * tests/before: Removed
435 * tests/after: Removed
436 * tests/version.sh: Removed.
437 * tests/append.sh: Removed.
438 * tests/delete01.sh: Removed.
439 * tests/delete02.sh: Removed.
440 * tests/delete03.sh: Removed.
441 * tests/delete04.sh: Removed.
442 * tests/extrac01.sh: Removed.
443 * tests/extrac02.sh: Removed.
444 * tests/extrac03.sh: Removed.
445 * tests/extrac04.sh: Removed.
446 * tests/extrac05.sh: Removed.
447 * tests/gzip.sh: Removed.
448 * tests/incremen.sh: Removed.
449 * tests/ignfail.sh: Removed.
450 * tests/link01.sh: Removed.
451 * tests/listed01.sh: Removed.
452 * tests/listed02.sh: Removed.
453 * tests/longv7.sh: Removed.
454 * tests/multiv01.sh: Removed.
455 * tests/multiv02.sh: Removed.
456 * tests/multiv03.sh: Removed.
457 * tests/old.sh: Removed.
458 * tests/options.sh: Removed.
459 * tests/same-order01.sh: Removed.
460 * tests/same-order02.sh: Removed.
461 * tests/volume.sh: Removed.
462 * tests/recurse.sh: Removed.
463 * tests/sparse01.sh: Removed.
464 * tests/star/gtarfail.sh: Removed.
465 * tests/star/gtarfail2.sh: Removed.
466 * tests/star/multi-fail.sh: Removed.
467 * tests/star/ustar-big-2g.sh: Removed.
468 * tests/star/ustar-big-8g.sh: Removed.
469 * tests/star/pax-big-10g.sh: Removed.
470
471 2004-09-07 Sergey Poznyakoff <gray@Mirddin.farlep.net>
472
473 * bootstrap: Install genfile.c from paxutils
474 * tests/genfile.c: Removed. Integrated into
475 paxutils.
476 * tests/mksparse.c: Removed. Integrated into
477 (paxutils) genfile.c
478 * tests/Makefile.am: Removed mksparse
479 * tests/sparse01.sh: Use genfile instead of mksparse
480
481 2004-09-06 Sergey Poznyakoff <gray@Mirddin.farlep.net>
482
483 Started merging with cpio into paxutils. Sources before
484 this point are tagged alpha-1_14_90
485
486 * Makefile.am: Updated for use with paxutils
487 * README-alpha: Likewise
488 * bootstrap: Likewise
489 * configure.ac: Likewise
490 * lib/Makefile.tmpl: Likewise
491 * po/POTFILES.in: Likewise
492 * src/Makefile.am: Likewise
493 * src/buffer.c: Likewise
494 * src/common.h: Likewise
495 * src/compare.c: Likewise
496 * src/create.c: Likewise
497 * src/delete.c: Likewise
498 * src/extract.c: Likewise
499 * src/incremen.c: Likewise
500 * src/list.c: Likewise
501 * src/mangle.c: Likewise
502 * src/misc.c: Likewise
503 * src/names.c: Likewise
504 * src/sparse.c: Likewise
505 * src/system.c: Likewise
506 * src/tar.c: Likewise
507 * src/update.c: Likewise
508 * src/utf8.c: Likewise
509 * src/xheader.c: Likewise
510
511 * src/system.h: Removed
512 * src/rmt.c: Removed
513 * src/rmt.h: Removed
514 * src/rtapelib.c: Removed
515
516 2004-09-03 Sergey Poznyakoff <gray@Mirddin.farlep.net>
517
518 * tests/listed02.sh: Do not depend on any particular ordering
519 of output.
520
521 2004-09-02 Sergey Poznyakoff <gray@Mirddin.farlep.net>
522
523 * doc/tar.texi: Document the use of -C option in
524 file lists. Document --seek option.
525 * configure.ac: New option --with-rmt. New configuration variable
526 DEFAULT_RMT_DIR. Removed DEFAULT_RMT_COMMAND.
527 * src/Makefile.am: Install rmt into rmtdir
528 * src/tar.c (usage): Minor fix.
529 * NEWS: Updated.
530 * README: Updated.
531
532 2004-09-01 Sergey Poznyakoff <gray@Mirddin.farlep.net>
533
534 * configure.ac: Raised version number to 1.14.90
535 * src/common.h (is_individual_file): New prototype
536 * src/create.c (dump_file0): Fix bug introduced
537 2004-02-21.
538 * src/names.c (register_individual_file)
539 (is_individual_file): New functions.
540 * tests/listed01.sh: Use genfile instead of dd.
541 * tests/listed02.sh: New file.
542 * tests/Makefile.am: Added listed02.sh
543
544 * NEWS: Updated
545
546 2004-08-31 Sergey Poznyakoff <gray@Mirddin.farlep.net>
547
548 * src/sparse.c (sparse_add_map): Fixed improper initializations
549 of sparse_map_size. We assume that whatever number it contains
550 describes adequately the current size of sparse_map. The only
551 number we need to reset is sparse_map_avail.
552 * src/compare.c (verify_volume): Call set_next_block_after
553 if read_header returns HEADER_FAILURE
554 Destroy and reinitialize content of current_stat_info and
555 extended_header after each iteration (bug reported by
556 John L. Males <jlmales@yahoo.com>).
557 Issue a warning if the created archive contains some members
558 whose file names were stripped off their leading prefixes.
559 This is a temporary fix of the issue reported by Bdale Garbee
560 <bdale@gag.com> (Refs: Debian bug 230064, Message-Id
561 <87n07kyzhi.fsf@rover.gag.com>, Sun, 15 Feb 2004 11:22:17 -0700)
562
563 * src/names.c (removed_prefixes_p): New function.
564
565 * src/buffer.c: When computing write rate do not take
566 into account the time needed to verify the archive(s).
567 The bug reported by John L. Males <jlmales@yahoo.com>
568 (set_start_time,compute_duration): New functions.
569 (print_total_written): Use the result of compute_duration().
570 (close_archive): Call compute_duration.
571 * src/common.h (set_start_time, removed_prefixes_p): New prototypes.
572 * src/list.c (decode_header): Fixed initialization
573 of stat_info->is_sparse
574 * src/tar.c (main): Call set_start_time().
575
576 * src/misc.c (unquote_string): Unquote '\a' and '\v'.
577 Reported by Helmut Waitzmann <helmut.waitzmann@web.de>.
578
579 * NEWS: Updated
580 * THANKS: Updated
581
582 2004-08-30 Sergey Poznyakoff <gray@Mirddin.farlep.net>
583
584 * src/tar.c: Fix copy-n-paste errors in the license
585
586 2004-08-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>
587
588 * scripts/backup.in: Renamed LIBPATH to LIBDIR.
589 Use ROOT_FS with -C option. Do not send mail
590 if ADMINISTRATOR is set to NONE.
591 * scripts/backup.sh.in (test_root): Append / to
592 ROOT_FS if it does not already end in it.
593 * scripts/restore.in: Renamed LIBPATH to LIBDIR.
594 New option -a (--all). Do not start restore unless
595 -a or patterns are given.
596 (restore_fs,restore_files): Fixed use of --listed option.
597 * doc/tar.texi: Updated
598 * NEWS: Updated
599
600 2004-08-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
601
602 * src/tar.c (find_argp_option): Fixed typo
603
604 2004-08-12 Paul Eggert <eggert@cs.ucla.edu>
605
606 Merge argp, getopt, xalloc changes from gnulib.
607 * bootstrap (gnulib_modules): Add xalloc-die.
608 Remove code to test for patches; we don't have patches now.
609 Set LC_ALL=C so that file names sort consistently.
610 Prefer the gnulib copies of gettext.m4, glibc21.m4,
611 lib-ld.m4, lib-prefix.m4, po.m4 too.
612
613 * patches/getopt.diff: Remove; gnulib now works unpatched.
614 * configure.ac (_getopt_long_only_r): Remove check.
615 gl_ARGP now does this for us.
616 * lib/.cvsignore: Add fnmatch.h, getopt_.h, sysexit.h,
617 xalloc-die.c.
618 * src/extract.c: Adjust to changes to gnulib xalloc module.
619 (extr_init): Remove assignment to xalloc_fail_func; no longer needed.
620 (xalloc_die): New function.
621
622 2004-08-10 Sergey Poznyakoff <gray@Mirddin.farlep.net>
623
624 * NEWS: Updated
625
626 * src/buffer.c (flush_write): Limit filenames
627 of the members that straddle multivolume archive
628 boundary to 100 characters.
629 (flush_read): Use strncmp when comparing multivolume member
630 names.
631 * tests/multiv03.sh: New file
632 * tests/Makefile.am: Added multiv03.sh
633
634 2004-08-09 Sergey Poznyakoff <gray@Mirddin.farlep.net>
635
636 * src/list.c (read_and): Call decode_header before
637 calling skip_member()
638 (skip_member): Use is_sparse field to determine if the
639 member is a sparse file.
640
641 * tests/Makefile.am: Added extrac05.sh
642 * tests/extrac05.sh: New file
643 * tests/append.sh: Rearranged leading comments. Added explicit
644 references to report messages wherever available.
645 * tests/delete01.sh: Likewise
646 * tests/delete02.sh: Likewise
647 * tests/delete03.sh: Likewise
648 * tests/delete04.sh: Likewise
649 * tests/extrac01.sh: Likewise
650 * tests/extrac02.sh: Likewise
651 * tests/extrac03.sh: Likewise
652 * tests/extrac04.sh: Likewise
653 * tests/gzip.sh: Likewise
654 * tests/ignfail.sh: Likewise
655 * tests/incremen.sh: Likewise
656 * tests/link01.sh: Likewise
657 * tests/listed01.sh: Likewise
658 * tests/longv7.sh: Likewise
659 * tests/multiv01.sh: Likewise
660 * tests/multiv02.sh: Likewise
661 * tests/old.sh: Likewise
662 * tests/options.sh: Likewise
663 * tests/recurse.sh: Likewise
664 * tests/same-order01.sh: Likewise
665 * tests/same-order02.sh: Likewise
666 * tests/sparse01.sh: Likewise
667 * tests/version.sh: Likewise
668 * tests/volume.sh: Likewise
669
670 2004-08-08 Sergey Poznyakoff <gray@Mirddin.farlep.net>
671
672 * bootstrap: Extended --update-po option to take an
673 optional argument specifying the po file to update.
674 * src/create.c: Improved compatibility with 1.13.25
675 * tests/link01.sh: New file.
676 * tests/Makefile.am: Added link01.sh
677
678 2004-08-06 Paul Eggert <eggert@cs.ucla.edu>
679
680 Merge from gnulib.
681
682 * patches/argp.diff: Remove; no longer needed.
683
684 * lib/.cvsignore: Add stat-macros.h.
685 Remove addext.c, malloc.c, realloc.c.
686
687 * src/extract.c: Include <getcwd.h>.
688 (extract_archive): Rewrite with new macro IS_ABSOLUTE_FILE_NAME.
689 * src/extract.c (make_directories):
690 FILESYSTEM_PREFIX_LEN -> FILE_SYSTEM_PREFIX_LEN.
691 * src/misc.c (must_be_dot_or_slash): Likewise.
692 * src/names.c (excluded_name, safer_name_suffix, stripped_prefix_len):
693 Likewise.
694 * src/tar.c (parse_opt): Likewise.
695 * src/incremen.c (purge_directory): Fix format buffer typos in warning
696 strings.
697 * src/tar.c (options): Add missing initializers to pacify gcc.
698 (decode_options): Remove unused var.
699
700 2004-08-02 Paul Eggert <eggert@cs.ucla.edu>
701
702 * bootstrap (gnulib_modules): Add getpagesize.
703 * configure.ac (valloc): Remove check; valloc no longer used.
704 * lib/.cvsignore: Add getpagesize.h.
705 * m4/.cvsignore: Add getpagesize.m4.
706 * src/buffer.c (record_buffer): New var.
707 (open_archive): Don't use valloc; on older or buggy hosts, you can't
708 free the result. Use page_aligned_alloc instead.
709 * src/compare.c (diff_init): Likewise.
710 * src/buffer.c (open_archive): Record the pointer to be freed
711 into record_buffer.
712 (close_archive): Free record_buffer.
713 * src/common.h (page_aligned_alloc): New decl.
714 * src/misc.c (quote_n, quote): Remove these redundant functions.
715 (ptr_align): New function, from coreutils/src/system.h.
716 (page_aligned_alloc): New function.
717 * src/system.h (valloc): Remove.
718
719 2004-07-09 Paul Eggert <eggert@cs.ucla.edu>
720
721 * src/extract.c (extract_archive): Do not report an error
722 when hard-linking X to X when X exists. Problem reported by
723 Toby Peterson.
724 * lib/.cvsignore: Add fchown-stub.c.
725
726 2004-06-29 Sergey Poznyakoff <gray@Mirddin.farlep.net>
727
728 * NEWS: Updated
729 * src/common.h (root_device): New global.
730 (gnu_restore): Renamed to purge_directory().
731 * src/extract.c (extr_init): Save the device number
732 of the root device.
733 (extract_archive): Renamed gnu_restore() to purge_directory().
734 * src/incremen.c (gnu_restore): Renamed to purge_directory().
735 Do not attempt to purge the directory if it is on a different
736 device and one_file_system_option is set.
737
738 2004-06-25 Sergey Poznyakoff <gray@Mirddin.farlep.net>
739
740 * doc/tar.texi: The actual default for exclude patterns
741 is --no-anchored. Fixed.
742 * src/tar.c (options): Likewise.
743 Thanks "Felix Natter" <felix.natter@ldc.de> for noticing.
744
745 2004-06-22 Sergey Poznyakoff <gray@Mirddin.farlep.net>
746
747 * doc/tar.texi: Fixed several inconsistencies.
748 * src/tar.c: Fixed docstring for --checkpoint option.
749
750 2004-05-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>
751
752 * src/buffer.c (seek_archive): New function
753 * src/common.h (seek_archive): New function
754 (seekable_archive): New global.
755 * src/list.c (skip_file): Use seek_archive() if
756 possible.
757 * src/tar.c (struct fmttab): Accept 'pax' as alias
758 for 'posix'
759 (options): New option -n (--seek).
760 * src/update.c: Determine type of the archive before
761 appending to it.
762
763 * TODO: Updated.
764
765 2004-05-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>
766
767 * bootstrap: New option --update-po
768 * src/tar.c: New option -H (short alias to --format)
769 * doc/tar.texi: Document -H option
770 * src/names.c (safer_name_suffix): Fixed bug introduced
771 2004-05-11.
772
773 2004-05-16 Sergey Poznyakoff <gray@Mirddin.farlep.net>
774
775 * bootstrap: Apply patches from patch subdirectory
776 * patches: New dir
777 * patches/argp.diff: New file
778 * patches/getopt.diff: New file
779 * configure.ac: Check for _getopt_long_only_r and
780 force using included version of getopt if the function
781 is not available.
782 * src/tar.c: Use argp for command line parsing.
783 * src/system.h: Minor formatting fix
784 * m4/.cvsignore: Updated
785 * lib/.cvsignore: Updated
786 * doc/tar.texi: Minor fix.
787 * src/extract.c: Fix improper use of 'path' term
788 * src/incremen.c: Likewise
789 * src/list.c: Likewise
790 * src/misc.c: Likewise
791 * src/names.c: Likewise
792 * src/rmt.h: Likewise
793 * src/rtapelib.c: Likewise
794 * src/update.c: Likewise
795 * src/xheader.c: Likewise
796 * tests/star/README: Minor fix
797
798 2004-05-13 Sergey Poznyakoff <gray@Mirddin.farlep.net>
799
800 * configure.ac: Raised version number to 1.14.1
801 * src/tar.c: Renamed --strip-path to --strip-components
802 Changed improper use of _() to ngettext().
803 * src/extract.c: Renamed strip_path_option to strip_components_option
804 * src/common.h: Likewise.
805 * NEWS: Updated.
806 * doc/tar.texi: Updated
807
808 2004-05-11 Sergey Poznyakoff <gray@Mirddin.farlep.net>
809
810 * src/system.c (sys_child_open_for_uncompress): Do not
811 set read_full_records_option: the compressed archive is
812 likely not to contain integer number of records. Should
813 the user wish to use reblocking, he may always give tar
814 -B option. This is a minor improvement over the change
815 dated 2004-03-22.
816 * src/buffer.c (open_archive): Removed assignment to
817 read_full_records_option.
818
819 * src/names.c (safer_name_suffix): (safer_name_suffix): Use "%s"
820 as the format argument, rather than a possibly-translated variable
821 string. Patch provided by Jim Meyering <jim@meyering.net>
822 * src/tar.c (decode_options): Fixed typo in the comment.
823 * tests/star/README: Minor correction
824
825 2004-05-11 Sergey Poznyakoff <gray@Mirddin.farlep.net>
826
827 * directory: New file. GNU directory entry for tar.
828 * doc/Makefile.am: Rewritten. Added rules for generating
829 documentation for the project's website.
830 * doc/.cvsignore: Updated
831 * doc/index.html.in: New file.
832
833 2004-05-11 Sergey Poznyakoff <gray@Mirddin.farlep.net>
834
835 * configure.ac: Raised version number to 1.14
836 * NEWS: Updated.
837 * tests/after: Added copyleft statement
838 * tests/before: Added copyleft statemente
839 * tests/preset.in: Added copyleft statement
840
841 Tar 1.14 is released. Sources up to this point are tagged
842 release_1_14
843
844 2004-05-10 Sergey Poznyakoff <gray@Mirddin.farlep.net>
845
846 * configure.ac: Fixed prerequisite headers for sys/buf.h
847 (needed on FreeBSD)
848 * src/system.h: Likewise.
849 * tests/after (compare): Fixed argument quoting under eval
850 * tests/before: Quote TAR_ARCHIVE_FORMATS
851
852 2004-05-10 Sergey Poznyakoff <gray@Mirddin.farlep.net>
853
854 * NEWS: Updated
855 * README: Updated
856 * PORTS: Updated
857 * configure.ac: Call gl_AC_TYPE_INTMAX_T. Document
858 DEFAULT_.* variables. Use DEFAULT_RMT_COMMAND to set
859 the pathname of the rmt utility.
860 New option --enable-backup-scripts.
861 * doc/tar.texi: Updated
862 * scripts/Makefile.am: Install the scripts only if requested
863 by the configure.
864 * scripts/backup.in: Fixed --version output.
865 Fixed initialization of the listing files and printing
866 the time of the last previous level dump.
867 * scripts/restore.in: Fixed --version output.
868 * src/Makefile.am (localedir.h rule): Generate correct
869 DEFAULT_RMT_COMMAND variable.
870 * src/common.h (rmt_command_option): New variable.
871 * src/list.c (read_and): Print block number before
872 issuing 'Skipping to next header' diagnostics, if
873 requested by block_number_option.
874 * src/rtapelib.c: Use rmt_command_option instead of
875 hardcoded "/etc/rmt".
876 * src/tar.c: New option --rmt-command.
877 (decode_options): Handle --rmt-command. Initialize
878 rmt_command_option to DEFAULT_RMT_COMMAND.
879
880 2004-05-09 Sergey Poznyakoff <gray@Mirddin.farlep.net>
881
882 * doc/tar.texi: Further update.
883
884 2004-05-08 Sergey Poznyakoff <gray@Mirddin.farlep.net>
885
886 * configure.ac: Minor fix
887 * scripts/Makefile.am: Updated
888 * scripts/backup-specs: Updated
889 * scripts/backup.in: Minor fixes
890 * scripts/backup.sh: Removed
891 * scripts/backup.sh.in: New file. Source for backup.sh
892 * scripts/restore.in: New file
893 * scripts/.cvsignore: Updated
894 * scripts/WARNING: Removed
895 * doc/tar.texi: Updated
896 * NEWS: Updated
897
898 2004-05-07 Sergey Poznyakoff <gray@Mirddin.farlep.net>
899
900 * src/names.c (name_gather): Bugfix: Honor single -C with
901 --same-order.
902 * tests/same-order01.sh: New file
903 * tests/same-order02.sh: New file
904 * tests/Makefile.am: Updated
905
906 * tests/append.sh: Added copyleft header
907 * tests/delete01.sh: Likewise
908 * tests/delete02.sh: Likewise
909 * tests/delete04.sh: Likewise
910 * tests/extrac01.sh: Likewise
911 * tests/extrac02.sh: Likewise
912 * tests/extrac03.sh: Likewise
913 * tests/extrac04.sh: Likewise
914 * tests/gzip.sh: Likewise
915 * tests/ignfail.sh: Likewise
916 * tests/incremen.sh: Likewise
917 * tests/multiv01.sh: Likewise
918 * tests/old.sh: Likewise
919 * tests/options.sh: Likewise
920 * tests/recurse.sh: Likewise
921 * tests/version.sh: Likewise
922 * tests/volume.sh: Likewise
923 * tests/star/gtarfail.sh: Likewise
924 * tests/star/gtarfail2.sh: Likewise
925 * tests/star/multi-fail.sh: Likewise
926 * tests/star/pax-big-10g.sh: Likewise
927 * tests/star/qucktest.sh: Likewise
928 * tests/star/ustar-big-2g.sh: Likewise
929 * tests/star/ustar-big-8g.sh: Likewise
930
931 * doc/.cvsignore: Updated
932
933 2004-05-06 Sergey Poznyakoff <gray@Mirddin.farlep.net>
934
935 * configure.ac: Check whether date accepts +format argument
936 (for backup scripts).
937 * scripts/level-0: Removed
938 * scripts/level-1: Removed
939 * scripts/weekly.new: Removed
940 * scripts/dump-remind: Removed
941 * scripts/backup.in: New file
942 * scripts/backup.sh: New file
943 * scripts/dump-remind.in: New file
944 * scripts/backup-specs: Updated
945 * scripts/Makefile.am: Updated for new directory contents.
946 * scripts/.cvsignore: Updated
947
948 2004-05-05 Sergey Poznyakoff <gray@Mirddin.farlep.net>
949
950 * TODO: Updated
951 * doc/tar.texi: Updated
952 * src/tar.c: --utc implies -vv
953
954 2004-04-28 Sergey Poznyakoff <gray@Mirddin.farlep.net>
955
956 * src/utf8.c: Make sure ICONV_CONST is defined. AM_ICONV
957 does not define it if it fails to find iconv.h.
958
959 2004-04-26 Sergey Poznyakoff <gray@Mirddin.farlep.net>
960
961 * bootstrap: Use gnulib-tool to generate lib/Makefile.am
962 and parts of configure.ac
963 * configure.ac: Invoke tar_GNULIB to configure gnulib stuff.
964 * lib/Makefile.am: Removed
965 * lib/Makefile.tmpl: New file.
966 * lib/.cvsignore: Updated
967 * m4/.cvsignore: Updated
968 * src/xheader.c: Include stpcpy.h
969
970 * src/create.c: Produce an error, not warning, if the
971 filename is too long.
972 * tests/longv7.sh: Synchronized with the recent changes.
973
974 2004-04-20 Sergey Poznyakoff <gray@Mirddin.farlep.net>
975
976 * configure.ac: Fixed test for iconv_t
977 * src/rmt.h: Bugfix by Jürgen Weigert
978 * THANKS: Add Jürgen Weigert
979 * tests/star/README: Fixed typo
980
981 2004-04-04 Paul Eggert <eggert@twinsun.com>
982
983 Merge getdate documentation changes from coreutils.
984
985 * doc/getdate.texi: Update from coreutils CVS.
986 * doc/tar.texi: Fix getdate menu to match getdate.texi's.
987
988 Merge recent gnulib changes, and remove some lint.
989
990 Improve support for nanosecond-resolution time stamps.
991 * bootstrap: Add gettime, timespec modules.
992 * configure.ac (gl_GETTIME, gl_TIMESPEC): Add.
993 * lib/.cvsignore (getopt_int.h, gettime.c, gettimeofday.c,
994 timespec.h): Add.
995 * lib/Makefile.am (libtar_a_SOURCES): Add gettime.c, timespec.h.
996 * m4/.cvsignore: Add clock_time.m4, gettime.m4, gettimeofday.m4,
997 st_mtim.m4, timespec.m4. Remove malloc.m4, realloc.m4.
998 * src/common.h (newer_mtime_option): Now a struct timespec, not
999 time_t. All uses changed.
1000 (NEWER_OPTION_INITIALIZED, OLDER_STAT_MTIME): New macros.
1001 * src/create.c (dump_file0): Use OLDER_STAT_TIME to compare times.
1002 * src/incremen.c (scan_path): Likewise.
1003 * src/list.c (read_and): Likewise.
1004 * src/list.c (read_and): Use NEWER_OPTION_INITIALIZED to decide
1005 whether newer_mtime_option is initialized.
1006 * src/tar.c (decode_options): Likewise.
1007 * src/tar.c (decode_options): Adjust to new signature for get_date.
1008
1009 * src/buffer.c (short_read, flush_read): Use size_t, not ssize_t, for
1010 result of safe_read, full_write, and similar functions.
1011 Detect safe_read error by comparing to SAFE_READ_ERROR;
1012 detect full_write error by comparing to 0.
1013 All uses changed.
1014 * src/common.h (write_error_details, sys_write_archive_buffer):
1015 Likewise.
1016 * src/misc.c (write_error_details): Likewise.
1017 * src/rmt.c (main): Likewise.
1018 * src/rmt.h (rmt_read__, rmt_write__): Likewise.
1019 * src/rtapelib.c (rmt_read__, rmt_write__, rmt_ioctl__): Likewise.
1020 * src/sparse.c (sparse_scan_file, sparse_dump_region,
1021 check_sparse_region, check_data_region): Likewise.
1022 * src/system.c (sys_write_archive_buffer, sys_drain_input_pipe,
1023 sys_child_open_for_compress, sys_child_open_for_uncompress): Likewise.
1024 * src/update.c (append_file): Likewise.
1025
1026 * src/buffer.c (clear_read_error_count): Use explicit (void)
1027 to indicate a function with no arguments.
1028 * src/create.c (check_links): Likewise.
1029 * src/system.c (sys_get_archive_stat, sys_save_archive_dev_ino,
1030 sys_detect_dev_null_output, sys_drain_input_pipe, sys_spawn_shell,
1031 sys_reset_uid_gid, sys_get_archive_stat, sys_save_archive_dev_ino,
1032 sys_detect_dev_null_output, sys_drain_input_pipe, sys_spawn_shell):
1033 Likewise.
1034 * src/utf8.c (get_input_charset): Likewise.
1035 * src/xheader.c (xheader_ghdr_name, xheader_write_global,
1036 xheader_decode_global, extended_header_init): Likewise.
1037 * tests/mksparse.c (usage): Likewise.
1038
1039 * src/buffer.c (new_volume): Rename local variables to avoid
1040 shadowing warnings.
1041 * src/common.h (file_dumpable_p, sys_stat_nanoseconds,
1042 sparse_file_p, sparse_member_p, sparse_fixup_header,
1043 sparse_dump_file, sparce_extract_file, sparse_skip_file,
1044 sparse_diff_file): Likewise.
1045 * src/compare.c (diff_archive): Likewise.
1046 * src/create.c (file_dumpable_p, dump_regular_file, dump_dir0,
1047 dump_dir, dump_hard_link, file_count_links, dump_file0, dump_file):
1048 Likewise.
1049 * src/extract.c (repair_delayed_set_stat): Likewise.
1050 * src/misc.c (maybe_backup_file, add_hierarchy_to_namelist):
1051 Likewise.
1052 * src/sparse.c (struct tar_sparse_optab, tar_sparse_dump_region,
1053 tar_sparse_extract_region, sparse_dump_region, sparse_extract_region,
1054 sparse_dump_file, sparse_file_p, sparse_member_p,
1055 sparse_fixup_header, sparse_extract_file, sparse_skip_file,
1056 check_data_region, sparse_diff_file): Likewise.
1057 * src/system.c (sys_stat_nanoseconds): Likewise.
1058 * src/xheader.c (xheader_format_name): Likewise.
1059
1060 * src/common.h (enum old_files): Remove comma before }; not portable.
1061
1062 * src/common.h (read_fatal_details): Add __attribute__ ((noreturn)).
1063 * src/rmt.c (usage): Likewise.
1064 * src/xheader.c (xheader_set_single_keyword): Likewise.
1065 * tests/genfile.c (usage): Likewise.
1066 * tests/mksparse.c (die, usage): Likewise. Also add printf attribute
1067 to die.
1068
1069 * src/common.h (gname_to_gid, uname_to_uid): Add const to avoid
1070 some gcc warnings.
1071 * src/names.c (uname_to_uid, gname_to_gid): Likewise.
1072 * src/utf8.c (struct langtab.lang, struct langtab.terr, struct
1073 langtab.charset, charset_lookup): Likewise.
1074
1075 * src/common.h (name_init): Remove unused args. All callers changed.
1076 * src/names.c (name_init): Likewise.
1077
1078 * src/common.h (usage, xheader_write, xheader_write_global,
1079 sys_reset_uid_gid): New decls.
1080
1081 * src/compare.c (report_difference, process_noop): Add
1082 __attribute__ ((unused)) for unused attributes.
1083 * src/sparse.c (oldgnu_sparse_member_p, star_sparse_member_p):
1084 Likewise.
1085 * src/xheader.c (dummy_coder, dummy_decoder, atime_coder,
1086 gid_coder, gname_coder, linkpath_coder, ctime_coder, mtime_coder,
1087 path_coder, size_coder, uid_coder, uname_coder,
1088 sparse_numblocks_coder): Likewise.
1089
1090 * src/create.c (dump_regular_finish, dump_dir0, dump_dir,
1091 dump_file0): Now static.
1092 * src/utf8.c (charset_lookup): Likewise.
1093 * src/xheader.c (xheader_protected_pattern_p,
1094 xheader_protected_keyword_p, xheader_set_single_keyword,
1095 xheader_keyword_deleted_p, xheader_keyword_override_p,
1096 xheader_list_append, xheader_list_destroy, xheader_set_keyword_equal):
1097 Likewise.
1098 * tests/genfile.c (usage): Likewise.
1099 * tests/mksparse.c (die, mkhole, mksparse, usage, xlat_suffix):
1100 Likewise.
1101
1102 * src/create.c (hash_link): Rewrite to avoid cast.
1103
1104 * src/extract.c (file_newer_p): Use parameter, not global var.
1105 * src/misc.c (write_error_details): Likewise.
1106
1107 * src/extract.c (prepare_to_extract): Remove directory arg; not
1108 used. All callers changed.
1109
1110 * src/misc.c (close_fatal): Remove; not used.
1111 * src/system.c (sys_utimes): Likewise.
1112
1113 * src/rmt.c (get_string): Avoid buffer overrun (off by 1 error).
1114
1115 * src/rmt.c (main): Update copyright date to 2004.
1116 * src/tar.c (decode_options): Likewise.
1117
1118 * src/rtapelib.c (get_status_string): Don't lose errno when
1119 skipping the error messages.
1120 (get_status): Report an error if atol returns a negative number.
1121
1122 * src/utf8.c (struct langtab, langtab, charset_lookup,
1123 get_input_charset) [!defined HAVE_LIBCONV]: Omit unused
1124 definitions.
1125 (iconv_open, iconv, iconv_close) [!defined HAVE_LIBCONV]:
1126 Use macros, not definitions, to avoid type clashes with system
1127 headers.
1128 (charset_lookup): Local var is now auto, not static.
1129 (utf8_convert): Use ICONV_CONST instead of const, to avoid
1130 type clashes.
1131
1132 * src/utf8.c (langtab): Initialize all elements of struct, to
1133 avoid gcc warning.
1134 * src/xheader.c (xhdr_tab): Likewise.
1135
1136 * src/xheader.c: Include fnmatch.h, since we use fnmatch.
1137
1138 * tests/mksparse.c (mkhole): Fix typo: bool was assigned to off_t.
1139
1140 2004-04-04 Sergey Poznyakoff <gray@Noldor.runasimi.org>
1141
1142 * NEWS: Updated
1143 * configure.ac: Raised version number to 1.13.94
1144 * src/system.h: Protect inclusion of <sys/time.h>
1145 by ifdef.
1146 Declare time() if HAVE_DECL_TIME is 0
1147 * tests/.cvsignore: Added mksparse
1148
1149 * tests/sparse01.sh: New file
1150 * tests/multiv02.sh: New file
1151 * tests/Makefile.am: Add sparse01.sh and multiv02.sh
1152 * tests/longv7.sh: Added missing call to 'after'
1153
1154 * src/common.h: Added missing prototypes
1155 * src/compare.c (diff_archive): Use is_sparse member
1156 instead of GNUTYPE_SPARSE.
1157 * src/create.c: Removed unused variables
1158 * src/extract.c (extract_archive): Use sparse_member_p instead
1159 of GNUTYPE_SPARSE.
1160 Removed unused variables
1161 * src/list.c (decode_header): Use sparse_fixup_header to correct
1162 the st_size value.
1163 (print_header): Do not rely on GNUTYPE_SPARSE type.
1164 Use st->stat.st_size to print real file size.
1165 (skip_member): Assign stat_info.file_name to save_name. This fixes
1166 bug reported by Mads Martin Joergensen <mmj@suse.de>
1167 Use sparse_skip_file() to skip sparse members.
1168 * src/rtapelib.c: include "common.h"
1169 * src/sparse.c (struct tar_sparse_optab.sparse_member_p)
1170 (struct tar_sparse_optab.fixup_header): New member
1171 (tar_sparse_member_p): New function.
1172 (tar_sparse_init): Return true if decode_header is not provided
1173 (tar_sparse_fixup_header)
1174 (sparse_member_p,sparse_fixup_header)
1175 (sparse_skip_file)
1176 (oldgnu_sparse_member_p,oldgnu_fixup_header,star_sparse_member_p)
1177 (star_fixup_header, pax_sparse_member_p): New function
1178 (pax_decode_header): Remove
1179 * src/system.h: Include <sys/time.h> and <utime.h> when available
1180 * src/tar.c (usage): Prototype moved to common.h
1181 * src/tar.h (struct tar_stat_info.is_sparse): New member
1182 * src/utf8.c (utf8_convert): Changed prototype
1183 (get_input_charset): Removed unused variable
1184 * src/xheader.c: include <fnmatch.h>
1185 (size_decoder): Assign to both st->archive_file_size and
1186 st->stat.st_size.
1187 (st->stat.st_size): Assign to st->stat.st_size
1188 (sparse_numbytes_decoder): Removed unused variable
1189 * src/.cvsignore: Added .gdbinit
1190 * THANKS: Added Mads Martin Joergensen
1191
1192 2004-03-26 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1193
1194 * src/create.c (write_long_name): Do not allow more than
1195 NAME_FIELD_SIZE-1 characters in a file name for V7 format
1196 archives.
1197 * tests/longv7.sh: New file.
1198 * tests/Makefile.am: Add longv7.sh
1199
1200 2004-03-22 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1201
1202 * src/buffer.c (open_archive): Clear read_full_records_option
1203 if reading from a pipe.
1204 (short_read): Display warning about the deduced record size
1205 if version > 1
1206 * tests/star/pax-big-10g.sh: Updated to match the above changes.
1207 * tests/star/ustar-big-2g.sh: Likewise.
1208 * tests/star/ustar-big-8g.sh: Likewise.
1209
1210 * configure.ac: Added gl_FUNC_STRTOULL
1211 * src/create.c (start_header): Check for GNU_FORMAT
1212 if incremental_option is set.
1213 * src/xheader.c (to_decimal): New function.
1214 (xheader_format_name): Use to_decimal() instead of snprintf.
1215 * tests/listed01.sh: Use genfile instead of dd
1216 * tests/multiv01.sh: Likewise.
1217
1218 2004-03-12 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1219
1220 * src/list.c (read_and): Stop processing the archive after
1221 encountering a single zero record. Many old archives contain
1222 arbitrary garbage after it.
1223 The warning is issued anyway.
1224
1225 2004-03-02 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1226
1227 * src/rtapelib.c (rmt_lseek__,rmt_ioctl__): Bugfix. The
1228 conversion buffer was not null terminated. Fix provided
1229 by Leland Lucius <llucius@tiny.net>
1230 * THANKS: Added Leland Lucius
1231 * src/utf8.c (utf8_convert): Indentation fix.
1232
1233 2004-02-29 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1234
1235 * src/buffer.c (flush_read): Bugfix: the
1236 condition at line 714 included
1237
1238 || (status > 0 && !read_full_records_option)
1239
1240 which is grossly wrong, since even if new_volume() below succeeds,
1241 the subsequent call to rmtread will overwrite the chunk of data
1242 already read in the buffer and thus spoil everything.
1243 * src/system.c (sys_child_open_for_uncompress): Minor stylistic
1244 fix.
1245 * tests/star/multi-fail.sh: New test.
1246 * tests/Makefile.am: Added multi-fail.sh
1247 * tests/star/README: Updated
1248
1249 2004-02-29 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1250
1251 * NEWS: Updated
1252 * configure.ac: Removed spurious AC_CHECK_LIB(iconv)
1253 * src/common.h (utc_option): new global
1254 (enum old_files.KEEP_NEWER_FILES): New element
1255 * src/extract.c: Handle --keep-newer-files option
1256 * src/list.c (tartime): Print UTC if --utc was given.
1257 * src/tar.c: New options: --utc and keep-newer-files
1258
1259 * tests/Makefile.am: Added new tests
1260 * tests/after: Rewritten
1261 * tests/before: Rewritten
1262 * tests/preset.in: Rewritten
1263 * tests/delete03.sh: Accomodate for the new testsuite logic
1264 * tests/gzip.sh: Likewise
1265 * tests/incremen.sh: Likewise
1266 * tests/listed01.sh: Likewise
1267 * tests/multiv01.sh: Likewise
1268 * tests/old.sh: Likewise
1269 * tests/options.sh: Likewise
1270 * tests/version.sh: Likewise
1271 * tests/volume.sh: Likewise
1272
1273 * tests/star: New directory
1274 * tests/star/README: New file
1275 * tests/star/gtarfail.sh: New file
1276 * tests/star/gtarfail2.sh: New file
1277 * tests/star/pax-big-10g.sh: New file
1278 * tests/star/qucktest.sh: New file
1279 * tests/star/ustar-big-2g.sh: New file
1280 * tests/star/ustar-big-8g.sh: New file
1281
1282 2004-02-26 Paul Eggert <eggert@twinsun.com>
1283
1284 * doc/tar.texi (dircategory Individual utilities): Append period,
1285 as suggested by Karl Berry.
1286
1287 2004-02-24 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1288
1289 * src/list.c (decode_header): Call xheader_decode before
1290 the assignment to current_stat_info.archive_file_size.
1291
1292 2004-02-23 Paul Eggert <eggert@twinsun.com>
1293
1294 * configure.ac: Invoke AM_ICONV, to define ICONV_CONST if needed.
1295
1296 2004-02-23 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1297
1298 1.13.93 released.
1299
1300 * NEWS: Updated
1301 * tests/before: Move testing of the prerequisite archive formats
1302 to the separate function 'prereq'. Do not expect any arguments
1303 * tests/delete03.sh: Use prereq() instead of passing arguments
1304 to 'before'.
1305 * tests/incremen.sh: Likewise.
1306 * tests/listed01.sh: Likewise.
1307 * tests/multiv01.sh: Likewise.
1308
1309 2004-02-22 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1310
1311 Added UTF-8 support. Finished global extended header
1312 support.
1313
1314 * NEWS: Minor fix
1315 * configure.ac: Detect libiconv
1316 * src/utf8.c: New file. Conversions to and from utf-8.
1317 * src/Makefile.am: Added utf8.c
1318 * src/create.c (write_header_name) In pax format, use
1319 "path" keyword if the file name is not ASCII
1320 (start_header): Likewise for uname and gname.
1321 * src/list.c: Decode encountered global headers.
1322 * src/xheader.c: Use keywords from the global
1323 headers.
1324 Correctly handle UTF-8 conversions.
1325 (xheader_list_destroy): New function.
1326 (xheader_set_single_keyword,xheader_set_keyword_equal): Added
1327 missing gettext markers
1328 (decode_record): Rewritten using caller-provided handler and
1329 data closure.
1330 * tests/listed01.sh: Give credit to Andreas Schuldei.
1331
1332 2004-02-21 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1333
1334 * src/create.c (dump_file0): The conditional at line
1335 1296 prevented incremental backups on individual files
1336 from working, as reported by Andreas Schuldei
1337 <andreas@schuldei.org>.
1338
1339 This is due to the condition
1340
1341 (0 < top_level || !incremental_option)
1342
1343 Removing it makes incremental backups work for individual
1344 files as well as for directories. On the other hand, it does
1345 not affect other functionality, as shown by the reasoning below:
1346
1347 To begin with, the two parts of this condition are mutually
1348 superfluous, because
1349
1350 1) when top_level < 0, incremental_option == 1
1351 so the condition yields false
1352 2) when top_level >= 0, incremental_option == 0
1353 so the condition yields true.
1354
1355 In other words, it is completely equivalent to
1356
1357 (!incremental_option)
1358
1359 Now, let's consider the effect of its removal. There are two cases:
1360
1361 1) when incremental_option==1
1362 This means incremental backup in progress. In this case dump_file
1363 is invoked only for directories or for files marked with 'Y' by
1364 get_directory_contents. The latter are those that did not meet the
1365 condition in incremen.c:242, which is exactly the same condition
1366 as this at create.c:1296. So, for these files the check
1367 (!incremental_option) is useless, since the rest of the
1368 conditional will yield false anyway. On the other hand, if
1369 dump_file is invoked on a directory, the conditional will yield
1370 false due to !S_ISDIR assertion, so these will be processed as usual.
1371
1372 Thus, for this case the extra condition (!incremental_option) is
1373 irrelevant, and its removal won't alter the behavior of tar,
1374 *except* that it will enable incremental backups on individual
1375 files, which is the wanted effect.
1376
1377 2) when incremental_option==0
1378 In this case the condition yields true and its removal does not
1379 affect the functionality.
1380
1381 * THANKS: Updated
1382 * configure.ac: Raised patchlevel to 93
1383 * src/incremen.c: Minor stylistic fixes.
1384 * tests/listed01.sh: New test. Check listed incremental
1385 backups on individual files.
1386 * tests/Makefile.am: Added listed01.sh
1387
1388 2004-02-20 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1389
1390 * src/common.h (simple_finish_header,start_private_header): New
1391 declarations
1392 (xheader_ghdr_name): Changed declaration
1393 * src/create.c (start_private_header): Removed static qualifier.
1394 (write_extended): Removed superfluous last argument. Use
1395 xheader_write()
1396 (simple_finish_header): New function.
1397 (finish_header): Use simple_finish_header() to break recursive
1398 dependency between this function and write_extended().
1399 * src/tar.c (assert_format): Do not bail out if several
1400 --format arguments are given. This is a common case when
1401 TAR_OPTIONS are used.
1402 (decode_options): New option --show-defaults displays the
1403 compiled-in defaults.
1404 Use POSIX format if no --format option was given and
1405 --pax-option was specified.
1406 Do not allow to use --pax-option unless the archive format is
1407 set to POSIX (or reading subcommand is requested).
1408
1409 * src/update.c (update_archive): Write global extended header if
1410 constructed.
1411 * src/xheader.c (xheader_format_name): Bugfix.
1412 (xheader_xhdr_name): Changed the default extended header name
1413 to '%d/PaxHeaders.%p/%f', as POSIX requires.
1414 (xheader_ghdr_name): Removed unused argument.
1415 (xheader_write,xheader_write_global): New function.
1416 (xheader_decode): Modified to honor overrides whatever
1417 the current archive format is.
1418
1419 * src/delete.c (delete_archive_members): Call xheader_decode
1420 unconditionally.
1421 * src/list.c (decode_header): Likewise.
1422 * src/incremen.c (sort_obstack): Fixed typo in the comment
1423
1424 * doc/tar.texi: Document new default for extended
1425 header names.
1426
1427 * tests/before: Accept an optional list of allowed archive
1428 formats. Exit with the status 77 if the current archive
1429 format does not match any of them.
1430 * tests/delete03.sh: Require gnu, oldgnu or posix format
1431 * tests/incremen.sh: Require gnu or oldgnu format
1432 * tests/multiv01.sh: Likewise
1433
1434 2004-02-20 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1435
1436 * doc/tar.texi (Option Summary): Documented --pax-option
1437 * src/tar.c: Likewise.
1438 * NEWS: Likewise.
1439 * src/create.c (to_chars): Added a comment.
1440 * src/tar.h: Comment to GNU_FORMAT
1441
1442 2004-02-18 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1443
1444 * README: Updated
1445 * configure.ac: Added stpcpy
1446 * bootstrap: Likewise
1447 * lib/Makefile.am: Likewise
1448 * src/common.h (xheader_xhdr_name,xheader_ghdr_name): New
1449 functions
1450 * src/create.c (write_extended): Call xheader_xhdr_name
1451 instead of using hardcoded "././@PaxHeader" name.
1452 * src/tar.c: New option --pax-option (equivalent to -o option
1453 of pax).
1454 * src/xheader.c: Implement pax -o option. Fixed misleading
1455 heading comment (introduced 2003-09-02).
1456 * src/incremen.c: Minor fixes
1457 * m4/.cvsignore: Updated
1458
1459 2004-02-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1460
1461 * src/incremen.c: Removed accumulator stuff in favor of obstack.
1462 (get_directory_contents): Split into two functions
1463 * src/update.c: Minor changes
1464 * doc/tar.texi: Fixed typo
1465
1466 2004-02-15 Paul Eggert <eggert@twinsun.com>
1467
1468 Fix Debian bug 230872, originally reported by Jeff King in
1469 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=230872>.
1470
1471 * doc/tar.texi (posix compliance): Remove. The whole section
1472 was a misunderstanding of what POSIXLY_CORRECT is supposed to
1473 mean. The GNU Coding Standards says that POSIXLY_CORRECT
1474 is for disabling extensions that are incompatible with POSIX:
1475 it is not for disabling compatible extensions. All references
1476 to this section removed.
1477 (posix): This format is created only if the posix format is
1478 specified; it is no longer created if gnu format is specified
1479 and POSIXLY_CORRECT is set.
1480 * src/tar.c (decode_options): Ignore POSIXLY_CORRECT.
1481 POSIX does not specify the behavior of tar, so we should
1482 not worry about POSIXLY_CORRECT here.
1483
1484 2004-01-21 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1485
1486 * Makefile.am: Removed m4
1487 * configure.ac: Require automake-1.8/autoconf-2.59. Removed
1488 m4/Makefile.
1489 * README-alpha: Updated
1490 * bootstrap: Updated TP URL, improved help output. Default
1491 to :ext:anoncvs and set CVS_RSH, unless already set.
1492 * m4/Makefile.am: Removed
1493
1494 2004-01-21 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1495
1496 * bootstrap: Bugfix by Marco Gerards <metgerards@student.han.nl>:
1497 Use $option instead of $1 so all options will be parsed.
1498
1499 2004-01-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1500
1501 Started rewriting buffer.c ...
1502
1503 * bootstrap: New option --no-po
1504 * src/buffer.c (new_volume,check_label_pattern): Changed return type.
1505 (time_to_start_writing): Changed data type
1506 (file_to_switch_to): Removed. Variable never assigned to.
1507 (open_archive) Moved option compatibility checks to tar.c
1508 Other minor changes.
1509 * src/common.h (maybe_backup_file): Changed return type
1510 * src/misc.c: Likewise.
1511 * src/create.c: Updated invocations of safer_name_suffix
1512 * src/extract.c: Likewise
1513 * src/delete.c: Updated assignment to write_archive_to_stdout
1514 * src/tar.c (decode_options): More option compatibility checks
1515 (moved from buffer.c)
1516 * src/update.c (time_to_start_writing): Changed data type.
1517 * tests/recurse.sh: New test case.
1518 * tests/mksparse.c: New file.
1519 * tests/Makefile.am: Added recurse.sh and mksparse.c
1520
1521 2004-01-02 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1522
1523 * src/sparse.c (sparse_diff_file): Bugfix. Thanks
1524 Martin Simmons for the patch.
1525 * src/create.c (dump_dir0): Bugfix. Thanks Piotr Czerwinski
1526 <pius@pld-linux.org> for the patch.
1527
1528 2003-12-26 Paul Eggert <eggert@twinsun.com>
1529
1530 Synchronize with Gettext 0.13.1, Automake 1.8, Autoconf 2.59,
1531 and translation website.
1532
1533 * bootstrap: Don't bother skipping codeset.m4, glibc21.m4,
1534 intdiv0.m4, inttypes_h.m4, inttypes.m4, inttypes-pri.m4,
1535 isc-posix.m4, and lcmessage.m4 from gnulib. This list of files is
1536 a bit obsolete anyway, now that gettext 0.13.1 is out. Also, the
1537 files are replaced by autoreconf. Also, there seems to be a bug
1538 in gettext/autoconf/automake if we try to omit these files after
1539 autoreconf has replaced them, even though the gettext manual says
1540 they're optional. So give up and just include them for now, even
1541 though they make 'configure' longer and slower.
1542
1543 Change translation URL from
1544 <http://www.iro.umontreal.ca/contrib/po/maint/tar/> to
1545 <http://www2.iro.umontreal.ca/~gnutra/po/maint/tar/> to
1546 accommodate translator website revamp.
1547
1548 Fail if autoreconf fails.
1549
1550 * m4/.cvsignore: Add intmax.m4, longdouble.m4, printf-posix.m4,
1551 signed.m4, size_max.m4, wchar_t.m4, wint_t.m4, xsize.m4, to
1552 ignore files now supplied by gettext 0.13.1.
1553
1554 2003-12-25 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1555
1556 Synchronized with the backup repository on Mirddin
1557
1558 2003-12-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1559
1560 * configure.ac: Check for varios members of struct stat
1561 that may represent file modification times with a subsecond
1562 precision.
1563 Check for utimes (for future use)
1564 * src/buffer.c (short_read): Issue a warning on short reads.
1565 * src/common.h (sys_stat_nanoseconds): New function
1566 * src/create.c (dump_file0): Use sys_stat_nanoseconds().
1567 * src/list.c (read_and): Treat only two successive zero
1568 filled blocks as an EOF indicator. Issue a warning if
1569 a single one is encountered.
1570 * src/system.c (sys_stat_nanoseconds): New function
1571 * src/tar.h (tar_stat_info.atime_nsec,mtime_nsec,ctime_nsec): New
1572 members.
1573 * src/xheader.c (code_time,decode_time): Support for subsecond
1574 precision.
1575 (atime_coder,atime_decoder,ctime_coder,ctime_decoder)
1576 (mtime_coder,mtime_decoder): Update invocations of code_time and
1577 decode_time.
1578 (gid_decoder,size_decoder,uid_decoder,sparse_size_decoder)
1579 (sparse_numblocks_decoder,sparse_offset_decoder)
1580 (sparse_numbytes_decoder): Updated
1581
1582 2003-12-18 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1583
1584 * src/names.c (safer_name_suffix): Reverted change made
1585 2003-11-14. Reason: Discussion with Paul Eggert and
1586 Jean-Louis Martineau. See also ChangeLog entry from
1587 1999-08-14.
1588 * tests/delete03.sh: Likewise.
1589 * tests/extrac04.sh: Likewise.
1590 * tests/multiv01.sh: Likewise.
1591
1592 2003-12-12 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1593
1594 * src/incremen.c (write_directory_file): Use sys_truncate
1595 * src/list.c (print_header): Use archive_file_size member
1596 when printing real file size.
1597 * src/sparse.c (sparse_scan_file): Correctly handle files with
1598 a hole at the end.
1599 (sparse_dump_region,sparse_extract_region): Allow for zero size
1600 trailing blocks
1601
1602 2003-12-12 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1603
1604 * configure.ac: Raised version number to 1.13.92
1605 * src/list.c (decode_header): Discern between pax and ustar
1606 formats
1607 Initialize current_stat_info.archive_file_size.
1608
1609 NOTE: Modifications from this date on are temporarily
1610 stored on local CVS on mirddin. This repository will
1611 be synchronized with Savannah as soon as the latter
1612 becomes operational again.
1613
1614 2003-12-01 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1615
1616 * TODO: Updated
1617 * src/sparse.c: Initial implementation of GNU/pax sparse
1618 file format.
1619 * src/common.h (xheader_store): Changed prototype.
1620 * src/create.c: Update calls to xheader_store
1621 * src/extract.c (extract_archive): Check reported size vs.
1622 archive file size to determine if we have to do with a
1623 sparse file.
1624 * src/tar.c (usage): Cleaned up the sample argument to --newer
1625 option.
1626 (decode_options): Allow --sparse for POSIX_FORMAT archives.
1627 * src/xheader.c (struct xhdr_tab.coder; all coder function): Added
1628 extra argument
1629 Implemented GNU.sparse.* keywords.
1630
1631 2003-11-30 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1632
1633 * configure.ac: Check for setlocale. Thanks Bruno Haible for
1634 reporting.
1635
1636 2003-11-25 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1637
1638 * src/create.c (write_gnu_long_link): Use oldgnu
1639 magic with @LongLink blocks.
1640
1641 2003-11-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1642
1643 * src/tar.h: Support for star sparse format.
1644 * src/sparse.c: Likewise.
1645
1646 2003-11-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1647
1648 * src/sparse.c (sparse_diff_file): New function
1649 * src/common.h (sys_compare_uid,sys_compare_gid): New functions
1650 (sys_compare_uid_gid): Removed.
1651 (sys_compare_links,report_difference): Changed prototype
1652 (sparse_diff_file): New function
1653 * src/system.c (sys_compare_uid,sys_compare_gid): New functions
1654 (sys_compare_uid_gid): Removed.
1655 (sys_compare_links): Changed declaration
1656 * src/compare.c (diff_archive): Use sparse_diff_file.
1657
1658 2003-11-16 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1659
1660 Rewritten sparse file handling.
1661
1662 * src/sparse.c: New file. Provides a universal framework
1663 for various methods for sparse files handling.
1664 * src/Makefile.am: Added sparse.c
1665 * src/common.h (struct sp_array,sparsearray,sp_array_size)
1666 (init_sparsearray,fill_in_sparse_array): Removed
1667 (enum dump_status): New data type
1668 (pad_archive,close_diag,open_diag,read_diag_details)
1669 (readlink_diag,savedir_diag,seek_diag_details,stat_diag): New
1670 functions.
1671 (sparse_file_p,sparse_dump_file,sparse_extract_file): New
1672 functions.
1673 (print_header): Changed prototype declaration.
1674 * src/tar.h (struct sp_array): Declaration from common.h
1675 (struct tar_stat_info): New members archive_file_size,
1676 sparse_map_avail,sparse_map.
1677 * src/create.c: Major rewrite.
1678 * src/extract.c: Use new sparse file interface.
1679 * src/compare.c (diff_sparse_files): Temporary placeholder.
1680
1681 * src/buffer.c: Minor changes
1682 * src/tar.c: Likewise.
1683 * src/list.c: Likewise.
1684 * src/misc.c (close_diag,open_diag,read_diag_details)
1685 (readlink_diag,savedir_diag,seek_diag_details,stat_diag): New
1686 diagnostics functions.
1687 * src/incremen.c: Use new diagnostics functions.
1688 * src/names.c: Likewise.
1689
1690 2003-11-14 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1691
1692 * configure.ac: Fixed check for setsockopt
1693
1694 * src/create.c: Do not zero-terminate name field if
1695 the name is exactly 100 characters long.
1696 (write_ustar_long_name): Fixed cheking for unsplittable
1697 names.
1698
1699 2003-11-14 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1700
1701 * src/create.c (start_header): Removed debugging hook
1702 (dump_file): Fixed handling of linkname field.
1703 * src/names.c (safer_name_suffix): If the input
1704 file name ends with a slash, output one should do so
1705 as well.
1706 * doc/tar.texi: Documented --format=ustar
1707
1708 2003-11-14 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1709
1710 * src/tar.h (archive_format): USTAR_FORMAT: New type.
1711 * src/create.c: Added POSIX.1-1988 support.
1712 * src/names.c (safer_name_suffix): Skip leading ./
1713 * src/tar.c: New option --format=ustar forces
1714 POSIX.1-1988 archive format.
1715 * tests/delete03.sh: Updated.
1716 * tests/extrac04.sh: Updated.
1717 * tests/multiv01.sh: Updated.
1718
1719 2003-11-13 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1720
1721 * src/list.c (read_and): Initialize current_stat_info
1722 and extended_header at the start of the loop.
1723 * src/names.c (all_names_found): Check if the argument
1724 contains valid filename. Fixes coredump on `not_a_tar_file'
1725 * src/xheader.c (atime_decoder,gid_decoder,ctime_decoder)
1726 (mtime_decoder,size_decoder,uid_decoder): Use xstrtoumax.
1727 Fixes `pax-big-10g' bug.
1728
1729 2003-11-12 Paul Eggert <eggert@twinsun.com>
1730
1731 Fix some C compatibility bugs reported by Joerg Schilling.
1732
1733 * src/common.h (stripped_prefix_len): Fix misspelling
1734 "stripped_path_len" in declaration.
1735 * src/rmt.c (main): Use "return FOO;" rather than
1736 "exit (FOO);"; we no longer have to worry about
1737 pre-ANSI hosts that mishandled returned values from "main".
1738 * src/tar.c (main): Likewise. This avoids warnings on some
1739 compilers.
1740 * src/system.c: Include signal.h, for 'kill'.
1741 * src/system.h (DEV_BSIZE): Remove.
1742 (DEFAULT_ST_BLKSIZE): New macro.
1743 (ST_BLKSIZE): Use it, instead of DEV_BSIZE.
1744 * src/tar.c (enum): Remove comma just before }.
1745
1746 2003-11-12 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1747
1748 * src/list.c (decode_header): Initialize st_atime and
1749 st_ctime.
1750
1751 2003-11-11 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1752
1753 * configure.ac (tar_save_LIBS): Bugfix. Thanks Adrian
1754 Bunk <bunk@fs.tum.de> for reporting.
1755 * doc/tar.texi: Fixed spelling. Thanks Martin Buchholz
1756 <martin@xemacs.org> for spotting.
1757
1758 2003-11-04 Paul Eggert <eggert@twinsun.com>
1759
1760 * src/xheader.c (xhdr_tab): Make it extern, not static, as C89 and
1761 C99 require this.
1762
1763 2003-10-26 Paul Eggert <eggert@twinsun.com>
1764
1765 * src/system.c (sys_spawn_shell): Cast trailing null to (char *).
1766 Bug reported by Christian Weisgerber.
1767
1768 2003-10-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1769
1770 * AUTHORS: Updated
1771 * NEWS: Updated
1772 * src/tar.c (decode_options): Removed superfluous archive format
1773 check
1774 * doc/tar.texi: Documented new features.
1775
1776 2003-10-08 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1777
1778 * NEWS: Updated
1779 * THANKS: Added Wojciech Polak
1780 * configure.ac: Added checks for missing functions. Raised
1781 version number to indicate alpha release.
1782 * lib/Makefile.am: Added missing headers
1783 * lib/waitpid.c: Added missing includes.
1784 * src/extract.c: Likewise.
1785 * src/names.c: Removed spurious includes.
1786 * src/xheader.c: Likewise.
1787 * src/system.h [MSDOS]: Fixed spelling of EACCES. Added
1788 macro overriding broken mkdir prototypes.
1789
1790 2003-10-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1791
1792 * configure.ac: Check for dev_t and ino_t.
1793 * m4/Makefile.am: Added missing files.
1794 * src/system.c: New file.
1795 * src/Makefile.am: Added system.c
1796 * src/common.h: Prototypes for functions from system.c
1797 * src/system.h (SET_BINARY_MODE, ERRNO_IS_EACCESS): New defines
1798 * src/buffer.c: Moved system dependencies to system.c
1799 * src/compare.c: Likewise.
1800 * src/create.c: Likewise.
1801 * src/delete.c: Likewise.
1802 * src/extract.c: Likewise.
1803 * src/rtapelib.c: Likewise.
1804
1805 2003-10-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1806
1807 Implemented --occurrence option.
1808
1809 * NEWS: Updated.
1810 * src/tar.c: New option --occurrence.
1811 * src/common.h (occurrence_option): New global
1812 (struct name): Changed `found' member to `uintmax_t
1813 found_count'.
1814 (names_done): Removed
1815 (all_names_found): Changed prototype.
1816 (ISFOUND,WASFOUND): New macros
1817 * src/delete.c (delete_archive_members): Honor --occurrence
1818 option.
1819 * src/list.c (read_and): Likewise.
1820 * src/names.c: Count number of occurrences of each name in the
1821 archive.
1822 (name_match): Honor --occurrence option.
1823 (names_done): Removed
1824 (all_names_found,names_notfound): Rewritten.
1825
1826 2003-10-02 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1827
1828 * src/tar.c: Removed extra precaution regarding
1829 subcommand_option == CAT_SUBCOMMAND
1830 * lib/Makefile.am: Updated
1831
1832 2003-10-02 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1833
1834 * src/common.h (names_done): New function.
1835 * src/names.c: Likewise.
1836 * src/list.c (read_and): Use all_names_found() as `while'
1837 condition.
1838 * src/tar.c: New option --first-copy
1839 * NEWS: Updated
1840
1841 2003-09-24 Paul Eggert <eggert@twinsun.com>
1842
1843 * src/rmt.c (main): Don't translate Copyright string; international
1844 law says the word "Copyright" should be in English.
1845 * src/tar.c (decode_options): Likewise.
1846
1847 2003-09-22 Paul Eggert <eggert@twinsun.com>
1848
1849 * doc/tar.texi (extracting untrusted archives): New section.
1850
1851 * src/common.h (stripped_path_len): Renamed from cut_path_elements.
1852 Return size_t, not pointer, so that we don't have to worry about
1853 violating the C standard by converting char const * to char *.
1854 All callers changed.
1855 * src/names.c (stripped_path_len): Likewise. Strip file system
1856 prefix, too. Count adjacent slashes as if they were one slash;
1857 that is the POSIX standard.
1858
1859 2003-09-17 Paul Eggert <eggert@twinsun.com>
1860
1861 * README-alpha: Document maintainer tool assumptions a bit. GNU
1862 'sed' is no longer required. For GNU m4 1.4, suggest the patch in
1863 Debian bug 211447. Fix minor misspellings/whitespace nits.
1864
1865 * configure.ac (AC_AIX, AC_MINIX): Remove; subsumed by
1866 gl_USE_SYSTEM_EXTENSIONS.
1867
1868 * lib/.cvsignore: Add exit.h, time_r.c, time_r.h.
1869 * m4/.cvsignore: Add restrict.m4, time_r.m4.
1870
1871 2003-09-17 Paul Eggert <eggert@twinsun.com>
1872
1873 * bootstrap: Don't use "for option; do";
1874 Solaris 8 /bin/sh doesn't like that.
1875
1876 2003-09-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1877
1878 * README-alpha: Updated
1879 * bootstrap: Updated
1880
1881 2003-09-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1882
1883 * README-alpha: Updated
1884 * bootstrap: Updated
1885 * po/POTFILES.in: Added src/xheader.c
1886 * src/common.h (cut_path_elements): Added proto.
1887
1888 2003-09-05 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1889
1890 * src/buffer.c: Use ngettext where appropriate.
1891 * src/compare.c: Likewise.
1892 * src/create.c: Likewise.
1893 * src/misc.c: Likewise.
1894 * src/tar.c: Likewise.
1895 * src/update.c: Likewise.
1896
1897 2003-09-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1898
1899 * .cvsignore: Added *.shar.gz
1900 * NEWS: Updated
1901 * TODO: Updated
1902 * src/common.h (strip_path_elements): New variable.
1903 * src/extract.c (extract_archive): Implemented --strip-path
1904 * src/names.c (cut_path_elements): New functon.
1905 * src/tar.c: New option --strip-path=NUM.
1906 (decode_options) Assign boolean values to bool variables.
1907
1908 2003-09-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1909
1910 * src/delete.c: Fixed deletion from the POSIX archives.
1911 * src/list.c (read_header): Minor change.
1912 * src/tar.c (main): Do not check for volume_label_option
1913 if subcommand_option is not CREATE_SUBCOMMAND.
1914 * src/xheader.c (xheader_decode): Store the header as
1915 well (for eventual delete).
1916
1917 * tests/incremen.sh: Explicitly request GNU format. This will
1918 disappear when GNU extended header keywords are working.
1919 * tests/multiv01.sh: Likewise
1920 * tests/volume.sh: Likewise
1921
1922 2003-09-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1923
1924 * src/create.c: Support for "linkpath" extended keyword.
1925 * src/xheader.c (decode_record): Reversed the return
1926 condition.
1927
1928 2003-09-03 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1929
1930 * configure.ac: Allow to redefine the default output format.
1931 * src/tar.c: Use DEFAULT_ARCHIVE_FORMAT macro
1932 (archive_format_string): New function.
1933 (usage): Updated help output.
1934 * README: Updated.
1935 * NEWS: Updated.
1936 * TODO: Updated.
1937
1938 2003-09-02 Paul Eggert <eggert@twinsun.com>
1939
1940 * src/common.h (destroy_stat, xheader_decode, xheader_store,
1941 xheader_read, xheader_finish, xheader_destroy): Add decls;
1942 C99 requires this.
1943
1944 * src/create.c (write_extended): Remove unused local 'bufsize'.
1945
1946 * src/delete.c (delete_archive_members): Handle case of
1947 HEADER_SUCCESS_EXTENDED followed by HEADER_FAILURE.
1948 * src/list.c (read_and): Abort if HEADER_SUCCESS_EXTENDED
1949 occurs, as it's not possible.
1950 * src/update.c (update_archive): Likewise.
1951
1952 Use "const" when possible in new code.
1953 * src/tar.c (struct fmttab.name): Now char const *. All uses changed.
1954 (fmttab): Now const. All uses changed.
1955 * src/xheader.c (struct xhdr_tab.keyword): Now pointer to const.
1956 (struct xhdr_tab.coder, struct xhdr_tab.decoder, locate_handler,
1957 decode_record, xheader_store, xheader_print, code_string, code_time,
1958 code_num, dummy_coder, dummy_decoder, atime_coder, atime_decoder,
1959 gid_coder, gid_decoder, gname_coder, gname_decoder, linkpath_coder,
1960 linkpath_decoder, ctime_coder, ctime_decoder, mtime_coder,
1961 mtime_decoder, path_coder, path_decoder, size_coder, size_decoder,
1962 uid_coder, uid_decoder, uname_coder, uname_decoder):
1963 Use pointers to const when possible.
1964 (xhdr_tab): Now const.
1965
1966 * src/tar.c (fmttab): Avoid GCC warning by not eliding initializers.
1967 (set_archive_format): Report an error if no format name matches,
1968 instead of returning an undefined value.
1969
1970 * src/xheader.c (struct xhdr_tab.decoder, dummy_decoder,
1971 atime_decoder, gid_decoder, gname_decoder, linkpath_decoder,
1972 ctime_decoder, mtime_decoder, path_decoder, size_decoder,
1973 uid_decoder, uname_decoder): Remove unused keyword arg.
1974 All uses changed.
1975
1976 * src/tar.c (set_archive_format): Now static.
1977 * src/xheader.c (xhdr_tab, format_uintmax): Now static.
1978
1979 * src/xheader.c (dummy_coder, dummy_decoder, atime_coder,
1980 atime_decoder, gid_coder, gid_decoder, gname_coder, gname_decoder,
1981 linkpath_coder, linkpath_decoder, mtime_coder, mtime_decoder,
1982 ctime_coder, ctime_decoder, path_coder, path_decoder, size_coder,
1983 size_decoder, uid_coder, uid_decoder, uname_coder, uname_decoder):
1984 Remove forward decls; no longer needed.
1985 (xhdr_tab): Move to end, so that the forward decls aren't needed.
1986 Add a forward declaration.
1987
1988 Use 'bool' in new code, when appropriate.
1989 * src/xheader.c (decode_record): Return bool, not int.
1990 * src/common.h (read_header): Since it accepts bool, change
1991 all callers to use false and true rather than 0 and 1.
1992
1993 * src/xheader.c (decode_record): Fix misspelling in diagnostic
1994 "extended headed" -> "extended header".
1995
1996 GNU coding style fixes.
1997 * src/xheader.c (decode_record, xheader_decode):
1998 Do not use decls like "char *p, *q;".
1999
2000 Minor style fixes.
2001 (xheader_store): Avoid parentheses around object operand of sizeof.
2002
2003 2003-09-03 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2004
2005 * src/create.c (start_header): Store long file names
2006 in "path" keyword of an extended header if in POSIX
2007 mode.
2008 (finish_header): print header before calling write_extended().
2009 * src/list.c (list_archive): Always decode the header. This
2010 is necessary so the extended header is processed and the correct
2011 filename is printed no matter what the state of verbose_option.
2012 * src/xheader.c (xhdr_tab): Reserved GNU keywords (commented out
2013 for the time being).
2014
2015 2003-09-01 Paul Eggert <eggert@twinsun.com>
2016
2017 Update from gnulib, and correct fnmatch to fnmatch-gnu.
2018 * bootstrap (gnulib_modules): Change fnmatch to fnmatch-gnu.
2019 Sort.
2020 * configure.ac (gl_USE_SYSTEM_EXTENSIONS): Use this instead
2021 of AC_GNU_SOURCE.
2022 * lib/.cvsignore: Add alloca.h, stdbool.h. Sort. Append newline.
2023 * lib/Makefile.am (lib_OBJECTS): New macro, for convenience when
2024 copying rules from gnulib module descriptions.
2025 (BUILT_SOURCES, EXTRA_DIST, all-local, alloca.h):
2026 Update from gnulib modules alloca, fnmatch, getline, stdbool.
2027 * m4/.cvsignore: Add utimes-null.m4. Sort.
2028
2029 2003-09-01 Sergey Poznyakoff
2030
2031 Added initial support for creating POSIX headers.
2032
2033 * src/common.h (MAXOCTAL11,MAXOCTAL7): New defines
2034 (string_to_chars): New functions
2035 (struct xheader): Changed structure
2036 (gid_to_gname,gname_to_gid,uid_to_uname,uname_to_uid): Changed
2037 prototypes.
2038 * src/create.c (string_to_chars): New function.
2039 (write_extended): New function
2040 (start_header): Create extended POSIX headers if necessary.
2041 (finish_header): Likewise.
2042 * src/list.c (print_header): Take user/group from
2043 current_stat_info.
2044 * src/names.c (gid_to_gname,gname_to_gid)
2045 (uid_to_uname,uname_to_uid): Changed prototypes.
2046 * src/tar.c: New option --format.
2047 * src/tar.h (OLDGNU_COMPATIBILITY): Removed
2048 (struct extra_header): Removed unused structure.
2049 (union block.extra_header): Removed unused member.
2050 * src/xheader.c: Implemented coder functions.
2051 * bootstrap: Added obstack.
2052 * lib/.cvsignore: Likewise.
2053 * configure.ac: Added 'gl_OBSTACK'
2054 * m4/Makefile.am: Added new files.
2055 * m4/.cvsignore: Likewise.
2056 * TODO: Minor formatting change
2057
2058 2003-08-31 Sergey Poznyakoff
2059
2060 Added initial support for POSIX extended and STAR headers
2061 (only for listing/extracting).
2062
2063 * src/xheader.c: New file.
2064 * src/Makefile.am: Added xheader.c
2065 * src/tar.h (struct star_header): New datatype
2066 (XHDTYPE,XGLTYPE): New defines
2067 (enum archive_format:STAR_FORMAT): New member
2068 (struct tar_stat_info): New datatype.
2069 (union block.star_header): New member.
2070 * src/common.h (orig_file_name,current_file_name)
2071 (current_trailing_slash,current_link_name): Removed variables.
2072 (current_stat_info): New variable
2073 (current_stat): Removed
2074 (extended_header): New variable
2075 (decode_header): Changed prototype.
2076 * src/list.c (decode_header): Added initial support for POSIX extended
2077 and STAR headers.
2078 (skip_member): Check oldgnu_header only if current_format is set
2079 to OLDGNU_FORMAT.
2080 * src/buffer.c: Use current_stat_info
2081 * src/compare.c: Likewise.
2082 * src/create.c: Likewise.
2083 * src/delete.c: Likewise.
2084 * src/incremen.c: Likewise.
2085 * src/mangle.c: Likewise.
2086 * src/update.c: Likewise.
2087 * src/extract.c: Likewise.
2088 (make_directories): Improved check for the existence of the directory
2089 * src/tar.c (destroy_stat): New function.
2090
2091 2003-08-29 Paul Eggert <eggert@twinsun.com>
2092
2093 * NEWS, bootstrap: Drop en_GB locale; it was more trouble than it
2094 was worth (e.g., different users in en_GB disagree about -ize
2095 versus -ise).
2096 * po/en_GB.po: Remove.
2097
2098 2003-07-28 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2099
2100 * TODO: Updated
2101 * NEWS: Updated
2102 * src/tar.c: Removed support for the obsolete command line
2103 options.
2104 * doc/tar.texi: Removed references to the obsolete command
2105 line options.
2106
2107 2003-07-27 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2108
2109 * TODO: Updated
2110 * NEWS: Updated
2111 * doc/tar.texi: Updated
2112 * src/common.h (check_links_option): New variable
2113 (orig_file_name): New variable
2114 (check_links): New proto.
2115 * src/create.c (struct link.nlink): New member
2116 (link_table): Static for the module.
2117 (dump_file): Update `link' member when adding new links
2118 to the link_table.
2119 (check_links): New function.
2120 * src/list.c (print_header): Use orig_file_name.
2121 * src/tar.c: New option --check-links. Changed semantics of
2122 -o to comply to UNIX98 when extracting and to its previous
2123 semantics otherwise.
2124 (main): Call check_links if --check-links. was given.
2125
2126 2003-07-25 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2127
2128 * src/list.c (print_header): Revised
2129 * NEWS: Started the entry for 1.13.26
2130 * doc/Makefile.am (tar.dvi): Fixed TEXINPUTS value.
2131
2132 2003-07-24 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2133
2134 * .cvsignore: Added to the repository.
2135 * doc/.cvsignore: Likewise.
2136 * lib/.cvsignore: Likewise.
2137 * m4/.cvsignore: Likewise.
2138 * po/.cvsignore: Likewise.
2139 * scripts/.cvsignore: Likewise.
2140 * src/.cvsignore: Likewise.
2141 * tests/.cvsignore: Likewise.
2142
2143 * lib/Makefile.am: Added exitfail.[hc]
2144 * src/misc.c (chdir_do): Fixed call to restore_cwd
2145 * src/buffer.c (flush_read): Fixed behavior on short
2146 reads right after opening the new archive (multiv01.sh test).
2147 (new_volume): Special handling for "-".
2148 * src/list.c (print_header): Print trailing slash if
2149 current_trailing_slash was set (extrac03.sh,extrac04.sh tests).
2150 * tests/multiv01.sh: Minor changes.
2151 * m4/Makefile.am: Added missing files.
2152
2153 2003-07-05 Paul Eggert <eggert@twinsun.com>
2154
2155 Finish the checkin begin yesterday.
2156
2157 * NEWS: Document the user-visible changes installed in the last
2158 two days.
2159
2160 * TODO: New file (actually, resurrected; but with new contents).
2161
2162 * src/list.c (read_and): Give full type for procedure arg.
2163 (read_header): Strip trailing slashes, setting current_trailing_slash.
2164 (tartime): Avoid int overflow when printing year (!).
2165 (print_header): New arg specifying block ordinal. All uses changed.
2166 Print link as 'h' type. Give labels for long links and names.
2167
2168 * src/misc.c (contains_dot_dot): Moved to names.c
2169 (must_be_dot_or_slash): New function.
2170 (safer_rmdir): Use it.
2171 (remove_any_file): Now takes enum as option, not boolean.
2172 Check for (Linux) EISDIR as well as (POSIX) EPERM when attempting
2173 to unlink a directory.
2174 (deref_stat): Accept bool, not int.
2175
2176 * src/names.c (namelist_match): Allow partial matches only if
2177 recursive.
2178 (hash_string_hasher): Renamed from hash_avoided_name.
2179 (hash_string_compare): Renamed from compare_avoided_anames.
2180 (hash_string_insert, hash_string_lookup): New functions.
2181 (add_avoided_name, is_avoided_name): Use them.
2182 (safer_name_suffix): New function.
2183 (contains_dot_dot): Moved here from misc.c. Now returns bool, not int.
2184
2185 * src/rmt.c: Don't include print-copyr.h.
2186 (prepare_input_buffer): New arg FD.
2187 Do not read more than INT_MAX bytes at once,
2188 since it breaks on some brain damaged Tru64 hosts.
2189 Divide size by two
2190 when retrying instead of subtracting 1024; for speed.
2191 (main): Use gettext to translate (C), not print_copyright.
2192
2193 * src/system.h: Include <alloca.h> and <stdbool.h> unconditionally,
2194 now that gnulib handles this.
2195 Include <stddef.h> and <limits.h> unconditionally, now that we assume
2196 C89 or better.
2197 Assume that offsetof is defined in stddef.h.
2198 Do not include <sys/param.h>.
2199 (realloc, lseek): Do not declare.
2200 (HAVE_DECL_VALLOC): Renamed from HAVE_VALLOC.
2201 (CHAR_BIT, CHAR_MAX, UCHAR_MAX, LONG_MAX): Remove
2202 declarations, since we now assume C89 or better.
2203 (PARAMS): Remove, as we now assume C89. All uses changed.
2204 (bindtextdomain, textdomain): Include <gettext.h> to define.
2205 Include <unlocked-io.h>.
2206 (valloc): Define if not defined, and if valloc is not declared.
2207 (xstrdup): Remove decl.
2208
2209 * src/tar.c: Do not include <print-copyr.h>.
2210 Include <getdate.h>.
2211 (get_date): Remove decl.
2212 (ATIME_PRESERVE_OPTION, CHECKPOINT_OPTION, FORCE_LOCAL_OPTION,
2213 IGNORE_FAILED_READ_OPTION, INDEX_FILE_OPTION, NO_OVERWRITE_DIR_OPTION,
2214 NUMERIC_OWNER_OPTION, RECURSIVE_UNLINK_OPTION, REMOVE_FILES_OPTION,
2215 SHOW_OMITTED_DIRS_OPTION, TOTALS_OPTION): New constants.
2216 (long_options, decode_options): Use them.
2217 (OVERWRITE_DIR_OPTION): Remove.
2218 (long_options): New options --index-file, --no-overwrite-dir.
2219 Remove --overwrite-dir option.
2220 (usage): Use PACKAGE_BUGREPORT.
2221 (decode_options): Terminate new argv properly.
2222 Use PACKAGE_NAME, PACKAGE_VERSION.
2223 If verbose, report how we grokked any textual date option.
2224 (main): Add support for index-file.
2225
2226 * tests/Makefile.am: Convert to UTF-8.
2227 (AUTOMAKE_OPTIONS): Remove.
2228 (TESTS): Add delete04.sh, multiv01.sh, options.sh.
2229 (INCLUDES): Remove ../intl.
2230 (LDADD): Don't link libtar.a twice.
2231
2232 * tests/genfile.c: Convert to UTF-8.
2233 Don't include <print-copyr.h>.
2234 (DEFAULT_PATTERN): Renamed from DEFAULT.
2235 (ZEROS_PATTERN): Renamed from ZEROS.
2236 (main): Use gettext to translate (C), not print_copyright.
2237
2238 2003-07-04 Paul Eggert <eggert@twinsun.com>
2239
2240 Revamp to meet current standards of autoconf, automake,
2241 gettext, and gnulib, and incorporate new translations.
2242
2243 * config/config.guess, config/config.sub, config/depcomp,
2244 config/install-sh, config/mdate-sh, config/missing,
2245 config/mkinstalldirs, config/texinfo.texi:
2246 Moved here from parent directory, or from doc.
2247 * config.hin: Renamed from config.h.in.
2248 * config/config.rpath: New file.
2249
2250 * intl: Remove this subdirectory.
2251
2252 * lib/fnmatch_.h: Renamed from lib/fnmatch.hin.
2253
2254 * lib/getstr.c, lib/getstr.h, lib/msleep.c, lib/print-copyr.c,
2255 lib/print-copyr.h, lib/readutmp.c, lib/rename.c, lib/stpcpy.c,
2256 lib/strstr.c, lib/strtoimax.c, lib/strtoll.c, lib/strtoull.c,
2257 lib/strtoumax.c, lib/unicodeio.c, lib/unicodeio.h,
2258 lib/xstrtoimax.c, m4/c-bs-a.m4, m4/ccstdc.m4, m4/check-decl.m4,
2259 m4/decl.m4, m4/jm-mktime.m4, m4/prereq.m4, m4/xstrtoimax.m4,
2260 stamp-h.in: Remove.
2261
2262 * lib/alloca_.h, lib/fnmatch_loop.c, lib/gettext.h, lib/pathmax.h,
2263 lib/safe-write.c, lib/safe-write.h, lib/stdbool_.h, lib/strcase.h,
2264 lib/stripslash.c, lib/unlocked-io.h, lib/xgetcwd.h, m4/alloca.m4,
2265 m4/backupfile.m4, m4/bison.m4, m4/chown.m4, m4/dirname.m4,
2266 m4/dos.m4, m4/exclude.m4, m4/fileblocks.m4, m4/ftruncate.m4,
2267 m4/getdate.m4, m4/getopt.m4, m4/hash.m4, m4/human.m4,
2268 m4/intdiv0.m4, m4/intmax_t.m4, m4/inttypes-pri.m4,
2269 m4/inttypes_h.m4, m4/isc-posix.m4, m4/lchown.m4, m4/lib-ld.m4,
2270 m4/lib-link.m4, m4/lib-prefix.m4, m4/memset.m4, m4/mktime.m4,
2271 m4/modechange.m4, m4/nls.m4, m4/onceonly.m4, m4/pathmax.m4,
2272 m4/po.m4, m4/quote.m4, m4/quotearg.m4, m4/rmdir.m4,
2273 m4/safe-read.m4, m4/safe-write.m4, m4/save-cwd.m4, m4/savedir.m4,
2274 m4/ssize_t.m4, m4/stdbool.m4, m4/stdint_h.m4, m4/strcase.m4,
2275 m4/strtoimax.m4, m4/strtol.m4, m4/strtoll.m4, m4/strtoul.m4,
2276 m4/strtoull.m4, m4/strtoumax.m4, m4/tm_gmtoff.m4, m4/uintmax_t.m4,
2277 m4/unlocked-io.m4, m4/xalloc.m4, m4/xgetcwd.m4, m4/xstrtol.m4,
2278 po/LINGUAS, po/Makevars, po/Rules-quot, po/boldquot.sed,
2279 po/en@boldquot.header, po/en@quot.header, po/en_GB.po,
2280 po/insert-header.sin, po/remove-potcdate.sin, po/stamp-po: New files.
2281
2282 * ABOUT-NLS, INSTALL, lib/addext.c, lib/alloca.c, lib/argmatch.c,
2283 lib/argmatch.h, lib/backupfile.c, lib/backupfile.h, lib/dirname.c,
2284 lib/dirname.h, lib/error.c, lib/exclude.c, lib/exclude.h,
2285 lib/fnmatch.h, lib/full-write.c, lib/full-write.h, lib/getdate.h,
2286 lib/getdate.y, lib/getline.c, lib/getline.h, lib/getopt.c,
2287 lib/getopt.h, lib/getopt1.c, lib/hash.c, lib/hash.h, lib/human.c,
2288 lib/human.h, lib/lchown.c, lib/malloc.c, lib/mktime.c,
2289 lib/modechange.c, lib/modechange.h, lib/quote.c, lib/quote.h,
2290 lib/quotearg.c, lib/quotearg.h, lib/realloc.c, lib/safe-read.c,
2291 lib/safe-read.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
2292 lib/savedir.h, lib/strcasecmp.c, lib/utime.c, lib/xalloc.h,
2293 lib/xgetcwd.c, lib/xmalloc.c, lib/xstrdup.c, lib/xstrtol.c,
2294 lib/xstrtol.h, lib/xstrtoumax.c, m4/codeset.m4, m4/d-ino.m4,
2295 m4/error.m4, m4/fnmatch.m4, m4/getcwd.m4, m4/getline.m4, m4/gettext.m4,
2296 m4/glibc21.m4, m4/iconv.m4, m4/inttypes.m4, m4/lcmessage.m4,
2297 m4/longlong.m4, m4/malloc.m4, m4/mbrtowc.m4, m4/mbstate_t.m4,
2298 m4/progtest.m4, m4/realloc.m4, m4/strerror_r.m4, m4/ulonglong.m4,
2299 m4/utimbuf.m4, m4/utime.m4, m4/utimes.m4, m4/xstrtoumax.m4,
2300 po/Makefile.in.in:
2301 Upgrade to latest version from external source. The file "bootstrap"
2302 now grabs these automatically, so we needn't keep track of them
2303 in this change long any longer.
2304
2305 * Makefile.am (AUTOMAKE_OPTIONS): Remove. Now done by configure.ac.
2306 (SUBDIRS): Remove intl.
2307 * PORTS: Update for star, Macintosh.
2308 * README, README-alpha: Suggest Autoconf 2.57, Automake 1.7.5,
2309 Bison 1.875, gettext 0.12.1.
2310 * THANKS: Add Bernhard Rosenkraenzer, Solar Designer.
2311 * configure.ac (AC_INIT, AM_INIT_AUTOMAKE): Convert to modern form.
2312 (AC_CONFIG_AUX_DIR): New.
2313 (AC_CONFIG_HEADERS): Rename config.h.in to config.hin, to be more
2314 like coreutils.
2315 (AC_PREREQ): Bump from 2.52 to 2.57.
2316 (AC_GNU_SOURCE): New.
2317 (AC_PROG_GCC_TRADITIONAL, AM_C_PROTOTYPES, AC_C_CONST): Remove;
2318 we no longer support K&R C.
2319 (YACC): Remove.
2320 (AC_CHECK_HEADERS): Remove limits.h, poll.h, stdbool.h, stropts.h,
2321 sys/ioccom.h, sys/param.h, sys/time.h, sys/timeb.h, wchar.h, wctype.h.
2322 (AC_MBSTATE_T): Remove.
2323 (HAVE_UTIME_H, HAVE_DECL_FREE, HAVE_DECL_GETGRGID, HAVE_DECL_GETPWUID,
2324 HAVE_DECL_GETENV, HAVE_DECL_MALLOC, HAVE_DECL_STRTOUL,
2325 HAVE_DECL_STRTOULL, HAVE_MKNOD): Remove our special code.
2326 (AM_STDBOOL_H): Add.
2327 (AC_HEADER_TIME, AC_STRUCT_TIMEZONE,
2328 jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Remove.
2329 (AC_CHECK_TYPE): Remove ssize_t.
2330 (gt_TYPE_SSIZE_T): Add.
2331 (jm_AC_PREREQ_XSTRTOUMAX, jm_PREREQ_ADDEXT, jm_PREREQ_ERROR,
2332 jm_PREREQ_HUMAN, jm_PREREQ_QUOTEARG, jm_PREREQ_XGETCWD,
2333 AC_FUNC_ALLOCA, AC_FUNC_CLOSEDIR_VOID, AC_FUNC_STRERROR_R,
2334 AC_FUNC_FNMATCH, AC_FUNC_VPRINTF, AM_FUNC_GETLINE, jm_FUNC_MALLOC,
2335 jm_FUNC_MKTIME, jm_FUNC_REALLOC):
2336 Remove. Switch to gnulib macros like gl_BACKUPFILE instead.
2337 (tar_LDADD): Rename to LIB_CLOCK_GETTIME. All uses changed.
2338 (rmt_LDADD): Rename to LIB_SETSOCKOPT. All uses changed.
2339 (AC_CHECK_FUNCS): Remove fchdir, ftime, getcwd, isascii, nap,
2340 napms, poll, select, strstr, usleep.
2341 (AC_REPLACE_FUNCS): Remove ftruncate, lchown, memset, rename,
2342 rmdir, strcasecmp, strncasecmp, strtol, strtoul.
2343 (AM_GNU_GETTEXT): Use external and need-ngettext options.
2344 (AM_GNU_GETTEXT_VERSION): New.
2345 (AC_OUTPUT): Remove intl/Makefile.
2346
2347 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
2348 ($(srcdir)/tar.info, tar.dvi): Remove obsolete warnings.
2349 * doc/fdl.texi: Update to current GNU version.
2350 * doc/gettext.texi: Update to current coreutils version,
2351 plus a copyright notice.
2352 * doc/tar.texi: Switch to new method for doing copyright notices.
2353 Use @acronym instead of @sc where appropriate.
2354 Remove empty examples. Give a few more examples.
2355
2356 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
2357 (EXTRA_DIST, libtar_a_SOURCES): Switch to gnulib, so that they
2358 are built up in pieces with +=.
2359 (noinst_HEADERS, INCLUDES): Remove.
2360 (BUILT_SOURCES, MAINTAINERCLEANFILES, MOSTLYCLEANFILES): New.
2361 (libtar_a_LIBADD): Use $ rather than @.
2362 (all-local, alloca.h, fnmatch.h, stdbool.h): New rules, from gnulib.
2363
2364 * m4/Makefile.am (EXTRA_DIST): Add alloca.m4, backupfile.m4,
2365 bison.m4, chown.m4, dirname.m4, dos.m4, exclude.m4, fileblocks.m4,
2366 ftruncate.m4, getdate.m4, getopt.m4, hash.m4, human.m4,
2367 intdiv0.m4, intmax_t.m4, inttypes_h.m4, inttypes-pri.m4,
2368 isc-posix.m4, lcown.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
2369 memset.m4, mktime.m4, modechange.m4, nls.m4, onceonly.m4,
2370 pathmax.m4, po.m4, quotearg.m4, quote.m4, rmdir.m4, safe-read.m4,
2371 safe-write.m4, save-cwd.m4, savedir.m4, ssize_t.m4, stdbool.m4,
2372 stdint_h.m4, strcase.m4, strtoimax.m4, strtoll.m4, strtol.m4,
2373 strtoull.m4, strtoul.m4, strtoumax.m4, tm_gmtoff.m4, uintmax_t.m4,
2374 unlocked-io.m4, xalloc.m4, xgetcwd.m4, xstrtol.m4.
2375 Remove c-bs-a.m4, ccstdc.m4, check-decl.m4, decl.m4, jm-mktime.m4,
2376 prereq.m4, xstrtoimax.m4.
2377
2378 * po/POTFILES.in: Remove tests/genfile.c; it doesn't need to
2379 be translated, since it's not a user-visible tool.
2380
2381 * scripts/Makefile.am (AUTOMAKE_OPTIONS): Remove.
2382
2383 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
2384 (INCLUDES): Remove ../intl. Put top-srcdir before ., for
2385 consistency with coreutils.
2386 (LDADD): Link LIBINTL after libtar.a, since
2387 it's now external and should stand by itself.
2388
2389 * src/buffer.c (print_total_written): Adjust to new human.h
2390 interface.
2391 (child_open_for_compress): Do not increase size to BLOCKSIZE.
2392 (open_archive): Open index file name.
2393 Strip trailing slahes from file names.
2394 (flush_write): Set size to 0 if not saving names.
2395 (flush_write, flush_read): Use safer_name_suffix rather than
2396 inline code.
2397
2398 * src/common.h: Include <quote.h>.
2399 (absolute_names_option, atime_preserve_option, backup_option,
2400 block_number_option, checkpoint_option, dereference_option,
2401 force_local_option, ignore_failed_read_option, ignore_zeros_option,
2402 incremental_option, interactive_option, multi_volume_option,
2403 numeric_owner_option, one_file_system_option, recursive_unlink_option,
2404 read_full_records_option, remove_files_option, same_order_option,
2405 show_omitted_dirs_option, sparse_option, starting_file_option,
2406 to_stdout_option, totals_option, touch_option, verify_option,
2407 dev_null_output, now_verifying, we_are_root): Now bool, not int.
2408 (current_trailing_slash, index_file_name, recent_long_name_blocks,
2409 recent_long_link_blocks): New vars.
2410 (NO_OVERWRITE_DIR_OLD_FILES): New constant.
2411 (OVERWRITE_OLD_DIRS): Remove.
2412 (enum remove_option): New enum.
2413 (remove_any_file): Use it as option arg, not int.
2414 (is_avoided_name, contains_dot_dot): Return bool, not int.
2415 (safer_name_suffix): New decl.
2416
2417 * src/compare.c (now_verifying): Now bool, not int.
2418 (fill_in_sparse_array): Move to extract.c. Now returns bool;
2419 all callers changed to test for failure.
2420 (diff_sparse_files): Take size from current_stat, not from param.
2421 (diff_archive): Do not count trailing slashes in archives.
2422 (verify_volume): Test for header failure after loop, not before.
2423
2424 * src/create.c (relativize): Remove; replaced by safer_name_suffix.
2425 All callers changed.
2426 (start_header): Clear devmajor and devminor fields, too.
2427 (finish_header): New arg block_ordinal.
2428 (init_sparsearray): Now extern. Set sp_array_size to
2429 SPARSES_IN_OLDGNU_HEADER if it is zero.
2430 (dump_file): Keep link table as a hash.
2431 Do not count "file changed as we read it" as a failure.
2432
2433 * src/delete.c (recent_long_name_blocks, recent_long_link_blocks):
2434 Move extern decl to common.h.
2435
2436 * src/extract.c (we_are_root): Now bool, not int.
2437 (check_time): Warn about implausibly old time stamps.
2438 (set_stat): Use utimbuf, not stat_info.
2439 (prepare_to_extract): New arg DIRECTORY.
2440 (fill_in_sparse_array): Moved here from compare.c.
2441 (extract_sparse_file): Now returns off_t, giving size left.
2442 Truncate file at end.
2443 (extract_archive): Use safer_name_suffix rather than rolling our own.
2444 Use fill_in_sparse_array rather than rolling our own.
2445 Strip trailing slashes more effectively.
2446 Check for unsafe names.
2447
2448 * src/incremen.c (struct directory): nfs and found are now of type
2449 bool, not int.
2450 (gnu_restore): Now takes directory name as argument, not offset
2451 of directory name in a global. All uses changed.
2452 (CURRENT_FILE_NAME): Remove.
2453
2454 New tests.
2455 * tests/delete04.sh, tests/multiv01.sh, tests/options.sh: New
2456 files.
2457
2458 2002-09-30 Paul Eggert <eggert@twinsun.com>
2459
2460 * src/rmt.c (prepare_input_buffer): Renamed form
2461 prepare_record_buffer. All uses changed. Do not assume that
2462 size_t is the same width as int.
2463
2464 2002-03-29 Paul Eggert <eggert@twinsun.com>
2465
2466 * src/incremen.c (get_directory_contents):
2467 If ignore_failed_read_option, only warn about
2468 get_directory_contents failures. Fix suggested by
2469 Mark Costlow.
2470
2471 2002-01-31 Mark W. Eichin <eichin@thok.org>
2472
2473 * src/buffer.c (child_open_for_compress): Don't try to read
2474 past the end of the buffer.
2475
2476 2001-10-11 Jim Meyering <meyering@lucent.com>
2477
2478 * argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
2479 and quote_n (1, ... to avoid clobbering a buffer.
2480
2481 2001-09-26 Paul Eggert <eggert@twinsun.com>
2482
2483 * NEWS, configure.ac (AM_INIT_AUTOMAKE): Version 1.13.25.
2484
2485 * src/buffer.c (flush_read): Don't diagnose partial blocks before
2486 end of file; just ignore them silently.
2487
2488 * src/list.c (read_header): Don't keep around extended name
2489 and link info indefinitely; keep it only for the next file.
2490 This fixes a bug introduced in 1.13.24, and removes the need
2491 for some static variables. Set recent_long_name and
2492 recent_long_link to zero if there were no long links; this
2493 avoids a violation of ANSI C rules for pointers in delete.c.
2494 * THANKS: Add Christian Laubscher.
2495
2496 2001-09-26 Jim Meyering <meyering@lucent.com>
2497
2498 * doc/tar.texi (Remote Tape Server): is know -> is known
2499
2500 2001-09-25 Paul Eggert <eggert@twinsun.com>
2501
2502 * lib/unicodeio.c (EILSEQ): Include <iconv.h> first, since
2503 <iconv.h> may define EILSEQ (e.g. libiconv). Define a
2504 replacement EILSEQ to be ENOENT, not EINVAL, since callers may
2505 want to distinguish EINVAL and EILSEQ.
2506
2507 2001-09-24 Christophe Kalt <Christophe.Kalt@kbcfp.com>
2508
2509 * src/extract.c (maybe_recoverable):
2510 Treat OVERWRITE_OLD_DIRS like DEFAULT_OLD_FILES.
2511
2512 2001-09-22 Paul Eggert <eggert@twinsun.com>
2513
2514 * NEWS, configure.ac (AM_INIT_AUTOMAKE): Version 1.13.24.
2515
2516 * ABOUT-NLS, intl/*: Update to gettext-0.10.40, replacing LGPL
2517 with GPL.
2518
2519 * INSTALL, mkinstalldirs: Update to autoconf 2.52 version.
2520 * PORTS: Add copyright notice, 'star' reference.
2521 * README-alpha: Add copyright notice, autoconf 2.52 patch.
2522 * THANKS: Add Christophe Kalt.
2523 * config.sub: Upgrade to 2001-09-14 version.
2524
2525 * configure.ac (ALL_LINGUAS): Add ko.
2526 * po/ko.po: Resurrected file.
2527
2528 * doc/convtexi.pl: Add coding advice for Emacs.
2529
2530 * doc/getdate.texi: Add copyright notice.
2531
2532 * doc/mdate-sh: Upgrade to automake 1.5 version.
2533
2534 * doc/tar.texi (extracting files): Mention --to-stdout.
2535 (Option Summary, Dealing with Old Files): New option --overwrite-dir.
2536 (Overwrite Old Files): Likewise.
2537
2538 * lib/Makefile.am (noinst_HEADERS):
2539 Remove copysym.h. Add print-copyr.h, unicodeio.h.
2540 (libtar_a_SOURCES): Remove copysym.c, Add print-copyr.c, unicodeio.c.
2541
2542 * lib/copysym.c, lib/copysym.h: Remove.
2543 * lib/print-copyr.c, lib/print-copyr.h, lib/unicodeio.c,
2544 lib/unicodeio.h: New files.
2545
2546 * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
2547 lib/mktime.c, lib/strtoll.c: Switch from LGPL to GPL.
2548
2549 * lib/quotearg.c (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
2550 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
2551
2552 * m4/Makefile.am (EXTRA_DIST): Remove isc-posix.m4.
2553 * m4/isc-posix.m4: Remove.
2554
2555 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit.
2556
2557 * po/POTFILES.in: Add copyright notice.
2558
2559 * src/Makefile.am (LDADD): Like libtar.a before @INTLLIBS@ as
2560 well as after.
2561 * tests/Makefile.am (LDADD): Likewise.
2562
2563 * src/buffer.c (write_archive_buffer, close_archive):
2564 If an archive is a socket, treat it like a FIFO.
2565 (records_read, records_written): New vars.
2566 (write_archive_to_stdout): Now bool, not int.
2567 (open_archive, flush_write, flush_read): Keep records_read and
2568 records_written up to date.
2569
2570 * src/common.h (enum old_files): New value OVERWRITE_OLD_DIRS.
2571 (write_archive_to_stdout): Now bool, not int.
2572 (enum read_header): New value HEADER_SUCCESS_EXTENDED.
2573 (read_header): Now takes bool arg. Existing callers modified
2574 to pass 0, unless otherwise specified.
2575
2576 * src/delete.c (records_read): Remove; now a global.
2577 (acting_as_filter): Now bool, not int.
2578 (recent_long_name, recent_long_link, recent_long_name_blocks,
2579 recent_long_link_blocks, records_read, records_written): New decls.
2580 (records_skipped): New var.
2581 (move_archive): Don't divide by zero if arg is 0.
2582 Use the above vars to compute how far to move.
2583 (write_recent_blocks): New function.
2584 (delete_archive_member): Pass 1 to read_header, so that it doesn't
2585 read more than 1 block. Handle resulting HEADER_SUCCESS_EXTENDED code.
2586 Keep track of how many records have been skipped.
2587 Let the buffer code count records.
2588 When copying a header, copy any extended headers that came before it.
2589
2590 * src/extract.c (extract_archive): When marking a directory to be
2591 updated after symlinks, stat all directories after it in the
2592 delayed-set-stat list too, since they will be checked after
2593 symlinks. Add support for --overwrite-dir.
2594
2595 * src/list.c (recent_long_name, recent_long_link,
2596 recent_long_name_blocks, recent_long_link_blocks): New vars.
2597 (read_and): Pass 0 to read_header.
2598 (read_header): New arg RAW_EXTENDED_HEADERS. Store away extended
2599 headers into new vars. Null-terminate incoming symbolic links.
2600
2601 * src/rmt.c: Include print-copyr.h, not copysym.h.
2602 (main): Use print_copyright, not copyright_symbol.
2603 * src/tar.c (decode_options): Likewise.
2604 (OVERWRITE_DIR_OPTION): New constant.
2605 (long_options, usage, decode_options): Add --overwrite-dir.
2606
2607 * src/tar.h: Put copyright notice into documentation.
2608
2609 * tests/Makefile.am (TESTS): Add delete03.sh.
2610 * tests/delete03.sh: New file.
2611
2612 * tests/genfile.c: Include print-copyr.h, not copysym.h.
2613 (main): Use print_copyright, not copyright_symbol.
2614 Include <argmatch.h>.
2615 (pattern_strings): Remove.
2616 (pattern_args, pattern_types): New constants.
2617 (main): Use XARGMATCH, not argmatch.
2618
2619 2001-09-20 Jim Meyering <meyering@lucent.com>
2620
2621 * lib/xstrtol.c (strtoimax): Guard declaration with
2622 `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
2623 The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
2624 have their own, conflicting declaration of strtoimax in sys/inttypes.h.
2625 (strtoumax): Likewise, for completeness (it wasn't necessary).
2626 * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
2627 Check for declaration of strtoimax.
2628 * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
2629 Check for declaration of strtoumax.
2630
2631 2001-09-16 Paul Eggert <eggert@twinsun.com>
2632
2633 * fnmatch.m4 (jm_FUNC_FNMATCH): Fix typo in previous patch: yes -> no.
2634
2635 2001-09-14 Paul Eggert <eggert@twinsun.com>
2636
2637 * NEWS, configure.ac (AC_INIT_AUTOMAKE): Version 1.13.23.
2638
2639 * README-alpha: Describe automake patch.
2640
2641 * configure.ac (LIBOBJS):
2642 Remove automake 1.4 workaround, as we're using 1.5 now.
2643 (USE_INCLUDED_LIBINTL): New AC_DEFINE.
2644
2645 * lib/copysym.c: Include stddef.h, for size_t.
2646 Include langinfo.h if needed.
2647 Use locale_charset only if USE_INCLUDED_LIBINTL;
2648 if not, use nl_langinfo (CODESET) if available.
2649
2650 2001-09-13 Paul Eggert <eggert@twinsun.com>
2651
2652 * config.guess, config.sub: Sync with canonical versions.
2653
2654 * configure.ac (jm_PREREQ_XGETCWD): Add.
2655
2656 * lib/Makefile.am (noinst_HEADERS): Add copysym.h.
2657 (libtar_a_SOURCES): Add copysym.c.
2658 * copysym.c, copysym.h: New files.
2659
2660 * lib/error.c: Sync with fileutils version.
2661
2662 * m4/Makefile.am (EXTRA_DIST): Add getcwd.m4; remove uintmax_t.m4.
2663 * m4/getcwd.m4: New file.
2664 * m4/uintmax_t.m4: Remove.
2665
2666 * m4/gettext.m4 (AM_WITH_NLS):
2667 Fix bug with calculating version of Bison 1.29.
2668 Reported by Karl Berry.
2669
2670 * src/Makefile.am (datadir): Remove.
2671
2672 * src/rmt.c: Include copysym.h.
2673 (main): Use copyright_symbol to translate copyright notice,
2674 instead of gettext.
2675 * src/tar.c: Likewise.
2676 * tests/genfile.c: Likewise.
2677
2678 * src/system.h (MB_LEN_MAX): New symbol.
2679
2680 2001-09-11 Paul Eggert <eggert@twinsun.com>
2681
2682 * src/extract.c (struct delayed_set_stat): New member
2683 'after_symlinks'.
2684 (delay_set_stat): Initialize it to 0.
2685 (set_mode): New arg current_stat_info. Use it (if nonnull) to avoid
2686 taking an extra stat ourselves. All callers changed.
2687 (set_stat): Likewise.
2688 (apply_nonancestor_delayed_set_stat): New arg 'after_symlinks'.
2689 If false, stop when encountering a struct whose 'after_symlinks'
2690 member is true. Otherwise, go through all structures but check
2691 them more carefully. All callers changed.
2692 (extract_archive): When extracting a deferred symlink, if its parent
2693 directory's status needs fixing, then mark the directory as needing
2694 to be fixed after symlinks.
2695 (extract_finish): Fix status of ordinary directories, then apply
2696 delayed symlinks, then fix the status of directories that are
2697 ancestors of delayed symlinks.
2698
2699 * src/rtapelib.c (rexec):
2700 Remove declaration; it ran afoul of prototypes on Crays.
2701 Reported by Wendy Palm of Cray.
2702
2703 2001-09-06 Paul Eggert <eggert@twinsun.com>
2704
2705 * lib/strtoimax.c (HAVE_LONG_LONG):
2706 Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
2707 (strtoimax): Use sizeof (long), not
2708 sizeof strtol (ptr, endptr, base),
2709 to work around bug in IBM C compiler.
2710
2711 2001-09-04 Paul Eggert <eggert@twinsun.com>
2712
2713 * lib/xgetcwd.c: Include "xalloc.h".
2714 (xgetcwd): Do not return NULL when memory is exhausted; instead,
2715 report an error and exit.
2716
2717 * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
2718 (jm_PREREQ): Use it.
2719
2720 2001-09-03 Paul Eggert <eggert@twinsun.com>
2721
2722 * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
2723 (jm_PREREQ_XGETCWD): New macro.
2724
2725 * lib/exclude.c (fnmatch_no_wildcards):
2726 Fix typo that caused us to do case-folding
2727 search even when that was not desired. This occurred only in the
2728 no-wildcard case.
2729
2730 * lib/xgetcwd.c: Include pathmax.h if not HAVE_GETCWD.
2731 Do not include xalloc.h.
2732 (INITIAL_BUFFER_SIZE): New symbol.
2733 Do not use xmalloc / xrealloc, since the caller is responsible for
2734 handling errors. Preserve errno around `free' during failure.
2735 Do not overrun buffer when using getwd.
2736
2737 * lib/xgetcwd.c (xgetcwd):
2738 Use HAVE_GETCWD_NULL, not defined __GLIBC__ && __GLIBC__ >= 2,
2739 to decide whether to use getcwd (NULL, 0).
2740
2741 2001-09-02 Paul Eggert <eggert@twinsun.com>
2742
2743 * lib/xgetcwd.c: Fix typo in local var; from Jim Meyering.
2744
2745 2001-09-01 Jim Meyering <meyering@lucent.com>
2746
2747 * exclude.c: Use `""', not `<>' to #include non-system header files.
2748 (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
2749 and strncasecmp as r-values. Unixware didn't have declarations.
2750
2751 2001-08-31 Jim Meyering <meyering@lucent.com>
2752
2753 * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
2754 Use an initial, malloc'd, buffer of length 128 rather than
2755 a statically allocated one of length 1024.
2756
2757 2001-08-30 Paul Eggert <eggert@twinsun.com>
2758
2759 * lib/utime.c: Include full-write.h.
2760 * lib/xstrtol.c (strtoimax): New decl.
2761
2762 2001-08-29 Paul Eggert <eggert@twinsun.com>
2763
2764 * NEWS, configure.ac (AC_INIT_AUTOMAKE): Version 1.13.22.
2765
2766 * src/create.c (dump_file): Relativize link names before dumping.
2767 This fixes a bug reported by Jose Pedro Oliveira.
2768
2769 * src/create.c (dump_file): Use offsetof when computing sizes for
2770 struct hack; this avoids wasted space in some cases.
2771 * src/incremen.c (note_directory, find_directory): Likewise.
2772 * src/names.c (name_gather, addname): Likewise.
2773
2774 * src/extract.c (extract_archive): Use strcpy, not memcpy,
2775 for consistency with other code that does similar things.
2776 * src/names.c (name_gather): Likewise.
2777
2778 * src/names.c (read_name_from_file, name_next, name_gather,
2779 add_hierarchy_to_namelist): Avoid quadratic behavior when
2780 reallocating buffers. Check for buffer size overflow.
2781 (addname): Avoid unnecessary clearing of memory.
2782
2783 2001-08-29 "Jan D." <Jan.Djarv@mbox200.swipnet.se>
2784
2785 * src/extract.c (delay_set_stat): Fix off-by-one error in file
2786 name size allocation that caused core dumps.
2787
2788 2001-08-28 Paul Eggert <eggert@twinsun.com>
2789
2790 * NEWS, configure.ac (AC_INIT_AUTOMAKE): Version 1.13.21.
2791
2792 * configure.ac (GNU_SOURCE): Define to 1, not /**/.
2793 (major_t, minor_t, ssize_t): Use new-style AC_CHECK_TYPE.
2794 (daddr_t): Remove; no longer used.
2795 (jm_PREREQ_HUMAN): Add.
2796
2797 * acconfig.h: Remove; no longer needed.
2798
2799 * config.guess, config.sub:
2800 New files, from automake 1.5. Gettext 0.10.39 needs them.
2801 * depcomp, missing, mkinstalldirs: Upgrade to automake 1.5.
2802
2803 * Makefile.am (AUTOMAKE_OPTIONS): Add dist-bzip2.
2804 (SUBDIRS): Put intl before lib, as gettext requires.
2805
2806 * ABOUT-NLS: Upgrade to gettext 0.10.39.
2807 * intl: Upgrade entire directory to gettext 0.10.39.
2808 * m4/codeset.m4, m4/glibc21.m4, m4/iconv.m4:
2809 New files, from gettext 0.10.39.
2810 * m4/gettext.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/progtest.m4,
2811 Upgrade to gettext 0.10.39,
2812 * po/Makefile.in.in: Likewise, except fix a typo in its copying
2813 permissions.
2814 * po/cat-id-tbl.c, po/stamp-cat-id:
2815 Remove; no longer used by gettext 0.10.39.
2816 * po/ChangeLog: New file.
2817
2818 * doc/Makefile.am (EXTRA_DIST): Add freemanuals.texi.
2819 $(srcdir)/tar.texi: Likewise.
2820 * doc/freemanuals.texi: New file.
2821 * doc/tar.texi (Free Software Needs Free Documentation): New appendix.
2822 `fileds' -> `fields'
2823 * doc/texinfo.tex: Upgrade to version 2001-07-25.07.
2824
2825 * lib/Makefile.am (EXTRA_DIST): Add strtoll.c, strtoimax.c.
2826 (noinst_HEADERS): Add quote.h.
2827 (libtar_a_SOURCES): Add quote.c, xstrtoimax.c.
2828
2829 * lib/exclude.c: Fix typo in '#include <stdint.h>' directive.
2830
2831 * lib/full-write.c, lib/savedir.c: Comment fix.
2832
2833 * lib/pathmax.h: Remove.
2834
2835 * lib/quote.c, lib/quote.h: New files.
2836
2837 * lib/xgetcwd.c: Don't include pathmax.h.
2838 Include stdlib.h and unistd.h if available.
2839 Include xalloc.h.
2840 (xmalloc, xstrdup, free): Remove decls.
2841 (xgetcwd): Don't assume sizes fit in unsigned.
2842 Check for overflow when computing sizes.
2843 Simplify reallocation code.
2844
2845 * lib/xmalloc.c: Quote failure tests.
2846
2847 * lib/strtoumax.c, lib/xstrtoimax.c: New files.
2848
2849 * lib/strtoimax.c: Renamed from strtouxmax.c. Make it more
2850 similar to strtol.c.
2851 (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.
2852 (verify): New macro.
2853 (strtoumax, uintmax_t, strtoull, strtol): Remove.
2854 (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
2855 (strtoimax): Renamed from strtoumax. All uses of unsigned values
2856 changed to signed values. Check sizes at compile-time, not
2857 run-time. Prefer strtol to strtoll if both work.
2858 (main): Remove.
2859
2860 * lib/xstrtol.h (xstrtoimax): New decl.
2861
2862 * m4/Makefile.am (EXTRA_DIST):
2863 Add codeset.m4, glibc21.m4, iconv.m4, inttypes.m4,
2864 longlong.m4, xstrtoimax.m4.
2865
2866 * m4/inttypes.m4 (jm_AC_HEADER_INTTYPES_H):
2867 Remove; now done by autoconf.
2868 (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T): Replace with
2869 Use AC_CHECK_TYPE instead of merely looking for the header.
2870
2871 * m4/uintmax_t.m4: Use shorter comment.
2872
2873 * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
2874 Quote first arg of AC_DEFUN.
2875 Require jm_AC_TYPE_INTMAX_T and jm_AC_TYPE_LONG_LONG since they
2876 is needed to parse the include file.
2877 Simplify logic behind the args to AC_REPLACE.
2878
2879 * src/Makefile.am (OMIT_DEPENDENCIES): Remove.
2880
2881 * src/ansi2knr.1, src/ansi2knr.c: Remove; wasn't being used.
2882
2883 * src/rmt.c (main):
2884 Use "Copyright %d" to simplify the translator's job in the future.
2885 Advise translator about circle-C.
2886 * src/tar.c: (decode_options): Likewise.
2887 * tests/genfile.c (main): Likewise.
2888
2889 2001-08-28 Jim Meyering <meyering@lucent.com>
2890
2891 * lib/argmatch.c: Include "quote.h".
2892 (argmatch_invalid): Quote the context.
2893
2894 * lib/dirname.c (dir_name): Fix typo on PC platforms.
2895
2896 * lib/backupfile.c, lib/basename.c, lib/dirname.c, lib/strtoul.c:
2897 Use single-quote for local .h files.
2898
2899 * lib/error.h (__attribute__): Don't depend on __STRICT_ANSI__.
2900
2901 * lib/getopt.c, lib/getopt.h, lib/getopt1.c: Upgrade to recent
2902 glibc versions.
2903
2904 * lib/getdate.y (get_date): Initialize tm_isdst to -1 before
2905 invoking mktime the last time.
2906
2907 * lib/pathmax.h: Use #if rather than #ifdef for HAVE_UNISTD_H.
2908
2909 * lib/rename.c: Major rewrite by Volker Borchert to use system
2910 rename function, but to work around problems with trailing
2911 slashes.
2912
2913 * lib/strtoll.c: New file, from glibc.
2914 * lib/strtoul.c: Update from glibc.
2915
2916 * lib/strtouxmax.c: Renamed from lib/strtoumax.c.
2917 Add support for signed numbers, too.
2918 (strtoul, strtoull): Do not declare if STRTOUXMAX_UNSIGNED
2919 is not defined.
2920 (strtol, strtoll): Declare as needed, if STRTOUXMAX_UNSIGNED is
2921 not defined.
2922 (strtoumax, uintmax_t, strtoull, strtoul): New macros.
2923 (main): Use generic names in debugging output.
2924 * lib/strtoimax.c: Plus add the following changes of my own:
2925 (main): Use accurate names in debugging output.
2926
2927 * lib/xgetcwd.c (xgetcwd): Use getcwd if glibc 2 or later.
2928 Don't use PATH_MAX.
2929
2930 * m4/c-bs-a.m4, m4/check-decl.m4, m4/d-ino.m4, m4/error.m4,
2931 m4/getline.m4, m4/jm-mktime.m4, m4/malloc.m4, m4/mbrtowc.m4,
2932 m4/mbstate_t.m4, m4/realloc.m4, m4/uintmax_t.m4, m4/utimbuf.m4,
2933 m4/utime.m4, m4/utimes.m4:
2934 Quote the first argument in each use of AC_DEFUN.
2935
2936 * m4/getline.m4: Don't use string.h.
2937
2938 * m4/inttypes.m4, m4/longlong.m4, m4/xstrtoimax.m4: New files.
2939
2940 * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): @%:@ -> #.
2941
2942 2001-08-27 Paul Eggert <eggert@twinsun.com>
2943
2944 * NEWS, configure.ac (AC_INIT_AUTOMAKE): Version 1.13.20.
2945
2946 The biggest change is the new --exclude semantics and options.
2947 The basic idea was suggested by Gerhard Poul; thanks!
2948
2949 * NEWS: Describe new --exclude semantics and options, and bug fixes.
2950 * README: ignfail.sh fails on some NFS hosts.
2951 * NEWS, README, lib/xstrtol.h: Add copyright notice.
2952
2953 * Makefile.am (ACLOCAL_AMFLAGS): Add -I m4.
2954 (M4DIR, ACINCLUDE_INPUTS, $(srcdir)/acinclude.m4):
2955 Remove; the automake bug has been fixed.
2956 * acinclude.m4: Remove.
2957
2958 * configure.ac: Renamed from configure.in.
2959 (AC_PREREQ): Bump from 2.13 to 2.52.
2960 (ALL_LINGUAS): Add id, tr. Remove ko, as po/ko.po (dated
2961 1997-05-30) has an encoding error.
2962 (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf.
2963 (AC_FUNC_FNMATCH): Use AC_CONFIG_LINKS, not AC_LINK_FILES.
2964
2965 * doc/fdl.texi: Update to current GNU version.
2966
2967 * doc/tar.texi: Put leading '*' in direntry.
2968 Accommodate new gfdl sectioning.
2969 New option --recursion (the default) that is the inverse of
2970 --no-recursion.
2971
2972 New options --anchored, --ignore-case, --wildcards,
2973 --wildcards-match-slash, and their negations (e.g., --no-anchored).
2974 Along with --recursion and --no-recursion, these control how exclude
2975 patterns are interpreted. The default interpretation of exclude
2976 patterns is now --no-anchored --no-ignore-case --recursion
2977 --wildcards --wildcards-match-slash.
2978
2979 * lib/Makefile.am (OMIT_DEPENDENCIES): Remove.
2980
2981 * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
2982 (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
2983 (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
2984 Include if available.
2985 (<xalloc.h>): Include
2986 (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
2987 (verify): New macro. Use it to verify that EXCLUDE macros do not
2988 collide with FNM macros.
2989 (struct patopts): New struct.
2990 (struct exclude): Use it, as exclude patterns now come with options.
2991 (new_exclude): Support above changes.
2992 (new_exclude, add_exclude_file):
2993 Initial size must now be a power of two to simplify overflow checking.
2994 (free_exclude, fnmatch_no_wildcards): New function.
2995 (excluded_filename): No longer requires options arg, as the options
2996 are determined by add_exclude. Now returns bool, not int.
2997 (excluded_filename, add_exclude):
2998 Add support for the fancy new exclusion options.
2999 (add_exclude, add_exclude_file): Now takes int options arg.
3000 Check for arithmetic overflow when computing sizes.
3001 (add_exclude_file): xrealloc might modify errno, so don't
3002 realloc until after errno might be used.
3003
3004 * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
3005 New macros.
3006 (free_exclude): New decl.
3007 (add_exclude, add_exclude_file): Now takes int options arg.
3008 (excluded_filename): No longer requires options arg, as the options
3009 are determined by add_exclude. Now returns bool, not int.
3010
3011 * lib/prepargs.c: Include <string.h>; required for C99 since
3012 we use strlen.
3013
3014 * lib/quotearg.c:
3015 BSD/OS 4.1 wchar.h requires FILE and struct tm to be declared.
3016
3017 * lib/xstrtol.h (_DECLARE_XSTRTOL): Improve quality of
3018 diagnostic for LONGINT_INVALID_SUFFIX_CHAR.
3019
3020 * m4/Makefile.am (EXTRA_DIST): Add check-decl.m4, mbrtowc.m4.
3021 Remove inttypes_h.m4, largefile.m4, mktime.m4.
3022
3023 * m4/inttypes_h.m4, m4/largefile.m4, m4/mktime.m4: Remove;
3024 subsumed by Autoconf 2.50.
3025
3026 * m4/error.m4: Upgrade to serial 2.
3027
3028 * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Upgrade to serial 4, but
3029 remove test for GNU C library. It's not correct, as some
3030 older glibcs are buggy.
3031
3032 * m4/getline.m4, m4/malloc.m4: Upgrade to serial 4.
3033
3034 * m4/prereq.m4: Upgrade to serial 20, but then:
3035 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
3036 (jm_PREREQ_EXCLUDE): New macro.
3037 (jm_PREREQ_HUMAN): Remove jm_AC_HEADER_INTTYPES_H, as it is subsumed
3038 by autoconf 2.5x.
3039
3040 * m4/realloc.m4: Upgrade to serial 4.
3041
3042 * m4/strerror_r.m4: Revert to serial 1002.
3043
3044 * m4/uintmax_t.m4: Upgrade to autoconf 2.5x.
3045
3046 * m4/utimes.m4: Upgrade to latest version (still "serial 3").
3047
3048 * m4/xstrtoumax.m4: Upgrade to serial 3, but then:
3049 (jm_AC_PREREQ_XSTRTOUMAX): Remove jm_AC_HEADER_INTTYPES_H, as
3050 it is now subsumed by autoconf. Add inttypes.h.
3051
3052 * po/cs.po, po/da.po, po/de.po, po/es.po, po/et.po, po/fr.po,
3053 po/it.po, po/pl.po, po/sl.po, po/sv.po: Sync with translation project.
3054
3055 * src/buffer.c (new_volume): Stop if the script exits with an error.
3056
3057 * src/common.h (excluded_with_slash, excluded_without_slash):
3058 Remove, replacing by:
3059 (excluded): New decl.
3060 (link_error): New decl.
3061 (excluded_name): Now returns bool.
3062
3063 * src/extract.c:
3064 (struct delayed_symlinks, extract_archive, apply_delayed_symlinks):
3065 Support hard links to symbolic links.
3066
3067 (struct delayed_symlink): Remove 'names' member, replacing it with
3068 'sources' and 'target' member. All uses changed.
3069
3070 (struct string_list): New type.
3071
3072 (delayed_set_stat, extract_archive): Use offsetof when computing sizes
3073 for struct hack; this avoids wasted space in some cases.
3074
3075 (extract_archive): Fix test for absolute pathnames and/or "..".
3076 Use link_error to report errors for links.
3077 Remove redundant trailing '/' at "really_dir", for all uses, not
3078 just before invoking mkdir.
3079 If overwriting old files, do not worry so much about existing
3080 directories.
3081 Fix mode computation in the case where the directory exists.
3082
3083 (apply_delayed_symlinks): If we can't make a hard link to a symbolic
3084 link, make a copy of the symbolic link.
3085
3086 * src/incremen.c (get_directory_contents):
3087 If ignore_failed_read_option, only warn about
3088 stat failures.
3089
3090 * src/list.c (from_header): Do not issue a diagnostic if TYPE is zero.
3091 However, check for error even for '-' or '+' case.
3092
3093 (print_header): Try parsing uids and gids as unsigned integers first,
3094 and as a uid_t or gid_t only if that fails. This adds support for
3095 listing positive uids and gids that are greater than UID_MAX and
3096 GID_MAX.
3097
3098 * src/misc.c (link_error): New function.
3099
3100 * src/names.c (collect_and_sort_names):
3101 If ignore_failed_read_option, only warn about
3102 stat errors.
3103
3104 (excluded_name): Now returns bool. Simplify, as the fancy
3105 features are now all in excluded_filename.
3106
3107 * src/rtapelib.c (base_name): Remove decl, as system.h now
3108 declares it.
3109
3110 * src/system.h: Include stddef.h if available.
3111 (offsetof): Declare if stddef.h doesn't.
3112
3113 Include <dirname.h>.
3114 (FILESYSTEM_PREFIX_LEN, ISSLASH): Remove; now defined by dirname.h.
3115
3116 * src/tar.c (ANCHORED_OPTION, IGNORE_CASE_OPTION,
3117 NO_ANCHORED_OPTION, NO_IGNORE_CASE_OPTION, NO_WILDCARDS_OPTION,
3118 NO_WILDCARDS_MATCH_SLASH_OPTION, WILDCARDS_OPTION,
3119 WILDCARDS_MATCH_SLASH_OPTION):
3120 New enum values.
3121
3122 (long_options, usage, decode_options): Add support for --anchored,
3123 --ignore-case, --no-anchored, --no-ignore-case, --no-wildcards,
3124 --no-wildcards-match-slash, --recursion, --wildcards,
3125 --wildcards-match-slash.
3126
3127 (decode_options): Implement the new way of interpreting exclude
3128 patterns.
3129
3130 (usage): --newer-mtime takes a DATE operand. DATE may be a file name.
3131
3132 (OPTION_STRING, decode_options): Add -I, -y. Currently these options
3133 just print error messages suggesting alternatives.
3134
3135 (add_filtered_exclude): Remove.
3136
3137 * tests/Makefile.am (TESTS): Alphabetize, except put version.sh first.
3138
3139 * tests/extrac04.sh (out): Remove
3140 directory/subdirectory/file1, as the new semantics for
3141 --exclude exclude it.
3142
3143 * tests/genfile.c (main): Don't use non-ASCII char in msgid.
3144
3145 2001-08-12 Paul Eggert <eggert@twinsun.com>
3146
3147 * lib/addext.c (<errno.h>): Include.
3148 (errno): Declare if not defined.
3149 (addext): Work correctly on the Hurd, where pathconf returns -1 and
3150 leaves errno alone, because there is no limit. Also, work even if
3151 size_t is narrower than long.
3152
3153 2001-07-08 Paul Eggert <eggert@twinsun.com>
3154
3155 * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
3156
3157 2001-05-10 Paul Eggert <eggert@twinsun.com>
3158
3159 * lib/addext.c (ISSLASH, base_name): Remove decls; now in dirname.h.
3160 Include <backupfile.h> and <dirname.h> after size_t is defined.
3161 (addext): Use base_len to trim redundant trailing slashes instead of
3162 doing it ourselves.
3163
3164 * lib/backupfile.c (ISSLASH, base_name):
3165 Remove decls; now in dirname.h.
3166 Include <argmatch.h>, <backupfile.h>, <dirname.h> after size_t
3167 is defined.
3168 (find_backup_file_name): Rename locals to avoid new functions.
3169 Use base_len instead of rolling it ourselves.
3170 Work even if dirlen is 0.
3171 Use a dir of '.' if given the empty string.
3172
3173 * lib/basename.c:
3174 Do not include <stdio.h>, <assert.h>; no longer needed.
3175 (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Remove; now in dirname.h.
3176 Include <string.h>, <dirname.h>.
3177 (base_name): Allow file names ending in slashes, other than names
3178 that are all slashes. In this case, return the basename followed
3179 by the slashes.
3180
3181 * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
3182 (FILESYSTEM_PREFIX_LEN, ISSLASH): Remove; now in dirname.h.
3183 (dir_len): Renamed from dirlen.
3184 All callers changed.
3185
3186 * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
3187 New macros.
3188 (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
3189
3190 2001-02-16 Paul Eggert <eggert@twinsun.com>
3191
3192 * lib/quotearg.c (mbrtowc, mbrtowc, mbsinit):
3193 Do not declare or define if HAVE_MBRTOWC,
3194 since the test for HAVE_MBRTOWC now requires proper declarations.
3195
3196 * lib/alloca.c (malloc): Undef before defining.
3197
3198 2001-02-13 Paul Eggert <eggert@twinsun.com>
3199
3200 * src/compare.c (read_and_process): Use off_t for size.
3201 From Maciej W. Rozycki.
3202
3203 2001-01-26 Paul Eggert <eggert@twinsun.com>
3204
3205 * lib/quotearg.c: Include stddef.h. From Jim Meyering.
3206
3207 2001-01-12 Paul Eggert <eggert@twinsun.com>
3208
3209 * NEWS, configure.in (AC_INIT_AUTOMAKE): Version 1.13.19.
3210
3211 * lib/savedir.h (savedir): Remove size arg.
3212
3213 * doc/tar.texi: Add @setchapternewpage odd.
3214 Remove -I as an alias for -T, for now.
3215 Add @dircategory.
3216 Update copyright. Remove "Published by".
3217 Dates beginning with / or . are taken to be file names.
3218
3219 * src/tar.c (<time.h>): Do not include;
3220 (time): Do not declare.
3221 (usage): Remove -I as an alias for -T.
3222 (OPTION_STRING): Remove -I.
3223 (decode_options): Dates that look like an absolute path name,
3224 or that start with '.', are presumed to be file names whose
3225 dates are taken.
3226 Remove 'I' as an aliase for 'T'.
3227 Update copyright.
3228
3229 * src/extract.c (<time.h>): Do not include; system.h now does this.
3230 (make_directories): Skip filesystem prefixes.
3231 Don't assume '/' is the only separator.
3232 (extract_sparse_file): Use new full_write semantics.
3233 On write error, return instead of invoking skip_file.
3234 Do not free sparsearray; caller does this now.
3235 (apply_nonancestor_delayed_set_stat): Do not assume '/' is the only
3236 separator.
3237 (extract_archive): Don't assume file name lengths fit in int.
3238 Report what got stripped from member name; it might be more than '/'.
3239 Use new full_write semantics.
3240 Do not pass redundant trailing "/" to mkdir, as POSIX does not allow
3241 mkdir to ignore it.
3242 Do not report mkdir error if old_files_option == KEEP_OLD_FILES.
3243
3244 * src/buffer.c (<time.h>): Do not include; system.h now does this.
3245 (time): Remove decl; likewise.
3246 (child_open_for_uncompress): Use new full_write semantics.
3247 (flush_write): Use ISSLASH instead of testing for '/'.
3248 (flush_read): Likewise.
3249
3250 * src/rmt.h (_remdev): Look for / anywhere in Path.
3251
3252 * src/misc.c (contains_dot_dot): Skip filesystem prefix.
3253 Don't assume '/' is the only separator.
3254 (safer_rmdir): Don't assume '/' is the only separator.
3255
3256 * src/compare.c (diff_archive): Don't assume '/' is the only separator.
3257
3258 * lib/dirname.h (dirlen): New decl.
3259
3260 * src/incremen.c (get_directory_contents):
3261 Remove path_size arg; all callers changed.
3262 Don't assume '/' is the only directory separator.
3263 (gnu_restore): Work even if file name length doesn't fit in int.
3264
3265 * lib/addext.c (ISSLASH): New macro.
3266 (addext): Trim any redundant trailing slashes.
3267
3268 * src/names.c (name_next):
3269 Don't assume '/' is the only directory separator.
3270 (namelist_match): Likewise.
3271 (add_hierarchy_to_namelist): Remove dirsize arg.
3272 Do not assume '/' is the only directory separator.
3273 (new_name): Likewise.
3274
3275 * lib/Makefile.am (noinst_HEADERS): Add dirname.h, full-write.h.
3276 (libtar_a_SOURCES): Add dirname.c.
3277
3278 * src/create.c (relativize):
3279 New function, with much of old start_header's guts.
3280 Handle filesystem prefixes.
3281 (start_header): Use this new function.
3282 (init_sparsearray): Don't bother to zero out the new array;
3283 it's not needed.
3284 (deal_with_sparse): Fix array allocation bug.
3285 (create_archive): Don't assume '/' is the only separator.
3286 (dump_file): Likewise.
3287 Don't worry about leading / in symlink targets.
3288
3289 * lib/savedir.c (savedir):
3290 Remove size arg; it wasn't portable. All callers changed.
3291
3292 * lib/utime.c (utime_null): Adjust to new full_write convention.
3293
3294 * configure.in (YACC): Avoid portability problem with Ultrix sh.
3295
3296 * lib/backupfile.c: Include <dirname.h>.
3297 (ISSLASH): New macro.
3298 (find_backup_file_name): Use dirlen to calculate directory lengths.
3299 (max_backup_version): Strip redundant trailing slashes.
3300
3301 * src/common.h: Include <full-write.h>.
3302 (get_directory_contents): No longer has size arg.
3303 (gnu_restore): Arg is size_t, not int.
3304
3305 * src/system.h: Include <time.h>.
3306 (time): Declare if not defined.
3307
3308 * lib/full-write.c: Include full-write.h, not safe-read.h.
3309 full_write returns size_t, with short writes meaning failure.
3310 All callers changed.
3311
3312 * src/rtapelib.c: Include full-write.h.
3313
3314 * src/rmt.c: Include full-write.h.
3315 (main): Update copyright.
3316
3317 * doc/getdate.texi: Mention that only English is supported.
3318 Show how to use "date" so that the output is acceptable to getdate.
3319 Mention Z as an abbreviation for UTC.
3320
3321 * lib/full-write.h: New file.
3322
3323 * src/list.c: system.h now does time.h stuff.
3324
3325 * lib/dirname.c:
3326 Use HAVE_STDLIB_H, not STDC_HEADERS, to decide whether to include
3327 stdlib.h.
3328 Do not include string.h, strings.h, or assert.h; no longer needed.
3329 (strrchr, memrchr, malloc): Remove decls; no longer needed.
3330 Include <xalloc.h>.
3331 (base_name): New decl.
3332 (BACKSLASH_IS_PATH_SEPARATOR): Remove.
3333 (dir_name_r): Remove.
3334 (dirlen): New function.
3335 (dir_name): Use dirlen instead of dir_name_r.
3336 (<string.h>, <strings.h>): Include only if test program.
3337 (main): Use "return 0", not "exit (0)".
3338
3339 2000-12-08 Paul Eggert <eggert@twinsun.com>
3340
3341 * lib/dirname.h: New file.
3342
3343 2000-11-02 Vesselin Atanasov <vesselin@bgnet.bg>
3344
3345 * lib/fnmatch.c: Do not comment out all the code if we are using
3346 the GNU C library, because in some cases we are replacing buggy
3347 code in the GNU C library itself.
3348
3349 2000-10-30 Paul Eggert <eggert@twinsun.com>
3350
3351 * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
3352
3353 2000-10-29 Paul Eggert <eggert@twinsun.com>
3354
3355 * NEWS, configure.in (AC_INIT_AUTOMAKE): Version 1.13.18.
3356
3357 * src/tar.c: Include <fnmatch.h>, for FNM_LEADING_DIR.
3358
3359 2000-10-28 Paul Eggert <eggert@twinsun.com>
3360
3361 * doc/tar.texi: --no-recursion now applies to extraction, too.
3362 * src/create.c (dump_file): no_recurse_option -> ! recursion_option
3363 * src/names.c (namelist_match, excluded_name):
3364 Do not match subfiles of a directory
3365 if --no-recursion is specified.
3366 * src/tar.c (NO_RECURSE_OPTION): Remove.
3367 (long_options): Have getopt set the --no-recursion flag.
3368 (decode_options): Initialize recursion_option to FNM_LEADING_DIR.
3369 Remove case for NO_RECURSE_OPTION.
3370 * src/common.h (recursion_option):
3371 Renamed from no_recurse_option, with sense
3372 negated, and with FNM_LEADING_DIR being the nonzero value.
3373
3374 * names.c (namelist_match): New function.
3375 (name_match, name_scan): Use it to eliminate duplicate code.
3376 (names_notfound): Remove special case for Amiga.
3377
3378 2000-10-27 Paul Eggert <eggert@twinsun.com>
3379
3380 * src/misc.c (read_error_details, read_warn_details,
3381 read_fatal_details): Don't assume size_t is unsigned long.
3382
3383 * src/buffer.c (flush_read): If read_full_records_option, try to
3384 fill the input buffer, as --delete -f - needs this.
3385
3386 2000-10-24 Paul Eggert <eggert@twinsun.com>
3387
3388 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Port to autoconf 2.13.
3389
3390 * src/buffer.c (check_label_pattern):
3391 Make sure header name is a string before
3392 passing it to fnmatch.
3393 (init_volume_number): Check for global_volno overflow.
3394 (new_volume): Check for global_volno overflow.
3395
3396 * src/tar.c (decode_options):
3397 Check that volume label is not too long to overflow
3398 name in tar header block.
3399
3400 * Makefile.am (EXTRA_DIST): Remove rebox.el.
3401
3402 * configure.in (HAVE_DECL_STRERROR_R): Remove our handwritten code.
3403 (AC_FUNC_STRERROR_R): Use this instead.
3404
3405 2000-10-23 Paul Eggert <eggert@twinsun.com>
3406
3407 * src/extract.c: Include <time.h>, since we invoke "time".
3408
3409 * lib/prepargs.c (prepend_default_options):
3410 Don't use NULL, for portability.
3411
3412 * m4/fnmatch.m4: Add "working" to message.
3413
3414 * src/names.c: (_GNU_SOURCE): Remove; autoconf now does this.
3415 Include <hash.h>.
3416 (getpwuid, getgrgid): Declare only if system headers don't.
3417 (gid_to_gname): Don't invoke setgrent.
3418 (namelist): Now static, not global.
3419 (nametail): New var. All uses of namelast changed to use
3420 nametail, with one extra level of indirection.
3421 (name_gather): Use memcpy instead of strncpy + assignment of NUL.
3422 (name_match): Set nametail too, when setting namelist to null.
3423 (add_hierarchy_to_namelist): Change type of dir arg from char * to
3424 struct name *, so that we don't have to look up the name again
3425 here. Get change_dir from dir rather than as a separate arg. Add
3426 dirsize arg, and pass it along to get_directory_contents. Remove
3427 unnecessary check of directory type.
3428 (new_name): Do not append a slash if PATH already ends in one.
3429 (avoided_names, struct avoided_name): Remove.
3430 (avoided_name_table): New var, replacing avoided_names.
3431 (hash_avoided_name, compare_avoided_names): New function.
3432 (add_avoided_name, is_avoided_name): Use hash table rather than
3433 linked list.
3434
3435 * src/buffer.c (_GNU_SOURCE): Remove; autoconf now does this.
3436 (child_open_for_compress, child_open_for_uncompress,
3437 close_archive): Propagate any failure of the compression process
3438 back to "tar".
3439 (open_archive, flush_write, flush_read, close_archive): Do not
3440 allocate an array of size PATH_MAX, as PATH_MAX might be (size_t)
3441 -1. Instead, allocate an array with the size that's needed.
3442 (open_archive): Don't bother checking S_ISCHR of /dev/null.
3443 (backspace_output): Don't try to backspace past start of archive.
3444 (close_archive): Remove special case for DELETE_SUBCOMMAND.
3445
3446 * acconfig.h (_GNU_SOURCE, DEFAULT_ARCHIVE, DEFAULT_BLOCKING,
3447 DENSITY_LETTER, DEVICE_PREFIX, EMUL_OPEN3, HAVE_GETGRGID,
3448 HAVE_GETPWUID, HAVE_MKNOD, HAVE_RTAPELIB, HAVE_ST_FSTYPE_STRING,
3449 HAVE_UNION_WAIT, HAVE_UTIME_H, HAVE_VALLOC, MTIO_CHECK_FIELD, PACKAGE,
3450 PROTOTYPES, REMOTE_SHELL, STD_INC_PATH, VERSION, WITH_CATALOGS,
3451 WITH_DMALLOC, WITH_REGEX):
3452 Remove; now generated automatically.
3453
3454 * configure.in (_GNU_SOURCE): Define to empty, not 1, for
3455 compatibility for glibc fragments.
3456 (_GNU_SOURCE, HAVE_UTIME_H, MTIO_CHECK_FIELD,
3457 HAVE_ST_FSTYPE_STRING, HAVE_MKNOD, REMOTE_SHELL, DENSITY_LETTER,
3458 DEVICE_PREFIX, DEFAULT_ARCHIVE, DEFAULT_BLOCKING): Add comment so
3459 that we needn't put an entry into acconfig.h.
3460 (ALL_LINGUAS): Add da.
3461 (AC_C_BACKSLASH_A): Remove; jm_PREREQ_QUOTEARG now does this.
3462 (AC_CHECK_HEADERS): Add stdbool.h (for hash.h users), wctype.h
3463 (for strtol.c).
3464 (AC_MBSTATE_T): Add.
3465 (RMT): Append $(EXEEXT).
3466 (HAVE_GETGRGID, HAVE_GETPWUID, pe_AC_TYPE_SIGNED_CHAR): Remove.
3467 (HAVE_DECL_FREE, HAVE_DECL_GETGRGID, HAVE_DECL_GETPWUID,
3468 HAVE_DECL_GETENV, HAVE_DECL_MALLOC, HAVE_DECL_STRTOUL,
3469 HAVE_DECL_STRTOULL, HAVE_DECL_STRERROR_R): New macros.
3470 (jm_PREREQ_ADDEXT, jm_PREREQ_ERROR, jm_PREREQ_QUOTEARG): Add.
3471 (AC_REPLACE_FUNCS): Remove execlp; no longer needed.
3472 (AC_CHECK_FUNCS): Add clock_gettime; AC_SEARCH_LIBS wasn't enough.
3473 Remove mbrtowc; jm_PREREQ_QUOTEARG now does this.
3474 (EMUL_OPEN3): Remove; no longer needed.
3475 (DENSITY_LETTER, DEVICE_PREFIX): Simplify m4 quoting.
3476
3477 * m4/fnmatch.m4 (AC_FUNC_FNMATCH): Detect d*/*1 vs d/s/1 bug.
3478
3479 * src/common.h: Do not include basename.h.
3480 * src/rtapelib.c (base_name): Do not include basename.h;
3481 declare base_name instead.
3482
3483 * lib/basename.h, lib/execlp.c, lib/getpagesize.h, lib/mkdir.c:
3484 Remove these files.
3485 * lib/getstr.c, lib/getstr.h, lib/hash.h, lib/hash.h, lib/prepargs.c,
3486 lib/prepargs.h, lib/savedir.c, lib/savedir.h: New files.
3487 * lib/Makefile.am (EXTRA_DIST, noinst_HEADERS, libtar_a_SOURCES):
3488 Adjust to the above changes.
3489
3490 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove ../src/ansi2knr.
3491
3492 * src/open3.c: Remove.
3493
3494 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove ansi2knr.
3495 (tar_SOURCES): Remove open3.c.
3496 (INCLUDES): Remove -I.., as automake does that.
3497 (OMIT_DEPENDENCIES): ../lib/fnmatch.h -> fnmatch.h. Add localedir.h.
3498
3499 The following changes are to put LOCALEDIR into localedir.h instead
3500 of passing it on the command line.
3501 (DEFS): Remove.
3502 (DISTCLEANFILES): New macro.
3503 (localedir.h): New rule.
3504 (rmt.o tar.o): Now depend on localedir.h.
3505
3506 * tests/delete02.sh, tests/extrac04.sh: New files.
3507
3508 * tests/Makefile.am (AUTOMAKE_OPTIONS): Remove ansi2knr.
3509 (TESTS): Add extrac04.sh, and restore delete02.sh.
3510 (DEFS): Remove; LOCALEDIR is now done via localedir.h.
3511 (INCLUDES): Remove -I.. as automake does this now.
3512
3513 * src/rtapelib.c (rexec): Don't declare unless using it.
3514 (do_command): Simplify signal-handling code slightly.
3515
3516 * src/delete.c (blocks_needed): Remove. All uses changed to use
3517 blocking_factor - new_blocks.
3518 (acting_as_filter): New var.
3519 (write_record, delete_archive_members): Use acting_as_filter
3520 rather than archive == STDIN_FILENO to detect whether we're acting
3521 as a filter, as open can return STDIN_FILENO in some cases.
3522 (delete_archive_members): Ignore zero blocks if
3523 ignore_zeros_option is nonzero. Fix bug that messed up last
3524 output block: write_eot can't be used here, as it gets confused
3525 when the input is at end of file.
3526
3527 * src/compare.c (diff_archive): Do not impose an arbitrary limit on
3528 symbolic link contents length. Pass directory size to
3529 get_directory_contents.
3530
3531 * m4/decl.m4, m4/error.m4, m4/mbstate_t.m4, m4/prereq.m4,
3532 m4/strerror_r.m4: New files.
3533 * m4/signedchar.m4: Remove this file.
3534 * Makefile.am (ACINCLUDE_INPUTS): Adjust to above changes.
3535 * m4/Makefile.am (EXTRA_DIST): Likewise.
3536
3537 * Makefile.am (DISTCLEANFILES): Add intl/libintl.h.
3538
3539 * po/da.po: New translation file.
3540
3541 * src/mangle.c (extract_mangle):
3542 Fix diagnostic with wrong number of %s'es.
3543
3544 * lib/fnmatch.c (fnmatch):
3545 Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
3546 e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
3547
3548 * lib/full-write.c (full_write): Some buggy drivers return 0 when you
3549 fall off a device's end. Detect this.
3550
3551 * src/system.h (IN_CTYPE_DOMAIN): Renamed from CTYPE_DOMAIN. All
3552 uses changed.
3553 (open): Remove macro; we no longer support EMUL_OPEN3. Do not
3554 include <pathmax.h> and directory include files like <dirent.h>;
3555 no longer used. Include <savedir.h> instead.
3556 (closedir, signed_char): remove macro; no longer used.
3557 (bool, false, true): Include <stdbool.h> if you have the include
3558 file, otherwise define.
3559
3560 * src/misc.c:
3561 (is_dot_or_dotdot, closedir_error, closedir_warn, opendir_error,
3562 opendir_warn, readdir_error): Remove; no longer needed.
3563 (safer_rmdir): Strip leading ./ (or .// or ./// or ././ or etc.)
3564 before deciding whether we're trying to remove ".".
3565 (remove_any_file): Try unlink first if we are not root. Use
3566 savedir when recursively removing directories, to avoid exhausting
3567 file descriptors.
3568 (savedir_error, savedir_warn, symlink_error): New functions.
3569
3570 * src/list.c: (read_and): Do not invoke
3571 apply_nonancestor_delayed_set_stat; DO_SOMETHING is now
3572 responsible for that. Do not invoke apply_delayed_set_stat; our
3573 caller is now responsible for that.
3574 (read_header): Use signed char instead of signed_char. Prevent
3575 later references to current_header from mistakenly treating it as
3576 an old GNU header.
3577 (from_header): Quote invalid base-64 strings in diagnostics.
3578 (time_from_header): Do not warn about future timestamps in
3579 archive; check_time now does that.
3580 (print_header): Quote unknown file types.
3581 (skip_member): New function, replacing skip_extended_headers and
3582 now skipping the whole member instead of just the extended
3583 headers. All callers changed. This makes the code handle
3584 extended headers uniformly, and fixes some bugs.
3585
3586 * src/update.c (update_archive): Use skip_member.
3587
3588 * src/extract.c (we_are_root): Now global.
3589 (struct delayed_symlink): New type.
3590 (delayed_symlink_head): New var.
3591 (extr_init, fatal_exit): Invoke extract_finish on fatal errors,
3592 not apply_delayed_set_stat.
3593 (set_mode, set_stat): Pointer args are now const pointers.
3594 (check_time): New function.
3595 (set_stat): Warn if setting a file's timestamp to be the future.
3596 (make_directories): Do not save and restore errno.
3597 (maybe_recoverable): Set errno to ENOENT if we cannot make missing
3598 intermediate directories.
3599 (extract_archive): Invoke apply_nonancestor_delayed_set_stat here,
3600 not in caller. Extract potentially dangerous symbolic links more
3601 carefully, deferring their creation until the end, and using a
3602 regular file placeholder in the meantime. Do not remove trailing
3603 / and /. from file names. Do not bother checking for ".." when
3604 checking whether a directory loops back on itself, as loopbacks
3605 can occur with symlinks too. Also, in that case, do not bother
3606 saving and restoring errno; just set it to EEXIST.
3607 (apply_nonancestor_delayed_set_stat): A prefix is a potential
3608 ancestor if it ends in slash too (as well as ending in a char just
3609 before slash).
3610 (apply_delayed_set_stat): Remove.
3611 (apply_delayed_symlinks, extract_finish): New functions.
3612
3613 * doc/fdl.texi: New file.
3614 * doc/Makefile.am (EXTRA_DIST): Add fdl.texi.
3615 ($(srcdir)/tar.info): Add fdl.texi. Invoke makeinfo with --no-split.
3616 * doc/tar.texi: Add Free Documentation License. New section
3617 "Overwrite Old Files", and revamp that section to make it easier to
3618 follow. "tar" -> "GNU tar" where appropriate. Migrate getdate
3619 documentation into getdate.texi. Fix several minor typos. Describe
3620 TAR_OPTIONS. Describe incompatibility between incremental backups and
3621 --atime-preserve. Describe incompatibility between --verify and other
3622 options. Mention that tar normally removes symbolic links rather than
3623 following them, when extracting a file of the same name.
3624
3625 * THANKS: Add gpoul. Change skip's address.
3626
3627 * po/POTFILES.in: Add lib/human.c.
3628
3629 * src/common.h (namelist, namelast): Remove decls.
3630 (we_are_root, extract_finish, skip_member, savedir_error,
3631 savedir_warn, symlink_error, gnu_list_name): New decls.
3632 (apply_delayed_set_stat, apply_nonancestor_delayed_set_stat,
3633 skip_extended_headers, is_dot_or_dotdot, closedir_error,
3634 closedir_warn, opendir_error, opendir_warn, readdir_error,
3635 readdir_warn): Remove decls.
3636 (get_directory_contents): New off_t arg.
3637 (addname): Now returns struct name *.
3638
3639 * src/tar.h, tests/genfile.c: Fix comments.
3640
3641 * src/create.c: Include hash.h.
3642 (gnu_list_name): Remove decl.
3643 (struct link): Remove "next" member.
3644 (linklist): Remove.
3645 (start_header): Say "leading `FOO'" rather than "`FOO' prefix" for
3646 consistency with other diagnostics.
3647 (deal_with_sparse): Check for I/O error when closing the file.
3648 (create_archive): Do not allocate an array of size PATH_MAX, as
3649 PATH_MAX might be (size_t) -1. Instead, allocate an array with
3650 the size that's needed.
3651 (hash_link, compare_links): New functions.
3652 (dump_file): Do not exhaust open file descriptors when descending
3653 deeply into a directory, by using savedir rather than
3654 opendir/readdir. Do not zero-fill the name buffer unnecessarily.
3655 Hash the set of links already created, instead of using a linked
3656 list. Fix some bugs in outputting sparse files which caused the
3657 sparse tables to be incorrect. When a file unexpectedly shrinks,
3658 output zeros rather than garbage. Do not allocate an array of
3659 size PATH_MAX, as PATH_MAX might be (size_t) -1. Instead,
3660 allocate an array with the size that's needed.
3661
3662 * src/incremen.c: Include hash.h.
3663 (struct directory): Remove "next", "dir_text". Change "name" to
3664 be char[1] with struct hack, not const char *. Add "found".
3665 (directory_list): Remove. Replaced by directory_table.
3666 (directory_table): New var.
3667 (nfs_string): Renamed from nfs.
3668 (hash_directory, compare_directories): New functions.
3669 (note_directory): Now returns struct directory *. First arg is
3670 now const pointer. struct stat arg is now dev_t, ino_t, nfs.
3671 Remove text arg. New "found" arg, basically corresponding to the
3672 old text arg not being null. All callers changed.
3673 (note_directory, find_directory): Use hash table rather than
3674 linked list.
3675 (get_directory_contents): New arg "device". Use savedir to do the
3676 hard work. Save the nfs-ness of stat_data, since it might change
3677 under us. Use note_directory instead of find_directory to save
3678 some work. When adding an "A" record, do it with
3679 add_to_accumulator instead of cheating with strcat.
3680 (read_directory_file): Use "+" flag before device to indicate
3681 whether it was NFS. Fix typo in checking for strtoul error.
3682 (write_directory_file_entry): New function.
3683 (write_directory_file): Use it, and use the hash routines to
3684 traverse the directory table.
3685 (gnu_restore): Use savedir rather than opendir/readdir.
3686
3687 * src/tar.c: Include localedir.h, prepargs.h.
3688 (long_options): Now static.
3689 (long_options, usage, decode_options): -j is now short for
3690 --bzip2, and -I is now an alias for -T.
3691 (decode_options, main): argv is not const pointer now.
3692 (decode_options): Invoke prepend_default_options to support
3693 TAR_OPTIONS. In diagnostic, mention the string that was the
3694 invalid blocking factor, tape length, group, owner, or record
3695 size. --delete is no longer incompatible with -f -, undoing
3696 2000-01-07 change.
3697 (main): Invoke extract_finish at end of extraction.
3698
3699 * src/rmt.c: Include localedir.h.
3700 (main): Update copyright date to 2000.
3701
3702 * doc/getdate.texi: New file, taken from fileutils 4.0.27, with the
3703 following changes: Use @sc where appropriate. Document the ranges of
3704 supported times more precisely. Add Eggert to getdate authors.
3705 Document old Latin 12m/12pm tradition. Remove list of alphabetic time
3706 zone names, as it wasn't correct and people shouldn't be relying on it
3707 anyway. Relative items also account for non-DST adjustments. Fix
3708 some misspellings.
3709
3710 * lib/prepargs.c, lib/prepargs.h, tests/extrac04.sh: New file.
3711
3712 * tests/ignfail.sh: opendir -> savedir in diagnostics.
3713
3714 * tests/preset.in: Set LANGUAGE to the empty string, for some
3715 brain damaged host.
3716
3717 2000-10-20 Paul Eggert <eggert@twinsun.com>
3718
3719 * m4/fnmatch.m4: Mention the GNU C library.
3720
3721 2000-10-19 Paul Eggert <eggert@twinsun.com>
3722
3723 * m4/fnmatch.m4: Add a couple more test cases to catch bugs in
3724 glibc 2.1.95.
3725
3726 2000-10-17 Paul Eggert <eggert@twinsun.com>
3727
3728 * lib/human.c (<limits.h>): Do not include; human.h does it if needed.
3729 (CHAR_BIT): Remove.
3730
3731 * lib/human.h (<limits.h>): Include if HAVE_LIMITS_H.
3732 (CHAR_BIT): Define if not defined.
3733
3734 2000-09-09 Paul Eggert <eggert@twinsun.com>
3735
3736 * lib/quotearg.c: From fileutils: rename ISASCII to IN_CTYPE_DOMAIN.
3737
3738 2000-08-07 Paul Eggert <eggert@twinsun.com>
3739
3740 * lib/xmalloc.c: Memory exhausted -> memory exhausted
3741
3742 * lib/xalloc.h (xalloc_msg_memory_exhausted):
3743 change to array from char *.
3744
3745 2000-08-06 Paul Eggert <eggert@twinsun.com>
3746
3747 * m4/mbstate_t.m4: Define mbstate_t to be int, not char, for
3748 compatibility with glibc 2.1.3 strftime.c.
3749
3750 2000-07-31 Paul Eggert <eggert@twinsun.com>
3751
3752 * lib/quotearg.c (quotearg_n_options):
3753 Don't make the initial slot vector a constant,
3754 since it might get modified.
3755
3756 * lib/quotearg.c: Add support for more than one preallocated slot.
3757
3758 2000-07-30 Paul Eggert <eggert@twinsun.com>
3759
3760 * lib/quotearg.c (quotearg_n_options):
3761 Preallocate a slot 0 buffer, so that the caller
3762 can always quote one small component of a "memory exhausted" message
3763 in slot 0.
3764
3765 2000-07-23 Paul Eggert <eggert@twinsun.com>
3766
3767 * lib/quotearg.c:
3768 Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX), so that
3769 mbstate_t is always defined.
3770
3771 Do not inspect MB_LEN_MAX, since it's incorrectly defined to be 1 in
3772 some GCC installations, and this configuration error is likely to be
3773 common.
3774
3775 2000-07-22 Paul Eggert <eggert@twinsun.com>
3776
3777 * lib/quotearg.c:
3778 When the system forces us to redefine mbstate_t, shadow its mbsinit
3779 function. From Bruno Haible.
3780
3781 2000-07-14 Paul Eggert <eggert@twinsun.com>
3782
3783 * lib/xmalloc.c: Simplify exhausted message.
3784
3785 * lib/quotearg.h: Update copyright date; from Jim Meyering.
3786
3787 2000-07-13 Paul Eggert <eggert@twinsun.com>
3788
3789 * lib/quotearg.h (enum quoting style):
3790 New constant clocale_quoting_style.
3791
3792 * lib/quotearg.c:
3793 (quoting_style_args, quoting_style_vals, quotearg_buffer_restyled):
3794 Add support for clocale_quoting_style, undoing previous change to
3795 locale_quoting_style.
3796
3797 2000-07-10 Paul Eggert <eggert@twinsun.com>
3798
3799 * lib/quotearg.c:
3800 <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX,
3801 since otherwise we don't need it.
3802 (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
3803 since we don't do multibytes in that case.
3804 (quotearg_buffer_restyled): If a unibyte locale, don't bother to
3805 invoke multibyte primitives.
3806
3807 * m4/mbstate_t.m4 (AC_MBSTATE_T):
3808 Renamed from AC_MBSTATE_T_OBJECT. All uses changed.
3809 Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
3810 and mbstate_t, to a single-part test that simply defines mbstate_t.
3811
3812 * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
3813 Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
3814 to decide whether to define the BeOS workaround macro;
3815 this adjusts to the change to AC_MBSTATE_T.
3816
3817 * m4/strerror_r.m4: New file.
3818
3819 2000-07-05 Paul Eggert <eggert@twinsun.com>
3820
3821 * lib/quotearg.c: Use double-quote to quote.
3822
3823 * lib/quotearg.c (N_): New macro.
3824 (gettext_default): New function.
3825 (quotearg_buffer_restyled): Use gettext_default ("{LEFT QUOTATION MARK}",
3826 "\"") for left quote, and gettext_default ("{RIGHT QUOTATION MARK}", "\"")
3827 for right quote.
3828
3829 * lib/quotearg.c (struct quoting_options):
3830 Simplify quote_these_too dimension.
3831 From Bruno Haible <haible@clisp.cons.org>.
3832
3833 * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT):
3834 Test for mbstate_t only if the test
3835 for an object-type mbstate_t fails.
3836
3837 * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
3838
3839 2000-07-03 Paul Eggert <eggert@twinsun.com>
3840
3841 * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
3842 Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
3843
3844 * lib/quotearg.c (mbrtowc):
3845 Assign to *pwc, and return 1 only if result is nonzero.
3846 (iswprint): Define to ISPRINT if we are substituting our own mbrtowc.
3847
3848 2000-07-02 Paul Eggert <eggert@twinsun.com>
3849
3850 * lib/quotearg.c (mbstate_t):
3851 Do not define; it should be defined with AC_CHECK_TYPE.
3852
3853 2000-06-26 Paul Eggert <eggert@twinsun.com>
3854
3855 * m4/mbstate_t.m4: Include stdio.h before wchar.h, to work around
3856 a bug in glibc 2.1.3.
3857
3858 * lib/xmalloc.c: Fix inaccorate comment for xrealloc.
3859
3860 2000-06-19 Paul Eggert <eggert@twinsun.com>
3861
3862 * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
3863 inclusion of wctype.h to work around solaris2.6 namespace pollution.
3864 (ISPRINT): Likewise.
3865 Reported by Tom Tromey.
3866
3867 2000-06-15 Paul Eggert <eggert@twinsun.com>
3868
3869 * lib/human.c (adjust_value): New function.
3870 (human_readable_inexact): Apply rounding style even when printing
3871 approximate values.
3872
3873 * lib/human.c: Avoid shadowing warnings.
3874 From Jim Meyering.
3875
3876 2000-06-14 Paul Eggert <eggert@twinsun.com>
3877
3878 * lib/human.c (human_readable_inexact): Allow an input block size
3879 that is not a multiple of the output block size, and vice versa.
3880
3881 * lib/getdate.y (get_date): Apply relative times after time zone
3882 indicator, not before.
3883
3884 2000-05-31 Paul Eggert <eggert@twinsun.com>
3885
3886 * m4/largefile.m4: Rewrite so that we don't need to run getconf,
3887 and thus don't need AC_CANONICAL_HOST.
3888
3889 (AC_SYS_LARGEFILE_FLAGS, AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
3890 (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
3891 (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
3892 CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY. All uses
3893 changed. Instead of inspecting the output of getconf, try to
3894 compile the test program without and with the macro definition.
3895 (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check for
3896 getconf. Instead, check for the needed flags by compiling test
3897 programs.
3898
3899 * configure.in (AC_CANONICAL_HOST): Remove; the largefile stuff no
3900 longer needs it.
3901 * config.guess, config.sub: Remove these files, for similar reasons.
3902
3903 2000-05-03 Paul Eggert <eggert@twinsun.com>
3904
3905 * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to be
3906 500, instead of _GNU_SOURCE to be 1, to work around glibc 2.1.3
3907 bug. This avoids a clash when files like regex.c that define
3908 _GNU_SOURCE.
3909
3910 2000-05-02 Paul Eggert <eggert@twinsun.com>
3911
3912 * m4/largefile.m4 (AC_SYS_LARGEFILE):
3913 Define _GNU_SOURCE if this is needed to make
3914 ftello visible (e.g. glibc 2.1.3). Use compile-time test, rather than
3915 inspecting host and OS, to decide whether to define _LARGEFILE_SOURCE.
3916
3917 * lib/quotearg.c (mbrtowc, mbstat_t):
3918 Add definitions if !HAVE_MBSTATE_T_OBJECT.
3919 (<wctype.h>): Include if HAVE_WCTYPE_H.
3920 (iswprint): Define to 1 if we lack it
3921
3922 2000-04-18 Paul Eggert <eggert@twinsun.com>
3923
3924 * m4/mbstate_t.m4: New file.
3925
3926 2000-04-17 Bruno Haible <haible@clisp.cons.org>
3927
3928 * tests/ignfail.sh: Test for uid 0 along with user "root".
3929
3930 2000-04-05 Paul Eggert <eggert@twinsun.com>
3931
3932 * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS):
3933 Don't use -n32 on IRIX if the installer said
3934 otherwise.
3935
3936 2000-02-28 Paul Eggert <eggert@twinsun.com>
3937
3938 * lib/quotearg.c (ALERT_CHAR): New macro.
3939 (quotearg_buffer_restyled): Use it.
3940
3941 2000-02-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3942
3943 * src/list.c (tartime): Fix off-by-one error when copying year if
3944 OLD_CTIME.
3945
3946 2000-02-18 Paul Eggert <eggert@twinsun.com>
3947
3948 * lib/getdate.y: Handle two-digit years with leading zeros correctly.
3949 (textint): New typedef.
3950 (parser_control): Changed from struct parser_control to typedef
3951 (for consistency). Member year changed from int to textint. All
3952 uses changed.
3953 (YYSTYPE): Removed; replaced by %union with int and textint
3954 members.
3955 (tID): Removed; not used.
3956 (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE,
3957 tMERIDIAN, tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER,
3958 tUNUMBER, tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
3959 (tSNUMBER, tUNUMBER): Now of type <textintval>.
3960 (date, number, to_year): Use width of number in digits, not its
3961 value, to determine whether it's a 2-digit year, or a 2-digit
3962 time.
3963 (yylex): Store number of digits of numeric tokens. Return '?' for
3964 unknown identifiers, rather than (unused) tID.
3965
3966 2000-01-16 Paul Eggert <eggert@twinsun.com>
3967
3968 * lib/quotearg.c (quotearg_buffer_restyled):
3969 Do not quote alert, backslash, formfeed,
3970 and vertical tab unnecessarily in shell quoting style.
3971
3972 2000-01-15 Paul Eggert <eggert@twinsun.com>
3973
3974 * m4/c-bs-a.m4:
3975 Change quoting to be compatible with future autoconf versions.
3976
3977 2000-01-11 Paul Eggert <eggert@twinsun.com>
3978
3979 * lib/exclude.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Remove unused macros.
3980
3981 2000-01-07 Paul Eggert <eggert@twinsun.com>
3982
3983 * NEWS, configure.in (AC_INIT_AUTOMAKE): Version 1.13.17.
3984
3985 Fix bug with fnmatch.h dependency, as follows:
3986 * src/Makefile.am (OMIT_DEPENDENCIES): New macro.
3987 * lib/Makefile.am (OMIT_DEPENDENCIES): New macro.
3988
3989 * src/common.h (apply_nonancestor_delayed_set_stat):
3990 Renamed from apply_delayed_set_stat.
3991 (apply_delayed_set_stat, decode_mode, chmod_error_details,
3992 chown_error_details, close_warn, closedir_warn, mkdir_error,
3993 read_error_details, read_fatal_details, read_warn_details,
3994 seek_error_details, seek_warn_details, utime_error,
3995 write_error_details, write_fatal_details): New decls.
3996
3997 Make diagnostic messages more regular.
3998 * src/create.c (dump_file): Quote file names with colons if possible.
3999 * src/compare.c (diff_archive): Likewise.
4000 * src/extract.c (repair_delayed_set_stat, extract_archive): Likewise.
4001 * src/incremen.c (get_directory_contents, gnu_restore): Likewise.
4002 * src/mangle.c (extract_mangle): Likewise.
4003 * src/misc.c (call_arg_error, call_arg_fatal, call_arg_warn):
4004 Likewise.
4005 * src/buffer.c (archive_write_error, flush_archive, close_archive,
4006 new_volume, xclose):
4007 Use error message functions to report errors consistently.
4008 * src/compare.c (diff_sparse_files, diff_archive): Likewise.
4009 * src/create.c (finish_sparse_file, dump_file): Likewise.
4010 * src/extract.c (set_mode, set_stat, extract_sparse_file,
4011 extract_archive): Likewise.
4012 * src/list.c (list_archive): Likewise.
4013 * src/update.c (append_file): Likewise.
4014 * src/compare.c (diff_init, diff_sparse_files):
4015 Use xalloc_die to report memory exhaustion.
4016 * src/incremen.c (gnu_restore): Likewise.
4017 * src/list.c (read_header): Likewise.
4018 * src/mangle.c (extract_mangle): Likewise.
4019 * src/misc.c (maybe_backup_file): Likewise.
4020 * src/tar.c (decode_options): Likewise.
4021 * src/compare.c (read_and_process, fill_in_sparse_array,
4022 diff_sparse_files):
4023 Use consistent terminology for unexpected-EOF message.
4024 * src/extract.c (extract_sparse_file, extract_archive): Likewise.
4025 * src/list.c (list_archive, read_header, skip_file,
4026 skip_extended_headers): Likewise.
4027 * src/buffer.c (archive_write_error): Add noreturn attribute to decl.
4028 (xdup2): Regularize messages with rest of tar.
4029
4030 * src/buffer.c (flush_read): Don't read past EOF.
4031
4032 * src/extract.c (extr_init):
4033 If we run out of memory, invoke apply_delayed_set_stat.
4034 (prepare_to_extract): Don't complain if we can't remove ".".
4035 (apply_delayed_set_stat): New function.
4036 (apply_nonancestor_delayed_set_stat):
4037 Renamed from apply_delayed_set_stat. All uses changed.
4038 Don't remove head if it doesn't apply.
4039
4040 * src/create.c (find_new_file_size):
4041 Return size instead of storing through pointer.
4042 All callers changed.
4043 (deal_with_sparse): Don't keep reading after read errors.
4044 (finish_sparse_file): Just abort if there is an internal error.
4045 (dump_file): Fix typo: stat_warn and stat_error were interchanged.
4046 Don't restore access times on directories during incremental dumps
4047 until after dealing with the directory.
4048 If ignoring failed reads, count closedir, read, and unknown
4049 file errors as warnings, not errors.
4050 Fix buffer overrun problem when dumping sparse files.
4051
4052 * src/list.c (read_and):
4053 Invoke apply_nonancestor_delayed_set_stat on file names
4054 after handling them.
4055 (decode_mode): Remove; moved to misc.c.
4056
4057 * src/misc.c (safer_rmdir): New function.
4058 (remove_any_file): Use it to avoid problems with rmdir(".").
4059 (maybe_backup_file): Regularize diagnostics.
4060 (undo_backup_file): Likewise.
4061 (decode_mode): Moved here from list.c.
4062 (chmod_error_details, chown_error_details, close_fatal,
4063 close_warn, closedir_warn, mkdir_error, read_error_details,
4064 read_warn_details, read_fatal_details, seek_error_details,
4065 seek_warn_details, utime_error, write_error_details,
4066 write_fatal_details): New functions.
4067
4068 * src/delete.c (save_record): Remove static variable (now local).
4069 (move_archive): Don't position before start of archive.
4070 (write_record): Abort if count is zero at inopportune time.
4071 Plug memory leak.
4072
4073 * src/tar.c (decode_options): --delete and -f - are now
4074 incompatible, since we didn't have time to fix their bugs.
4075
4076 * tests/Makefile.am (TESTS): Remove delete02.sh.
4077 * tests/ignfail.sh: Adjust to new quoting scheme again.
4078
4079 2000-01-06 Paul Eggert <eggert@twinsun.com>
4080
4081 * lib/getdate.y: Sync tm_diff with the GNU C Library.
4082 (TM_YEAR_BASE): Renamed from TM_YEAR_ORIGIN. All uses changed.
4083 (tm_diff): Renamed from difftm. All uses changed.
4084 Replace body with that taken from GNU C Library 2.1.3pre1.
4085 (get_date): Prefer tm_gmtoff to tm_diff if available.
4086
4087 1999-12-29 "Melissa O'Neill" <oneill@cs.sfu.ca>
4088
4089 * tests/incremen.sh: Invoke stat on newly created file so that its
4090 ctime is updated on Nextstep.
4091
4092 1999-12-21 Machael Stone <mstone@cs.loyola.edu>
4093
4094 * lib/getdate.y (get_date):
4095 Fix typo when checking for time_t overflow in time zone calculations.
4096
4097 1999-12-13 Paul Eggert <eggert@twinsun.com>
4098
4099 * NEWS, configure.in (AC_INIT_AUTOMAKE): Version 1.13.16.
4100
4101 * README-alpha: New file.
4102 * README: New sections for gzip and bzip2, Solaris.
4103 Remove mention of BACKLOG.
4104
4105 * configure.in (AC_C_BACKSLASH_A): Add.
4106 (AC_CHECK_HEADERS): Add wchar.h.
4107 (AC_CHECK_FUNCS): Add mbrtowc.
4108 (AC_FUNC_CLOSEDIR_VOID): Add.
4109
4110 * tests/Makefile.am (TESTS): Add delete02.sh.
4111 (POSTPONED_TESTS): Remove.
4112 (EXTRA_DIST): Remove $(POSTPONED_TESTS).
4113
4114 * tests/preset.in:
4115 Set LC_ALL rather than LANGUAGE, LANG, and LC_MESSAGES.
4116
4117 * tests/ignfail.sh (err): Adjust to new quoting scheme.
4118
4119 * tests/delete02.sh: Fix typo: need to list archive2, not archive.
4120
4121 * tests/extrac03.sh: Use -P option, so that .. doesn't get diagnosed.
4122
4123 * src/tar.c ("quotearg.h"): New include.
4124 (usage): Now has __attribute__ ((noreturn)).
4125 (confirm): Report errno if we can't open tty.
4126 (confirm, decode_options):
4127 Quote arbitrary strings in diagnostics.
4128 (OVERWRITE_OPTION): New constant.
4129 (long_options, usage, decode_options): New --overwrite option.
4130 (decode_options): --keep-old-files, --overwrite, and --unlink-first
4131 are now mutually exclusive.
4132 Don't assume that gettext preserves errno.
4133 (main): Set default quoting style to escape_quoting_style.
4134
4135 * src/update.c (<quotearg.h>): New include.
4136 (append_file):
4137 Don't assume that gettext preserves errno.
4138 Quote arbitrary strings in diagnostics.
4139 Check for close error.
4140
4141 * src/names.c (<quotearg.h>): New include.
4142 (name_init, name_next, name_close, names_notfound,
4143 collect_and_sort_names): Don't assume that gettext preserves
4144 errno. Quote arbitrary strings in diagnostics.
4145 (excluded_name): Fix typo that caused empty patterns to be
4146 mishandled.
4147
4148 * src/misc.c (<quotearg.h>): New include.
4149 (quote_copy_string): Quote only newline and backslash; the output is no
4150 longer meant for humans, and is locale-independent.
4151 (contains_dot_dot): New function.
4152 (remove_any_file): Don't use lstat; just rmdir the file and then use
4153 unlink if the rmdir fails because the file isn't a directory.
4154 Check for readdir and closedir errors.
4155 (maybe_backup_file): Report "stat" for stat errors.
4156 (maybe_backup_file, chdir_do):
4157 Quote arbitrary strings in diagnostics.
4158 (maybe_backup_file, undo_last_backup):
4159 Don't assume that gettext preserves errno.
4160 (call_arg_error, call_arg_fatal, call_arg_warn,
4161 chdir_fatal, close_error, closedir_error, exec_fatal, mkfifo_error,
4162 mknod_error, open_error, open_fatal, open_warn, opendir_error,
4163 opendir_warn, read_error, read_fatal, readdir_error, readdir_warn,
4164 readlink_error, readlink_warn, seek_error, seek_warn, stat_error,
4165 stat_warn, truncate_error, truncate_warn, unlink_error, waitpid_error,
4166 write_error, write_fatal, xfork, xpipe, quote_n, quote): New functions.
4167
4168 * src/system.h (__attribute__): New macro.
4169 (O_NDELAY, O_NONBLOCK, O_APPEND): Remove.
4170 (S_ISDOOR): New macro.
4171 (closedir): New macro, if CLOSEDIR_VOID.
4172
4173 * src/rmt.c, src/rtapelib.c (decode_oflag):
4174 O_APPEND might not be defined.
4175
4176 * src/list.c: (read_and, list_archive):
4177 Quote arbitrary strings in diagnostics.
4178 (from_header): Use locale_quoting_style to quote diagnostics.
4179 (print_header, print_for_mkdir): Quote with quotearg, not quote_copy_string.
4180
4181 * src/rmt.h (REM_BIAS): Increase from 128 to (1 << 30).
4182
4183 * src/Makefile.am: Use ## for copyright comments.
4184
4185 * src/extract.c (<quotearg.h>): New include.
4186 (enum permstatus): New enum.
4187 (struct delayed_set_stat): file_name is now at end of buffer, to avoid
4188 two mallocs. New members file_name_len, invert_permissions, permstatus.
4189 (extr_init): Remove hack that silently adjusted newdir_umask.
4190 (set_mode, set_stat): New args invert_permissions, permstatus, typeflag.
4191 Use these args to decide whether and how to set modes.
4192 (set_mode, set_stat, prepare_to_extract, extract_sparse_file, extract_archive):
4193 Don't assume that gettext preserves errno.
4194 (set_stat): Remove arg symlink_flag; subsumed by typeflag.
4195 (delay_set_stat, repair_delayed_set_stat): New functions.
4196 (make_directories): Avoid mkdir where last part of path is "..".
4197 Create a struct delayed_set_stat for each directory made.
4198 (prepare_to_extract): Renamed from unlink_destination, and
4199 return 0 immediately if to_stdout_option; all callers changed.
4200 (maybe_recoverable): New parameter interdir_made.
4201 Add support for --overwrite.
4202 (extract_sparse_file, extract_archive):
4203 Quote arbitrary strings in diagnostics.
4204 (extract_archive): By default, warn about ".." in member names, and skip them.
4205 Don't open files with O_NONBLOCK or O_APPEND.
4206 Open with O_TRUNC only if --overwrite; otherwise, use O_EXCL to avoid
4207 overwriting them. Pass only rwxrwxrwx permissions to `open' and `mkdir',
4208 minus the current umask. Keep track of intermediate directories made,
4209 to avoid looping when making x/../x when x doesn't exist; the
4210 earlier code solved this in a different way that didn't fit well
4211 into the new scheme. Don't extract permissions onto existing
4212 directories unless --overwrite is given. Do not add -wx------
4213 permissions to new directories permanently; just do it temporarily.
4214 Remove no-longer-needed hack with MSDOS and directory time stamps.
4215 (apply_delayed_set_stat): New argument specifies which directories to
4216 fix statuses of. Do not wait until the end of extraction to fix
4217 statuses; instead, fix a directory's status once we exit that directory.
4218 This requires less memory and does the right thing in some cases
4219 where the old method didn't.
4220 (fatal_exit): New function.
4221
4222 * src/incremen.c (<quotearg.h>): New include.
4223 (get_directory_contents, gnu_restore):
4224 Check for readdir and closedir errors.
4225 (get_directory_contents, read_directory_file, gnu_restore):
4226 Quote arbitrary strings in diagnostics.
4227 (get_directory_contents, read_directory_file, write_directory_file):
4228 Don't assume that gettext preserves errno.
4229
4230 * src/create.c (<quotearg.h>): New include.
4231 (start_header): Use `member names' to refer to archive member names, not
4232 `archive names'. Warn about `..' in member names.
4233 (finish_sparse_file, dump_file):
4234 Quote arbitrary strings in diagnostics.
4235 (finish_sparse_file, dump_file):
4236 Don't assume that gettext preserves errno.
4237 (dump_file): Don't use `access' to determine whether a directory is readable;
4238 this isn't reliable if tar is setuid. Use `opendir' instead.
4239 Check for readdir and closedir failures.
4240 Don't dump sockets as if they were fifos; just warn and skip.
4241
4242 * src/delete.c (move_archive):
4243 Don't report fatal error merely because sizes don't fit
4244 into struct mtop values; fall back on lseek instead.
4245 Say `Cannot' uniformly, instead of `Could not' sometimes and `Cannot' others.
4246 Say `reposition' instead of `re-position'.
4247 (delete_archive_members):
4248 Set archive to STDOUT_FILENO before outputting trailing buffer.
4249
4250 * src/compare.c (<quotearg.h>): New include.
4251 (diff_init): Use `Cannot' uniformly, instead of `Could not' sometimes
4252 and `Cannot' others.
4253 (report_difference, diff_archive):
4254 Quote arbitrary strings in diagnostics.
4255 (process_rawdata, diff_sparse_files, get_stat_data, diff_archive, seek_warn):
4256 Don't assume that gettext preserves errno.
4257 (diff_archive): Don't open regular files with O_NONBLOCK.
4258 Preserve access times of files if --atime.
4259
4260 * src/common.h (FATAL_ERROR): Use new fatal_exit function to exit.
4261 (FATAL_ERROR, USAGE): Don't return 0.
4262 (enum old files): New enum.
4263 (old_files_option): New variable, replacing keep_old_files_option and
4264 unlink_first_option.
4265 (apply_delayed_set_stat): Now takes char const * param.
4266 (fatal_exit, contains_dot_dot, chdir_fatal, close_error,
4267 closedir_error, exec_fatal, mkfifo_error, mknod_error, open_error,
4268 open_fatal, open_warn, opendir_error, opendir_warn, read_error,
4269 read_fatal, readdir_error, readdir_warn, readlink_error,
4270 readlink_warn, seek_error, seek_warn, stat_error, stat_warn,
4271 truncate_error, truncate_warn, unlink_error, waitpid_error,
4272 write_error, write_fatal, xfork, xpipe, quote, quote_n): New decls.
4273
4274 * src/buffer.c:
4275 (xclose, xdup2, child_open_for_compress, child_open_for_uncompress,
4276 archive_write_error, archive_read_error, flush_archive, close_archive,
4277 init_volume_number, new_volume):
4278 Don't assume that gettext preserves errno.
4279
4280 (xdup2): Don't report errno if dup returns an unexpected nonnegative value.
4281 (open_archive): Reject multivolume verify attempts a bit earlier.
4282 Rename local variable `access', in case it's defined by system header.
4283
4284 (open_archive, backspace_output): Use `Cannot' uniformly, instead of
4285 `Could not' sometimes and `Cannot' others.
4286
4287 (open_archive, flush_read, flush_archive, close_archive, new_volume):
4288 Quote arbitrary strings in diagnostics.
4289
4290 (read_error): Set archive to STDOUT_FILENO temporarily when writing
4291 archive buffer.
4292
4293 (init_volume_number): Check for input and output errors in volno_file.
4294
4295 (new_volume): Use new fatal_exit function to exit, and new xfork
4296 function to fork.
4297
4298 * m4/Makefile.am (EXTRA_DIST): Add c-bs-a.m4.
4299
4300 * Makefile.am (ACINCLUDE_INPUTS): Add $(M4DIR)/c-bs-a.m4.
4301
4302 * doc/tar.texi: Add --overwrite.
4303 --absolute-names rejects ".." in names.
4304
4305 * lib/quotearg.c: Add support for multibyte characters.
4306 (ISGRAPH): Remove.
4307 (ISPRINT): New macro.
4308 (<wchar.h>): Include if HAVE_MBRTOWC && HAVE_WCHAR_H.
4309 (isprint, mbrtowc, mbsinit, mbstate_t): New macros,
4310 defined if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
4311 (quotearg_buffer_restyled): New function, with most of the old
4312 quotearg_buffer's contents.
4313 Major rewrite to support multibyte characters.
4314 (quotearg_buffer): Now just calls quotearg_buffer_restyled.
4315
4316 * m4/c-bs-a.m4: New file.
4317
4318 * lib/Makefile.am: Use ## for copyright notice.
4319
4320 * scripts/Makefile.am: Use ## on copyright notice.
4321
4322 * doc/Makefile.am:
4323 ($(srcdir)/tar.info, tar.dvi): We now use texinfo 4.0.
4324
4325 1999-12-05 Paul Eggert <eggert@twinsun.com>
4326
4327 * doc/ChangeLog, lib/ChangeLog, scripts/ChangeLog,
4328 src/ChangeLog, tests/ChangeLog: Remove these files.
4329 * ChangeLog.1: New file, incorporating the above files, plus old
4330 ChangeLog entries.
4331 * Makefile.am (EXTRA_DIST): Add ChangeLog.1.
4332
4333 1999-12-05 Dale Worley <worley@ariadne.com>
4334
4335 * src/compare.c (<utime.h>, struct utimbuf): Add.
4336 (diff_archive): Restore access times if --atime.
4337 * doc/tar.texi: Explain that --atime also preserves modification time.
4338
4339 1999-12-04 Gerhard Poul <gpoul@gnu.org>
4340
4341 * ABOUT-NLS: Update to latest version from ftp.gnu.org.
4342 * BACKLOG, TODO: Remove.
4343 * Makefile.am (all-local, BABYL, dist-zoo, id, ID): Remove.
4344 * README: Bring up to date.
4345
4346 1999-12-03 Paul Eggert <eggert@twinsun.com>
4347
4348 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.15.
4349
4350 * src/compare.c (diff_archive):
4351 Do not set errno to EPIPE; we no longer use perror.
4352
4353 * src/create.c (dump_file):
4354 If a parent directory said that a file should be there but it is
4355 absent, diagnose it as being removed in the meantime.
4356 Do not pass meaningless errno to ERROR when reporting that the
4357 file changed as we read it.
4358 Report that a file changed if its ctime changes; this is more
4359 sensitive than mtime+size, and more accurate.
4360
4361 * src/incremen.c (enum children): New type.
4362 (struct directory): Change old char allnew member to new enum children
4363 children member.
4364 All uses changed.
4365 (get_directory_contents): When doing an incremental dump that does
4366 not cross filesystem boundaries, dump the mount points, even though
4367 they are in a different filesystem. This is for convenience when
4368 restoring, and for consistency with non-incremental dumps.
4369 This requires a 3-way flag for keeping track of which children we want,
4370 so we use enum children rather than boolean.
4371
4372 * src/open3.c (modes): Remove.
4373 (open3): Remove unportable assumptions about flag encodings.
4374 Use `stat' instead of `access' for testing file existence,
4375 to avoid problems with setuid programs.
4376
4377 * src/names.c (name_next): If file names are given both in the
4378 command line (e.g. via -C) and in a file (via -T), do not
4379 ignore the command-line names.
4380
4381 * m4/uintmax_t.m4: Backport to autoconf 2.13.
4382
4383 * doc/tar.texi: Clarify getdate authorship.
4384
4385 1999-11-23 Paul Eggert <eggert@twinsun.com>
4386
4387 * lib/Makefile.am (DISTCLEANFILES): New macro.
4388
4389 * configure.in (tar_fnmatch_hin):
4390 Remove; it runs afoul of a bug in autoconf 2.13.
4391 Instead, always link fnmatch.h to some file, even if it's a throwaway.
4392
4393 1999-11-19 Paul Eggert <eggert@twinsun.com>
4394
4395 * m4/largefile.m4: Update serial.
4396
4397 1999-11-18 Paul Eggert <eggert@twinsun.com>
4398
4399 * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a bug in
4400 the QNX shell, which doesn't propagate exit status of failed
4401 commands inside shell assignments.
4402
4403 1999-11-07 Paul Eggert <eggert@twinsun.com>
4404
4405 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.14.
4406
4407 * configure.in (AC_PREREQ): Bump to 2.13.
4408 (ALL_LINGUAS): Add pt_BR, ja.
4409 (AC_FUNC_FNMATCH): Remove lib/funmatch.h before invoking, not after.
4410 (tar_cv_path_RSH): Prefer a non-symlink rsh to a symlink one,
4411 for AIX crossbuilds.
4412
4413 * doc/tar.texi: New node create options for --ignore-failed-read.
4414 Remove unused version control symbols.
4415 Modernize texinfo usage.
4416
4417 * src/tar.c (usage): Add examples.
4418
4419 * m4/fnmatch.m4 (AC_FUNC_FNMATCH):
4420 Include fnmatch.h when testing fnmatch.
4421
4422 * src/common.h (collect_and_sort_names): New decl.
4423
4424 * src/list.c (from_header):
4425 Handle 32-bit two's complement negative time stamps
4426 even if the leading octal digit is 2 or 3.
4427
4428 * src/extract.c (set_stat): Remove duplicate code.
4429
4430 * src/create.c (to_chars): Remove trailing newline from warning.
4431 (dump_file): Ignore doors.
4432 (finish_header): Report block numbers with origin 0, not origin 1.
4433
4434 * src/rmt.c: Include getopt.h.
4435 (long_opts): New constant.
4436 (usage): New function.
4437 (main): Implement --help and --version.
4438 Output usage message if arguments are bad.
4439
4440 1999-10-10 Paul Eggert <eggert@twinsun.com>
4441
4442 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.13.
4443
4444 * README: Remove --with-dmalloc.
4445 Add --disable-largefile.
4446 Remove old NeXT dirent problems, or AIX valloc problems.
4447 Remove old union wait advice, and old %lld advice.
4448 Remove advice about FreeBSD 2.1.7, ISC 4.1mu, Ultrix `make'.
4449
4450 * doc/tar.texi: Clarify documentation for portable file names.
4451
4452 * configure.in (AM_WITH_DMALLOC): Remove.
4453 (ALL_LINGUAS): Add ja.
4454
4455 * src/tar.c (decode_options):
4456 Invalid dates are now treated as (time_t) -1.
4457 Redo version message to conform to GNU standards.
4458
4459 * src/create.c (dump_file):
4460 Fix typo: last two args to dump_file were interchanged.
4461 * src/update.c (update_archive): Likewise.
4462
4463 * src/common.h (tartime): New decl.
4464
4465 * src/list.c (tartime): Now extern.
4466 (read_and): Invalid headers cause errors, not warnings.
4467
4468 1999-10-03 Paul Eggert <eggert@twinsun.com>
4469
4470 * lib/getdate.y (__attribute__):
4471 Don't use if GCC claims to be before 2.8; this is
4472 needed for OPENStep 4.2 cc. Also, don't use if strict ANSI.
4473
4474 1999-09-25 Paul Eggert <eggert@twinsun.com>
4475
4476 * lib/fnmatch.c, lib/fnmatch.hin: Merge changes from latest glibc.
4477 * lib/getopt.c, lib/getopt.h, lib/getopt1.c: Likewise.
4478
4479 * tests/incremen.sh: Add yet another sleep.
4480
4481 1999-09-24 Paul Eggert <eggert@twinsun.com>
4482
4483 * NEWS: A read error now causes a nonzero exit status.
4484
4485 * src/create.c (to_chars): Fix base-256 output.
4486
4487 * src/buffer.c (write_error):
4488 Read error is an error, not just a warning.
4489
4490 1999-09-24 Paul Eggert <eggert@twinsun.com>
4491
4492 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.12.
4493
4494 * src/tar.c (<time.h>): Include.
4495 (time): Declare if not defined.
4496 (confirm): Don't read past EOF.
4497 (long_options, usage): Add --no-same-owner, --no-same-permissions.
4498 (main): Use clock_gettime if available.
4499
4500 * tests/Makefile.am (TESTS): Add incremen.sh
4501 (INCLUDES): Add -I../lib, for fnmatch.h.
4502
4503 * src/update.c (update_archive):
4504 Remove call to name_expand; had no effect.
4505 Use chdir_do to change into directory.
4506 Use deref_stat instead of stat.
4507 Use add_avoided_name to mark names to be avoided; the old method of
4508 setting a bit with the name caused all descendants of that name to
4509 be avoided, in some circumstances.
4510
4511 * tests/incremen.sh: Remove unnecessary sleeps.
4512
4513 * src/names.c (name_next): Go back to using plain chdir.
4514 (name_gather): Use chdir_arg to keep track of arguments to chdir.
4515 (addname): Likewise.
4516 (name_match): Use chdir_do to act on chdir args.
4517 (merge_sort): Moved here from incremen.c.
4518 (compare_names, add_hierarchy_to_namelist, collect_and_sort_names):
4519 Likewise.
4520 (name_expand): Remove.
4521 (name_from_list): Skip fake names.
4522 Use chdir_do to act on chdir args.
4523 (struct avoided_name): New struct.
4524 (avoided_names): New var.
4525 (add_avoided_name, is_avoided_name): New functions.
4526
4527 * src/system.h (stat, lstat): Define in terms of statx on
4528 STX_HIDDEN && !_LARGE_FILES /* AIX */ hosts.
4529 (UCHAR_MAX): New macro.
4530 (TYPE_MAXIMUM): Cast to arg type, for types narrow than int.
4531
4532 * m4/largefile.m4: Work around GCC 2.95.1 bug with HP-UX 10.20.
4533
4534 * src/incremen.c (<time.h>): Remove include; no longer used.
4535 (time): Remove decl.
4536 (time_now): Remove.
4537 (get_directory_contents): Use deref_stat.
4538 Consider a subdirectory to be all new only if
4539 listed_incremental_option or if it its timestamp is newer than the
4540 cutoff.
4541 (add_hierarchy_to_namelist, merge_sort): Move to names.c.
4542 (read_directory_file): Now extern. Do not set time_now.
4543 (write_directory_file): Renamed from write_dir_file.
4544 Use start_time instead of time_now.
4545 (compare_names, collect_and_sort_names): Move to names.c.
4546
4547 * src/mangle.c (<time.h>): Remove; not used.
4548 (time): Do not declare.
4549
4550 * src/misc.c (chdir_from_initial_wd): Remove.
4551 (deref_stat): New function.
4552 (struct wd): New struct.
4553 (wd, wds, wd_alloc): New variables.
4554 (chdir_arg, chdir_do): New function.
4555
4556 * src/compare.c (get_stat_data): Use deref_stat.
4557
4558 * src/common.h (name_expand): Remove.
4559
4560 * src/list.c (time): Declare if not defined.
4561 (base_64_digits): Moved here from create.c.
4562 (base64_map): Use UCHAR_MAX for size, not less-clear (unsigned char)
4563 -1.
4564 (read_and): Don't get time from header unless we need it now;
4565 as getting time can cause duplicate diagnostics if bogus.
4566 Remove "Hmm, " from diagnostic.
4567 Use "Skipping to next header" uniformly.
4568 (from_header): Renamed from from_chars. All uses changed.
4569 Allow different forms for unportable 2's complement numbers.
4570 Don't check for extended forms when parsing checksums.
4571 Parse base-256 output.
4572 (gid_from_header): Renamed from gid_from_chars. All uses changed.
4573 (major_from_header): Renamed from major_from_chars. All uses changed.
4574 (minor_from_header): Renamed from minor_from_chars. All uses changed.
4575 (mode_from_header): Renamed from mode_from_chars. All uses changed.
4576 (off_from_header): Renamed from off_from_chars. All uses changed.
4577 (size_from_header): Renamed from size_from_chars. All uses changed.
4578 (time_from_header): Renamed from time_from_chars. All uses changed.
4579 Warn about future timestamps.
4580 (uid_from_header): Renamed from uid_from_chars. All uses changed.
4581 (uintmax_from_header): Renamed from uintmax_from_chars.
4582 All uses changed.
4583 (tartime): New function, incorporating isotime.
4584 (isotime): Delete.
4585 (print_header): Use tartime.
4586
4587 * src/create.c (to_chars): Fix typo in decl.
4588 Don't assign through char const *.
4589 Rename name_expand back to collect_and_sort_names.
4590
4591 * src/extract.c (<time.h>): No need to include.
4592 (time): No need to declare.
4593 (now): Remove variable.
4594 (extr_init): Don't initialize `now'.
4595 Increment same_permissions_option and same_owner_option if we_are_root
4596 is nonzero; this supports the new --no-same-owner option.
4597 (set_stat): Use start_time instead of `now'.
4598
4599 * src/create.c (struct link): Remove unused linkcount member.
4600 (base_64_digits): Move to list.c.
4601 (base_8_digits): Remove.
4602 (to_octal): New function, with some of old contents of to_base.
4603 (to_base): Remove.
4604 (to_base256): New function.
4605 (to_chars): Use base 256, not base 64, for huge values.
4606 (mode_to_chars): Don't use two's complement in GNU format or POSIX
4607 format.
4608 (dump_file): Interchange last two arguments. If TOP_LEVEL is negative,
4609 it means we have an incremental dump where we don't know whether this
4610 is a top-level call.
4611 Use deref_stat instead of statx / stat / lstat.
4612 Cast result of alloca.
4613 Check for dates if 0 < top_level, not if listed_incremental_option.
4614 Move multiple-link check after directory check.
4615 Do not dump avoided names.
4616 Dump hard links to symbolic names as links, not as separate
4617 symbolic links.
4618 start_header cannot return a null pointer, so don't test for it.
4619 Likewise for find_next_block.
4620
4621 * src/buffer.c, src/common.h (<human.h>): Include.
4622 (read_error): Read error is an error, not just a warning.
4623 (print_total_written): Also print human-readable byte count, and
4624 bytes/s.
4625 (open_archive, flush_write): Use start_time, not current time.
4626 (flush_read): Report about garbage bytes ignored at end of archive,
4627 but act on non-garbage bytes (instead of ignoring them).
4628 (new_volume): Use WARN for warnings.
4629
4630 * doc/Makefile.am:
4631 ($(srcdir)/tar.info): Add -I$(srcdir) so that subdir builds work.
4632
4633 * Makefile.am (ACINCLUDE_INPUTS): Add $(M4DIR)/fnmatch.m4.
4634
4635 * m4/Makefile.am (EXTRA_DIST): Add fnmatch.m4.
4636
4637 * lib/Makefile.am (noinst_HEADERS):
4638 Rename fnmatch.h to fnmatch.hin; add human.h.
4639 (libtar_a_SOURCES): Add human.c, xstrtoul.c.
4640 (INCLUDES): Remove -I.. -I$(srcdir) -- automake adds this for us.
4641
4642 * src/Makefile.am (rmt_LDADD, tar_LDADD): New macros.
4643
4644 * lib/fnmatch.c (strchrnul):
4645 Define to __strchrnul if _LIBC, to our own replacement otherwise.
4646 Do not define if !_LIBC and if it already exists.
4647 (internal_fnmatch): Use it.
4648
4649 * configure.in (tar_LDADD): New variable, used only when linking tar.
4650 (rmt_LDADD): Similarly, for rmt.
4651 (AC_FUNC_FNMATCH): Link fnnmatch.hin to fnmatch.h if we're using our
4652 fnmatch.c; otherwise, use the system fnmatch.h.
4653
4654 * doc/tar.texi: Add --no-same-owner, --no-same-permissions.
4655 Modernize sample backup script.
4656
4657 * THANKS: Martin Goik's email address has changed.
4658
4659 * m4/fnmatch.m4: New file.
4660
4661 1999-09-03 Paul Eggert <eggert@twinsun.com>
4662
4663 * lib/lchown.h (ENOSYS): Don't use ENOMSG; it's not in NeXTStep3.3.
4664 Use EINVAL instead.
4665
4666 1999-08-29 Paul Eggert <eggert@twinsun.com>
4667
4668 * lib/getdate.y (get_date):
4669 Rename outermost local `probe' to `quarter'.
4670 Rename latter local `tm' to probe_tm.
4671 From: Jim Meyering <meyering@ascend.com>
4672 Message-ID: <uryn1vafyyc.fsf@ixi.eng.ascend.com>
4673
4674 1999-08-28 Paul Eggert <eggert@twinsun.com>
4675
4676 * lib/getdate.y (PC): New macro; use it when possible.
4677 (number): Handle `Nov 11 1996' example correctly.
4678 See Risks Digest 20.55 (1999-08-27)
4679 http://catless.ncl.ac.uk/Risks/20.55.html#subj18
4680
4681 1999-08-23 Paul Eggert <eggert@twinsun.com>
4682
4683 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.11.
4684
4685 Remove minor cases of lint from many source files: this includes
4686 unnecessary casts, uses of NULL, etc.
4687
4688 * configure.in (AC_PROG_YACC): Remove.
4689 (YACC): Always use bison.
4690 (AC_STRUCT_TIMEZONE): Add.
4691 (AC_REPLACE_FUNCS): Add strcasecmp, strncasecmp.
4692
4693 * doc/tar.texi: --bzip2 is now -I. Remove obsolete time zone info.
4694 Fix spelling.
4695
4696 * lib/Makefile.am (EXTRA_DIST): Add strcasecmp.c, strncasecmp.c.
4697 ($(srcdir)/getdate.c): Rename y.tab.c to getdate.c only if successful.
4698
4699 * lib/strcasecmp.c, lib/strncasecmp.c: New files.
4700
4701 * src/common.h (merge_sort): Remove decl; no longer exported.
4702
4703 * src/system.h (voidstar): Remove.
4704 (memcpy, memcmp): Cast args.
4705 ("xalloc.h"): Add include.
4706 (xmalloc, xrealloc): Remove decl.
4707
4708 * src/mangle.c (time): Do not declare if defined.
4709 (first_mangle, mangled_num): Remove.
4710
4711 * src/list.c (from_chars): Report out-of-range values more precisely.
4712 (off_from_chars): Do not allow negative offsets.
4713 (uid_from_chars): Allow negative uids.
4714
4715 * src/create.c (linklist): Now static.
4716 (to_chars): Fix wording of message to match from_chars.
4717
4718 * src/misc.c (merge_sort): Move to incremen.c.
4719 * src/incremen.c (merge_sort): Move here from misc.c; now static.
4720 It's too painful to make it both generic and portable.
4721 (read_directory_file): "timestamp" -> "time stamp" in messages.
4722
4723 * src/tar.c (long_options, usage, main): -y is now -I (for --bzip).
4724 (usage): Fix misspelling.
4725 (OPTION_STRING): -y is now -I.
4726 (decode_options): Use -1, not EOF, for getopt_long result.
4727 Fix typo when invoking xstrtoumax: look for LONGINT_OK, not LONG_MAX.
4728 Handle operands after any "--" argument.
4729 (main): Report any output errors.
4730
4731 * src/rmt.c (main): status is ssize_t, not long.
4732
4733 * src/names.c (name_gather): Handle trailing -C option correctly.
4734 (addname): use memcpy, not strncpy, to copy a string of known length.
4735 (name_match): Handle trailing -C option correctly.
4736 Propagate -C option to following files.
4737 (name_match, name_scan): Remove redundant matching code.
4738
4739 * src/buffer.c (open_archive): Use American spelling in diagnostic.
4740
4741 * lib/getdate.y: Major rewrite. Add copyright notice.
4742 (<stdio.h>): Include only if testing.
4743 (ISUPPER): Remove.
4744 (ISLOWER): New macro.
4745 (<string.h>): Include if HAVE_STRING_H, not USG.
4746 (bcopy): Remove.
4747 (yymaxdepth, ..., yycheck): Don't bother to redefine, since we assume
4748 bison.
4749 (EPOCH_YEAR): Renamed from EPOCH.
4750 (table): Renamed from TABLE.
4751 (meridian): Now an anonymous enum.
4752 (struct parser_control): New type.
4753 (YYLEX_PARAM, YYPARSE_PARAM, YYSTYPE): New macros.
4754 (yyInput, ..., yyRelYear): Migrated into struct parser_control.
4755 (%pure_parser): Added, so that the parser is pure.
4756 (%union): Removed; the type is now just plain int.
4757 All %type directives removed.
4758 (tLOCAL_ZONE): New %token.
4759 (month_day_table): Renamed from MonthDayTable.
4760 (gmtime, localtime, mktime, time): Declare only if not defined.
4761 (meridian_table): New table.
4762 (dst_table): New table.
4763 (units_table): renamed from UnitsTable.
4764 (relative_time_table): Renamed from OtherTable.
4765 (time_zone_table): Renamed from TimezoneTable. Modernized.
4766 (military_table): Renamed from MilitaryTable.
4767 (to_hour): Renamed from ToHour.
4768 (to_year): Renamed from ToYear.
4769 (lookup_zone): New function.
4770 (LookupWord): Renamed from lookup_word. Use lookup_zone for time
4771 zones.
4772 (yylex): Now reentrant. All callers changed.
4773 (get_date): Add support for local time zone abbreviations.
4774 Make it reentrant.
4775
4776 1999-08-20 Paul Eggert <eggert@twinsun.com>
4777
4778 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.10.
4779
4780 * src/create.c (to_chars): Generate GNU base-64 representation
4781 if we are generating an old or new GNU format tar file for a
4782 number that can't be represented with the POSIX format.
4783
4784 * configure.in (AC_CHECK_FUNCS): Add fchdir.
4785 (AM_FUNC_GETLINE): Add.
4786 (LIBOBJS): Add getline.o to workaround comment.
4787 * Makefile.am (ACINCLUDE_INPUTS): Add $(M4DIR)/getline.m4.
4788 * m4/Makefile.am (EXTRA_DIST): Add getline.m4.
4789 * lib/Makefile.am (noinst_HEADERS): Add getline.h, save-cwd.h.
4790 (libtar_a_SOURCES): Add save-cwd.c, xgetcwd.c.
4791 * lib/getline.c, lib/getline.h, lib/save-cwd.c,
4792 lib/save-cwd.h, m4/getline.m4: New files.
4793
4794 * src/misc.c (<save-cwd.h>): Include.
4795 (chdir_from_initial_wd): New function.
4796
4797 * src/names.c (name_next): Use chdir_from_initial_wd, not chdir.
4798 (name_gather): Handle `-C x -C y' correctly.
4799 Do not rely on addname to handle -C.
4800 (addname): New CHANGE_DIR parameter. All callers changed.
4801 Remove ugly calls to getcwd; no longer needed.
4802 (name_match, name_from_list): Use chdir_from_initial_wd, not chdir.
4803
4804 * src/incremen.c (listed_incremental_stream): New var.
4805 (read_directory_file): Remove arbitrary limits on file name length.
4806 Do not attempt to get the working directory; we can bypass this
4807 on fchdir hosts. Open the listed_incremental_option file for both
4808 read and write instead of opening it twice. Check for I/O errors
4809 when doing I/O to this file. Check for invalid data in the file,
4810 and report line numbers of invalid data.
4811 (write_dir_file): Likewise.
4812 (collect_and_sort_names): Use chdir_from_initial_wd, not chdir.
4813 Do not invoke write_dir_file; that's our caller's responsibility.
4814
4815 * src/list.c (max): New macro.
4816 (isotime): Now takes time_t, not time_t *. Report the decimal values
4817 of times that can't be broken down.
4818 (print_header): Don't assume that major and minor device numbers can
4819 fit into uintmax_t.
4820
4821 * src/common.h (struct name): change_dir is now char const *.
4822 (write_directory_file): Remove unused decl.
4823 (STRINGIFY_BIGINT): Assume b always points to UINTMAX_STRSIZE_BOUND
4824 chars; the old `sizeof (b)' broke when b was a pointer not an array.
4825 (chdir_from_initial_wd): New decl.
4826 (addname): New 2nd arg.
4827
4828 * THANKS: Torsten Lull -> Catrin Urbanneck
4829
4830 1999-08-18 Paul Eggert <eggert@twinsun.com>
4831
4832 * configure.in (HAVE_GETHOSTENT, HAVE_SETSOCKOPT):
4833 Don't depend on ac_cv_func variables.
4834 From Albert Chin-A-Young <china@thewrittenword.com>.
4835
4836 1999-08-18 Paul Eggert <eggert@twinsun.com>
4837
4838 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.9
4839
4840 * m4/signedchar.m4: New file.
4841 * configure.in (pe_AC_TYPE_SIGNED_CHAR): Add.
4842 * src/system.h (signed_char): New macro.
4843 * Makefile.am (ACINCLUDE_INPUTS): Add $(M4DIR)/signedchar.m4.
4844 * m4/Makefile.am (EXTRA_DIST): Add signedchar.m4.
4845
4846 * src/create.c (write_eot): Write at least two zero blocks.
4847
4848 * src/extract.c (extract_archive): Fix sparse array bug:
4849 we did not find end of array correctly.
4850
4851 * src/compare.c: (fill_in_sparse_array, diff_sparse_files):
4852 Don't assume find_next_block yields nonnull.
4853 * src/extract.c (extract_sparse_file, extract_archive): Likewise.
4854 * src/list.c (skip_extended_headers): Likewise.
4855
4856 * src/list.c (read_and, list_archive): Simplify code.
4857 (read_header): Fix computation of signed checksums on machines where
4858 char is unsigned.
4859 Do not consider a block to be zero unless all its bytes are zero,
4860 even the checksum bytes. Do not attempt to parse the checksum of
4861 a zero block. Fix memory leak with long names and links.
4862 (from_chars): Accommodate a buggy tar that outputs leading NUL
4863 if the previous field overflows.
4864
4865 * src/misc.c (quote_copy_string): Generate \177 for '\177', not
4866 \?, for portability to non-ASCII hosts.
4867
4868 1999-08-16 Paul Eggert <eggert@twinsun.com>
4869
4870 * configure.in (AM_INIT_AUTOMAKE), NEWS: Version 1.13.8.
4871
4872 * src/extract.c (make_directories): Do not chown intermediate
4873 directories, even if we are root.
4874
4875 * src/list.c (read_header): Fix bugs when interpreting
4876 POSIX-compliant headers that do not contain null bytes in the
4877 header or link names.
4878
4879 1999-08-14 Paul Eggert <eggert@twinsun.com>
4880
4881 * configure.in (AM_INIT_AUTOMAKE), NEWS: Version 1.13.7.
4882
4883 * configure.in (AC_CHECK_HEADERS): Remove sys/wait.h.
4884 (AC_HEADER_SYS_WAIT): Add.
4885 (AC_REPLACE_FUNCS): Add waitpid.
4886 (tar_cv_header_union_wait, HAVE_UNION_WAIT): Remove.
4887 * lib/waitpid.c: New file.
4888 * lib/Makefile.am (EXTRA_DIST): Add waitpid.c.
4889 * src/system.h (WCOREDUMP): Remove; no longer used.
4890 (WIFSTOPPED): Likewise.
4891 (WEXITSTATUS, WIFSIGNALED): Default to Solaris 7 versions.
4892 * src/buffer.c (child_open_for_compress): Undo previous change.
4893 (close_archive): Use waitpid, POSIX-style, instead of old BSD style.
4894 (new_volume): Likewise.
4895
4896 * src/buffer.c, src/extract.c, src/incremen.c (time):
4897 Don't declare if defined.
4898 * src/extract.c (extr_init): Remove unneeded cast around 0 arg to time.
4899 * src/incremen.c (read_directory_file):
4900 Invoke `time' the same way everyone else does.
4901 Check validity of --listed-incremental file contents a bit better.
4902 Do not worry about --after-date-option; tar.c now checks this.
4903 * src/list.c (isotime): Report ??? if localtime returns null.
4904 Don't assume years fit into four digits.
4905 Don't append trailing newline.
4906 (print_header): Report ??? if localtime returns null;
4907 Don't assume years fit into four digits.
4908
4909 * src/compare.c (diff_archive): Do not fall back on absolute name
4910 when --absolute-names is not specified.
4911
4912 * src/create.c (start_header):
4913 Include text of ignored filesystem prefix in warning.
4914 (create_archive): Check for excluded names when doing incremental
4915 pass through directory.
4916 (dump_file): Do not dump old files explicitly given on command line
4917 when using --listed-incremental. Do not strip ./ prefix from names.
4918
4919 * src/tar.c: -g now implies after_date_option = 1.
4920 -g and -N are now incompatible options.
4921
4922 * doc/tar.texi: Explain --exclude better. Don't strip leading `./'.
4923
4924 1999-08-11 Jeff Dairiki <dairiki@dairiki.org>
4925
4926 * src/list.c (read_header): Don't parse OLDGNU_FORMAT
4927 incremental headers as POSIX prefixes.
4928
4929 1999-08-11 Paul Eggert <eggert@twinsun.com>
4930
4931 * NEWS, configure.in: Version 1.13.6.
4932
4933 * configure.in (ALL_LINGUAS): Add pt_BR.
4934 * po/pt_BR.po: New file.
4935
4936 * doc/Makefile.am ($(srcdir)/tar.info, $(srcdir)/header.texi):
4937 Renamed from tar.info and header.texi; adjust actions so that
4938 they work in other directories.
4939
4940 * doc/tar.texi: Add -y and --bzip2.
4941 Patterns containing / now exclude only file names whose prefix match.
4942
4943 * lib/exclude.h (excluded_filename): New option parameter.
4944 (add_exclude_file): New ADD_FUNC parameter.
4945 (excluded_pathname): Remove decl.
4946 * lib/exclude.c (_GNU_SOURCE):
4947 Remove; no longer needed since we don't use FNM_ macros.
4948 (excluded_filename): Renamed from excluded_filename_opts.
4949 (excluded_filename, excluded_pathname): Remove.
4950 (add_exclude_file): New ADD_FUNC parameter.
4951
4952 * po/POTFILES.in: Add lib/quotearg.c.
4953
4954 * src/buffer.c (_GNU_SOURCE): Define.
4955 (<fnmatch.h>): Include unconditionally.
4956 (child_open_for_compress): Dup after closing, to avoid possible file
4957 descriptor exhaustion.
4958 (flush_write): Use FILESYSTEM_PREFIX_LEN instead of MSDOS ifdef.
4959 (flush_read): Likewise.
4960
4961 * src/common.h (LG_8, LG_64): New macros.
4962 (excluded_with_slash, excluded_without_slash): New vars.
4963 (excluded): Remove.
4964 (base_64_digits): New decl.
4965 (gid_to_chars, major_to_chars, minor_to_chars, mode_to_chars,
4966 off_to_chars, size_to_chars, time_to_chars, uid_to_chars,
4967 uintmax_to_chars,
4968 GID_TO_CHARS, MAJOR_TO_CHARS, MINOR_TO_CHARS, MODE_TO_CHARS,
4969 OFF_TO_CHARS, SIZE_TO_CHARS, TIME_TO_CHARS, UID_TO_CHARS,
4970 UINTMAX_TO_CHARS):
4971 Renamed from gid_to_oct, major_to_oct, minor_to_oct, mode_to_oct,
4972 off_to_oct, size_to_oct, time_to_oct, uid_to_oct, uintmax_to_oct,
4973 GID_TO_OCT, MAJOR_TO_OCT, MINOR_TO_OCT, MODE_TO_OCT, OFF_TO_OCT,
4974 SIZE_TO_OCT, TIME_TO_OCT, UID_TO_OCT, UINTMAX_TO_OCT,
4975 respectively. All definitions and uses changed.
4976 (excluded_name): New decl.
4977
4978 * src/compare.c (diff_archive):
4979 Open files with O_NONBLOCK instead of O_NDELAY.
4980
4981 * src/create.c (base_64_digits): New constant.
4982 (base_8_digits): New macro.
4983 (MAX_VAL_WITH_DIGITS): New macro.
4984 (to_base): First half of old to_oct. Support base 64 too.
4985 (to_chars): Other half of old to_oct, for 64-bit support.
4986 (GID_NOBODY, UID_NOBODY): Don't define if the headers don't.
4987 (gid_substitute, uid_substitute): Look up names dynamically if
4988 GID_NOBODY and UID_NOBODY aren't defined; use -2 if all else fails.
4989 (mode_to_chars): Renamed from mode_to_oct.
4990 Support negative values in all the _to_chars functions.
4991 (start_header): Use FILESYSTEM_PREFIX_LEN instead of MSDOS ifdef.
4992 Abort if archive format is DEFAULT_FORMAT when it shouldn't be.
4993 (dump_file): Inspect entire pathname, not just new file name
4994 component, when deciding whether to exclude it.
4995
4996 * src/extract.c (extract_archive):
4997 Open files with O_NONBLOCK instead of O_NDELAY.
4998
4999 * src/incremen.c (get_directory_contents):
5000 Inspect entire pathname, not just new file name
5001 component, when deciding whether to exclude it.
5002
5003 * src/list.c (<fnmatch.h>): Do not include.
5004 (from_chars): Renamed from from_oct. New parameter specifying
5005 the negative of the minimum allowed value. Support negative
5006 and base-64 values.
5007 (base64_map): New var.
5008 (base64_init): New function.
5009 (print_header): Output numeric uids and gids if numeric_owner_option.
5010
5011 * src/misc.c (quote_copy_string): Use LG_8 instead of constants.
5012
5013 * src/names.c (_GNU_SOURCE): Define.
5014 (<fnmatch.h>): Include unconditionally.
5015 (excluded_name): New function, taking over duties of excluded_pathname.
5016 All uses changed.
5017
5018 * src/rmt.c (decode_oflag): New function.
5019 (main): Use it to support symbolic open flags.
5020
5021 * src/rtapelib.c (encode_oflag): New function.
5022 (rmt_open__): Do not allow newlines in the path.
5023 Propagate errno correctly.
5024 Decode symbolic open flags, if present.
5025
5026 * src/system.h (FILESYSTEM_PREFIX_LEN, ISSLASH, O_ACCMODE, O_NONBLOCK):
5027 New macros.
5028
5029 * src/tar.c: (long_options, usage, OPTION_STRING, decode_options):
5030 New -y or --bzip2 option.
5031 (add_filtered_exclude): New function.
5032 (decode_options): Put excluded patterns with / into
5033 excluded_with_slash, and without / into excluded_without_slash.
5034 Compare newer_mtime_option to its new initial value
5035 TYPE_MINIMUM (time_t) when deciding whether more than one
5036 threshold date was specified.
5037
5038 1999-07-20 Paul Eggert <eggert@twinsun.com>
5039
5040 * NEWS, configure.in: Version 1.13.5.
5041
5042 * src/common.h (FATAL_ERROR): Invoke apply_delayed_set_stat
5043 before exiting.
5044 * src/buffer.c (new_volume): Likewise.
5045 * src/incremen.c (read_directory_file): Likewise.
5046 * src/tar.c (decode_options):
5047 ERROR ((TAREXIT_FAILURE, ... -> FATAL_ERROR ((0,
5048 for consistency.
5049
5050 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.4.
5051 * configure.in (AC_CHECK_FUNCS): Add lstat, readlink, symlink.
5052
5053 * src/system.h (lstat): Define only if !HAVE_LSTAT && !defined lstat.
5054 (S_ISMPB, S_ISMPC, S_ISNWK): Remove unused macros.
5055 (S_ISBLK, S_ISCHR, S_ISCTG, S_ISFIFO, S_ISLNK, S_ISSOCK):
5056 Define to 0 if the corresponding S_IF* macro is not defined.
5057 (mkfifo): Do not define if already defined, or if S_IFIFO
5058 is not defined.
5059
5060 * src/compare.c (diff_archive): Use HAVE_READLINK, not
5061 S_ISLNK, to determine whether to invoke readlink.
5062 * src/create.c (dump_file): Likewise.
5063
5064 * src/extract.c (set_mode):
5065 Do not chmod unless we are root or the -p option was given;
5066 this matches historical practice.
5067 (unlink_destination): New function, which checks for unlink failures.
5068 (maybe_recoverable): Stay quiet if -U.
5069 (extract_archive): Use O_EXCL if unlink_first_option.
5070 Report unlink failures.
5071 Use HAVE_SYMLINK, not S_ISLNK, to determine whether symlink exists.
5072 Use HAVE_MKFIFO || defined mkfifo, not S_ISFIFO, to determine whether
5073 mkfifo exists.
5074
5075 * src/incremen.c (get_directory_contents): Depend on
5076 S_ISHIDDEN, not AIX, to determine whether to invoke S_ISHIDDEN.
5077
5078 * src/list.c: Remove S_IS* ifdefs.
5079 * src/misc.c (maybe_backup_file): Likewise.
5080
5081 * src/misc.c (maybe_backup_file):
5082 "Virtual memory exhausted" -> "Memory exhausted",
5083 to conform to the other places this message is issued.
5084
5085 * src/mangle.c (extract_mangle):
5086 Replace #ifdef S_ISLNK with #ifdef HAVE_SYMLINK.
5087
5088 * src/rtapelib.c (rmt_open__):
5089 Remove typo that caused us to omit the first char
5090 of the basename.
5091
5092 1999-07-16 Paul Eggert <eggert@twinsun.com>
5093
5094 * NEWS, configure.in (AM_INIT_AUTOMAKE): version 1.13.3.
5095
5096 * doc/tar.texi: A path name is excluded if any of its file name
5097 components matches an excluded pattern, even if the path name was
5098 specified on the command line.
5099 * src/create.c (create_archive): Likewise.
5100 * src/list.c (read_and): Likewise.
5101 * src/update.c (update_archive): Likewise.
5102 * lib/exclude.h (excluded_pathname): New decl.
5103 * lib/exclude.c (_GNU_SOURCE): Define.
5104 (FILESYSTEM_PREFIX_LEN, ISSLASH): New macros.
5105 (excluded_filename_opts): New function.
5106 (excluded_pathname): New function.
5107
5108 * lib/Makefile.am (EXTRA_DIST):
5109 xstrtol.c moved here from libtar_a_SOURCES.
5110 (libtar_a_SOURCES): Move xstrtol.c to EXTRA_DIST.
5111 Remove xstrtoul.c; no longer needed.
5112 * lib/xstrtol.c: Remove.
5113
5114 * src/tar.c (decode_options):
5115 Set newer_time_option to TYPE_MINIMUM, so that
5116 negative timestamps are handled correctly.
5117 Replace invocations of xstrtol and xstrtoul with xstrtoumax, for
5118 uniformity (and so that we don't need to have the other fns).
5119 (main): Remove call to init_total_written; no longer needed.
5120
5121 * configure.in (AC_CHECK_SIZEOF): Remove no-longer-needed
5122 checks for unsigned long and long long.
5123 * src/arith.c: Remove.
5124 * src/Makefile.am (tar_SOURCES): Remove arith.c.
5125 * po/POTFILES.in: Remove src/arith.c.
5126 * src/arith.h: Use double, to simplify configuration gotchas.
5127 (tarlong): Now double.
5128 (TARLONG_FORMAT): New macro.
5129 (BITS_PER_BYTE, BITS_PER_TARLONG, SUPERDIGIT, BITS_PER_SUPERDIGIT,
5130 LONGS_PER_TARLONG, SIZEOF_TARLONG, struct tarlong,
5131 zerop_tarlong_helper, lessp_tarlong_helper, clear_tarlong_helper,
5132 add_to_tarlong_helper, mult_tarlong_helper, print_tarlong_helper,
5133 zerop_tarlong, lessp_tarlong, clear_tarlong, add_to_tarlong,
5134 mult_tarlong, print_tarlong): Remove. All callers replaced with
5135 arithmetic ops.
5136
5137 * src/common.h (init_total_written): Remove decl.
5138
5139 * src/buffer.c (total_written):
5140 Remove; replaced with prev_written + bytes_written.
5141 (prev_written): New var.
5142 (init_total_written): Remove.
5143 (print_total_written): Use TARLONG_FORMAT instead of print_tarlong.
5144
5145 * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG):
5146 Make sure that we can shift, multiply
5147 and divide unsigned long long values; Ultrix cc can't do it.
5148
5149 * lib/modechange.c (mode_compile): Use uintmax_t, not unsigned long.
5150 Check for any unknown bits, not just unknown bits left of the leftmost
5151 known bit.
5152
5153 * lib/quotearg.c (quotearg_buffer):
5154 Don't quote spaces if C quoting style.
5155 * src/list.c (from_oct):
5156 Use C quoting style for error; omit trailing NULs.
5157
5158 1999-07-14 Paul Eggert <eggert@twinsun.com>
5159
5160 * configure.in (AM_INIT_AUTOMAKE), NEWS: Version 1.13.2.
5161
5162 * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
5163 <inttypes.h> defines strtoumax as a macro (and not as a function).
5164 HP-UX 10.20 does this.
5165
5166 * src/tar.c (usage): tar-bugs@gnu.org -> bug-tar@gnu.org
5167 * PORTS, README, TODO, doc/tar.texi: Likewise.
5168
5169 1999-07-12 Paul Eggert <eggert@twinsun.com>
5170
5171 * configure.in (AM_INIT_AUTOMAKE): Version 1.13.1.
5172 (LIBOBJS): Add mktime.o to automake 1.4 bug workaround.
5173
5174 * src/list.c (decode_header):
5175 Do not assume that S_IFBLK and S_IFCHR are defined.
5176
5177 * src/create.c (start_header): Do not assume S_IFMT is defined.
5178 (dump_file): Remove unnecessary check for screwy apollo lossage.
5179 Do not assume S_IFBLK and S_IFCHR are defined.
5180
5181 * src/extract.c (extract_archive):
5182 Test whether S_IFCHR and S_IFBLK are nonzero,
5183 not whether they are defined, for consistency with other tests.
5184
5185 * src/buffer.c (is_regular_file):
5186 Don't succeed on files that we can't access due to
5187 permissions problems.
5188 (open_archive): Fix wording on fatal error message.
5189 Don't bother to stat /dev/null if the archive is not a character
5190 special device.
5191
5192 * src/compare.c (process_rawdata, diff_sparse_files, diff_archive):
5193 Report an error, not a warning, for I/O errors.
5194 (process_rawdata, process_dumpdir, diff_sparse_files):
5195 Change ungrammatical "Data differs" to "Contents differ".
5196 (get_stat_data): Find hidden files on AIX.
5197 Accept file name as argument; all uses changed.
5198 (get_stat_data, diff_archive): Use system error message for
5199 nonexistent files rather than rolling our own.
5200 (diff_archive): Unknown file types are errors, not warnings.
5201 Normalize spelling of message to "File type differs".
5202 Use get_stat_data to get link status, for consistency.
5203 Do not inspect st_rdev for fifos.
5204 Do not assume st_mode values contain only file types and mode bits.
5205 Check for mode changes and device number changes separately.
5206
5207 * src/update.c (append_file):
5208 Open the file before statting it, to avoid a race.
5209 Complain about file shrinkage only when we reach EOF.
5210
5211 1999-07-08 Paul Eggert <eggert@twinsun.com>
5212
5213 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13 released.
5214
5215 * configure.in (AC_EXEEXT): Add.
5216
5217 * lib/Makefile.am (noinst_HEADERS):
5218 Add basename.h, exclude.h. Remove full-write.h.
5219 (libtar_a_SOURCES): Add exclude.c.
5220
5221 * lib/basename.h, lib/exclude.c, lib/exclude.h, lib/safe-read.h:
5222 New files.
5223 * lib/full-write.c: Include safe-read.h instead of full-write.h.
5224 * lib/safe-read.h (safe_read): New decl.
5225 * src/rmt.c: Include safe-read.h.
5226 * src/rtapelib.c: Include basename.h, save-read.h.
5227 (rmt_open__): Use base_name to compute base name.
5228
5229 * src/common.h:
5230 Include basename.h, exclude.h; don't include full-write.h.
5231 (exclude_option): Remove decl.
5232 (excluded): New decl.
5233 (add_exclude, add_exclude_file, check_exclude): Remove decls.
5234
5235 * src/list.c (read_and):
5236 Use excluded_filename instead of check_exclude.
5237 Check base name of incoming file name, not entire file name, when
5238 deciding whether to exclude it.
5239
5240 * src/create.c (finish_sparse_file):
5241 Use excluded_filename instead of check_exclude.
5242 Don't bother to stat excluded file names.
5243 * src/incremen.c (get_directory_contents): Likewise.
5244
5245 * src/names.c (exclude_pool, exclude_pool_size,
5246 allocated_exclude_pool_size, simple_exclude_array,
5247 simple_excludes, allocated_simple_excludes,
5248 pattern_exclude_array, pattern_excludes,
5249 allocated_pattern_excludes, add_exclude, add_exclude_file,
5250 check_exclude):
5251 Remove; now done in ../lib/exclude.c.
5252
5253 * src/tar.c (decode_options): Initialize `excluded'.
5254 Use new add_exclude_file and add_exclude functions.
5255
5256 1999-07-05 Paul Eggert <eggert@twinsun.com>
5257
5258 * m4/gettext.m4: Use changequote rather than [[ ]].
5259
5260 * lib/safe-read.c: Renamed from lib/full-read.c.
5261 (safe_read): Renamed from full_read. All uses changed.
5262 * lib/safe-read.h, lib/full-write.h: New files.
5263 * lib/Makefile.am (noinst_HEADERS): Add full-write.h, safe-read.h.
5264 (libtar_a_SOURCES): Rename full-read.c to safe-read.c.
5265 * lib/full-write.c: Include full-write.h.
5266 * src/common.h: Include full-write.h, safe-read.h.
5267 * src/system.h: (full_read, full_write): Remove decls.
5268
5269 * src/Makefile.am (datadir): New var; needed for Solaris gettext.
5270
5271 * src/system.h (bindtextdomain, textdomain): undef before
5272 defining, to avoid preprocessor warnings with --disable-nls
5273 on hosts whose locale.h includes libintl.h.
5274
5275 * lib/xstrtol.c (__strtol): Remove decl; it doesn't work if __strtol
5276 expands to a macro, which occurs in HP-UX 10.20 with strtoumax.
5277 (strtol, strtoul): New decls (for pre-ANSI hosts), to replace
5278 the above decl.
5279
5280 1999-07-02 Paul Eggert <eggert@twinsun.com>
5281
5282 * Makefile.am (ACINCLUDE_INPUTS): Add $(M4DIR)/mktime.m4.
5283 * m4/mktime.m4: New file.
5284 * m4/Makefile.am.in, m4/README: Remove these files.
5285 * m4/Makefile.am (EXTRA_DIST): Add mktime.m4;
5286 remove README, Makefile.am.in.
5287 (Makefile.am): Remove rule; it didn't work in BSD/OS 4.0.
5288 * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Invoke AC_FUNC_MKTIME,
5289 not AM_FUNC_MKTIME.
5290
5291 * src/tar.c: Include signal.h.
5292 (SIGCHLD): Define to SIGCLD if SIGCLD is defined but SIGCHLD is not.
5293 (main): Ensure SIGCHLD is not ignored.
5294
5295 (BACKUP_OPTION, DELETE_OPTION, EXCLUDE_OPTION, GROUP_OPTION,
5296 MODE_OPTION, NEWER_MTIME_OPTION, NO_RECURSE_OPTION, NULL_OPTION,
5297 OWNER_OPTION, POSIX_OPTION, PRESERVE_OPTION, RECORD_SIZE_OPTION,
5298 RSH_COMMAND_OPTION, SUFFIX_OPTION, USE_COMPRESS_PROGRAM_OPTION,
5299 VOLNO_FILE_OPTION, OBSOLETE_ABSOLUTE_NAMES,
5300 OBSOLETE_BLOCK_COMPRESS, OBSOLETE_BLOCKING_FACTOR,
5301 OBSOLETE_BLOCK_NUMBER, OBSOLETE_READ_FULL_RECORDS, OBSOLETE_TOUCH,
5302 OBSOLETE_VERSION_CONTROL): Make sure they can't be valid chars, so
5303 they don't overlap with char codes. Use an enum instead of a lot
5304 of #defines.
5305
5306 * src/system.h (ISASCII): Remove.
5307 (CTYPE_DOMAIN, ISDIGIT, ISODIGIT, ISPRINT, ISSPACE, S_ISUID,
5308 S_ISGID, S_IRUSR, S_IWUSR, S_IXUSR, S_IRGRP, S_IWGRP, S_IXGRP,
5309 S_IROTH, S_IWOTH, S_IXOTH, MODE_WXUSR, MODE_R, MODE_RW,
5310 MODE_RWX, MODE_ALL, SEEK_SET, SEEK_CUR, SEEK_END, CHAR_MAX,
5311 LONG_MAX): New macros.
5312
5313 * src/incremen.c (ISDIGIT, ISSPACE): Remove; now in system.h.
5314 (read_directory_file): Cast ISSPACE arg to unsigned char.
5315 * src/misc.c (ISPRINT): Remove; now in system.h.
5316 (remove_any_file): Add brackets to pacify gcc -Wall.
5317 * src/list.c: Don't include <ctype.h>; system.h already does this.
5318 (ISODIGIT, ISSPACE): Remove; now in system.h.
5319 (decode_header): No need to AND mode with 07777; MODE_FROM_OCT
5320 does this now.
5321 (from_oct): Cast ISSPACE arg to unsigned char.
5322
5323 * src/create.c (mode_to_oct): Translate modes from internal to
5324 external form.
5325 * src/list.c (mode_from_oct): Translate modes from external to
5326 internal form. Do not complain about unrecognized mode bits.
5327 * src/common.h (TSUID, TSGID, TSVTX, TUREAD, TUWRITE, TUEXEC,
5328 TGREAD, TGWRITE, TGEXEC, TOREAD, TOWRITE, TOEXEC): Remove undefs.
5329
5330 * src/extract.c: (extr_init, make_directories, extract_archive):
5331 Do not assume mode bits have traditional Unix values.
5332 * src/list.c (decode_mode): Likewise.
5333 * src/create.c (start_header, dump_file): Likewise.
5334 * src/buffer.c (child_open_for_compress,
5335 child_open_for_uncompress, open_archive, (close_archive): Likewise.
5336 * src/compare.c (diff_archive): Likewise.
5337
5338 * src/extract.c (set_mode): Use %04 not %0.4 format.
5339 (extract_sparse_file): Do not use data_block uninitialized.
5340 Check for lseek failures.
5341
5342 * src/rtapelib.c (rmt_lseek__):
5343 Convert lseek whence values to portable integers on the wire.
5344 * src/rmt.c (main): Likewise. Check for whence values out of range.
5345
5346 * src/create.c (finish_sparse_file): Use lseek whence macros
5347 instead of integers.
5348 * src/buffer.c (backspace_output): Likewise.
5349 * src/compare.c (diff_archive, verify_volume): Likewise.
5350 * src/delete.c (move_archive): Likewise.
5351 * src/extract.c (extract_sparse_file): Likewise.
5352
5353 * src/create.c (dump_file): Do not invoke finish_sparse_file
5354 on a negative file descriptor.
5355
5356 * src/buffer.c: Add braces to pacify gcc -Wall.
5357
5358 * src/compare.c (diff_sparse_files): Report lseek errors.
5359
5360 * configure.in (ALL_LINGUAS): Add cs, es, ru.
5361
5362 * PORTS, TODO: gnu.ai.mit.edu -> gnu.org
5363
5364 * src/arith.c, src/buffer.c (new_volume): Don't put ^G in
5365 message to be internationalized; \a doesn't work with msgfmt.
5366
5367 * src/tar.c (long_options, main, usage, OPTION_STRING):
5368 Remove -E or --ending-file.
5369 * src/list.c (read_and): Likewise.
5370 * src/common.h (ending_file_option): Likewise.
5371 * src/buffer.c (close_archive): Likewise.
5372
5373 * tests/after: Don't run two commands together in a pipeline,
5374 as some old shells mishandle pipeline exit status.
5375
5376 1999-06-28 Paul Eggert <eggert@twinsun.com>
5377
5378 * configure.in (AM_INIT_AUTOMAKE): version 1.12.64015.
5379 * NEWS: Describe changes since 1.12.
5380 * README: Update bug reporting address; move paxutils ref to NEWS.
5381
5382 Handle EINTR correctly.
5383 * lib/Makefile.am (libtar_a_SOURCES): Add full-read.c, full-write.c.
5384 * lib/full-read.c, lib/full-write.c: New files.
5385 * src/buffer.c (child_open_for_compress, child_open_for_uncompress):
5386 Prefer full_read to read and full_write to write.
5387 * src/compare.c (process_rawdata, diff_sparse_files): Likewise.
5388 * src/create.c (deal_with_sparse, finish_sparse_file, dump_file):
5389 Likewise.
5390 * src/extract.c (extract_sparse_file): Likewise.
5391 * src/rmt.c (get_string, main, report_error_message,
5392 report_numbered_error): Likewise.
5393 * src/rmt.h (rmtread, rmtwrite): Likewise.
5394 * src/rtapelib.c (do_command, get_status_string, rmt_read__,
5395 rmt_write__, rmt_ioctl__): Likewise.
5396 * src/update.c (append_file): Likewise.
5397 * src/system.h (full_read, full_write): New decls.
5398
5399 * po/POTFILES.in: Add lib/argmatch.c, lib/error.c lib/getopt.c,
5400 lib/xmalloc.c, src/arith.c, src/misc.c.
5401
5402 * src/system.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
5403 New macros. All uses of STDIN and STDOUT changed.
5404 * src/rmt.c (prepare_record_buffer, main): Use STDIN_FILENO
5405 instead of 0 and STDOUT_FILENO instead of 1.
5406 * src/rtapelib.c (_rmt_rexec): Use STDIN_FILENO and STDOUT_FILENO
5407 instead of fileno (stdin) and fileno (stdout) or 0 and 1.
5408
5409 * src/rmt.c (private_strerror): Avoid const. Translate results.
5410
5411 * tests/Makefile.am (TESTS): Remove incremen.sh; it doesn't work
5412 in the presence of NFS clock skew.
5413
5414 1999-06-25 Paul Eggert <eggert@twinsun.com>
5415
5416 * configure.in (AM_INIT_AUTOMAKE): version 1.12.64014.
5417
5418 * src/buffer.c (write_archive_buffer): New function.
5419 (child_open_for_compress, flush_write, flush_read): Use it to write
5420 buffers.
5421 (open_archive): Report error if fstat of archive fails.
5422 Improve efficiency of check for /dev/null.
5423 Also, fix some corner cases with remote archives and /dev/null checking.
5424 (close_archive): Test for input fifo only if not remote.
5425 Truncate output archive only if it's not remote.
5426
5427 * src/misc.c (remove_any_file):
5428 Don't terminate if you see . or ..; just skip them.
5429
5430 1999-06-18 Paul Eggert <eggert@twinsun.com>
5431
5432 * configure.in (AM_INIT_AUTOMAKE): version 1.12.64013.
5433
5434 Output sizes using a format that's more compatible with
5435 traditional tar (and with GNU Emacs).
5436 * src/common.h (GID_TO_OCT, MAJOR_TO_OCT, MINOR_TO_OCT,
5437 MODE_TO_OCT, SIZE_TO_OCT, UID_TO_OCT, UINTMAX_TO_OCT):
5438 Don't subtract 1 from size.
5439 * src/create.c (to_oct): Prepend leading zeros, not spaces.
5440 Output a trailing NUL unless the value won't fit without it.
5441 (finish_header): No need to append NUL to chksum, now that
5442 to_oct is doing it.
5443
5444 1999-06-16 Paul Eggert <eggert@twinsun.com>
5445
5446 * NEWS, configure.in (AM_INIT_AUTOMAKE): version 1.12.64012.
5447
5448 * src/Makefile.am (LDADD): Link libtar.a after @INTLLIBS@, since
5449 @INTLLIBS@ might invoke rpl_realloc.
5450
5451 * src/tar.c (backup_type): Remove decl; backupfile.h now has it.
5452 (intconv): Remove; use xstrto* fns instead.
5453 ("xstrtol.h"): Include.
5454 (check_decimal): Remove.
5455 (long_options, usage, OPTION_STRING, decode_options):
5456 Remove -y, --bzip2, --unbzip2.
5457 (decode_options): Use xget_version instead of get_version.
5458 Check for overflow with -b and -L and RECORD_SIZE_OPTION.
5459 Replace invocations of check_decimal with xstrtoumax.
5460
5461 * tests/preset.in (echo_n, echo_c): Remove.
5462
5463 * tests/after: Don't rely on $echo_c and $echo_n.
5464
5465 * lib/addext.c, lib/dirname.c, lib/lchown.c, lib/lchown.h,
5466 lib/malloc.c, lib/mktime.c, lib/realloc.c, lib/strtol.c, lib/strtoul.c,
5467 lib/strtoull.c, lib/strtoumax.c, lib/utime.c, lib/xstrtol.c,
5468 lib/xstrtol.h, lib/xstrtoul.c, lib/xstrtoumax.c,
5469 m4/Makefile.am.in, m4/README, m4/ccstdc.m4, m4/d-ino.m4,
5470 m4/gettext.m4, m4/inttypes_h.m4, m4/isc-posix.m4,
5471 m4/jm-mktime.m4, m4/largefile.m4, m4/lcmessage.m4,
5472 m4/malloc.m4, m4/progtest.m4, m4/realloc.m4, m4/uintmax_t.m4,
5473 m4/ulonglong.m4, m4/utimbuf.m4, m4/utime.m4, m4/utimes.m4,
5474 m4/xstrtoumax.m4: New files.
5475
5476 * configure.in(fp_PROG_ECHO): Remove; no longer needed.
5477 (AC_SYS_LARGEFILE): Renamed from AC_LFS.
5478 (jm_AC_HEADER_INTTYPES_H): Replaces inline code.
5479 (jm_STRUCT_DIRENT_D_INO, jm_AC_TYPE_UINTMAX_T, jm_AC_PREREQ_XSTRTOUMAX): Add.
5480 (AC_CHECK_FUNCS): Remove lchown.
5481 (AC_REPLACE_FUNCS): Remove basename, dirname.
5482 Add lchown, strtol, strtoul.
5483 (jm_FUNC_MKTIME): Add.
5484 (LIBOBJS): Replace .o with $U.o, so that the .o files in LIBOBJS
5485 are also built via the ANSI2KNR-filtering rules.
5486 Use a no-op line to work around bug in automake 1.4 with malloc and
5487 realloc.
5488 (AC_OUTPUT): Add m4/Makefile.
5489
5490 * lib/Makefile.am (EXTRA_DIST):
5491 Add lchown.c, malloc.c, mktime.c, realloc.c,
5492 strtol.c, strtoul.c, strtoull.c, strtoumax.c, utime.c.
5493 (noinst_HEADERS): Add lchown.h, modechange.h, xstrtol.h.
5494 (libtar_a_SOURCES): Add addext.c, basename.c, xstrtol.c,
5495 xstrtoul.c, xstrtoumax.c. Remove getversion.c.
5496 ($(srcdir)/getdate.c:): Remove `expect conflicts' line.
5497
5498 * src/system.h (uintmax_t): Don't declare; configure now does this.
5499
5500 * src/common.h (backup_type): New decl.
5501 * src/common.h, src/misc.c, src/tar.c:
5502 Move include of backupfile.h to common.h.
5503
5504 * src/misc.c (maybe_backup_file):
5505 Pass backup_type to find_backup_file_name.
5506
5507 * src/list.c (print_header): Change sizes of uform and gform from 11 to
5508 UINTMAX_STRSIZE_BOUND.
5509
5510 * doc/tar.texi: Remove --bzip2.
5511 Fix @xref typos reported by latest makeinfo.
5512
5513 * Makefile.am (ACLOCAL_AMFLAGS): New macro.
5514 (SUBDIRS): Add m4.
5515 (M4DIR, ACINCLUDE_INPUTS): New macros.
5516 ($(srcdir)/acinclude.m4): New rule.
5517
5518 * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT,
5519 HAVE_INTTYPES_H, HAVE_LC_MESSAGES, HAVE_STPCPY): Remve #undefs;
5520 now generated automatically by autoconf.
5521
5522 1999-05-15 Paul Eggert <eggert@twinsun.com>
5523
5524 * doc/tar.texi: Remove -y.
5525
5526 1999-04-09 Paul Eggert <eggert@twinsun.com>
5527
5528 * src/system.h (INT_STRLEN_BOUND): Fix off-by-factor-of-10 typo
5529 (we were allocating too much storage).
5530 (uintmax_t): Don't declare; configure now does this.
5531
5532 * ABOUT-NLS: Update to gettext 0.10.35 edition.
5533
5534 1999-03-22 Paul Eggert <eggert@twinsun.com>
5535
5536 * NEWS, configure.in (AM_INIT_AUTOMAKE): version 1.12.64010
5537
5538 * acinclude.m4 (AC_LFS_FLAGS):
5539 Don't use -mabi=n32 with GCC on IRIX 6.2; it's the default.
5540 (AC_LFS): -n32, -o32, and -n64 are CPPFLAGS, not CFLAGS.
5541 (jm_FUNC_MALLOC, jm_FUNC_REALLOC): New macros.
5542
5543 * configure.in (jm_FUNC_MALLOC, jm_FUNC_REALLOC):
5544 New macros; needed for latest GNU xmalloc.c.
5545
5546 * Makefile.am (noinst_HEADERS): Add quotearg.h, xalloc.h.
5547 (libtar_a_SOURCES): Add quotearg.c.
5548 * list.c: Include <quotearg.h>.
5549 (from_oct): Add forward decl.
5550 (read_header): Return HEADER_FAILURE if we can't parse the checksum.
5551 (from_oct): Report an error only if TYPE is nonzero.
5552 Quote any funny characters in bad header.
5553
5554 1999-03-20 Paul Eggert <eggert@twinsun.com>
5555
5556 * NEWS, configure.in (AM_INIT_AUTOMAKE): version 1.12.64009
5557
5558 * acinclude.m4 (AC_LFS_FLAGS): Add support for IRIX 6.2 and later.
5559 (AC_LFS_SPACE_APPEND): Assume $2 is quoted properly; all callers
5560 changed.
5561 (AC_LFS): Simplify AIX revision number test.
5562
5563 1999-03-17 Paul Eggert <eggert@twinsun.com>
5564
5565 * NEWS, configure.in (AM_INIT_AUTOMAKE): version 1.12.64008
5566
5567 * configure.in (AC_VALIDATE_CACHED_SYSTEM_TUPLE):
5568 Remove; it doesn't work that well
5569 with AC_CANONICAL_HOST.
5570 (fp_WITH_INCLUDED_MALLOC): Remove; we'll just use the system malloc.
5571
5572 * Makefile.am (EXTRA_DIST): Remove AC-PATCHES, AM-PATCHES, BI-PATCHES.
5573
5574 * Makefile.am (EXTRA_DIST): Remove gmalloc.c.
5575
5576 * acinclude.m4 (fp_WITH_INCLUDED_MALLOC): Remove.
5577
5578 * tar.texi: Fix bug-report addr.
5579
5580 * README: Remove --with-included-malloc.
5581 Upgrade version numbers of build software.
5582
5583 1999-03-07 Paul Eggert <eggert@twinsun.com>
5584
5585 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.12.64007.
5586
5587 * acinclude.m4 (AM_WITH_NLS): Port to Solaris 2.5.1,
5588 where bindtextdomain and gettext require -lintl.
5589 (AC_LFS_FLAGS): Simplify so that it only gets the flags;
5590 `no' means it failed.
5591 (AC_LFS_SPACE_APPEND, AC_LFS_MACRO_VALUE): New macros.
5592 (AC_LFS): Use them. Set _FILE_OFFSET_BITS, _LARGEFILE_SOURCE, and
5593 _LARGE_FILES from LFS_CFLAGS, so that in the normal case we don't need
5594 to add anything to the command line (it's all in config.h).
5595 Put any extra -D and -I options into CPPFLAGS, the rest into CFLAGS.
5596
5597 1999-03-01 Paul Eggert <eggert@twinsun.com>
5598
5599 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.12.64006.
5600
5601 * acinclude.m4 (AC_LFS_FLAGS): Port to AIX 4.2.
5602
5603 * src/list.c: (gid_from_oct, major_from_oct, minor_from_oct,
5604 mode_from_oct, off_from_oct, size_from_oct, time_from_oct,
5605 uid_from_oct, uintmax_from_oct): Use TYPE_MAXIMUM instead of macros
5606 like OFF_MAX, which are not reliable
5607 (e.g. OFF_MAX in AIX 4.2 is incorrect).
5608 * src/system.h (GID_MAX, MAJOR_MAX, MINOR_MAX, MODE_MAX, OFF_MAX,
5609 SIZE_MAX, TIME_MAX,UID_MAX, UINTMAX_MAX): Remove; no longer used.
5610
5611 * src/incremen.c (get_directory_contents):
5612 Don't use statx if _LARGE_FILES; it doesn't work under AIX 4.2.
5613 Have statx depend on STX_HIDDEN, not AIX.
5614
5615 * src/create.c (to_oct):
5616 New parameter substitute, giving a substitute value to use
5617 when the original value is out of range. Do not append a space to the
5618 output; modern tars don't. When a value is out of range, specify the
5619 maximum value, not the number of bits.
5620 (GID_NOBODY, UID_NOBODY): New macros.
5621 (gid_to_oct, uid_to_oct): Use them as substitutes.
5622 (finish_header): Do not assume that UINTMAX_TO_OCT appends a space.
5623 (dump_file): Check whether the file changed as we read it.
5624
5625 * src/rmt.c (main): Remove suspicious AIX/386 code.
5626
5627 1999-02-19 Paul Eggert <eggert@twinsun.com>
5628
5629 * intl/localealias.c (read_alias_file): Don't assume that memcpy
5630 returns a type compatible with char *; it doesn't on SunOS
5631 4.1.4 with Sun cc, since <string.h> doesn't declare memcpy.
5632
5633 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.12.64005.
5634
5635 * src/tar.c (long_options, usage): Prefer --unbzip2 to --bunzip2.
5636 * doc/tar.texi: Add --bzip2, --unbzip2 options.
5637
5638 * configure.in (AC_CANONICAL_HOST, AC_VALIDATE_CACHED_SYSTEM_TUPLE):
5639 Add.
5640 (AC_LINK_FILES): Omit; AM_GNU_GETTEXT now does this.
5641 (AC_OUTPUT): Omit munging of po/Makefile; AM_GNU_GETTEXT now does this.
5642 * acinclude.m4 (AM_WITH_NLS):
5643 Update to latest gettext version (serial 5).
5644 (AC_LFS_FLAGS): New macro
5645 (AC_LFS): Use it. Append to CFLAGS, LDFLAGS, LDLIBS instead of
5646 working only with unset variables. Append to CFLAGS, not CPPFLAGS.
5647 Work properly in cross-compilation scenario, by checking for getconf
5648 with AC_CHECK_TOOL and by ditching uname in favor of
5649 AC_CANONICAL_HOST and $host_os. Add --disable-lfs option.
5650
5651 * lib/getdate.y: Update to fileutils 4.0 getdate.y, with one patch:
5652 replace FORCE_ALLOCA_H with HAVE_ALLOCA_H.
5653 * lib/Makefile.am (AUTOMAKE_OPTIONS): Append ../src/ansi2knr,
5654 since getdate.y now uses ANSI code.
5655
5656 * config.guess, config.sub: New files; taken from automake 1.4.
5657
5658 * intl/Makefile.in, intl/VERSION, intl/bindtextdom.c,
5659 intl/cat-compat.c, intl/dcgettext.c, intl/dgettext.c,
5660 intl/explodename.c, intl/finddomain.c, intl/gettext.c,
5661 intl/gettext.h, intl/gettextP.h, intl/hash-string.h,
5662 intl/l10nflist.c, intl/libgettext.h, intl/loadinfo.h,
5663 intl/loadmsgcat.c, intl/localealias.c, intl/textdomain.c:
5664 Update to GNU gettext 0.10.35, with patches as per GCC snapshot 990109.
5665
5666 1999-02-01 Paul Eggert <eggert@twinsun.com>
5667
5668 * src/tar.c: Update copyright.
5669
5670 * NEWS: 1.12.64004
5671
5672 1999-02-01 Paul Eggert <eggert@twinsun.com>
5673
5674 * NEWS, configure.in: Version 1.12.64004
5675
5676 * configure.in (AC_LFS): Use this macro, instead of open-coding it.
5677
5678 * acinclude.m4 (AC_LFS, AM_PROG_CC_STDC): New macros.
5679
5680 * src/extract.c (extract_archive): Fix bug when extracting sparse
5681 files: they were trashing the tar file header.
5682
5683 * src/tar.c: (long_options, usage, OPTION_STRING, decode_options):
5684 Add -y or --bzip2 or --bunzip2 option.
5685
5686 1999-01-30 Paul Eggert <eggert@twinsun.com>
5687
5688 * src/names.c (cached_no_such_uname, cached_no_such_gname,
5689 cached_no_such_uid, cached_no_such_gid): New vars.
5690 (uid_to_uname, gid_to_gname, uname_to_uid, gname_to_gid):
5691 Cache failures, too.
5692
5693 * src/tar.c (decode_options):
5694 Don't pass names longer than UNAME_FIELD_SIZE to
5695 uname_to_uid, as it messes up the cache. Similarly for gname_to_uid.
5696
5697 1999-01-27 Paul Eggert <eggert@twinsun.com>
5698
5699 * NEWS, configure.in: Version 1.12.64003
5700
5701 * src/buffer.c (backspace_output, close_archive): Cast
5702 rmtlseek position arg to off_t, for benefit of K&R compilers
5703 with long long.
5704 * src/compare.c (verify_volume): Likewise.
5705
5706 * NEWS, configure.in: Version 1.12.64002
5707
5708 * src/create.c (gid_to_oct, major_to_oct, minor_to_oct, mode_to_oct,
5709 off_to_oct, size_to_oct, time_to_oct, uid_to_oct):
5710 Cast arg to uintmax_t for benefit of pre-ANSI compilers with long long.
5711 * src/list.c: (gid_from_oct, major_from_oct, minor_from_oct,
5712 mode_from_oct, off_from_oct, size_from_oct, time_from_oct,
5713 uid_from_oct): Likewise.
5714
5715 1999-01-25 Paul Eggert <eggert@twinsun.com>
5716
5717 * incremen.sh: Fix timing bug in regression test.
5718
5719 1999-01-22 Paul Eggert <eggert@twinsun.com>
5720
5721 * NEWS, configure.in: Update version
5722
5723 * Makefile.am (localedir): Change to $(datadir)/locale.
5724 (DEFS): New macro, defining LOCALEDIR.
5725 (tar.o, tar._o, rmt.o, rmt._o): Remove.
5726 (INCLUDES): Add -I..
5727
5728 * Makefile.am (localedir): Change to $(datadir)/locale.
5729
5730 1999-01-21 Paul Eggert <eggert@twinsun.com>
5731
5732 * NEWS, README, configure.in: Unofficial version 1.12.64001.
5733
5734 * tests/Makefile.am (localedir): Change to $(datadir)/locale.
5735 * src/Makefile.am (localedir): Likewise.
5736 (DEFS): New macro, defining LOCALEDIR.
5737 (tar.o, tar._o, rmt.o, rmt._o): Remove.
5738 (INCLUDES): Add `-I..'.
5739
5740 * tests/incremen.sh: Fix timing bug.
5741
5742 1999-01-20 Paul Eggert <eggert@twinsun.com>
5743
5744 * NEWS, README, configure.in: Unofficial version 1.12.64000.
5745 `lfs.7' changed to `64000' in version number
5746 to conform to gnits standards.
5747
5748 * COPYING, INSTALL, doc/texinfo.tex, install-sh, missing,
5749 mkinstalldirs, ansi2knr.c: Update to latest public versions.
5750
5751 Rebuild with automake 1.4 and autoconf 2.13, to work around some
5752 porting problems.
5753
5754 1998-12-07 Paul Eggert <eggert@twinsun.com>
5755
5756 * NEWS, README, configure.in: Unofficial version 1.12.lfs.6.
5757
5758 * src/list.c (read_header):
5759 Accept file names as specified by POSIX.1-1996 section 10.1.1.
5760
5761 1998-11-30 Paul Eggert <eggert@twinsun.com>
5762
5763 * configure.in: Quote the output of uname.
5764
5765 * src/extract.c (set_stat): chmod after chown even when not root;
5766 if we are using --same-owner this is needed e.g. on Solaris 2.5.1.
5767
5768 1998-11-15 Paul Eggert <eggert@twinsun.com>
5769
5770 * NEWS, README, configure.in: Unofficial version 1.12.lfs.5.
5771
5772 * configure.in (ac_test_CPPFLAGS, ac_test_LDFLAGS, ac_test_LIBS,
5773 ac_getconfs, ac_result): Special case for HP-UX 10.20 or later.
5774
5775 1998-10-28 Paul Eggert <eggert@twinsun.com>
5776
5777 * NEWS, README, configure.in: Unofficial version 1.12.lfs.4.
5778
5779 * src/system.h (voidstar): Use void * if __STDC__ is defined,
5780 not merely nonzero.
5781
5782 * src/rtapelib.c: Don't use rexec code unless compiled with WITH_REXEC.
5783 On many installations, rexec is disabled.
5784
5785 1998-08-07 Paul Eggert <eggert@twinsun.com>
5786
5787 * NEWS, README, configure.in: Unofficial version 1.12.lfs.3.
5788
5789 * src/names.c (uid_to_uname, gid_to_gname): Don't used cached name
5790 for nameless users and groups.
5791
5792 1998-02-17 Paul Eggert <eggert@twinsun.com>
5793
5794 * NEWS, README, configure.in: Unofficial version 1.12.lfs.2.
5795 * NEWS, README: Add explanation of why this isn't an official version.
5796
5797 1998-02-02 Paul Eggert <eggert@twinsun.com>
5798
5799 * NEWS, README, configure.in: Unofficial version 1.12.lfs.1.
5800 This is an unofficial version.
5801
5802 1997-12-17 Paul Eggert <eggert@twinsun.com>
5803
5804 * src/incremen.c (ST_DEV_MSB): New macro.
5805 (NFS_FILE_STAT): Use most significant bit of st_dev,
5806 even if it's unsigned.
5807
5808 1997-12-08 Paul Eggert <eggert@twinsun.com>
5809
5810 * src/system.h (ST_NBLOCKS): Fix typo in definition.
5811
5812 1997-11-19 Paul Eggert <eggert@twinsun.com>
5813
5814 * configure.in (HAVE_INTTYPES_H):
5815 Don't ignore cache variable if it's already set.
5816
5817 1997-11-10 Paul Eggert <eggert@twinsun.com>
5818
5819 * src/rmt.c (main): Don't assume mt_count is of type daddr_t.
5820 * src/delete.c (records_read): Now off_t.
5821 (move_archive): Don't assume mt_count is of type daddr_t.
5822
5823 1997-10-30 Paul Eggert <eggert@twinsun.com>
5824
5825 * configure.in (CPPFLAGS, LDFLAGS, LIBS):
5826 Set to appropriate values if large file support
5827 needs explicit enabling.
5828 (HAVE_INTTYPES_H, HAVE_ST_FSTYPE_STRING, daddr_t, major_t, minor_t,
5829 ssize_t):
5830 New macros to configure.
5831 (AC_TYPE_MODE_T, AC_TYPE_PID_T, AC_TYPE_OFF_T): Add.
5832
5833 * acconfig.h (daddr_t, HAVE_INTTYPES_H, HAVE_ST_FSTYPE_STRING,
5834 major_t, minor_t, ssize_t): New macros.
5835
5836 * src/arith.h (TARLONG_FORMAT):
5837 Fix typo: %uld -> %lu. Use unsigned when long long
5838 (%lld -> %llu).
5839 (add_to_tarlong_helper, mult_tarlong_helper): 2nd arg is now unsigned long.
5840 (add_to_tarlong, mult_tarlong): Cast 2nd arg to unsigned long.
5841
5842 * src/arith.c (add_to_tarlong_helper, mult_tarlong_helper):
5843 2nd arg is now unsigned long.
5844
5845 * src/rmt.c (allocated_size): Now size_t, and now initialized to 0.
5846 (prepare_record_buffer): Arg is now size_t.
5847 Remove now-useless casts.
5848
5849 (main): Use `long' for status, so that it can store ssize_t.
5850 Use daddr_t, mode_t, size_t, off_t when appropriate.
5851 Convert daddr_t and off_t values ourselves, since they might be longer
5852 than long. Convert other types using `long' primitives.
5853 When processing MTIOCTOP, do not try to pass resulting
5854 count back, since it won't work (it could be too large) and it's
5855 not expected anyway.
5856
5857 * src/update.c:
5858 (append_file) Use off_t, size_t, ssize_t when appropriate. Remove
5859 now-useless casts. Use unsigned long to print *_t types, except use
5860 STRINGIFY_BIGINT for off_t.
5861 (update_archive): Cast -1 to dev_t when necessary.
5862
5863 * src/tar.c (check_decimal):
5864 Now returns 1 if successful, 0 otherwise, and returns
5865 uintmax_t value into new arg. Check for arithmetic overflow.
5866 (decode_options): Avoid overflow if record_size fits in size_t but not int.
5867 Check for overflow on user or group ids.
5868
5869 * src/compare.c (diff_init, process_rawdata, read_and_process,
5870 diff_sparse_files, diff_archive):
5871 Use off_t, pid_t, size_t, ssize_t when appropriate.
5872 Remove now-useless casts. Use unsigned long to print *_t types,
5873 except use STRINGIFY_BIGINT for off_t.
5874
5875 (process_noop, process_rawdata, process_dumpdir, read_and_process):
5876 Size arg is now size_t.
5877
5878 (diff_sparse_files): Arg is now off_t. Check for size_t overflow
5879 when allocating buffer.
5880
5881 * src/rtapelib.c:
5882 (do_command, rmt_open__, rmt_read__, rmt_lseek__, rmt_ioctl__):
5883 Use pid_t, size_t, ssize_t when appropriate. Remove now-useless casts.
5884 Use unsigned long to print *_t types, except use STRINGIFY_BIGINT for
5885 off_t.
5886
5887 (get_status_string, get_status_off): New function.
5888 (get_status): Now returns long, so that it can store ssize_t.
5889 Invoke get_status_string to do the real work.
5890 (rmt_read__, rmt_write__): Now returns ssize_t. Size arg is now size_t.
5891 (rmt_lseek__): Now returns off_t, using new get_status_off function.
5892 (rmt_ioctl__): Convert mt_count by hand,
5893 since it might be longer than long.
5894
5895 * src/mangle.c (extract_mangle):
5896 Check for overflow when converting off_t to size_t.
5897 Use off_t, size_t when appropriate. Remove now-useless casts.
5898
5899 * src/system.h (mode_t): Remove; now done by autoconf.
5900 (ST_NBLOCKS): Do not overflow if st_size is near maximum.
5901 Return number of ST_NBLOCKSIZE-byte blocks,
5902 not number of 512-byte blocks;
5903 this also helps to avoid overflow.
5904 (st_blocks): Declare if needed.
5905 (ST_NBLOCKSIZE): New macro.
5906 (<limits.h>, <inttypes.h>): Include if available.
5907 (CHAR_BIT): New macro.
5908 (uintmax_t): New typedef.
5909 (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_STRLEN_BOUND,
5910 UINTMAX_STRSIZE_BOUND, GID_MAX, MAJOR_MAX, MINOR_MAX, MODE_MAX,
5911 OFF_MAX, SIZE_MAX, TIME_MAX, UID_MAX, UINTMAX_MAX): New macros.
5912
5913 * src/names.c (name_init):
5914 Fix typo in error message: FILE* was passed, but char*
5915 was wanted.
5916
5917 (read_name_from_file, name_gather, addname, name_match, name_scan,
5918 add_exclude): Use size_t when appropriate. Remove now-useless casts.
5919
5920 (exclude_pool_size, allocated_exclude_pool_size): Now size_t.
5921
5922 * src/extract.c (newdir_umask, current_umask): Now mode_t.
5923 (extract_sparse_file): Args now use off_t.
5924
5925 (set_mode, set_stat, make_directories, extract_sparse_file,
5926 extract_archive): Use off_t, size_t, ssize_t when appropriate. Remove
5927 now-useless casts. Use unsigned long to print *_t types, except use
5928 STRINGIFY_BIGINT for off_t.
5929
5930 * src/misc.c (quote_copy_string):
5931 Use size_t when appropriate. Remove now-useless casts.
5932
5933 * src/list.c (read_and, list_archive, read_header, decode_mode,
5934 print_header, print_for_mkdir):
5935 Use mode_t, off_t, size_t when appropriate. Remove
5936 now-useless casts. Use unsigned long to print *_t types, except use
5937 STRINGIFY_BIGINT for off_t.
5938
5939 (read_header): Check for overflow when converting header size.
5940
5941 (from_oct): Now static. Now returns uintmax_t. `where' arg is now
5942 const char *. Size arg is now size_t. Now takes new type and maxval
5943 args. Compute result using uintmax_t, not long. Report error if
5944 field does not contain octal number in range.
5945 (gid_from_oct, major_from_oct, minor_from_oct, mode_from_oct,
5946 off_from_oct, size_from_oct, time_from_oct, uid_from_oct,
5947 uintmax_from_oct): New functions.
5948
5949 (stringify_uintmax_t_backwards): New function.
5950
5951 (decode_mode, print_for_mkdir): Mode arg is now mode_t.
5952 (skip_file): Offset arg is now off_t.
5953
5954 * src/buffer.c (record_start_block, save_totsize, save_sizeleft,
5955 real_s_totsize, real_s_sizeleft, current_block_ordinal):
5956 Now off_t.
5957 (write_error): Arg is now ssize_t.
5958 (child_pid): Now pid_t.
5959 (available_space_after): Now size_t.
5960
5961 (child_open_for_compress, child_open_for_uncompress, flush_write,
5962 open_archive, flush_write, write_error, flush_read, close_archive):
5963 Use pid_t, ssize_t, size_t when appropriate. Remove now-useless
5964 casts. Use unsigned long to print *_t types, except use
5965 STRINGIFY_BIGINT for off_t.
5966
5967 * src/delete.c (records_read): Now daddr_t.
5968 (move_archive): Arg is now daddr_t. Check for overflow when
5969 computing offset.
5970 (move_archive, delete_archive_members): Use daddr_t, off_t when
5971 appropriate. Remove now-useless casts.
5972
5973 * src/rmt.h (rmt_read__, rmt_write__): Now returns ssize_t.
5974 (rmt_lseek): Now returns off_t.
5975
5976 * src/create.c (to_oct):
5977 Now static. Value arg is now uintmax_t. Accept new args
5978 giving name of type of octal field, for error messages. Report an
5979 error if the value is too large to fit in the field.
5980 (gid_to_oct, major_to_oct, minor_to_oct, mode_to_oct, off_to_oct,
5981 size_to_oct, time_to_oct, uid_to_oct, uintmax_to_oct): New functions.
5982
5983 (write_eot, write_long, finish_header, deal_with_sparse,
5984 finish_sparse_file, dump_file): Use dev_t, off_t, ssize_t, size_t when
5985 appropriate. Remove now-useless casts. Use unsigned long to print
5986 *_t types, except use STRINGIFY_BIGINT for off_t.
5987
5988 (find_new_file_size): 1st arg is now off_t*.
5989 (finish_sparse_file): Args now use off_t, not long.
5990 Check for lseek error.
5991 (create_archive, dump_file): Cast -1 to dev_t when necessary.
5992 (dump_file): Device arg is now dev_t.
5993 Avoid overflow when testing whether file has holes
5994 by using the new ST_NBLOCKSIZE macro.
5995
5996 * src/incremen.c (struct accumulator, add_to_accumulator,
5997 get_directory_contents, add_hierarchy_to_namelist, gnu_restore):
5998 Use size_t for sizes.
5999 (struct directory, get_directory_contents, add_hierarchy_to_namelist):
6000 Use dev_t, ino_t for devices and inodes.
6001 (gnu_restore): Use off_t for file offsets.
6002 (struct directory): Use char for flags. Add new flag `nfs'.
6003 (nfs): New constant
6004 (NFS_FILE_STAT): New macro.
6005 (note_directory): Accept struct stat * instead of
6006 device and inode number. All callers changed.
6007 (note_directory, get_directory_contents):
6008 Use NFS_FILE_STAT to determine whether directory is an NFS directory.
6009 (write_dir_file): Cast time_t to unsigned long before printing as %lu.
6010
6011 * src/common.h (record_size, struct name, struct sp_array,
6012 available_space_after):
6013 Use size_t for sizes.
6014 (save_sizeleft, save_totsize, current_block_ordinal, skip_file):
6015 Use off_t for file offsets.
6016 (struct name): dir_contents is now const char *, not char *.
6017 (dump_file, get_directory_contents): Use dev_t for devices.
6018 (to_oct): Remove decl.
6019 (GID_TO_OCT, MAJOR_TO_OCT, MINOR_TO_OCT, MODE_TO_OCT, SIZE_TO_OCT,
6020 UID_TO_OCT, UINTMAX_TO_OCT, OFF_TO_OCT, TIME_TO_OCT, STRINGIFY_BIGINT,
6021 GID_FROM_OCT, MAJOR_FROM_OCT, MINOR_FROM_OCT, MODE_FROM_OCT,
6022 OFF_FROM_OCT, SIZE_FROM_OCT, TIME_FROM_OCT, UID_FROM_OCT,
6023 UINTMAX_FROM_OCT): New macros.
6024 (gid_to_oct, major_to_oct, minor_to_oct, mode_to_oct, off_to_oct,
6025 size_to_oct, time_to_oct, uid_to_oct, uintmax_to_oct,
6026 stringify_uintmax_t_backwards, gid_from_oct, major_from_oct,
6027 minor_from_oct, mode_from_oct, off_from_oct, size_from_oct,
6028 time_from_oct, uid_from_oct, uintmax_from_oct): New decls.
6029 (print_for_mkdir): 2nd arg is now mode_t.
6030
6031 See ChangeLog.1 for earlier changes.
6032
6033
6034 \f
6035 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005 Free Software
6036 Foundation, Inc.
6037
6038 This file is part of GNU tar.
6039
6040 GNU tar is free software; you can redistribute it and/or modify
6041 it under the terms of the GNU General Public License as published by
6042 the Free Software Foundation; either version 2, or (at your option)
6043 any later version.
6044
6045 GNU tar is distributed in the hope that it will be useful,
6046 but WITHOUT ANY WARRANTY; without even the implied warranty of
6047 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6048 GNU General Public License for more details.
6049
6050 You should have received a copy of the GNU General Public License
6051 along with GNU tar; see the file COPYING. If not, write to
6052 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
6053 Boston, MA 02111-1307, USA.
6054 \f
6055 Local Variables:
6056 mode: change-log
6057 version-control: never
6058 End:
This page took 0.332816 seconds and 4 git commands to generate.