1 2009-01-19 Sergey Poznyakoff <gray@gnu.org.ua>
3 * doc/tar.texi: Fix typo.
5 2008-12-29 Sergey Poznyakoff <gray@gnu.org.ua>
7 * bootstrap.conf: Include size_max.
8 * gnulib.modules: Remove memset, rmdir. Replace strdup with
9 strdup-posix. Patch by Eric Blake.
10 * src/tar.c: Implement -I as a shorthand for --use-compress-program.
11 * doc/tar.texi: Document -I.
12 * tests/pipe.at, tests/shortrec.at: Account for eventual 'Record
14 * tests/testsuite.at (AT_TAR_CHECK_HOOK): New define
15 (AT_TAR_WITH_HOOK, TAR_IGNREC_HOOK): New macros.
17 2008-11-30 Sergey Poznyakoff <gray@gnu.org.ua>
19 * src/xheader.c: Remove duplicate inclusion of fnmatch.h. Reported
22 2008-11-25 Sergey Poznyakoff <gray@gnu.org.ua>
24 Do not try to drain the input pipe before closing the
27 * src/buffer.c (close_archive): Remove call to
28 sys_drain_input_pipe. Pass hit_eof as the second
29 argument to sys_wait_for_child.
30 * src/common.h (sys_drain_input_pipe): Remove
31 (sys_wait_for_child): Declare second argument.
32 * src/system.c (sys_drain_input_pipe): Remove.
33 (sys_wait_for_child): Take two arguments. The second one helps to
34 decide whether to tolerate child termination on SIGPIPE.
36 2008-11-03 Sergey Poznyakoff <gray@gnu.org.ua>
38 * src/buffer.c (_write_volume_label): Fix typo, which prevented
39 `-V label -M' from working.
41 2008-10-30 Sergey Poznyakoff <gray@gnu.org.ua>
43 * NEWS, configure.ac: Version 1.20.91
44 * doc/tar.texi: Document transformation scope flags.
45 * src/common.h (transform_symlinks_option): Remove in favor of
46 transformation scope flags.
47 (XFORM_REGFILE, XFORM_LINK, XFORM_SYMLINK, XFORM_ALL): New macros.
48 (transform_name, transform_member_name, transform_name_fp): Take
49 an additional argument, specifying scope flags.
50 * src/create.c: Reflect changes to transform_name.
51 * src/extract.c (extract_link, extract_symlink): Remove calls to
52 transform_member_name. It is done in read_header.
53 * src/list.c (decode_xform): Reflect change in data type of 2nd
55 (transform_member_name): 2nd arg is int.
56 (decode_header): Transform file name and link target names.
57 * src/tar.c: Remove --transform-symlinks.
58 * src/transform.c (struct transform): New member `flags'.
59 (transform_flags): New variable.
60 (parse_transform_expr): Parse transformation scope flags. Allow to
61 set global flags using `flags=' syntax.
62 (_transform_name_to_obstack, transform_name_fp)
63 (transform_name): Take an additional argument, specifying scope
66 2008-10-19 Sergey Poznyakoff <gray@gnu.org.ua>
68 * THANKS: Add Ed Leaver.
69 * src/buffer.c (short_read): Remove !read_full_records condition,
70 which was always false on a first record and thus disabled record
71 size autodetection. Thanks Ed Leaver for the patch.
72 (_gnu_flush_read): Handle blocking_factor == 1.
73 * tests/sparsemv.at: Reflect changes to buffer.c.
74 * tests/sparsemvp.at: Likewise.
75 * tests/volsize.at: Likewise.
78 2008-10-16 Sergey Poznyakoff <gray@gnu.org.ua>
80 * src/common.h (transform_symlinks_option): New global.
81 * src/create.c (dump_file0): Transform symlink targets only if
82 explicitly required. Thanks Cyril Strejc for reporting the
84 * src/tar.c (parse_opt): New options --transform-symlinks and
85 --no-transform-symlinks. New alias --xform to the --transform
87 * doc/tar.texi: Document --transform-symlinks
91 * src/names.c (name_gather): Use xzalloc.
92 * src/buffer.c (short_read): Move record size detection before
95 2008-10-07 Sergey Poznyakoff <gray@gnu.org.ua>
97 * src/tar.c (options): Add --lzop option.
99 2008-10-05 Xavier Hienne <xavier.hienne@free.fr> (tiny change)
101 * src/checkpoint.c (checkpoint_compile_action): Add missing
104 2008-09-24 Sergey Poznyakoff <gray@gnu.org.ua>
107 * doc/tar.texi: Update.
108 * src/tar.c: New option --no-null.
110 2008-09-23 Sergey Poznyakoff <gray@gnu.org.ua>
112 * src/common.h (filename_terminator): Remove global.
113 * src/tar.c (filename_terminator): New static.
114 * src/names.c (name_next_elt): Do not depend on
115 filename_terminator, this was a leftover from 1.13.
117 2008-09-18 Sergey Poznyakoff <gray@gnu.org.ua>
119 * doc/tar.texi: Remove incorrect example.
121 2008-09-07 Sergey Poznyakoff <gray@gnu.org.ua>
123 * src/incremen.c (dumpdir_create0): Eliminate gcc warning.
124 (attach_directory): Bugfix - add missing return statement.
125 * THANKS: Add Enric Hernandez
127 2008-07-31 Sergey Poznyakoff <gray@gnu.org.ua>
129 * src/incremen.c (struct directory): New member `next'. Change
131 (dirhead, dirtail): New statics.
132 (make_directory): Reflect changes to struct directory.
133 (free_directory, attach_directory): New functions.
134 (dirlist_replace_prefix): New function.
135 (note_directory): Use attach_directory, instead of make_directory,
136 (find_directory, find_directory_meta): Use free_directory.
137 (procdir): Replace directory prefixes in directory list to avoid
138 marking subdirectories as renamed after renaming their parent
140 (append_incremental_renames): Iterate over directory list, not
141 hash table, to preserve logical ordering of renames.
142 * tests/rename04.at, tests/rename05.at: New test cases.
143 * tests/Makefile.am, tests/testsuite.at: Add rename04.at and
145 * tests/atlocal.in (decho): New function.
146 * tests/multiv06.at: Use decho instead of echo2.
147 * tests/incremental.at: Raise wait interval to 2 seconds.
149 2008-07-24 Sergey Poznyakoff <gray@gnu.org.ua>
151 * src/tar.c (decode_options): Do not allow volume length less
153 * src/buffer.c (_gnu_flush_write): Compensate for the effect
154 of eventual flush_archive occurring in the middle of buffer
156 Increment records_written only if _flush_write was able to write
158 * tests/multiv06.at: New testcase.
159 * tests/Makefile.am, test/testsuite.at: Add tests/multiv06.at
161 2008-06-26 Sergey Poznyakoff <gray@gnu.org.ua>
163 * configure.ac, NEWS: Version 1.20.90
164 * doc/tar.texi: Document -J, --no-auto-compress, etc.
165 * src/buffer.c (ct_tar): New constant.
166 (magic): Add lzop support. Proposed by Kevin Day
167 <thekevinday@gmail.com>.
168 (check_compressed_archive): Do not use autodetect if the
169 compression program was specified explicitly.
170 Fall back to analyzing archive name, if the autodetection fails.
171 * src/suffix.c: Add .lzo
172 * src/tar.c: New options --lzop and --no-auto-compress.
173 New short option -J (alias for --lzma).
175 * src/buffer.c (try_new_volume): Print more information with error
177 (_gnu_flush_write): Improve error checking. Adjust
178 real_s_sizeleft before calling new_volume to avoid creating
179 malformed multivolume headers.
180 * tests/delete05.at, tests/gzip.at, tests/ignfail.at,
181 tests/longv7.at, tests/lustar01.at, tests/lustar02.at,
182 tests/shortfile.at: Update to match new diagnostic wording
187 2008-06-14 Sergey Poznyakoff <gray@gnu.org.ua>
189 * doc/tar.texi (exclude): Document support for new VCS.
192 * tests/multiv05.at: Fix typos.
193 * tests/volsize.at: Remove a TZ dependency.
195 2008-06-14 Dan Drake <dan@dandrake.org> (tiny change)
197 * src/tar.c (exclude_vcs_files): Support for Bazaar, Mercurial and
200 2008-05-06 Sergey Poznyakoff <gray@gnu.org.ua>
202 * src/tar.c (main): Reword the "delayed error" message. New
203 wording proposed by Karl Berry.
205 2008-02-20 Sergey Poznyakoff <gray@gnu.org.ua>
207 * configure.ac: Raise version number to 1.20
208 * src/compare.c (diff_dumpdir): const.
209 * src/common.h (dumpdir_t,dumpdir_iter_t): New data types.
210 (dumpdir_create0,dumpdir_create,dumpdir_free,dumpdir_locate)
211 (dumpdir_first,dumpdir_next): New functions.
212 * src/incremen.c (dumpdir_create0,dumpdir_create,dumpdir_free)
213 (dumpdir_first,dumpdir_next): New functions.
214 (dumpdir_locate): Rewrite using binary search.
215 (struct directory): Change members char *contents, *icontents to
216 struct dumpdir *dump, *idump. All references updated.
217 (note_directory): Last arg is const.
218 * src/names.c (add_hierarchy_to_namelist): buffer is const.
219 * tests/incr03.at, tests/incr04.at, tests/rename02.at,
220 tests/rename03.at: Insert calls to sleep between creation of files
221 and adding them to the archive.
223 2008-03-31 Sergey Poznyakoff <gray@gnu.org.ua>
225 * src/create.c (dump_file0): Count links only for actually dumped
228 2008-03-27 Sergey Poznyakoff <gray@gnu.org.ua>
230 * NEWS: Document --no-check-device and --check-device.
231 * doc/rendition.texi: Change the way FIXME-*refs are handled in
233 * doc/intern.texi, doc/tar.texi: Update.
234 * doc/untabify.el: New file.
235 * doc/Makefile.am (EXTRA_DIST): Add untabify.el
236 (untabify, final, check-format, check-refs, check-fixmes)
237 (check-unrevised, all-check-docs, check-docs): New rules.
239 * src/common.h (check_device_option): New global.
240 * src/incremen.c (procdir): Use boolean and instead of bitwise
241 one. Patch by Jean-Louis Martineau.
242 Compare device numbers only if check_device_option is set.
243 * src/tar.c: New command line options --no-check-device and
244 --check-device. Proposed by Jean-Louis Martineau.
245 (parse_opt): Hanlde new options.
246 (decode_options): Initialize check_device_option to true.
250 2008-03-06 Sergey Poznyakoff <gray@gnu.org.ua>
252 * bootstrap: Use rsync to get translations.
253 * doc/tar.texi: Minor change.
254 * lib/.cvsignore: Update
255 * po/.cvsignore: Update
256 * src/system.c: Remove include setenv.h.
257 * tests/atlocal.in (STAR_DATA_URL): Update.
258 * tests/star/README: Update URL.
260 2008-02-09 Sergey Poznyakoff <gray@gnu.org.ua>
262 * doc/tar.texi: Fix a typo. Reported by Denis Excoffier.
264 2008-02-08 Sergey Poznyakoff <gray@gnu.org.ua>
267 * configure.ac: Version 1.19.90
268 * po/POTFILES.in: Add missing files.
269 * src/compare.c (verify_volume): Honor --ignore-zeros.
270 Proposed by Jan-Benedict Glaw.
271 * tests/shortfile.at (AT_KEYWORDS): Add shortfile0.
273 2008-02-07 Sergey Poznyakoff <gray@gnu.org.ua>
276 * src/create.c (dump_file0): Apply transform_name to symlink
279 2008-02-04 Sergey Poznyakoff <gray@gnu.org.ua>
281 * src/transform.c: Support multiple --transform options. Support
282 semicolon-separated lists of replace expressions.
283 * NEWS, tar.texi: Document changes to the --transform option.
285 2008-01-30 Paul Eggert <eggert@cs.ucla.edu>
287 * doc/tar.texi: Update Back-Cover text to reflect new GNU wording.
289 2007-12-17 Paul Eggert <eggert@cs.ucla.edu>
291 Exit with nonzero status if a close fails on an archive.
292 Problem (and initial trivial fix)
293 * src/buffer.c (close_archive, new_volume): close_error, not
296 2007-12-05 Sergey Poznyakoff <gray@gnu.org.ua>
298 * src/buffer.c (check_compressed_archive): Do not bail out if the
299 file is too short, set boolean flag, passed as an argument
300 instead. This fixes a bug introduced on 2007-08-24. See also
303 * tests/Makefile.am, tests/testsuite.at: Add shortupd.at.
304 * tests/shortupd.at: New test.
306 2007-11-12 Jim Meyering <meyering@redhat.com>
308 Don't read from name[-1].
309 * src/incremen.c (make_directory): Handle namelen == 0, since
310 find_directory_meta calls make_directory ("").
312 2007-11-07 Sergey Poznyakoff <gray@gnu.org.ua>
314 * bootstrap (checkout): Use URL of the gnulib CVS mirror.
315 * gnulib.modules: Add fseeko and snprintf.
317 2007-10-31 Sergey Poznyakoff <gray@gnu.org.ua>
319 * src/checkpoint.c: New actions: bell and ttyout
320 * src/system.c (sys_exec_info_script)
321 (sys_exec_checkpoint_script): pass the current blocking factor in
322 TAR_BLOCKING_FACTOR environment variable.
323 * doc/tar.texi: Update
326 2007-10-30 Sergey Poznyakoff <gray@gnu.org.ua>
328 * doc/Makefile.am: Use texi2html and the CVS version of gendocs.sh
329 to create HTML versions of the manual.
330 * doc/gendocs_template: Likewise.
331 * doc/tar.texi: Document --hard-dereference and
332 --checkpoint-action options. Improve documentation of
335 2007-10-29 Sergey Poznyakoff <gray@gnu.org.ua>
338 * configure.ac: Version 1.19.1
339 * po/POTFILES.in: Add src/checkpoint.c
340 * src/Makefile.am (tar_SOURCES): add checkpoint.c
341 * src/checkpoint.c: New file - checkpoint handling.
342 * src/buffer.c (checkpoint, do_checkpoint): Remove.
343 (_flush_write, simple_flush_read, _gnu_flush_read): Use
345 * src/common.h (enum checkpoint_style): Remove.
346 (checkpoint_style): Remove.
347 (DEFAULT_CHECKPOINT): New define.
348 (hard_dereference_option): New variable.
349 (sys_exec_checkpoint_script): New declaration.
350 * src/create.c (file_count_links): do nothing if
351 hard_dereference_option is set.
352 * src/system.c (sys_exec_checkpoint_script): New function.
353 (sys_exec_info_script): Restore SIGPIPE handler.
354 * src/tar.c: (parse_opt): New options --hard-dereference,
356 (decode_options): Call checkpoint_finish_compile.
358 * src/system.c (sys_exec_info_script): Initialize buf. Problem
359 reported by Bengt-Arne Fjellner.
361 2007-10-18 Jim Meyering <jim@meyering.net>
363 Avoid compiler warnings.
364 * src/list.c (read_header_primitive): Define two locals, to
365 avoid incorrect "may be used uninitialized" warnings.
366 * src/incremen.c (procdir): Remove decl of unused local, "len".
368 2007-10-18 Sergey Poznyakoff <gray@gnu.org.ua>
370 * doc/tar.texi (gzip): Remove compression patent
371 warning. According to Brett Smith, the patent is
374 2007-10-17 Sergey Poznyakoff <gray@gnu.org.ua>
376 * src/suffix.c: New file. Compress format detection by archive
377 suffix (when creating). Suggested by Jean-Pierre Demailly.
378 * src/Makefile.am: Add suffix.c
379 * src/buffer.c (magic): Add an entry for new lzma format. Proposed
381 * src/common.h (set_comression_program_by_suffix): New prototype.
382 * src/tar.c: New options --auto-compress (-a) and --lzma
383 * THANKS: Add Lasse Collin and Jean-Pierre Demailly.
385 * doc/tar.texi: Update
387 2007-10-12 Paul Eggert <eggert@cs.ucla.edu>
389 * src/utf8.c (string_ascii_p): Recode to avoid bogus GCC 4.2.1
390 warning about "comparison is always true due to limited range of
391 data type" when char is unsigned.
393 2007-10-11 Paul Eggert <eggert@cs.ucla.edu>
395 Adjust to recent gnulib changes.
396 * configure.ac: Dont' check for strerror, since gnulib now does this.
397 * .cvsignore: Add m4, tar-[0-9]*.
398 * lib/.cvsignore: Adjust to various gnulib file name changes.
399 Add .deps, rmt-command.h.
401 2007-10-10 Sergey Poznyakoff <gray@gnu.org.ua>
403 * configure.ac, NEWS: Raise version number to 1.19
404 * tests/star/README: Update
406 2007-10-05 Sergey Poznyakoff <gray@gnu.org.ua>
408 * src/create.c (dump_regular_file): Fix file padding in case of
409 truncation to zero size.
412 2007-10-04 Sergey Poznyakoff <gray@gnu.org.ua>
414 * tests/T-null.at: Use AT_DATA for sample output.
416 2007-10-03 Sergey Poznyakoff <gray@gnu.org.ua>
418 * src/incremen.c (try_purge_directory): Ensure that arguments to T
421 2007-09-29 Sergey Poznyakoff <gray@gnu.org.ua>
423 * src/incremen.c (obstack_code_rename): Apply safer_name_suffix to
424 name arguments before storing them in T and R records. Reported by
427 2007-09-27 Sergey Poznyakoff <gray@gnu.org.ua>
429 * configure.ac: Raise version number to 1.18.90
432 * doc/snapshot.texi: Document version 2.
433 * doc/dumpdir.texi: Update.
435 Implement --exclude-tag* and --exclude-cache* options for listed
436 incremental archives.
437 New option --exclude-vcs to exclude VCS-specific files and
441 * doc/tar.texi: Document --exclude-vcs option
442 * src/common.h (exclusion_tag_warning, check_exclusion_tags): New
444 * src/create.c (exclusion_tag_warning, check_exclusion_tags):
445 Remove static qualifier.
446 (check_exclusion_tags): account for dirname without terminating
448 (dump_dir0): exclusion_tag_all is handled elsewhere.
449 * src/incremen.c (struct directory): New member tagfile
450 (make_directory): Initialize tagfile to NULL
451 (procdir): New argument: entry
452 Hanlde exclusion tags.
453 (makedumpdir): Take into account directory->tagfile.
454 (scan_directory): Hanlde exclusion tags.
455 * src/tar.c: New option --exclude-vcs
456 (exclude_vcs_files): New function
458 2007-09-14 Paul Eggert <eggert@cs.ucla.edu>
460 * AUTHORS: Remove unnecessary information. Just list the
462 * THANKS: Remove info duplicated from AUTHORS.
464 2007-08-25 Jim Meyering <jim@meyering.net>
466 Don't include <getline.h>. No longer needed.
467 * src/incremen.c: Don't include <getline.h>. No longer needed.
468 * src/buffer.c: Likewise.
469 * src/system.c: Likewise.
470 * src/tar.c: Likewise.
472 Avoid shadowing and unused-variable warnings.
473 * src/create.c (check_exclusion_tags): Remove declaration of unused
475 * src/compare.c (diff_dumpdir): Rename stat->stat_data to avoid
476 shadowing the syscall.
477 * src/buffer.c (do_checkpoint): Don't shadow the write syscall.
478 (try_new_volume): Avoid shadowing "access".
479 * src/tar.c (decode_options): Rename index->idx to avoid shadowing.
480 (find_argp_option): Rename option->o to avoid shadowing.
481 * src/incremen.c (scan_directory): Rename local, dir_name->dir,
482 to avoid shadowing the function.
483 (get_directory_contents): Likewise.
484 * src/system.c (global_pid): Rename from "pid", to avoid being
486 * src/extract.c (apply_nonancestor_delayed_set_stat):
487 Rename st->sb to avoid shadowing another local.
489 2007-08-24 Sergey Poznyakoff <gray@gnu.org.ua>
491 * configure.ac, NEWS: Raise version number to 1.18.1
493 * src/buffer.c (check_compressed_archive): Detect files smaller
495 * tests/shortfile.at: New test case for the above change.
496 * tests/testsuite.at, tests/Makefile.am: Add shortfile.at
498 2007-08-19 Sergey Poznyakoff <gray@gnu.org.ua>
500 * bootstrap: Gnulib initialization destroyed paxutils m4 files.
501 Initialize paxutils structure after that of gnulib.
503 2007-08-12 Sergey Poznyakoff <gray@gnu.org.ua>
505 * src/names.c (contains_dot_dot): Fix double-dot recognition in
506 case of duplicate /. Patch by Dmitry V. Levin.
508 * bootstrap (symlink_to_gnulib): Make sure the target directory
509 exists and create it if it does not.
511 * doc/tar.texi: Fix a typo.
513 2007-06-28 Sergey Poznyakoff <gray@gnu.org.ua>
515 * bootstrap: Update for the change of the TP URL
517 2007-06-27 Sergey Poznyakoff <gray@gnu.org.ua>
519 Relicense under GPLv3
521 2007-06-21 Sergey Poznyakoff <gray@gnu.org.ua>
523 * tests/testsuite.at (AT_TAR_MKHIER): Skip test if genfile is
524 unable to create the file
525 * tests/lustar01.at: Likewise
527 2007-06-21 Eric Blake <ebb9@byu.net>
529 Resolve testsuite failures 40-42 on cygwin.
530 * tests/testsuite.at (AT_TAR_MKHIER): Skip tests when long
531 file names cannot be created.
533 2007-06-16 Sergey Poznyakoff <gray@gnu.org.ua>
535 * doc/Makefile.am (tar_TEXINFOS): Add tar-snapshot-edit.texi
536 * doc/tar-snapshot-edit.texi: New file
537 * doc/tar.texi (Fixing Snapshot Files): New appendix
539 * scripts/tar-snapshot-edit: New file
540 * tests/extrac07.at: Add back write permissions on dir
542 2007-06-09 Sergey Poznyakoff <gray@gnu.org.ua>
544 * tests/exclude.at: Sort the output.
546 2007-06-08 Sergey Poznyakoff <gray@gnu.org.ua>
548 * configure.ac, NEWS: Raise version number to 1.17
550 * doc/tar.texi, doc/intern.texi: Replace: s/filename/file name/;
551 s/(ASCII|ID|BSD)/@acronym{&}/;s/"[^"]+"/``&''/
552 Use `path' only when it refers to search paths, use
553 `file name' otherwise.
554 Fix various errors (based on patch by Benno Schulenberg)
556 * doc/tar.texi (Operation Summary): Restore alphabetical order of
559 2007-06-02 Sergey Poznyakoff <gray@gnu.org.ua>
561 Fix bug, introduced on 2007-03-30.
563 * src/common.h (xform_type): New data type
564 (transform_member_name): Last argument is of xform_type type
567 * src/extract.c: Update calls to transform_member_name
568 * src/list.c (decode_xform): Exempt symbolic links from component
569 stripping and name suffix normalization.
571 * tests/extrac07.at: Update
573 2007-05-30 Sergey Poznyakoff <gray@gnu.org.ua>
575 * src/xheader.c (decx): Unknown pax keywords produce a warning,
578 2007-05-29 Paul Eggert <eggert@cs.ucla.edu>
580 * src/misc.c (set_file_atime): Use gl_futimens, not futimens,
581 due to gnulib change.
583 2007-05-19 Sergey Poznyakoff <gray@gnu.org.ua>
585 * src/common.h (buffer_write_global_xheader): New function
586 (struct xheader): Move definition to tar.h
587 (extended_header): Remove global
588 (xheader_init): New function
589 (xheader_decode_global,xheader_store,xheader_read)
590 (xheader_write_global,xheader_write,xheader_string_begin)
591 (xheader_string_add,xheader_string_end): Take xhdr as first
593 * src/tar.h (struct xheader): New definition
594 (struct tar_stat_info): New member xhdr (extended header).
596 * src/xheader.c (xheader_init): New function
597 (xheader_decode_global,xheader_store,xheader_read)
598 (xheader_write_global,xheader_write,xheader_string_begin)
599 (xheader_string_add,xheader_string_end): Take xhdr as first
602 * src/buffer.c (buffer_write_global_xheader): New function
603 Update to use new xheader calls.
605 * src/compare.c, src/create.c, src/delete.c, src/list.c,
606 src/sparse.c, src/tar.c, src/update.c: Global extended_header
607 removed, use new xheader calls instead.
609 * tests/T-null.at: Minor fix
610 * tests/atlocal.in (tarball_prereq): Discard eventual md5sum
613 2007-05-18 Sergey Poznyakoff <gray@gnu.org.ua>
615 * src/create.c (dump_file0): Original ctime cannot be used as a
616 directory change indicator if --remove-files is given.
618 2007-04-12 Paul Eggert <eggert@cs.ucla.edu>
620 Adjust to latest Gnulib.
621 * lib/.cvsignore: Add dirfd.c, dirfd.h, float+.h, mbscasecmp.c,
622 stdio.h, stdio_.h, stdlib.h, stdlib_.h, time.h, time_.h, unistd.h.
623 Remove exit.h, getcwd.h, mempcpy.h, memrchr.h, mkdtemp.h, stpcpy.h,
624 strcase.h, strchrnul.h, strdup.h, strndup.h, strnlen.h, time_r.h,
626 * m4/.cvsignore: Remove localedir.h. Sort.
628 2007-04-03 Paul Eggert <eggert@cs.ucla.edu>
630 * src/common.h (closeopen): Remove decl.
631 * src/misc.c: Don't include <sys/time.h>, <sys/resource.h>; no longer
633 (get_max_open_files, closeopen): Remove. All callers removed.
634 (chdir_dir): Use a different technique, which doesn't rely on closing
636 * src/tar.c (main): Don't call closeopen.
638 2007-04-04 Sergey Poznyakoff <gray@gnu.org.ua>
641 * doc/tar.texi: Update
642 * src/system.c (sys_exec_info_script): Store the
643 inter-communication fd in the environment variable TAR_FD
645 2007-04-03 Sergey Poznyakoff <gray@gnu.org.ua>
647 * src/tar.c (main): Move closeopen after decode_options to
648 allow shell process substitution to work.
649 * tests/extrac07.at: Expect a warning on stderr.
651 2007-03-30 Sergey Poznyakoff <gray@gnu.org.ua>
653 * src/common.h (transform_name_fp): Change signature
654 (transform_member_name): New function
655 * src/extract.c (extract_link, extract_symlink): Use
656 transform_member_name instead of safer_name_suffix so that
657 --transform and --strip-components affect links as well.
658 * src/list.c (transform_member_name): New function
659 (decode_header): Use transform_member_name
660 * src/names.c (all_names_found): Remove check for matching_flags.
664 * bootstrap (slurp): Remove any occurrences of $bt from the
666 * src/incremen.c: Do not include mkdtemp.h
668 2007-01-26 Paul Eggert <eggert@cs.ucla.edu>
670 Adjust to recent gnulib changes.
671 * lib/.cvsignore: Add fchownat.c, rmt-command.h, strerror.c, string.h,
672 string_.h, sys, sys_time_.h, unistd_.h, wchar_.h, wctype_.h.
673 Remove localedir.h, size_max.h, xsize.h.
674 * src/xheader.c: Don't include stpcpy.h; no longer needed, now that
675 gnulib string.h defines stpcpy on all platforms.
677 2007-01-23 Sergey Poznyakoff <gray@gnu.org.ua>
679 * doc/tar.texi: Document --exclude-caches* and --exclude-tag*
681 * src/common.h (exclude_caches_option): Remove
682 (enum exclusion_tag_type): New data type
683 (add_exclude_tag): Rename to add_exclusion_tag
684 (cachedir_file_p): New prototype
685 * src/create.c (struct exclude_tag): rename to exclusion_tag
686 (check_exclusion_tags): New function
687 (cachedir_file_p): New function (from check_cache_directory)
688 (dump_dir0,dump_file0): Use check_exclusion_tags
689 * src/tar.c: New options --exclude-caches-all,
690 --exclude-caches-under, --exclude-tag-all, --exclude-tag-under
691 * tests/exclude.at: New file
692 * tests/Makefile.am (TESTSUITE_AT): Add exclude.at
693 * tests/testsuite.at: Add exclude.at
695 2007-01-19 Sergey Poznyakoff <gray@gnu.org.ua>
697 * gnulib.modules: Require strerror
698 * doc/gendocs_template: Fix typos
699 * scripts/xsparse.c (expand_sparse): use ftruncate to handle the
701 * src/sparse.c (sparse_skip_file,pax_dump_header_1)
702 (pax_decode_header): Keep track of the number of bytes
704 * configure.ac: Version 1.16.2
707 2007-01-04 Sergey Poznyakoff <gray@gnu.org.ua>
709 * src/compare.c (diff_dumpdir): Compare directory contents using
710 dumpdir_cmp. Do not free dumpdir_buffer, it will leave the
711 incremental directory table in the inconsistent state and trigger
713 (read_and_process): Process dumpdirs no matter what the archive
715 * src/incremen.c (list_dumpdir): Minor fixes.
717 * src/compare.c (read_and_process): Fix type of "size"
719 2006-12-13 Sergey Poznyakoff <gray@gnu.org.ua>
721 * tests/T-null.at: Skip the test if genfile is not able to create
722 the filename with an embedded newline.
724 2006-12-12 Paul Eggert <eggert@cs.ucla.edu>
726 Port to Forte Developer 7 C 5.4 and C99.
727 * src/common.h (add_exclude_tag): Add decl; C99 requires this
728 and Forte warns about it.
729 * src/incremen.c: Include <mkdtemp.h> for mkdtemp prototype,
731 * src/misc.c (get_max_open_files): Rewrite to avoid code that
732 Forte C complains about as being unreachable.
733 * src/xheader.c (mtime_code): Rewrite to avoid Forte error
734 reported by Trond Hasle Amundsen.
736 * src/incremen.c (compare_dirnames): Rewrite to avoid casts.
737 * src/utf8.c (string_ascii_p): Likewise.
738 * src/xheader.c (mtime_coder, volume_size_coder, volume_offset_coder):
741 2006-12-08 Sergey Poznyakoff <gray@gnu.org.ua>
743 * bootstrap: Add paxutils files to dot_ignore.
745 * configure.ac: Raise version number to 1.16.1
746 * bootstrap (slurp): Create .(cvs|git)ignore if not present
747 * po/.cvsignore, m4/.cvsignore: Remove automatically generated
750 2006-12-07 Sergey Poznyakoff <gray@gnu.org.ua>
753 * Makefile.am (distclean-local): Fixed
754 * doc/tar.texi: Update documentation of --exclude-tag
755 * src/create.c (dump_dir0): Move checks for exclude tags to
757 (dump_dir): Move calls to ensure_slash to dump_file0
758 * src/extract.c (extract_file): Call skip_member if open fails.
759 Patch proposed by Jan-Benedict Glaw <jbglaw@lug-owl.de>
760 * tests/truncate.at: Use genfile instead of dd, because on some
761 systems /dev/zero is not available.
763 2006-12-04 Paul Eggert <eggert@cs.ucla.edu>
765 * NEWS: Fix some race conditions with tar -x --same-owner.
766 * src/extract.c (ARCHIVED_PERMSTATS): Add a comment saying that
767 S_IRWXG | S_IRWXO might be masked out.
768 (set_mode): Set the mode if some bits were masked out originally.
769 (set_stat): Don't chmod before chown, as that might temporarily
770 grant permissions that we don't want to grant. The chmod was
771 there only to work around broken hosts, so add a comment advising
772 users not to use those broken hosts instead.
773 (repair_delayed_set_stat, extract_dir):
774 Remember to mask out current umask before inverting permissions.
775 (extract_dir): If the owner might change, or if the mode has
776 special bits, create the directory 700 at first, but restore it later.
777 (open_output_file): New arg mode; all uses changed.
778 (extract_file, extract_node, extract_fifo): If the owner might
779 change, omit group and other bits at first, but restore them after
782 2006-12-04 Jim Meyering <jim@meyering.net>
784 * doc/tar.texi (Long Options): Remove doubled word.
786 2006-11-30 Sergey Poznyakoff <gray@gnu.org.ua>
788 * src/xheader.c (xheader_read): Remove unused variable
790 * po/POTFILES.in: Remove src/mangle.c
792 * bootstrap: Implement --update-po and .bootstrap
794 * src/create.c (dump_dir0): Implement --exclude-tag option
795 * src/tar.c: Likewise
796 * doc/tar.texi (exclude): Document --exclude-tag
798 2006-11-29 Paul Eggert <eggert@cs.ucla.edu>
800 * NEWS: Remove support for mangled names.
801 * doc/tar.texi (verbose tutorial): Likewise.
802 * src/Makefile.am (tar_SOURCES): Remove mangle.c.
803 * src/common.h (extract_mangle): Remove decl.
804 * src/extract.c (extract_mangle_wrapper): Remove.
805 (prepare_to_extract): Remove support for mangled names.
806 * src/list.c (read_and, print_header): Likewise.
807 * src/mangle.c: Remove.
808 * src/tar.h (GNUTYPE_NAMES): Remove.
810 Port to latest gnulib. There were a lot of changes, so the
811 simplest way to get this up and running was to switch to coreutils
812 bootstrap procedure. I noticed one feature missing after this
813 merge: the ability to update a single .po file. I can add that
815 * README-cvs, bootstrap.conf: New files.
816 * lib/.cvsignore: Remove Makefile.am, printf-parse.c, vasnprintf.c.
817 Add fstatat.c, gnulib.mk, openat-proc.c, same-inode.h, stat_.h,
818 tempname.c, tempname.h, uinttostr.c.
819 * lib/printf-parse.c, lib/vasnprintf.c: New files, from coreutils,
820 to override gnulib, so that we don't need xsize.h.
821 * bootstrap: Replace with coreutils bootstrap, except add support
823 * configure.ac (gl_USE_SYSTEM_EXTENSIONS): Remove, as gl_EARLY now
825 (gl_EARLY, gl_INIT): Add.
826 (tar_GNULIB): Remove.
827 * gnulib.modules: Add configmake.
828 * lib/Makefile.tmpl: Remove, replacing with....
829 * lib/Makefile.am: New file.
830 * src/Makefile.am (tar.o): Remove dependency: Automake does this
832 * src/tar.c: Include <configmake.h> and <rmt-command.h>, not
835 2006-11-13 Sergey Poznyakoff <gray@gnu.org.ua>
837 * src/xheader.c (mtime_coder): Treat non-null data as a pointer to
838 struct timespec, overriding st->mtime
839 * src/create.c (start_header): Pass mtime as a call-specific data
842 * tests/truncate.at: Do not use 'k' modifier in dd options.
843 * tests/append02.at: Do not depend on command timing.
845 2006-11-01 Sergey Poznyakoff <gray@gnu.org.ua>
847 * src/tar.c (enum read_file_list_state.file_list_skip): New value
848 (read_name_from_file): Skip zero-length entries
850 * tests/T-empty.at: New test case
851 * tests/T-null.at: New test case
852 * tests/extrac07.at: New test case
853 * tests/Makefile.am: Add new test cases.
854 * tests/testsuite.at: Add new test cases.
855 * tests/extrac02.at: Add more keywords
856 * tests/extrac04.at: Likewise
857 * tests/extrac06.at: Likewise
858 * tests/shortrec.at: Do not assume tar's default archive is stdout
860 2006-10-31 Sergey Poznyakoff <gray@gnu.org.ua>
862 * src/extract.c, src/xheader.c: Call last_component instead of
863 base_name. The latter returns a malloced string since 2006-03-11.
865 2006-10-21 Sergey Poznyakoff <gray@gnu.org.ua>
867 * NEWS, configure.ac: Version 1.16
868 * Makefile.am (distclean-local): New rule
870 2006-10-17 Sergey Poznyakoff <gray@gnu.org.ua>
872 * src/tar.c: Fix help output formatting. Thanks Benno
875 2006-10-16 Sergey Poznyakoff <gray@gnu.org.ua>
877 * Makefile.am (dist-hook): Create a cpio archive.
880 2006-10-14 Sergey Poznyakoff <gray@gnu.org.ua>
882 * doc/tar.texi (Synopsis): Document tar exit codes.
883 * src/create.c (dump_regular_file,dump_file0): Set exit_status to
884 TAREXIT_DIFFERS if the file being dumped was truncated or
886 * src/tar.c: Do not attempt to close stderr after call to
888 * tests/grow.at: New test case
889 * tests/Makefile.am: New test grow.at
890 * tests/testsuite.at: Likewise
891 * tests/truncate.at (AT_KEYWORDS): Keyword `filechange'
892 Test tar exit status.
894 * src/buffer.c (_open_archive): Make sure stdlis is set to stderr
895 when we are writing archive to stdout (unless --index-file is
896 used). Bug introduced on 2006-07-06.
897 * tests/Makefile.am: New test verbose.at
898 * tests/testsuite.at: Likewise
899 * tests/indexfile.at (AT_KEYWORDS): Add stdout keyword
900 * tests/verbose.at: New test case
902 2006-10-02 Sergey Poznyakoff <gray@gnu.org.ua>
904 * THANKS: Add Joerg Weilbier
905 * src/buffer.c (new_volume): Initialize current_block
906 * src/xheader.c (xheader_string_end): Fix diagnostic message.
907 * tests/multiv05.at: New testcase.
908 * tests/Makefile.am, tests/testsuite.at: Add multiv05.at
910 2006-09-27 Sergey Poznyakoff <gray@gnu.org.ua>
912 * bootstrap: Use ${package} instead of hardcoding package name
913 * doc/tar.texi: Minor fix
914 * src/tar.c (doc0, doc1, initialize_argp_doc): Removed. Rely on
915 the new argp method instead.
917 2006-09-12 Sergey Poznyakoff <gray@gnu.org.ua>
921 2006-09-08 Paul Eggert <eggert@cs.ucla.edu>
923 Adjust to latest gnulib.
924 * lib/.cvsignore: Add at-func.c, configmake.h, fchmodat.c,
925 fcntl.h, fcntl_.h, inttypes_.h, lstat.c, lstat.h.
926 * tests/testsuite.at (AT_TAR_MKHIER): Use install-sh -d
927 rather than the no-longer-included mkinstalldirs.
929 2006-09-08 Sergey Poznyakoff <gray@gnu.org.ua>
931 * src/incremen.c (try_purge_directory): Initialize struct st. Fix
932 condition for selecting candidates for removal.
933 * README-alpha: List texinfo among build prerequisites for the CVS
936 * bootstrap (intl_files_to_remove): Do not remove m4/inttypes-h.m4
937 and m4/inttypes-pri.m4
939 2006-08-11 Paul Eggert <eggert@cs.ucla.edu>
941 * bootstrap: Set XGETTEXT_OPTIONS to flag our printf-format functions,
942 so that translators are warned about strings that are formats but
943 don't look like formats. This might help prevent core dumps.
944 * configure.ac (AM_GNU_GETTEXT): Upgrade to need-formatstring-macros.
945 Suggested by Eric Blake to avoid problems like
946 <http://lists.gnu.org/archive/html/bug-coreutils/2006-07/msg00087.html>.
947 (AM_GNU_GETTEXT_VERSION): Upgrade from 0.12.1 to 0.15. The gettext
948 manual says we should use the version number normally expected of
949 maintainers, neither more nor less.
951 * bootstrap (get_translations):
952 Don't exclude ky.po; it is working again.
954 2006-08-09 Paul Eggert <eggert@cs.ucla.edu>
956 * bootstrap (get_translations):
957 Don't exclude ja.po; it is working again.
958 Don't remove all old .po files if we're merely updating one.
959 * po/.cvsignore: Add Makevars.
961 2006-08-07 Paul Eggert <eggert@cs.ucla.edu>
963 * src/tar.c: Work around limitation imposed by gettext 0.15
964 by concatenating strings with "\v" after translation.
965 (doc): Remove, splitting into:
966 (doc0, doc1): New constants.
967 (argp): Don't use doc; just initialize to NULL.
968 (initialize_argp_doc): New function.
969 (decode_options): Use it.
971 * bootstrap: Redo po file retrieval to match Bison's method,
972 since the translation project changed its index format.
973 Don't use --assume-autoconf; it's now replaced
974 by looking in configure.ac.
975 (m4/codeset.m4, m4/intdiv.m4, m4/inttypes-pri.m4, m4/isc-posix.m4):
976 (m4/lcmessage.m4, m4/onceonly_2_57.m4, m4/gettext.m4, m4/glibc21.m4):
977 (m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-prefix.m4, m4/po.m4):
978 (m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4):
979 Don't rename to ..._gl.m4, as this is no longer needed.
980 (m4/geteext.m4): Patch to remove the need for intl/*.
981 Use autopoint manually, then remove the intl files,
982 then undo changes to gnulib files that autoreconf made,
983 and then run aclocal/autoconf/autoheader/automake.
984 This makes our bootstrap procedure closer to Bison's.
985 (po/Makevars): Generate automatically.
986 * configure.ac (AC_PREREQ): Update from 2.59 to 2.60.
987 (gl_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T): Remove.
988 * gnulib.modules: Add inttypes, stdint.
989 * lib/.cvsignore: Add close-stream.c, close-stream.h,
991 * po/Makefile: Remove; now automatically generated.
993 * src/incremen.c (read_incr_db_01): Check input strings more
994 carefully. Do not pass arbitrary char values to isspace, as
995 this has undefined behavior. Likewise for assigning arbitrary
996 uintmax_t values to other types.
997 (read_negative_num, read_unsigned_num, read_timespec):
998 New functions, to check input values a bit more carefuly.
999 (read_num): Use read_unsigned_num. New arg MAX_VAL;
1000 all callers changed.
1001 (read_incr_db_2): Use these new functions.
1002 Use a consistent diagnostic for unexpected EOF.
1003 (read_directory_file): Do not assign arbitrary uintmax_t value
1005 (read_timespec, write_directory_file_entry, write_directory_file):
1006 Handle negative time_t values correctly. We don't bother to do
1007 this with pre-2 formats, since presumably the time stamps were
1010 * src/tar.c (doc): Don't use \v in an argument to gettext;
1011 gettext 0.15 rejects this.
1013 2006-07-24 Sergey Poznyakoff <gray@gnu.org.ua>
1015 * src/tar.c (decode_options): Do not require -L with -M -Hpax.
1016 It could be needed in future, but currently it is not.
1017 * src/create.c (to_chars_subst): Update comment regarding OLDGNU
1018 vs. GNU format differences.
1019 (mode_to_chars): Treat OLDGNU_FORMAT same as GNU_FORMAT. Fixes bug
1020 reported by TAMUKI Shoichi <tamuki@linet.gr.jp>, which caused
1021 equivalent `tar cf ...' and `tar rf ...' commands to produce
1024 * tests/append02.at: New test case
1025 * tests/Makefile.am, tests/testsuite.at: Add append02.at
1027 2006-07-20 Paul Eggert <eggert@cs.ucla.edu>
1029 * bootstrap: Adjust to today's change to gnulib-tool by invoking
1030 it with --assume-autoconf='latest-stable'.
1032 2006-07-16 Paul Eggert <eggert@cs.ucla.edu>
1034 Adjust to recent gnulib changes.
1035 * lib/.cvsignore: Remove atexit.c, exit.c, getndelim2.c, getndelim2.h,
1036 pathmax.h, paxconvert.c, paxerror.h, xstrdup.c.
1037 Add inttypes.h, mktime.c, wcwidth.h, xstrndup.c, xstrndup.h.
1038 * src/create.c (start_header): Adjust to API change to mode_adjust.
1040 2006-07-09 Sergey Poznyakoff <gray@gnu.org.ua>
1042 * THANKS: Add Ralf Wildenhues
1045 2006-07-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1047 * doc/dumpdir.texi, doc/snapshot.texi, doc/sparse.texi,
1048 doc/tar.texi: Fix some typos.
1050 2006-07-06 Sergey Poznyakoff <gray@gnu.org.ua>
1052 tar --index-file=FILE --file=- sent the archive to FILE, and
1053 the listing to stderr. Bug reported by Marcin Gryszkalis
1056 * src/buffer.c (_open_archive): Remove stdlis initialization
1057 * src/tar.c (decode_options): Initialize stdlis
1058 * tests/indexfile.at: New test case
1059 * tests/testsuite.at: Include indexfile.at
1060 * tests/Makefile.am (TESTSUITE_AT): Add indexfile.at
1062 2006-07-05 Sergey Poznyakoff <gray@gnu.org.ua>
1064 * doc/Makefile.am (manual): Fix TEXINPUTS
1065 * doc/rendition.texi (FIXME): Do not use deprecated @quote-args.
1066 Do not use @allow-recursion. In its current form the macro is not
1069 2006-07-03 Sergey Poznyakoff <gray@gnu.org.ua>
1071 * bootstrap (update_po): Fix single translation update
1073 2006-07-03 Sergey Poznyakoff <gray@gnu.org.ua>
1075 * configure.ac (AC_CHECK_FUNCS): Check for getdtablesize
1076 * src/common.h (closeopen): New function
1077 * src/misc.c (chdir_arg): Use x2nrealloc to reallocate wd.
1078 (get_max_open_files,closeopen): New functions
1079 (chdir_do): Do not use save_cwd if it was already used more than
1080 max_open_files-4 times to avoid running off the file
1082 * src/tar.c (main): Call closeopen
1083 * doc/tar.texi: Update --directory description
1086 2006-06-26 Sergey Poznyakoff <gray@gnu.org.ua>
1088 * doc/tar.texi: Update. Add cross-references.
1089 * doc/sparse.texi: Add cross-references.
1091 2006-06-25 Sergey Poznyakoff <gray@gnu.org.ua>
1093 * scripts/xsparse.c: A sample utility to expand sparse files
1094 extracted by third-party tars. It is not meant to be installed nor
1095 to be included in the distribution. It is here, so that it can be
1096 obtained either from CVS or from the tar web site.
1097 * doc/Makefile.am (tar_TEXINFOS): Sorted
1098 * doc/tar.texi (Other Tars): New node describing how to extract
1099 GNU-specific member formats using third-party tars.
1100 * src/common.h (sparse_file_p): Remove
1101 * src/sparse.c: Likewise
1102 * src/create.c: Use ST_IS_SPARSE instead of sparse_file_p (update
1104 * src/tar.c: --sparse-version turns on --sparse
1106 2006-06-24 Sergey Poznyakoff <gray@gnu.org.ua>
1108 * src/buffer.c (print_total_stats): Add default case.
1109 * src/common.h (name_init): New prototype.
1110 (xheader_string_end): Return bool.
1111 * src/extract.c (extract_volhdr): Add missing return
1112 * src/incremen.c: Remove not used variables
1113 * src/sparse.c (pax_dump_header_0): Return false if
1114 xheader_string_end fails (for 0.1 formats).
1115 (pax_dump_header): Return meaningful value
1116 * src/transform.c (segm_count): Change type to size_t
1117 * src/xheader.c (xhdr_tab.decoder): pass keyword as a second
1118 argument. All callers changed.
1119 (decode_record): Check for numeric overflow
1120 (xheader_string_end): Return boolean value. Check for possible
1123 2006-06-23 Sergey Poznyakoff <gray@gnu.org.ua>
1125 * doc/sparse.texi: New file
1126 * doc/Makefile.am (tar_TEXINFOS): Add sparse.texi
1127 * doc/intern.texi (Sparse Formats): New node
1128 * doc/tar.texi: Update master menu
1130 * src/common.h (tar_sparse_major,tar_sparse_minor): New globals.
1131 * src/sparse.c: Implement sparse format versioning. Implement new
1132 version (1.0) of PAX sparse format.
1133 (pax_sparse_member_p): Fix condition
1134 (pax_dump_header): A dispatcher function
1135 (pax_dump_header_0,pax_dump_header_1): New functions.
1137 (oldgnu_dump_header): Minor fix: make sure
1138 sparse_header.isextended is set before calling
1139 set_next_block_after
1140 * src/tar.c: New option --sparse-version
1141 * src/tar.h (struct tar_stat_info.sparse_major,sparse_minor): New
1143 * src/xheader.c: Implement new keywords: GNU.sparse.name,
1144 GNU.sparse.major, GNU.sparse.minor, GNU.sparse.realsize
1146 * tests/spmpv00.at, tests/spmvp01.at, tests/spmvp10.at: New
1149 * tests/Makefile.am: Add spmvp00.at, spmpv01.at, spmpv10.at
1150 * tests/shortrec.at: Explicitely give `-f -' to the tar invocation
1151 * tests/sparsemvp.at: Rewritten as an include file.
1152 (TAR_MVP_TEST): New macro
1153 * tests/testsuite.at: Include sparsemvp.at, spmvp00.at,
1154 spmvp01.at, spmvp10.at
1156 2006-06-21 Sergey Poznyakoff <gray@gnu.org.ua>
1158 * doc/tar.texi (Overriding File Metadata): New node
1159 Document --mtime option.
1160 * src/common.h (set_mtime_option,mtime_option): New globals
1161 * src/create.c (start_header): Override mtime if requested
1162 * src/tar.c: Implement new option, --mtime, allowing to set
1163 modification times for all archive members during creation.
1164 (struct tar_args): textual_date_option replaced with a linked list
1165 textual_date. All references updated.
1166 (get_date_or_file,report_textual_dates): New functions.
1167 * configure.ac: Raise version number to 1.15.92
1170 2006-06-20 Sergey Poznyakoff <gray@gnu.org.ua>
1172 * src/common.h (struct name.explicit): Remove
1173 Use variable names in all declarations
1174 (name_scan): Remove second argument
1175 * src/delete.c: Remove second argument from calls to name_scan
1176 * src/update.c: Likewise
1177 * src/incremen.c (procdir): Use is_individual_file to check for
1178 files explicitely specified in the command line. Fixes bug
1179 reported by Dat Head on 19 Jun 2006 (descending into mountpoints
1180 with --one-file-system in use)
1181 * src/misc.c (maybe_backup_file): Second argument is bool
1182 * src/names.c (name_next_elt): Call register_individual_file
1183 (namelist_match): Remove third argument
1184 (name_match): Change return type to bool
1185 (name_scan): Remove second argument
1186 * src/sparse.c (pax_dump_header): Store original sparse file name
1187 in GNU.sparse.name variable. The name field in the ustar header
1188 now contains generated name (%d/GNUSparseFile.%p/%f), so that
1189 non-pax-aware tars won't extract the file under the original
1191 * src/xheader.c (GNU.sparse.name): New variable for storing sparse
1194 2006-06-13 Sergey Poznyakoff <gray@gnu.org.ua>
1196 * doc/Makefile.am (check-options): Expand macros before grepping
1198 * doc/rendition.texi (FIXME) [!PROOF_FOOTNOTED]: Enclose in a
1200 * doc/tar.texi: Define op as codeindex. Use special macros to
1202 Consequently prefer @dfn{long options} over @dfn{mnemonic
1204 Document --unquote, --no-unquote
1205 (Short Option Summary): Build a table of cross-references to the
1206 corresponding long options.
1207 (Using Multiple Tapes,Multi-Volume Archives): Rewritten
1209 * doc/value.texi (xopindex,opsummary): New macros
1211 * doc/Makefile.am (check-options): New goal
1212 * doc/tar.texi: Update
1213 * src/tar.c: Implement --overwrite-dir option (long ago
1216 2006-06-12 Sergey Poznyakoff <gray@gnu.org.ua>
1218 * doc/tar.texi: Document better the --totals option
1220 * src/buffer.c (total_blocks_deleted): New variable
1221 (set_start_time): Set volume_start_time and last_stat_time as well
1222 (set_volume_start_time): New function
1223 (compute_duration): Do not call set_start_time, update
1224 last_stat_time instead. Use it in calculation instead of
1225 start_time, which is now set only once, upon startup.
1226 (print_total_written): Removed.
1227 (print_total_stats): New function for printing byte/speed statistics.
1228 (_open_archive): Detect attempts to update compressed archives.
1229 (_gnu_flush_write): Always update prev_written.
1230 (open_archive): Call set_volume_start_time.
1231 * src/common.h (volume_start_time,last_stat_time): New globals
1232 (print_total_written): Replaced with:
1233 (print_total_stats): New function
1234 * src/delete.c (records_skipped): Remove static qualifier, the
1235 variable is used by print_total_stats in buffer.c
1236 * src/extract.c (check_time): Use volume_start_time when checking
1237 for timestamp plausability.
1238 * src/tar.c: (options, parse_opt): Allow for optional argument to
1239 the --totals option, which specifies a signal upon delivery of which
1240 the statistics must be output.
1241 (main): Call print_total_stats if total_option is set.
1243 2006-06-11 Sergey Poznyakoff <gray@gnu.org.ua>
1245 * src/xheader.c (xheader_set_single_keyword): Fix typo.
1246 (decode_time): Avoid using gotos.
1248 * doc/mastermenu.el: New file
1249 * doc/Makefile.am (master-menu): New goal
1250 * doc/tar.texi: Update master menu
1252 2006-06-10 Sergey Poznyakoff <gray@gnu.org.ua>
1254 * doc/tar.texi: Remove leftover include
1256 2006-06-09 Sergey Poznyakoff <gray@gnu.org.ua>
1258 * doc/Makefile.am (tar_TEXINFOS): Add intern.texi
1259 (EXTRA_DIST): Remove convtexi.pl, add texify.sed
1260 * doc/intern.texi: New file
1261 * doc/convtexi.pl: Remove
1262 * doc/texify.sed: Auxiliary script to convert ../src/tar.h to
1264 * doc/rendition.texi: Fix typo
1265 * doc/tar.texi: Update
1266 * src/tar.h: Fix indentation, introduce end-of-format marker for
1269 * THANKS: Add Jason Armistead
1270 * doc/tar.texi: Update
1272 * src/buffer.c: Implement more flexible checkpoint style
1273 * src/common.h (checkpoint_option): Change type to unsigned
1274 (checkpoint_style): New variable.
1275 * src/tar.c: --checkpoint takes an optional argument specifying
1276 number of records between two successive checkpoints (proposed
1277 by Jason Armistead on 2004-06-22). Optional dot starting the
1278 argument means "print dots instead of textual checkpoints".
1279 (tar_help): New function
1280 * src/transform.c: Minor fixes.
1282 2006-06-08 Sergey Poznyakoff <gray@gnu.org.ua>
1284 * gnulib.modules: Add mkdtemp
1285 * doc/dumpdir.texi: New file
1286 * doc/Makefile.am (tar_TEXINFOS): Add dumpdir.texi
1287 * doc/tar.texi: Document dumpdir format
1288 * src/incremen.c (dumpdir_locate,obstack_code_rename):
1289 (purge_directory): Re-implement renaming. Introduce
1291 (make_tmp_dir_name): Remove
1293 * src/transform.c (set_transform_expr,_transform_name_to_obstack):
1294 Implement NUMBER flag.
1295 (add_char_segment): Fix length assignement
1297 * doc/tar.texi: Update
1299 2006-06-07 Sergey Poznyakoff <gray@gnu.org.ua>
1301 * src/transform.c (transform_name_fp): Run fun even if
1302 _transform_name_to_obstack returns false.
1303 (_transform_name_to_obstack,set_transform_expr): Implement GNU
1304 extension case conversion operations.
1306 * doc/tar.texi (transform): Document the option.
1308 2006-06-02 Sergey Poznyakoff <gray@gnu.org.ua>
1311 * src/common.h (set_transform_expr): New function
1312 * tests/Makefile.am: Add incr04.at
1313 * tests/testsuite.at: Likewise
1314 * tests/incr04.at: New test case
1315 * tests/long01.at: Fix typo in the comment
1316 * tests/multiv04.at: Use genfile --files-from
1318 (Above changes need new genfile.c from paxutils)
1322 * doc/tar.texi: Update
1323 * src/transform.c: New file
1324 * src/Makefile.am (tar_SOURCES): New module transform.c
1325 * src/common.h (transform_name, transform_name_fp): New functions
1326 (show_stored_names_option): Renamed to
1327 show_transformed_names_option. All uses changed
1328 * src/create.c (dump_file0): Transform file name
1329 * src/extract.c (extract_archive): safer_name_suffix and
1330 stripped_prefix_len are now called by decode_header
1331 * src/list.c (print_header): Update displayable name selection.
1332 * src/tar.c: New option --transform
1333 New option --show-transformed-names generalizes
1334 --show-stored-names. The latter is retained as an alias.
1336 2006-05-31 Sergey Poznyakoff <gray@gnu.org.ua>
1338 * src/incremen.c (make_directory): Fix initialization of struct
1341 2006-05-25 Sergey Poznyakoff <gray@gnu.org.ua>
1343 * doc/tar.texi: Document use of globbing patterns.
1344 * src/tar.c (parse_opt): Add comment before --preserve case.
1346 2006-05-24 Sergey Poznyakoff <gray@gnu.org.ua>
1349 * doc/tar.texi: Update
1350 * configure.ac (AM_INIT_AUTOMAKE): Use tar-ustar option. Raise
1351 version requirement to 1.9
1352 * src/common.h (struct name): Refactured
1353 (warn_regex_usage): New variable.
1354 (dump_file): First argument is const char*.
1355 (name_init,name_add): Removed
1356 (name_add_name,name_add_dir): New functions
1357 (name_next): Return const char*.
1358 * src/create.c: (dump_file,dump_file0): First argument is const
1359 char*. All callers updated.
1360 * src/names.c: Rewritten handling of member names in the command
1361 line. Tar no longer attempts to guess globbing patterns, instead
1362 it relies on --wildcard option.
1363 (init_names): Removed.
1364 (struct name_elt): New structure.
1365 (name_array): Change type to struct name_elt. All references updated
1366 (name_add_name,name_add_dir): New functions
1367 (name_next_elt): New function
1368 (name_next): Rewritten using name_next_elt.
1369 (namelist_match): Rewritten pattern matching using
1371 (names_notfound): Warn if globbing patterns were used without
1373 * src/tar.c (options): Move globbing-related options into a
1374 separate group. Set -l as an alias to --check-links, as required
1376 (struct tar_args): New fields
1377 wildcards,matching_flags,include_anchored
1378 (MAKE_EXCL_OPTIONS,MAKE_INCL_OPTIONS): New macros
1379 (parse_opt): Use x2nrealloc to grow archive_name_array.
1380 Use MAKE_EXCL_OPTIONS,MAKE_INCL_OPTIONS to create appropriate
1381 fnmatch options, and name_add_name,name_add_dir to handle member
1382 name and -C arguments.
1383 (decode_options): Likewise
1384 (main): Remove call to init_names.
1386 * tests/append.at, tests/append01.at, tests/extrac01.at,
1387 tests/options.at, tests/options02.at, tests/same-order01.at,
1388 tests/same-order02.at: Make AT_SETUP more readable.
1390 2006-05-23 Sergey Poznyakoff <gray@gnu.org.ua>
1392 * src/buffer.c (change_tape_menu): Fix typo (uninitialized
1393 variable) introduced yesterday.
1395 2006-05-22 Sergey Poznyakoff <gray@gnu.org.ua>
1397 * doc/tar.texi: Use @var{file_name} instead of @var{file name}
1398 * src/buffer.c (change_tape_menu): Break the loop after obtaining
1399 new archive name. Check for empty input line.
1401 2006-05-15 Sergey Poznyakoff <gray@gnu.org.ua>
1403 * tests/atlocal.in (XFAILFILE): New variable
1404 * tests/version.at: Create $XFAILFILE on failure
1405 * tests/testsuite.at (AT_TAR_CHECK): Declare expected failure if
1408 2006-05-13 Sergey Poznyakoff <gray@gnu.org.ua>
1411 * src/buffer.c (read_header0): Use read_header_primitive to avoid
1412 clubbering current_tar_info. All callers updated.
1413 * src/common.h (read_header_primitive): New function
1414 * src/extract.c (extract_volhdr): New function
1415 (prepare_to_extract): Use extract_volhdr as extractor for volume
1417 * src/list.c (read_header_primitive): New function
1418 (read_header): Front end for read_header_primitive
1419 * tests/chtype.at: New file
1420 * tests/volsize.at: New file
1421 * tests/Makefile.am (TESTSUITE_AT): Add chtype.at, volsize.at
1422 (check-full): New target.
1423 * tests/atlocal.in (TEST_DATA_URL,STAR_DATA_URL)
1424 (STAR_TESTSCRIPTS): Provide default values.
1425 (tarball_prereq): New function
1426 * tests/testsuite.at (AT_TARBALL_PREREQ): New defun
1427 (AT_STAR_PREREQ): Rewrite using tarball_prereq
1428 Include chtype.at and volsize.at
1429 * tests/volume.at: Add keywords.
1431 * tests/star/gtarfail.at, tests/star/gtarfail2.at,
1432 tests/star/multi-fail.at, tests/star/pax-big-10g.at,
1433 tests/star/ustar-big-2g.at, tests/star/ustar-big-8g.at
1434 (AT_STAR_PREREQ): Provide md5 sum.
1436 * lib/.cvsignore: Update
1438 2006-05-08 Sergey Poznyakoff <gray@gnu.org.ua>
1440 * tests/testsuite.at (AT_SORT_PREREQ, AT_UNPRIVILEGED_PREREQ): New
1443 * tests/extrac04.at, tests/incr03.at, tests/listed02.at,
1444 tests/pipe.at, tests/rename01.at, tests/rename02.at,
1445 tests/rename03.at, tests/same-order01.at: Call
1446 AT_SORT_PREREQ. Remove fd 2 redirection after calls to sort
1447 * ignfail.at: Call AT_UNPRIVILEGED_PREREQ
1449 2006-05-08 Sergey Poznyakoff <gray@gnu.org.ua>
1451 Listed incremental backups: keep more information about
1452 directories. Handle renamed directories more effectively
1453 (initial implementation, more updates to follow).
1454 Source tree before this point is tagged
1455 alpha_1_15_90_incremental_1.
1458 * configure.ac: Raise version number to 1.15.91
1459 * src/common.h (rename_directory,append_incremental_renames): New
1461 * src/extract.c (rename_directory): New function
1462 * src/incremen.c (struct directory.contents, flags): New members
1463 (nfs,found,new): Remove. Replaced by appropriate bitmask values in
1464 `flags' field. All uses updated.
1465 (directory_meta_table): New table.
1466 (hash_directory): Rename to hash_directory_name
1467 (compare_directories): Rename to compare_directory_names
1468 (hash_directory_meta,compare_directory_meta,find_directory_meta):
1470 (compare_dirents): Removed
1471 (note_directory): Get 7th argument: directory contents.
1473 (dumpdir_locate,makedumpdir): New functions
1474 (scan_directory): Rewritten. Use makedumpdir to create a sorted
1475 dumpdir array. This makes the obstack argument unnecessary. Besides,
1476 ALL_CHILDREN flag is set only for new directories.
1477 (procdir): Change return type to struct directory. Return
1478 immediately if the directory was already initialized. Discover
1479 directory renames using directory_meta_table.
1480 (append_incremental_renames): New function.
1481 (read_directory_file, write_directory_file): Use new snapshot file
1483 * src/names.c (collect_and_sort_names): Update dir_contents of the
1484 first non-fake name entry when in listed incremental mode.
1486 * tests/incr03.at: New testcase
1487 * tests/rename01.at: New testcase
1488 * tests/rename02.at: New testcase
1489 * tests/rename03.at: New testcase
1490 * tests/Makefile.am: Add
1491 incr03.at,rename01.at,rename02.at,rename03.at
1492 * tests/testsuite.at: Likewise.
1493 * tests/listed02.at: Update for the new behavior
1494 * tests/multiv04.at (AT_KEYWORDS): Add missing incremental kw.
1496 2006-05-02 Sergey Poznyakoff <gray@gnu.org.ua>
1498 * src/buffer.c (try_new_volume): Attempt to continue if the name
1499 is apparently truncated in a GNU format volume.
1501 * tests/comprec.at, tests/delete01.at, tests/delete02.at,
1502 tests/delete04.at, tests/delete05.at, tests/extrac05.at,
1503 tests/listed01.at, tests/multiv01.at, tests/multiv02.at,
1504 tests/pipe.at, tests/same-order01.at, tests/same-order02.at,
1505 tests/sparse01.at, tests/sparse03.at: Always use genfile --file,
1506 this enables extra error checking.
1508 * tests/multiv03.at: Attempt to extract a member with truncated
1509 file name from the archive.
1511 * src/buffer.c (_open_archive): Remove unnecessary argument to
1512 check_compressed_archive.
1514 2006-04-25 Sergey Poznyakoff <gray@gnu.org.ua>
1516 * tests/sparse01.at, tests/sparse02.at, tests/sparse03.at,
1517 tests/sparsemv.at, tests/sparsemvp.at: Skip the test if the file
1518 system does not support sparse files.
1519 * doc/tar.texi (@copying): Remove the reference to not existing
1522 2006-04-11 Sergey Poznyakoff <gray@gnu.org.ua>
1524 * src/extract.c (extract_dir): Fix toggling existing directory
1525 permissions (Debian bug #361077). Use parts of patch provided by
1526 Ian Jackson <iwj@ubuntu.com>.
1527 * src/compare.c: Minor changes
1528 * src/incremen.c (directory.new): New member
1529 (note_directory,find_directory: Use make_directory to create
1530 struct directory entries
1531 (procdir): Avoid duplicating directories in the incremental
1533 * tests/Makefile.am (TESTSUITE_AT): Add extrac06.at
1534 * tests/testsuite.at: Include extrac06.at
1536 2006-03-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (trivial change)
1538 * tests/atlocal.in (PATH): Add build-aux from the source tree,
1541 2006-03-13 Sergey Poznyakoff <gray@gnu.org.ua>
1543 * THANKS: Add Benno Schulenberg
1545 2006-03-13 Jim Meyering <jim@meyering.net>
1547 * tests/listed02.at: Sort the two lines of stderr from the
1548 first `tar -v --listed-incremental'. They would come out
1549 reversed and provoke a test failure on a tmpfs
1552 2006-03-13 Benno Schulenberg <benno@nietvergeten.nl>
1554 * doc/tar.texi: Minor fixes.
1555 * src/tar.c (options): Consistently begin help messages with a
1558 2006-03-12 Sergey Poznyakoff <gray@gnu.org.ua>
1560 * tests/Makefile.am (AM_CPPFLAGS): Define LOCALEDIR
1562 2006-03-07 Paul Eggert <eggert@cs.ucla.edu>
1564 * src/buffer.c (record_buffer_aligned): New var.
1565 (init_buffer): Use it to ensure that the buffer is aligned.
1566 This doesn't result in any measurable performance improvement
1567 on my host (Debian GNU/Linux 3.1 stable, with default block size),
1568 but I assume it does help on some hosts.
1570 * lib/.cvsignore: Sort.
1572 2006-03-04 Sergey Poznyakoff <gray@gnu.org.ua>
1574 * tests/shortrec.at: Use -f - to read from stdin.
1576 2006-02-21 Sergey Poznyakoff <gray@gnu.org.ua>
1578 * doc/tar.texi: Fix typo: --to-command instead of --to-program
1580 2006-02-20 Paul Eggert <eggert@cs.ucla.edu>
1582 * tests/multiv04.at (split directory members in a MV archive):
1583 Don't use %X in an awk printf format; this doesn't work with
1584 Solaris 10 /usr/bin/awk. Use %x instead.
1586 2006-02-20 Sergey Poznyakoff <gray@gnu.org.ua>
1588 * src/create.c (split_long_name): Fix maximum length estimation.
1590 * tests/Makefile.am (lustar01.at,lustar02.at,lustar03.at): New
1592 * tests/atlocal.in: Add build-aux to the PATH
1593 * tests/long01.at: Remove mkhier, use AT_TAR_MKHIER instead
1594 * tests/longv7.at: Reword test title
1595 * tests/lustar01.at: New test
1596 * tests/lustar02.at: New test
1597 * tests/lustar03.at: New test
1598 * tests/testsuite.at (AT_TAR_MKHIER): New macro
1599 (lustar01.at,lustar02.at,lustar03.at): New tests.
1601 2006-02-20 Paul Eggert <eggert@cs.ucla.edu>
1603 * bootstrap: Don't claim lib/Makefile.am is generated automatically
1606 Avoid installation glitches on Solaris 8 with Sun C 5.4.
1607 * lib/.cvsignore: Add system-ioctl.h.
1608 * lib/Makefile.tmpl (noinst_HEADERS): Add system-ioctl.h.
1609 * src/buffer.c: Include system-ioctl.h.
1610 * src/compare.c: Likewise.
1611 * src/delete.c: Likewise.
1612 * src/system.c: Include <getline.h>, <setenv.h>.
1613 * src/tar.c: Include <getline.h>.
1615 2006-02-19 Sergey Poznyakoff <gray@gnu.org.ua>
1617 * src/buffer.c (add_chunk_header): Free st.orig_file_name after
1618 calling finish_header().
1619 (new_volume): Prompt the user for archive name if unable to open
1622 * src/create.c (dump_file0): Restore file_count_links,
1623 accidentally removed on 2005-11-29.
1624 * configure.ac: Raise version number to 1.15.90
1627 2006-02-08 Sergey Poznyakoff <gray@gnu.org.ua>
1629 * src/tar.c (tar_set_quoting_style): Provide second argument to
1630 the format spec: program_invocation_short_name. Reported by Jim
1633 2006-02-07 Paul Eggert <eggert@cs.ucla.edu>
1635 * gnulib.modules: Add closeout, exitfial.
1636 * lib/.cvsignore: Add __fpending.c, __fpending.h, closeout.c,
1638 * src/buffer.c: Incluse closeout.h.
1639 (_open_archive): Use freopen rather than fopen, so
1640 that stdlis is always either stdout or stderr. Use
1641 close_stdout_set_file_name to report its name.
1642 * src/tar.c: Include closeout.h and exitfail.h.
1643 (parse_opt, usage): Call close_stdout as appropriate, to check for
1645 (decode_options): Exit with status TAREXIT_FAILURE, not 1.
1646 (main): Set exit_failure, to exit with proper status on memory
1647 allocation failure and the like.
1648 Use close_stdout rather than rolling our own test.
1650 * NEWS: --version now outputs copyright etc., to conform to the
1651 GNU coding standards. Remove --license.
1652 * gnulib.modules: Add version-etc-fsf.
1653 * doc/tar.texi: Document the change.
1654 * lib/.cvsignore: Add version-etc-fsf.c, version-etc.c, version-etc.h.
1655 * scripts/Makefile.am (SED_CMD): Update PAKCAGE_NAME, not PACKAGE.
1656 * scripts/backup.in: Remove --license. Change --version to conform
1658 * scripts/restore.in: Likewise.
1659 * scripts/backup.sh.in (license): Output briefer license in the
1660 style of coreutils, for consistency with other changes.
1661 * src/tar.c: Include <version-etc.h>.
1662 (LICENSE_OPTION): Remove.
1663 (options): Remove --license.
1665 (parse_opt): Use version_etc instead of rolling it ourselves.
1667 * tests/version.at (tar --version): Check only the first line of
1670 * ChangeLog, NEWS, src/common.h, src/extract.c, src/incremen.c:
1671 * src/list.c, src/names.c, src/tar.h, src/xheader.c:
1672 Update copyright year to 2006.
1674 2006-02-07 Jim Meyering <jim@meyering.net>
1676 * src/xheader.c (sparse_map_decoder): Fix misleading diagnostic.
1678 2006-01-31 Sergey Poznyakoff <gray@gnu.org.ua>
1680 * src/common.h (get_gnu_dumpdir): Remove prototype
1681 (is_dumpdir): New function
1682 * src/extract.c (prepare_to_extract): Use is_dumpdir member to
1684 * src/incremen.c (get_gnu_dumpdir): Static
1685 (is_dumpdir): New function
1686 (purge_directory): Use is_dumpdir
1687 * src/list.c (list_archive): Use is_dumpdir
1688 Do not wrap skip_member in mv_begin/mv_end, the function itself
1690 (decode_header): Set stat_info->is_dumpdir
1691 (skip_member): Do nothing if skipped is true
1692 * src/tar.h (struct tar_stat_info): New members is_dumpdir and skipped.
1694 2006-01-22 Sergey Poznyakoff <gray@gnu.org.ua>
1696 * src/tar.c (decode_options): Refuse using --delete with
1697 compression options.
1699 2006-01-18 Sergey Poznyakoff <gray@gnu.org.ua>
1702 * configure.ac (DEFAULT_QUOTING_STYLE): New configuration variable
1703 * doc/tar.texi: Initial documentation for --quoting-style,
1704 --quote-chars and --no-quote-chars option.
1705 * src/tar.c: Implement new options --quoting-style, --quote-chars
1706 and --no-quote-chars.
1708 2006-01-09 Paul Eggert <eggert@cs.ucla.edu>
1710 * bootstrap: Default to pserver, and switch to cvs.sv.gnu.org,
1711 to accommodate recent changes to the GNU CVS server.
1712 * lib/.cvsignore: Add argp-pin.c, mkdirat.c, openat-priv.h.
1714 2005-12-14 Sergey Poznyakoff <gray@gnu.org.ua>
1716 * src/names.c (name_scan): Take an additional argument requesting
1718 * src/common.h (name_scan): Change prototype.
1719 * src/delete.c, src/incremen.c, src/update.c: Update invocations
1722 2005-12-13 Sergey Poznyakoff <gray@gnu.org.ua>
1724 * src/common.h (struct name): New member `explicit'. Remove unused
1726 * src/incremen.c (procdir): If name_scan() returns something,
1727 check if it was explicitely given in the command line
1728 * src/names.c (addname,add_hierarchy_to_namelist): Initialize
1729 explicit member appropriately.
1731 * src/incremen.c (procdir): If --one-file-system is given and a
1732 directory is found to be on another device, *and* this directory
1733 is explicitely given in the command line, then do not omit it.
1735 2005-12-11 Sergey Poznyakoff <gray@gnu.org.ua>
1738 * doc/tar.texi: Document --delay-directory-restore option.
1739 (Configuring Help Summary): Document usage of ARGP_HELP_FMT
1740 variable to customize help output.
1741 * src/common.h (delay_directory_restore_option): New global.
1742 * src/extract.c (directories_first): Replaced by
1743 delay_directory_restore_option. All uses changed.
1744 * src/tar.c (options,parse_opt): New options
1745 --delay-directory-restore and --no-delay-directory-restore
1747 2005-12-09 Sergey Poznyakoff <gray@gnu.org.ua>
1749 * src/buffer.c (open_archive): Add default case to shut up gcc.
1750 * src/common.h (set_file_atime): Add prototype.
1751 * src/create.c (to_chars_subst): Remove unused variable
1752 Make sure useful result code is returned.
1753 * src/incremen.c (read_directory_file): Fix format string
1754 Thanks Eric Blake for reporting.
1756 2005-12-08 Sergey Poznyakoff <gray@gnu.org.ua>
1758 * doc/tar.texi (Current status): Renamed to 'Changes' and moved to
1760 (Large or Negative Values): Rewritten
1761 * src/common.h (gid_to_chars, major_to_chars, minor_to_chars)
1762 (mode_to_chars, off_to_chars, size_to_chars, time_to_chars)
1763 (uid_to_chars, uintmax_to_chars): Return bool
1764 * src/create.c (gid_to_chars, major_to_chars, minor_to_chars)
1765 (mode_to_chars, off_to_chars, size_to_chars, time_to_chars)
1766 (uid_to_chars, uintmax_to_chars): Return bool
1767 (to_chars): Return bool
1768 (start_header): Check return values of convertion routines. Fail
1769 if unable to store data in the header.
1771 2005-12-07 Sergey Poznyakoff <gray@gnu.org.ua>
1773 * doc/tar.texi: Following the discussion with Karl Berry,
1774 discontinue using @value{} substitutions for Texinfo commands.
1775 Properly index all long options. Print a
1776 separate long option index.
1777 * doc/value.texi: Remove @set's
1779 * doc/tar.texi: Update --info-script documentation
1780 Resolve some more FIXMEs.
1781 * scripts/dump-remind.in: Use TAR_VOLUME instead of reading volno
1783 * src/buffer.c (new_volume): Update invocation
1784 (change_tape_menu): New function. Disable '!' command if given
1786 * src/common.h (sys_exec_info_script): Update declaration
1787 (restrict_option): New global
1788 * src/system.c (sys_exec_info_script): The script can supply new
1789 archive name to use by writing it to file descriptor 3.
1790 * src/tar.c (options): Add --restrict option. Use macros for
1792 (license): Print full list of copyright years
1795 2005-12-06 Eric Blake <ebb9@byu.net> (trivial changes)
1797 * configure.ac (DENSITY_LETTER): Fix m4 overquoting.
1798 * .cvsignore: Ignore .bootstrap.
1800 2005-12-06 Sergey Poznyakoff <gray@gnu.org.ua>
1802 * doc/tar.texi: Document --to-command and --info-script
1803 options. Add missing xrefs.
1804 * src/buffer.c (new_volume): Use sys_exec_info_script() instead of
1806 * src/common.h (archive_format_string,subcommand_string)
1807 (sys_exec_info_script): New prototypes.
1808 * src/system.c (sys_exec_info_script): New function.
1809 * src/tar.c (archive_format_string): Remove static qualifier.
1810 (subcommand_string): New function.
1812 2005-12-01 Sergey Poznyakoff <gray@gnu.org.ua>
1814 * src/extract.c: Fix restoring of directory timestamps from
1815 incremental archives.
1816 (directories_first): New variable.
1817 (prepare_to_extract): Set directories_first
1818 (extract_archive): Call apply_nonancestor_delayed_set_stat() only
1819 if not extracting from an incremental archive
1820 (extract_dir): Obtain root_device here, to make sure it works
1823 * src/incremen.c (purge_directory): Skip the member and return if
1824 the archive is not in incremental format.
1825 * tests/incr02.at: New testcase
1826 * tests/Makefile.am: Add incr02.at
1827 * tests/testsuite.at: Likewise
1829 * THANKS: Add Guerkan Karaman.
1832 2005-11-30 Paul Eggert <eggert@cs.ucla.edu>
1834 * doc/tar.texi (Option Summary): Rewrite the
1835 --atime-preserve=system description in response to Ian Turner's
1838 2005-11-30 Ian Turner <ian@zmanda.com>
1840 * doc/tar.texi (Extracting Specific Files): Remove obsolescent
1843 2005-11-29 Paul Eggert <eggert@cs.ucla.edu>
1845 * NEWS: New option --atime-preserve=system, which uses O_NOATIME.
1846 * THANKS: Add Ian Turner.
1848 * configure.ac: Prefer AC_CHECK_HEADERS_ONCE to AC_CHECK_HEADERS.
1849 Check for stropts.h and sys/filio.h too, for _FIOSATIME.
1850 * doc/tar.texi: Change "modification time" to "data modification
1851 time", "change time" to "status change time", and "filesystem" to
1852 "file system", so that we use terminology consistent with POSIX.
1853 Use American spacing rather than French for sentence ends.
1854 "non-dependable" -> "undependable".
1855 (Option Summary, Attributes): Explain better the pitfalls of the
1856 --atime-preserve option, and suggest read-only mounts,loopback
1857 mounts, and noatime mounts for older systems.
1858 * doc/value.texi (op-atime-preserve-system): Renamed from
1859 op-atime-preserver-system to fix a misspelling.
1860 * src/common.h (enum atime_preserve): Use lower case for enum values.
1861 * src/compare.c: Don't include utimens.h; no longer needed.
1862 (diff_file): Use set_file_atime rather than utimens; avoid closing
1863 diff_handle until after this, so that we can set the file time stamp
1864 via the file descriptor rather than via its name.
1865 * src/create.c: Don't include utimens.h; no longer needed.
1866 (dump_regular_finish): Remove. All callers now do its work inline.
1867 (dump_dir): New arg FD. All callers changed.
1868 Use fdsavedir rather than savedir.
1869 (unknown_file_error): Arg is a const pointer now.
1870 (dump_file0): 2nd arg is a const pointer now.
1871 Treat directories more like files, with respect to --atime-preserve.
1872 For example, also warn if a directory changes while we are dumping it.
1873 Prefer file descriptors to file names when retrieving/setting file
1874 attributes; this saves path-resolution time and allows us to avoid
1875 changing mtime/ctime on Solaris when restoring atime as root.
1876 Use O_DIRECTORY when opening directories, to avoid some race conditions.
1877 Do not reset atime if mtime has changed. Report an error if
1878 we cannot reset atime.
1880 * lib/.cvsignore: Add malloc.h, regcomp.c, regex.c, regex.h,
1881 regex_internal.c, regex_internal.h, regexc.c; used by rpmatch.
1883 2005-11-29 Ian Turner <ian@zmanda.com>
1885 First cut at adding support for --atime-preserve=system.
1886 * doc/tar.texi (Option Summary): First cut at documenting it.
1887 All other uses of --atime-preserve changed to --atime-preserve=replace.
1888 * doc/value.texi (op-atime-preserve-replace, op-atime-preserver-system):
1890 (op-atime-preserve): Mention METHOD.
1891 * src/common.h (atime_preserve): New enum.
1892 (atime_preserve_option): Now of the enum type rather than bool.
1894 * src/compare.c (diff_file): Read with O_NOATIME if asked for.
1895 * src/create.c (dump_file0): Read regular and CTG files with O_NOATIME
1897 * src/tar.c (usage): Mention new usage.
1898 (parse_opt): Parse new usage.
1900 2005-11-29 Paul Eggert <eggert@cs.ucla.edu>
1902 * THANKS: Convert back to UTF-8, sort (using LC_ALL=C on Debian
1903 stable), and consistently use tabs rather than spaces.
1905 2005-11-27 Sergey Poznyakoff <gray@gnu.org.ua>
1907 * src/xheader.c: Remove parts of code prematurely introduced
1908 yesterday. Thanks Eric Blake.
1910 2005-11-26 Sergey Poznyakoff <gray@gnu.org.ua>
1912 * src/xheader.c (xheader_format_name): Fix memory leak.
1914 2005-11-11 Sergey Poznyakoff <gray@gnu.org.ua>
1916 * gnulib.modules: Add rpmatch
1917 * lib/stdopen.h, lib/stdopen.c: New file. Imported from coreutils.
1918 * lib/Makefile.tmpl: Add stdopen.h, stdopen.c
1919 * po/POTFILES.in: Add rpmatch.c
1920 * src/tar.c (confirm): Rewritten using rpmatch.
1921 (decode_options): Minor optimizations
1922 (main): Call stdopen() to ensure the first three descriptors are
1925 * tests/multiv01.at, tests/multiv02.at, tests/multiv03.at,
1926 tests/multiv04.at, tests/sparsemv.at, tests/sparsemvp.at,
1927 tests/star/multi-fail.at: Close stdin so that if something fails
1928 causing tar to ask for the next volume, it won't hang the
1931 * src/buffer.c (flush_write,flush_read): Change data type.
1932 (flush_archive): Compute actual buffer fill level before calling
1934 (close_archive): Call flush_archive again if the first call
1935 resulted in partially filled buffer.
1936 (try_new_volume): Rewritten handling of initial headers.
1937 (add_chunk_header): New function. Write an additional header
1938 before the continuation chunk. The purpose of the header is to
1939 allow third-party tars to extract the member.
1940 (simple_flush_write): Take an argument.
1941 (_gnu_flush_write): Correctly handle partially filled buffers.
1942 * src/common.h (flush_read,flush_write): Functions, again.
1943 (write_extended): Changed declaration
1944 (xheader_format_name): New declaration
1945 * src/create.c (write_extended): Change type and meaning of
1946 the first argument. All callers updated
1947 * src/xheader.c (xheader_format_name): Remove static
1948 qualifier. Change last argument.
1949 Correct buffer size calculation (allocated too much space).
1950 (xheader_write): Increase global_header_count here ...
1951 (xheader_write_global): ... instead of here
1953 * tests/testsuite.at (AT_TAR_CHECK): Define TEST_TAR_FORMAT
1954 * tests/multiv01.at: Update
1955 * tests/multiv02.at: Update
1956 * tests/multiv03.at: Update
1957 * tests/sparsemvp.at: Update
1958 * tests/star/multi-fail.at: Update
1960 * scripts/tarcat: Handle archives in pax format. Improve handling
1961 of traditional archives.
1962 * doc/tar.texi (Tarcat): New node
1964 2005-11-10 Sergey Poznyakoff <gray@gnu.org.ua>
1966 Fix splitting of sparse files between the volumes.
1968 * src/buffer.c (try_new_volume): Bugfix. Always check
1969 continued_file_name. If it is absent, the volume is out
1971 (add_multi_volume_header): Create GNU.volume.filename keyword in
1972 the extended header.
1973 * src/sparse.c (sparse_dump_region): Call mv_size_left.
1974 (sparse_dump_file): Enclose the loop in mv_begin/mv_end.
1975 * src/system.c: Do not pad compressed output if it goes to
1977 * src/xheader.c (xhdr_tab): New keyword GNU.volume.filename.
1979 * tests/sparsemv.at: New testcase
1980 * tests/sparsemvp.at: New testcase
1981 * tests/Makefile.am: Add sparsemv.at and sparsemvp.at.
1982 * tests/testsuite.at: Likewise.
1984 2005-11-09 Sergey Poznyakoff <gray@gnu.org.ua>
1986 * src/buffer.c: Rewritten in a more modular fashion to provide
1987 GNU extensions (multi-volume archives and archive labels) in
1989 NOTICE, that some of the aspects (e.g. splitting the archive
1990 on the extended header boundary) are still not solved, others
1991 (splitting a sparse file between the volume) require additional
1992 testing. Wait for the next commit.
1994 (volume_label,continued_file_name,continued_file_size)
1995 (continued_file_offset): New globals.
1996 (save_name,save_totsize,save_sizeleft): Make static
1997 (mv_begin,mv_end,mv_total_size,mv_size_left): New functions
1998 (open_archive,flush_write,flush_read): Rewritten
2000 * src/common.h (save_name,save_sizeleft,save_totsize): Remove
2002 (volume_label,continued_file_name,continued_file_size): New
2004 (flush_read,flush_write): Pointers to functions
2005 (mv_begin,mv_end,mv_total_size,mv_size_left): New functions
2006 (write_extended): New function.
2008 * src/compare.c, src/create.c, src/extract.c, src/incremen.c,
2009 src/list.c: Use mv_.* functions uniformly instead of fiddling
2010 with the global variables.
2011 * src/sparse.c: Use mv_.* functions where necessary.
2012 * src/tar.c (decode_options): Allow to use --multi-volume and
2013 --label with pax archives.
2014 * src/xheader.c (xhdr_tab): Support for new GNU keywords.
2016 * tests/delete01.at, tests/delete02.at, tests/delete03.at,
2017 tests/delete04.at, tests/delete05.at, tests/extrac01.at,
2018 tests/extrac02.at, tests/extrac03.at, tests/extrac04.at,
2019 tests/extrac05.at, tests/incr01.at, tests/incremental.at,
2020 tests/listed01.at, tests/listed02.at, tests/long01.at,
2021 tests/longv7.at, tests/multiv01.at, tests/multiv02.at,
2022 tests/multiv03.at, tests/multiv04.at, tests/options.at,
2023 tests/options02.at, tests/same-order01.at, tests/same-order02.at,
2024 tests/sparse01.at, tests/sparse02.at, tests/sparse03.at,
2025 tests/star/multi-fail.at (AT_KEYWORDS): Improve to allow execution
2026 of related tests in groups.
2028 * doc/tar.texi: Update
2030 2005-11-07 Paul Eggert <eggert@cs.ucla.edu>
2032 * src/xheader.c (struct xhdr_tab.coder): Last arg is void const *,
2033 not void *, to avoid create.c warning from GCC "passing argument 3
2034 of 'xheader_store' discards qualifiers from pointer target type".
2035 (dummy_coder, atime_coder, gid_coder, gname_coder, linkpath_coder):
2036 (ctime_coder, mtime_coder, path_coder, size_coder, uid_coder):
2037 (uname_coder, sparse_size_coder, sparse_numblocks_coder):
2038 (sparse_offset_coder, sparse_numbytes_coder, dumpdir_coder):
2039 (xheader_store): Likewise.
2040 * src/common.h (xheader_store): Likewise.
2042 2005-11-07 Sergey Poznyakoff <gray@gnu.org.ua>
2043 and Paul Eggert <eggert@cs.ucla.edu>
2045 * src/tar.c (NS_PRECISION_FORMAT_MASK): New macro.
2046 (tar_timespec_cmp): New function. Wrapper over
2047 timespec_cmp using the timespec precision provided by the
2048 current archive format.
2049 * src/common.h (tar_timespec_cmp): New declaration.
2050 * src/compare.c (diff_file): Use tar_timespec_cmp.
2051 * src/extract.c (file_newer_p): Likewise.
2052 * src/update.c (update_archive): Likewise.
2053 * tests/truncate.at: Reverted changes
2054 * tests/update.at: Reverted changes
2056 2005-11-07 Sergey Poznyakoff <gray@gnu.org.ua>
2058 Support for incremental formats in pax archives.
2059 Fixed POSIX compatibility of `sparse' extended header keywords.
2061 * src/common.h (dumpdir_size,get_gnu_dumpdir)
2062 (xheader_string_begin,xheader_string_add)
2063 (xheader_string_end): New functions.
2064 * src/create.c (dump_dir0): Handle incremental backups in pax
2066 * src/incremen.c (dumpdir_size, get_gnu_dumpdir): New functions.
2067 (purge_directory): Use stat_info.dumpdir instead of getting its
2069 * src/list.c (list_archive): Handle incremental backups in pax
2071 (decode_header): Initialize stat_info.dumpdir
2072 * src/sparse.c (sparse_diff_file): Bugfix: set seekable.
2073 (pax_dump_header): Store sparse map in GNU.sparse.map. If this
2074 variable has been explicitely deleted, use GNU.sparse.offset/
2075 GNU.sparse.numbytes variables.
2076 * src/tar.c (decode_options): Incremental options are allowed with
2078 (tar_stat_destroy): Free dumpdir
2079 * src/tar.h (struct tar_stat_info.dumpdir): New member.
2080 * src/xheader.c (xheader_keyword_deleted_p): Remove static
2082 (struct xhdr_tab.decoder): Change prototype. POSIX allows string
2083 values to contain embedded nulls, so take an extra argument
2084 specifying the length of the string.
2085 (decx,decg,dummy_decoder,atime_decoder,gid_decoder)
2086 (gname_decoder,linkpath_decoder,ctime_decoder,mtime_decoder)
2087 (path_decoder,size_decoder,uid_decoder,uname_decoder)
2088 (sparse_size_decoder,sparse_numblocks_decoder)
2089 (sparse_offset_decoder,sparse_numbytes_decoder): Likewise.
2090 (decode_record): Pass value length to the handler
2091 (run_override_list): Pass value length to the decoder
2092 (xheader_print_n): New function
2093 (xheader_print): Rewritten using xheader_print_n
2094 (xheader_finish): Do not rely om strlen to compute the length of
2095 the collected string: it can contain embedded nulls
2096 (xheader_string_begin,xheader_string_add,xheader_string_end): New
2098 (sparse_map_decoder,dumpdir_coder,dumpdir_decoder): New
2099 functions. Handle GNU.sparse.map and GNU.dumpdir variables.
2100 (xhdr_tab): Add new variables.
2102 * tests/incr01.at: Test gnu, oldgnu, and posix formats
2103 * tests/incremental.at: Likewise
2105 2005-11-06 Paul Eggert <eggert@cs.ucla.edu>
2107 * NEWS: Minor language and white space fixes.
2109 * tests/truncate.at: Create files whose time stamps must fall on
2110 1-second boundaries. This prevents tests from failing on hosts
2111 like Solaris 8 that have nanosecond-resolution file time stamps.
2112 * tests/update.at: Likewise.
2114 * src/xheader.c (strtoimax, strtoumax): Remove decls; now done
2117 2005-11-06 Sergey Poznyakoff <gray@gnu.org.ua>
2119 * doc/tar.texi: Properly document incremental dumps
2120 * doc/value.texi: Likewise.
2121 * doc/snapshot.texi: Likewise.
2123 2005-11-05 Sergey Poznyakoff <gray@gnu.org.ua>
2125 Improve listed incremental format:
2127 * src/common.h (update_parent_directory): New prototype.
2128 * src/create.c (dump_file): Call update_parent_directory.
2129 * src/incremen.c (struct directory.mtime): New member.
2130 (note_directory): Take additional arguments. All callers updated.
2131 (scan_directory): Updated to use more metadata. In particular,
2132 this allows to correctly detect renamed files.
2133 (read_directory_file,write_directory_file)
2134 (write_directory_file_entry): Support new directory file format.
2135 * tests/listed01.at: Sleep 1 sec before creating second file.
2136 * tests/listed02.at: Never skip the test. It should work on any
2139 * doc/snapshot.texi: New file
2140 * doc/tar.texi: Update.
2141 * doc/Makefile.am: Update.
2143 2005-11-04 Paul Eggert <eggert@cs.ucla.edu>
2145 * src/extract.c (set_stat): Rewrite to avoid bug in Forte
2146 Developer 7 C 5.4 Patch 111708-09 (2004-02-19).
2148 2005-11-04 Sergey Poznyakoff <gray@gnu.org.ua>
2150 * bootstrap: Fix quoting in help output.
2151 (update_po): Use backward-compatible wget option --cache instead
2152 of deprecated -C to accomodate for wget 1.10.
2153 Changes proposed by Eric Blake
2154 * THANKS: Add Eric Blake
2156 2005-11-02 Paul Eggert <eggert@cs.ucla.edu>
2158 * doc/tar.texi: Consistently put two spaces after sentences,
2159 and put commas after "i.e." and "e.g.". This is the usual GNU
2162 * lib/.cvsignore: Add creat-safer.c, fcntl--.h, fcntl-safer.h,
2163 open-safer.c, openat-die.c, verify.h, to accommodate recent gnulib
2166 2005-10-27 Sergey Poznyakoff <gray@gnu.org.ua>
2168 * src/compare.c (diff_dumpdir): Pass a valid device number to
2169 get_directory_contents.
2171 * THANKS: Add John Thomas McDole
2173 * bootstrap: If file `.bootstrap' exists in the cwd and is
2174 readable, prepend its contents to the command line
2176 2005-10-21 Sergey Poznyakoff <gray@gnu.org.ua>
2178 * tests/link01.at: Skip test if ln fails (suppose the OS does
2179 not support hard links).
2181 2005-10-04 Sergey Poznyakoff <gray@gnu.org.ua>
2183 * src/tar.c (decode_options): Report error if -A or -r is used
2184 together with compression option.
2186 2005-09-29 Sergey Poznyakoff <gray@gnu.org.ua>
2188 * doc/tar.texi: Use @option and @kbd consistently.
2189 Document new options.
2191 2005-09-28 Sergey Poznyakoff <gray@gnu.org.ua>
2194 * src/common.h (show_stored_names_option): New variable
2195 * src/list.c (print_header): If show_stored_names_option is given,
2196 list member names as stored in the archive. Patch proposed by Erik
2197 Cumps <erik.cumps@icos.be>
2198 * src/tar.c: Implement --show-stored-names option
2200 * src/common.h (test_label_option): New variable;
2201 * src/list.c (print_header): Special handling if test_label_option
2203 * src/names.c (all_names_found): If test_label_option is set
2205 * src/tar.c: New option --test-label tests the archive volume
2206 label. The option proposed by Wouter Verhelst <wouter@nixsys.be>
2208 2005-09-21 Paul Eggert <eggert@cs.ucla.edu>
2210 * tests/Makefile.am (clean-local): Don't attempt to run
2211 $(TESTSUITE) if it doesn't exist. Problem reported by
2214 2005-09-16 Paul Eggert <eggert@cs.ucla.edu>
2216 Don't filter time stamps through the resolution supported
2217 by struct stat; keep them to full nanosecond resolution.
2218 This affects behavior only on older hosts or file systems
2219 that have lower-resolution time stamps.
2220 * src/common.h (OLDER_STAT_TIME): Parenthesize arg.
2221 (OLDER_TAR_STAT_TIME): New macro.
2222 (code_timespec): New function.
2223 (BILLION, LOG10_BILLION, TIMESPEC_STRSIZE_BOUND): New constants.
2224 * src/compare.c (diff_file): Use full time stamp resolution.
2225 * src/create.c (start_header, dump_file0): Likewise.
2226 (start_header, dump_file0): Adjust to new structure layout.
2227 (dump_regular_finish): Simplify by using timespec_cmp.
2228 * src/extract.c (struct delayed_set_stat): Don't store stat info
2229 that we don't need, to save space. All uses changed.
2230 (struct delayed_set_stat, struct delayed_link, file_newer_p):
2231 (create_placeholder_file, extract_link, apply_delayed_links):
2232 Use full time stamp resolution.
2233 (check_time): Use code_timespec rather than rolling our own code.
2234 (set_stat, delay_set_stat): Arg now points to tar_stat_info to
2235 avoid losing time information. All callers changed.
2236 * src/list.c (read_and, decode_header, print_heaeder):
2237 Use full time stamp resolution.
2238 * src/misc.c (code_timespec): New function.
2239 * src/tar.h (struct tar_stat_info): Record atime, mtime, ctime
2240 separately, for benefit of hosts with lower resolution.
2241 * src/update.c (update_archive): Use full time stamp resolution.
2242 * src/xheader.c (code_time): Use new code_timespec function
2244 (atime_coder, atime_decoder, ctime_coder, ctime_decoder):
2245 (mtime_coder, mtime_decoder): Use full time stamp resolution.
2247 Report time stamps to full resolution in environment.
2248 Report memory allocation failures rather than ignoring them.
2249 * src/system.c (time_to_env): New function.
2250 (oct_to_env, str_to_env, chr_to_env): Report memory allocation failures.
2251 (stat_to_env): Report full resolution in time stamps.
2253 2005-09-16 Paul Eggert <eggert@cs.ucla.edu>
2255 Merge changes from gnulib for file system sub-second time stamps.
2256 * configure.ac: Remove checks for struct stat.st_spare1, struct
2257 stat.st_atim.tv_nsec, struct stat.st_atimespec.tv_nsec, struct
2258 stat.st_atimensec, as gnulib now does this for us.
2259 Similarly for LIB_CLOCK_GETTIME.
2260 * gnulib.modules: Add stat-time.
2261 * lib/.cvsignore: Add stat-time.h.
2262 * src/common.h: Include stat-time.h.
2263 (timespec_lt): Remove. All callers changed to use timespec_cmp.
2264 (get_stat_atime, get_stat_ctime, get_stat_mtime):
2265 (set_stat_atime, set_stat_ctime, set_stat_mtime):
2266 Remove; now defined by stat-time.h.
2268 2005-09-14 Sergey Poznyakoff <gray@gnu.org.ua>
2270 * src/incremen.c (list_dumpdir): New function. Used to dump
2271 contents of GNUTYPE_DUMPDIR blocks.
2272 * src/common.h (list_dumpdir): Likewise.
2273 * src/list.c (list_archive): Use list_dumpdir() to display
2274 GNUTYPE_DUMPDIR blocks. Do that only if two or more -v options are
2277 2005-09-12 Paul Eggert <eggert@cs.ucla.edu>
2279 * lib/.cvsignore: Adjust to current gnulib and modules used.
2280 Add getdelim.c, getdelim.h, mbchar.c, mbchar.h, mbuiter.h, memchr.c,
2281 pipe-safer.c, size_max.h, strdup.c, strdup.h, strnlen.h, strnlen1.c,
2282 strnlen1.h, unistd--.h.
2283 Remove getndelim2.c, getndelim2.h, pathmax.h, sysexits.h, xstrdup.c.
2285 Treat fishy-looking hard links like fishy-looking symlinks.
2286 * src/extract.c (struct delayed_set_stat): Rename after_symlinks
2287 member to after_links. All uses changed.
2288 (struct delayed_link): Renamed from struct delayed_symlink.
2289 All uses changed. New member is_symlink.
2290 (delayed_link_head): Renamed from delayed_symlink_head. All uses
2292 (create_placeholder_file): New function, taken from extract_symlink.
2293 (extract_link): Create placeholders for fishy-looking hard links.
2294 (extract_symlink): Move code into create_placeholder_file.
2295 (apply_delayed_links): Renamed from apply_delayed_symlinks.
2296 All uses changed. Create both hard links and symlinks.
2298 2005-09-03 Paul Eggert <eggert@cs.ucla.edu>
2300 * README-alpha: Modernize description of software required for
2303 2005-09-03 Sergey Poznyakoff <gray@gnu.org.ua>
2305 * gnulib.modules: Add strdup
2306 * src/incremen.c (purge_directory): Do not dereference symbolic
2307 links. Bug reported by Ralph Corderoy <ralph@inputplus.co.uk> and
2308 David Brown <davidb@davidb.org>
2309 * tests/incr01.at: New test.
2310 * tests/Makefile.am: Add incr01.at
2311 * tests/testsuite.at: Likewise
2314 2005-08-17 Sergey Poznyakoff <gray@gnu.org.ua>
2316 * src/incremen.c (read_directory_file): Use strtoumax to read
2317 snapshot file contents.
2318 (write_directory_file_entry): Use umaxtostr().
2320 2005-07-31 Sergey Poznyakoff <gray@gnu.org.ua>
2322 * src/create.c (file_dumpable_p,dump_file0): Fix handling of
2323 sparse files to /dev/null with --totals option.
2324 * tests/update.at: Remove dependency on file order.
2326 2005-07-08 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2328 * doc/tar.texi: Fix typo.
2330 2005-07-07 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2332 * tests/pipe.at: Pipe the output from `tar xfv' through sort.
2334 2005-06-25 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2336 * src/sparse.c (tar_sparse_init): Fill structure with zeros. Call
2337 sparse_select_optab(). All callers updated.
2338 (sparse_member_p, sparse_fixup_header): Use tar_sparse_init().
2340 2005-06-23 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2342 * src/sparse.c (pax_sparse_member_p): Checking member size
2343 vs. file size is not reliable enough. Use sparse_map_avail.
2345 * tests/star/gtarfail.at: Adapt to the new output format
2346 * tests/star/gtarfail2.at: Likewise
2347 * tests/star/multi-fail.at: Likewise
2348 * tests/star/pax-big-10g.at: Likewise
2349 * tests/star/ustar-big-2g.at: Likewise
2350 * tests/star/ustar-big-8g.at: Likewise
2352 * tests/sparse03.at: New test.
2353 * tests/Makefile.am: Add sparse03.at
2354 * tests/testsuite.at: Likewise
2356 * src/xheader.c (size_decoder): Do not set archive_file_size.
2358 Fix bugs introduced yesterday:
2360 * src/sparse.c (tar_sparse_init): Initialize
2362 (sparse_scan_file): Initialize archive_file_size to 0. The
2363 variable keeps size of the file *as stored in the archive*, not
2364 the size reported by stat.
2366 2005-06-22 Paul Eggert <eggert@cs.ucla.edu>
2368 A sweep of the sparse code prompted by a bug report by Jim Meyering.
2369 * src/sparse.c: Include <inttostr.h>.
2370 (struct tar_sparse_file): offset and dumped_size are off_t, not
2371 size_t. optab is now const *.
2372 (dump_zeros): Return bool success flag, not off_t.
2373 All callers changed.
2374 Use a constant-zero buffer rather than clearing a buffer each time.
2375 Don't mess up if write fails.
2376 (dump_zeros, check_sparse_region):
2377 Don't assume off_t is no wider than size_t.
2378 (tar_sparse_init): Don't bother clearing a field that is already clear.
2379 (zero_block_p): First arg is const *, not *.
2380 (clear_block, SPARSES_INIT_COUNT): Remove.
2381 (sparse_add_map): First arg is now struct start_stat_info *, not
2382 struct tar_sparse_file *. All callers changed.
2383 Use x2nrealloc to check for size_t overflow.
2384 (parse_scan_file): Cache commonly-used parts of file.
2385 Use an auto buffer, not a static one.
2386 Don't bother clearing the buffer; not needed.
2387 Don't bother clearing items that are already clear.
2388 (oldgnu_optab, star_optab, pax_optab): Now const.
2389 (sparse_dump_region): Don't bother clearing the buffer before
2390 reading into it; just clear the parts that aren't read into.
2391 (sparse_dump_file): Clear the whole local variable 'file'.
2392 (diff_buffer): Remove; now a local var.
2393 (check_sparse_region): Don't bother clearing buffer before
2394 reading into it. Don't assume off_t is promoted to long.
2395 (oldgnu_get_sparse_info, star_get_sparse_info):
2396 Use an auto status, not static.
2397 * src/tar.h (struct tar_stat_info): had_trailing_slash is
2399 * src/xheader.c (sparse_offset_coder, sparse_numbytes_coder):
2400 Rewrite to avoid cast.
2401 (sparse_offset_decoder, sparse_numbytes_decoder):
2402 Diagnose excess entries rather than crashing.
2404 2005-06-22 Jim Meyering <jim@meyering.net>
2406 * src/common.h (timespec_lt): Add a return type: bool.
2408 2005-06-21 Paul Eggert <eggert@cs.ucla.edu>
2410 Further improvements inspired by Jim Meyering's fixes.
2412 * NEWS: Better support for full-resolution time stamps.
2413 The -v option now prints time stamps only to 1-minute resolution.
2414 * gnulib.modules: Add utimens.
2415 * lib/.cvsignore: Add imaxtostr.c, inttostr.c, inttostr.h,
2416 offtostr.c, umaxtostr.c, utimens.c, utimens.h. Remove paxconvert.c.
2417 * lib/Makefile.tmpl (libtar_a_SOURCES): Remove paxconvert.c.
2418 * lib/paxconvert.c: Remove; superseded by umaxtostr.c.
2419 * po/POTFILES.in: Remove lib/paxconvert.c. Add lib/xalloc-die.c,
2421 * src/buffer.c (set_start_time, compute_duration, start_time):
2422 Use gettime rather than rolling our own code.
2423 * src/common.h (OLDGNU_NAME_FIELD_SIZE, MAXOCTAL11, MAXOCTAL7): Remove.
2424 (newer_ctime_option): Remove.
2425 (timespec_lt): New function.
2426 (OLDER_STAT_TIME): Use it.
2427 (string_to_chars): First arg is char const *, not char *.
2428 (tartime): Time arg is now struct timespec. New bool arg.
2429 All callers changed.
2430 (code_ns_fraction): New decl.
2431 (sys_stat_nanoseconds): Remove decl.
2432 (get_stat_atime, get_stat_ctime, get_stat_mtime): New functions.
2433 (set_stat_atime, set_stat_ctime, set_stat_mtime): New functions.
2434 * src/compare.c: Include utimens.h rather than rolling our own.
2435 (diff_dir, diff_file, diff_link, diff_symlink, diff_special):
2437 (diff_dumpdir, diff_multivol): Prototype.
2438 (diff_file): Support higher-resolution time stamps.
2439 * src/create.c: Include utimens.h rather than rolling our own.
2440 (MAX_OCTAL_VAL): New macro.
2441 (tar_copy_str, string_to_chars): Don't bother to zero-fill;
2442 the destination is already zeroed.
2443 (string_to_chars): First arg is char const *.
2444 (start_private_header): Use MINOR_TO_CHARS, not MAJOR_TO_CHARS,
2445 for minor device number.
2446 (write_header_name, dump_hard_link, dump_file0):
2447 Simplify test for old GNU format.
2448 (start_header): Put in placeholders for uid, etc., even when
2449 using extended headers, for benefit of older "tar" implementations.
2450 Don't assume uintmax_t is wider than 32 bits.
2451 Output extended header for mtime if needed.
2452 (dump_regular_finish, dump_file0):
2453 Support extended time stamp resolution.
2454 * src/extract.c: Include utimens.h rather than rolling our own.
2455 (check_time): Support extended time stamp resolution.
2456 * src/list.c: Include <inttostr.h>.
2457 (tartime): Use umaxtostr rather than stringify_uintmax_t_backwards.
2458 * src/xheader.c: Include <inttostr.h>.
2459 Do not include <xstrtol.h>.
2460 (strtoimax) [!HAVE_DECL_STRTOIMAX && !defined strtoimax]: New decl.
2461 (strtoumax) [!HAVE_DECL_STRTOUMAX && !defined strtoumax]: New decl.
2462 (BILLION, LOG10_BILLION): New constants.
2463 (to_decimal): Remove; superseded by inttostr. All callers changed
2465 (xheader_format_name): Don't assume pids and uintmax_t values
2466 fit in 63 bytes (!) when printed.
2467 (decode_record): Don't bother to check for ERANGE; an out of range
2468 value must be treater than len_max anyway.
2469 If the length is out of range, output it in the diagnostic.
2470 (format_uintmax): Remove; all callers changed to use umaxtostr.
2471 (xheader_print): Don't assume sizes can be printed in 99 bytes (!).
2472 (out_of_range_header): New function.
2473 (decode_time): Use it.
2474 (code_time): Accept struct timespec, not time_t and unsigned long.
2475 All callers changed. Size sbuf properly, and remove unnecessary check.
2476 Don't assume time stamps can fit in 199 bytes.
2477 Handle negative time stamps. Handle fractional time stamps
2478 more consistently. Don't output unnecessary trailing zeros.
2479 (decode_time): Yield struct timespec, not time_t and unsigned long.
2480 All callers changed.
2481 Handle negative time stamps. Truncate towards minus infinity
2482 consistently. Improve overflow checks, and output a better
2483 diagnostic on overflow.
2484 (code_num): Don't assume uintmax_t can be printed in 99 bytes (!).
2485 (decode_num): New function, for better diagnostics.
2486 (atime_coder, atime_decoder, gid_decoder, ctime_coder):
2487 (ctime_decoder, mtime_coder, mtime_decoder, size_decoder):
2488 (uid_decoder, sparse_size_decoder, sparse_numblocks_decoder):
2489 (sparse_offset_decoder, sparse_numbytes_decoder):
2490 Use decode_num, etc., instead of xstrtoumax, etc.
2492 2005-06-21 Jim Meyering <jim@meyering.net>
2494 Carefully crafted invalid headers can cause buffer overrun.
2495 Invalid header fields go undiagnosed.
2496 Some valid time strings are ignored.
2498 * src/xheader.c (sparse_numblocks_decoder): Remove unchecked use
2499 of `calloc'. Use xcalloc instead.
2500 (decode_time, gid_decoder, size_decoder, uid_decoder):
2501 (sparse_size_decoder, sparse_offset_decoder, sparse_numblocks_decoder):
2502 Ensure that the result of calling xstrtoumax is no larger than
2503 the maximum value for the target type. Upon any failure, exit with
2505 (sparse_numblocks_decoder): Avoid buffer overrun/heap corruption:
2506 use x2nrealloc, rather than `n *= 2' and xrealloc(p, n,....
2507 (decode_time): Rewrite to accept time strings like
2508 1119018481.000000000. Before, such strings were always ignored.
2510 2005-06-13 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2512 * src/create.c (dump_file0): Check for is_avoided_name()
2513 first. Fixes bug reported by Martin Lohmeier
2514 <martin@mein-horde.de>
2515 * tests/update.at: New file
2516 * tests/Makefile.am (TESTSUITE_AT): Add update.at
2517 * tests/testsuite.at: Likewise
2519 2005-06-13 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2521 * configure.ac (AC_STRUCT_ST_BLKSIZE)
2522 (AC_STRUCT_ST_BLOCKS): Removed. Handled by system.m4.
2524 2005-06-02 Paul Eggert <eggert@cs.ucla.edu>
2526 * src/names.c (excluded_name): excluded_filename ->
2527 excluded_file_name, because the name was changed in gnulib.
2529 2005-05-30 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2531 * src/tar.c (read_name_from_file,update_argv): Automatically
2532 detect nul-terminated list files.
2535 2005-05-27 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2537 * scripts/backup.sh.in: Bugfixes.
2539 2005-05-26 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2541 * scripts/backup.in: Minor fixes
2542 * scripts/backup.sh.in (mt_begin,mt_rewind)
2543 (mt_offline,mt_status): Use $MT to invoke mt
2544 (init_common): Set --rsh-command option for mt if TAPE_FILE is a
2546 * doc/tar.texi: Document new backup scripts behavior
2548 2005-05-22 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2550 * lib/.cvsignore: Updated
2551 * lib/Makefile.tmpl: Add new paxutils files
2552 * po/POTFILES.in: Likewise
2553 * src/buffer.c: Update invocations of safer_name_suffix()
2554 * src/create.c: Likewise
2555 * src/extract.c: Likewise
2556 * src/xheader.c: Likewise
2557 * src/common.h: Include paxlib.h instead of paxerror.h
2558 (safer_name_suffix,removed_prefixes_p): Removed. The functions are
2559 imported from paxutils
2560 * src/names.c (hash_string_hasher,hash_string_compare)
2561 (hash_string_insert,hash_string_lookup,removed_prefixes_p)
2562 (safer_name_suffix): Moved to paxutils
2564 2005-05-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2566 * bootstrap (copy_files): Accept optional third argument: a prefix
2567 to be appended to destination file names.
2568 Import paxutils/paxlib files.
2569 * configure.ac: Remove checking for LIB_SETSOCKOPT, it is handled
2571 * lib/Makefile.tmpl (libtar_a_SOURCES): Add paxerror.c paxexit.c
2573 * po/POTFILES.in: Likewise.
2574 * src/common.h: Remove defines and declarations imported from
2576 * src/misc.c: Likewise
2577 * src/list.c (stringify_uintmax_t_backwards): Moved to paxutils
2579 2005-05-17 Paul Eggert <eggert@cs.ucla.edu>
2581 * src/misc.c (remove_any_file): Fix typo in previous change.
2583 2005-05-14 Paul Eggert <eggert@cs.ucla.edu>
2585 Port to Solaris 10's treatment of unlinking directories.
2586 * gnulib-modules: Add unlinkdir.
2587 * lib/.cvsignore: Add unlinkdir.h, unlinkdir.c.
2588 * src/common.h (we_are_root): Remove extern decl; it's now static.
2589 * src/extract.c (we_are_root): Now static.
2590 * src/misc.c: Include <unlinkdir.h>.
2591 (remove_any_file): Use cannot_unlink_dir () rather than we_are_root.
2593 * ChangeLog, ChangeLog.1, Makefile.am, NEWS, PORTS, README,
2594 README-alpha, TODO, bootstrap, configure.ac, doc/Makefile.am,
2595 doc/convtexi.pl, doc/fdl.texi, doc/gendocs_template,
2596 lib/Makefile.tmpl, lib/prepargs.c, lib/waitpid.c, po/POTFILES.in,
2597 scripts/Makefile.am, scripts/backup-specs, scripts/backup.in,
2598 scripts/backup.sh.in, scripts/restore.in, src/Makefile.am,
2599 src/arith.h, src/buffer.c, src/common.h, src/compare.c,
2600 src/create.c, src/delete.c, src/extract.c, src/incremen.c,
2601 src/list.c, src/mangle.c, src/misc.c, src/names.c, src/sparse.c,
2602 src/system.c, src/tar.c, src/tar.h, src/update.c, src/utf8.c,
2603 src/xheader.c, tests/Makefile.am, tests/append.at,
2604 tests/append01.at, tests/comprec.at, tests/delete01.at,
2605 tests/delete02.at, tests/delete03.at, tests/delete04.at,
2606 tests/delete05.at, tests/extrac01.at, tests/extrac02.at,
2607 tests/extrac03.at, tests/extrac04.at, tests/extrac05.at,
2608 tests/gzip.at, tests/ignfail.at, tests/incremental.at,
2609 tests/link01.at, tests/listed01.at, tests/listed02.at,
2610 tests/long01.at, tests/longv7.at, tests/multiv01.at,
2611 tests/multiv02.at, tests/multiv03.at, tests/multiv04.at,
2612 tests/old.at, tests/options.at, tests/options02.at, tests/pipe.at,
2613 tests/recurse.at, tests/same-order01.at, tests/same-order02.at,
2614 tests/shortrec.at, tests/sparse01.at, tests/sparse02.at,
2615 tests/testsuite.at, tests/truncate.at, tests/version.at,
2616 tests/volume.at, tests/star/gtarfail.at, tests/star/gtarfail2.at,
2617 tests/star/multi-fail.at, tests/star/pax-big-10g.at,
2618 tests/star/quicktest.sh, tests/star/ustar-big-2g.at,
2619 tests/star/ustar-big-8g.at:
2620 Update FSF postal mail address.
2622 2005-05-12 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2626 * bootstrap: Install files from paxutils/doc
2627 * doc/Makefile.am (tar_TEXINFOS): Add genfile.texi
2628 * doc/tar.texi (Genfile): New appendix
2629 * src/compare.c (diff_file): diff_handle was not initialized
2630 * src/create.c (dump_regular_file): Correctly pad archive members
2631 that shrunk during archiving. Repored by Frank Heckenbach.
2632 * src/extract.c (file_newer_p): Return false if file does not
2634 (prepare_to_extract): Correct warning wording.
2635 * tests/truncate.at: New test case
2636 * tests/Makefile.am: Add truncate.at
2637 * tests/testsuite.at: Likewise.
2639 * doc/.cvsignore: Updated
2640 * lib/.cvsignore: Updated
2641 * tests/.cvsignore: Updated
2643 2005-05-02 Paul Eggert <eggert@cs.ucla.edu>
2645 * tests/multivol04.at: Tell awk to read from /dev/null.
2647 Adjust to recent gnulib changes.
2648 * lib/.cvsignore: Add dup-safer.c, fd-safer.c, unistd-safer.h.
2649 * src/common.h (initial_umask): New var.
2650 * src/create.c (start_ueader): Use it, and adjust to new modechange
2652 (hash_link): unsigned -> size_t parameters and result.
2653 * src/incremen.c (hash_directory): Likewise.
2654 * src/names.c (hash_string_hasher): Likewise.
2655 * src/tar.c (parse_opt): Set it, and adjust to new modechange API.
2657 2005-04-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2659 * tests/Makefile.am: Add shortrec.at.
2661 2005-04-18 Paul Eggert <eggert@cs.ucla.edu>
2663 * src/buffer.c (reading_from_pipe): Remove. All uses removed.
2664 (short_read): Don't warn about short reads; they're normal.
2665 * tests/shortrec.at: New file.
2666 * tests/testsuite.at: Include it.
2668 * bootstrap (gnulib_modules): Don't create a file modlist.tmp, as
2669 it is sometimes left behind as a garbage file (maybe due to the
2672 2005-04-14 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2674 * src/list.c: Handle Solaris 'X' type flag
2675 * src/tar.h (SOLARIS_XHDTYPE): New define
2677 2005-04-06 Sergey Poznyakoff <gray@mirddin.farlep.net>
2679 * src/tar.c: Minor fixes to text messages. Proposed by Benno
2681 * src/extract.c: Likewise
2682 (extract_file): Assign orig_file_name
2683 to save_name uniformly over the program. This fixes matching
2684 directory names at the start of an archive volume.
2685 * src/buffer.c (flush_write): Warn when the name of the archive
2686 straddling volume boundary is longer than 100 characters. Earlier
2687 behavior was to issue a fatal error.
2688 (struct zip_magic): Reverted part of changes from 2005-04-04.
2689 They make the maintenance too costly. Removing `unsigned'
2690 qualifier from `magic' member should be enough.
2691 * src/compare.c (diff_init): Read directory file if in listed
2692 incremental. This prevents spurious 'Contents differ' diagnostics.
2693 (diff_archive): Minor fixes to text messages
2694 (diff_file,diff_dumpdir,diff_multivol): Assign orig_file_name
2695 to save_name uniformly over the program. This fixes matching
2696 directory names at the start of an archive volume.
2697 * src/create.c: Assign orig_file_name
2698 to save_name uniformly over the program. This fixes matching
2699 directory names at the start of an archive volume.
2700 * src/list.c: Likewise
2702 * tests/multiv03.at: Modified to match the new behavior
2703 * tests/multiv04.at: New file. Test splittind directory members between
2704 the archive volumes.
2705 * tests/Makefile.am: Add multiv04.at
2706 * tests/testsuite.at: Likewise.
2708 2005-04-04 Paul Eggert <eggert@cs.ucla.edu>
2710 * configure.ac (AC_CONFIG_AUX_DIR): Rename from config to build-aux,
2711 for reasons discussed in the thread beginning at
2712 <http://lists.gnu.org/archive/html/bug-gnulib/2005-03/msg00119.html>.
2713 * .cvsignore: Remove config; add build-aux.
2715 * src/buffer.c (struct zip_magic): Use char arrays, not pointers.
2716 The unsigned char * pointer ran afoul of pedantic C compilers, and
2717 we didn't need pointers anyway. Put the size field before the
2718 data to avoid unnecessary padding. All uses changed.
2719 (magic) Make it const, since it doesn't change. All uses changed.
2721 2005-04-02 Paul Eggert <eggert@cs.ucla.edu>
2723 * src/xheader.c (decode_record): Don't dump core when given
2724 a corrupted extended header. Problem reported by Jim Meyering.
2725 Also, check for other ways that the header might be invalid,
2726 e.g., missing newline at end. Do not allow keys with nulls.
2727 Allow blanks before and after length, as POSIX requires.
2728 Do not allow leading "-" in length. Check for length overflow.
2729 (xheader_decode, xheader_decode_global): Let decode_record
2730 check for exhaustion of record.
2731 (xheader_read): Null-terminate the extended record;
2732 decode_record relies on this.
2734 2005-03-21 Paul Eggert <eggert@cs.ucla.edu>
2736 * bootstrap (TP_URL): Change from
2737 <http://www2.iro.umontreal.ca/~gnutra/po/maint/tar/> to
2738 <http://www.iro.umontreal.ca/translation/maint/tar/> to avoid
2739 some redirection glitches.
2740 Use "trap - 0" rather than "trap 0" to fix a POSIX-conformance bug.
2741 * doc/.cvsignore: Change "tar.info" to "tar.info*". Sort.
2742 * lib/.cvsignore: Add intprops.h (new gnulib file).
2744 2005-03-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2746 * src/list.c (print_header): Print UID/GID in case of
2747 empty user/group name. This could occur when dumping
2748 files belonging to non-existing users and when listing
2750 Reported by Igor Lautar.
2752 * src/create.c: Correctly parse empty uname/gname
2753 * src/sparse.c (sparse_scan_file): Bugfix. offset had
2756 * scripts/backup.in: Use `head -n 1'. Provide missing
2757 argument to ${MT_STATUS}. Proposed by Jan Merka.
2758 * scripts/backup.sh.in: Likewise. Fixed typo in
2759 MT_OFFLINE assignment.
2760 * scripts/restore.in (restore_fs): Use root_fs
2762 2005-02-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2764 * src/create.c: Replace strdup with xstrdup
2765 * src/names.c: Likewise
2766 * src/tar.c: Likewise
2768 * tests/append01.at: Added reference to bug-tar archive
2769 * tests/listed02.at: Use -print with find.
2771 2005-02-11 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2773 * THANKS: Added Tim Adye. Fixed UTF.
2774 * src/list.c (read_header): Removed assignment to
2775 oldgnu_header.isextended. It was breaking append mode.
2777 * tests/append01.at: New test.
2778 * tests/Makefile.am: Added append01.at
2779 * tests/testsuite.at: Likewise
2781 2005-02-06 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2783 * gnulib.modules: New file. List of required gnulib
2785 * bootstrap: Merge list of required modules from
2786 paxutils with that from tar proper.
2787 * src/tar.c: Various fixes in help and diagnostic messages.
2789 2005-02-05 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2791 * src/common.h (EXTRACT_OVER_PIPE): New macro
2792 * src/compare.c: Code clean up.
2793 * src/extract.c (extract_archive): Do not check for
2794 EXTRACT_OVER_PIPE, decode_options() does this.
2795 * src/misc.c (exec_error,fork_error,dup2_error)
2796 (pipe_error): Removed unneeded functions.
2797 * src/system.c (sys_exec_command): Use xclose, xpipe,
2798 xfork, xdup2 and exec_fatal.
2799 * src/tar.c (options): Improved sorting. Document --backup=off.
2800 (decode_options): Clear backup_option if necessary.
2802 2005-02-05 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2804 Initial implementation of --to-command option proposed
2807 * bootstrap: Get setenv module from gnulib
2808 * src/buffer.c: Do not use 8-bit chars in comments
2809 * src/common.h (to_command_option)
2810 (ignore_command_error_option): New globals
2811 (sys_exec_command,sys_wait_command): New commands
2812 * src/extract.c (extract_file): Handle to_command_option
2813 Fix error recovery: decrease `size' by `written', not
2814 by `count', otherwise tar misses the next header
2815 Do not diagnose write error if to_command_option
2816 is set, since the command may have exited prematurely.
2817 It would be better to check for sigpipe, though.
2818 (prepare_to_extract): Handle to_command_option
2819 * src/misc.c (exec_error, fork_error, dup_error)
2820 (pipe_error): New functions
2821 * src/system.c (sys_exec_command)
2822 (sys_wait_command): New functions
2823 * src/tar.c: Handle new options --to-command,
2824 --ignore-command-error
2825 * THANKS: Added Hansjoerg Lipp
2827 2005-02-03 Paul Eggert <eggert@cs.ucla.edu>
2829 * src/list.c (from_header): New arg OCTAL_ONLY, normally false.
2830 All uses changed. Fix typo that sometimes suppressed all "Archive
2831 contains obsolescent base-64 headers" warnings, not just the first
2833 (tar_checksum): Accept only octal checksums, since they aren't
2834 supposed to overflow into weird formats.
2836 Adjust to gnulib changes.
2837 * lib/.cvsignore: Add chdir-long.c, chdir-long.h, memrchr.c,
2838 memrchr.h, openat.c, openat.h. Remove pathmax.h (added by
2839 mistake, perhaps?), sysexit.h (my typo), xstrdup.c (gnulib removed
2840 this file). Sort entries.
2842 2005-02-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2844 * src/extract.c: Further rewrite.
2845 * src/buffer.c: Removed unused variables.
2846 * src/list.c: Likewise
2847 * src/tar.c (update_argv): Changed type to void
2849 * src/common.h (OLDGNU_NAME_FIELD_SIZE): New constant
2850 * src/create.c (start_private_header,write_header_name)
2851 (dump_hard_link): Restore compatibility with 1.13.25
2852 * src/extract.c (extract_archive): Rewritten
2853 * src/list.c: Add translators' comments
2854 * src/tar.c (options) Minor spelling fix
2855 * tests/star/quicktest.sh: Determine path to the tar executable.
2857 2005-02-03 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2859 * po/POTFILES.in: Added tests/genfile.c
2860 * src/buffer.c (short_read): Use ngettext()
2861 (new_volume): use quote().
2862 * src/create.c: Use quote()
2863 * src/extract.c: Likewise
2864 * src/xheader.c: Likewise
2865 * src/misc.c: Add comments to translators
2867 * tests/same-order01.at: sort ls output
2868 * tests/sparse01.at (RE_CHECK): Added missing space
2870 * tests/sparse02.at: Test extracting sparse files over a pipe.
2871 * tests/Makefile.am: Added sparse02.at
2872 * tests/testsuite.at: Likewise
2873 * tests/listed02.at: Skip the test on filesystems that do not
2874 update ctime of a file when renaming it. To be reverted when
2875 the new incremental mode is ready.
2876 * tests/sparse01.at: Extract and compare sparse file
2878 2005-02-02 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2880 * src/sparse.c: Extract sparse files even if the output
2883 2005-02-01 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2885 * bootstrap: Add a comment to lib/Makefile.am saying that this
2886 is an autogenerated file.
2887 Exit with code 1 if any of autotools fails.
2888 * lib/Makefile.tmpl: Insert Emacs magic to the first line.
2889 * tests/Makefile.am: Add append.at
2891 * m4/.cvsignore: Ignore all *.m4 files
2893 2005-01-18 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2895 Rewritten handling of -T (--files-from) option. Now it
2896 inserts the file names immediately into argv array which allows
2898 1) any valid tar options (including another -T) to be used in the file
2899 2) any number of -T options to be given in command line
2901 * configure.ac: Raised version number to 1.15.2
2902 * src/common.h: Include obstack.h
2903 (files_from_option): Removed
2904 (unquote_option): New variable
2905 (stat_fatal): New function
2906 (name_close): Removed function.
2907 * src/incremen.c: Remove inclusion of obstack.h
2908 * src/xheader.c: Likewise.
2909 * src/misc.c (stat_fatal): New function
2910 * src/names.c (name_file): Removed variable.
2911 (read_name_from_file): Removed function. All callers changed.
2912 (name_close): Removed function. All callers changed.
2913 * src/tar.c: New options --unquote (--no-unquote) and
2915 (add_file_id,read_name_from_file,update_argv): New functions
2916 (parse_opt): Rewritten handling of -T option. Handle hidden
2917 --HANG option for debugging purposes.
2918 (decode_options): Init unquote_option to true. Init argv_stk.
2919 Remove unneeded references to files_from_option
2921 * doc/tar.texi: Document new options.
2922 Moved rendition macros and option value definitions into
2924 * doc/rendition.texi: New file
2925 * doc/value.texi: New file
2926 * doc/Makefile.am: Updated
2928 2005-01-13 Paul Eggert <eggert@cs.ucla.edu>
2930 * tests/testsuite.at (RE_CHECK): Use "join - file", not
2931 "join file -", to work around a bug in Solaris 8 join.
2932 Problem reported by Tomohiro Suzuki.
2934 2005-01-13 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2936 * src/list.c (read_header): Fixed calculation of the
2937 size for GNU long name/link. Tar was reading one block
2938 more if name_size was divisible by 512. Thanks Josef
2940 * tests/long01.at: New file. Test listing of GNU long names
2942 * tests/pipe.at: Sort tar output.
2943 * tests/Makefile.am: Added long01.at
2944 * tests/testsuite.at: Likewise.
2945 * THANKS: Added Josef Bauer
2946 * lib/.cvsignore: Updated
2947 * m4/.cvsignore: Updated
2950 2005-01-11 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2952 * directory: Updated for 1.15.1
2953 * doc/Makefile.am: Use gendocs.sh to generate web documentation
2954 * doc/gendocs_template: Template file for gendocs.sh
2955 * doc/tar.texi: Updated docs for --[no-]same-permissions
2956 * src/tar.c: Reworded docstrings for --[no-]same-permissions
2958 2005-01-06 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2960 * bootstrap: Create m4/paxutils.m4
2961 * configure.ac: Call tar_PAXUTILS
2962 * tests/options02.at: Test that tar correctly handles non-option
2963 arguments interspersed with options.
2964 * tests/Makefile.am: Add options02.at
2965 * tests/testsuite.at: Likewise
2966 * tests/listed02.at: Do not create useless directory
2968 2005-01-05 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2970 * src/tar.c (parse_opt): Bugfix: Use ARGP_KEY_ARG. Thanks
2971 Mike Frysinger <vapier@gentoo.org> for reporting.
2973 2005-01-04 Paul Eggert <eggert@cs.ucla.edu>
2975 * lib/Makefile.tmpl (localedir.h): Omit needless quotes and a
2976 needless sed command. Problem reported by Paul Jarc.
2978 2004-12-23 Paul Eggert <eggert@cs.ucla.edu>
2980 Accommodate latest gnulib.
2981 * doc/.cvsignore: Add getdate.texi.
2982 * bootstrap: Do not treat alloca-opt specially; this is no
2983 longer needed (and breaks builds) with latest gnulib.
2985 2004-12-22 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2987 * src/tar.c (main): Reverted recent changes (#ifdef).
2989 2004-12-21 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2991 * configure.ac: Raise version number to 1.15.1
2993 * NEWS: Entry for 1.15.1
2994 * src/buffer.c: Bugfix. Changes introduced 2004-11-26
2995 broke extraction from stdin.
2996 * src/list.c (from_header, tar_checksum): Changed declaration.
2997 All callers updated.
2998 * src/common.h: Likewise
2999 * src/tar.c (main): Protect invocation of setlocale by
3002 * tests/comprec.at: New test
3003 * tests/pipe.at: New test
3004 * tests/Makefile.am (comprec.at,pipe.at): New tests
3005 * tests/testsuite.at: Likewise
3006 * tests/gzip.at: Use AT_GZIP_PREREQ
3007 * tests/star/pax-big-10g.at: Likewise
3008 * tests/star/ustar-big-2g.at: Likewise
3009 * tests/star/ustar-big-8g.at: Likewise
3011 * tests/extrac04.at: Discard stderr from sort, on some
3012 systems it spits out lots of irrelevant info.
3013 * tests/listed02.at: Likewise
3015 * doc/index.html.in: Rewritten in xhtml to follow recent
3019 2004-12-20 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3021 Released version 1.15. Sources up to this point are
3022 tagged release_1_15.
3024 * configure.ac: Raised version number to 1.15
3026 * directory: Updated
3027 * bootstrap (update_po): Give -r to wget. Always remove index.html
3028 Ignore alloca-opt module (it duplicates alloca)
3030 * tests/Makefile.am: Distribute star/quicktest.sh
3031 * tests/star/README: Document quicktest.sh
3032 * tests/star/qucktest.sh: Removed.
3033 * tests/star/quicktest.sh: New file.
3035 2004-12-18 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3038 * doc/tar.texi: Document auto-detection of compressed archive
3040 * src/tar.c (decode_options): Ignore --seek if used with --delete.
3041 Delete.c is based on the assumption that the archive is being
3042 actually read, not lseeked.
3044 * tests/delete05.at: New file
3045 * tests/extrac02.at: Fixed typo in AT_SETUP
3046 * tests/Makefile.am: Added delete05.at
3047 * tests/testsuite.at: Likewise.
3049 2004-12-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3051 * src/delete.c (delete_archive_members): Bugfix: when
3052 attempting to delete an nonexistent member, the last
3053 blocking_factor blocks were zeroed.
3055 2004-12-14 Paul Eggert <eggert@cs.ucla.edu>
3057 * TODO: Mention sub-second resolution, lutimes, lchmod.
3059 2004-11-27 Paul Eggert <eggert@cs.ucla.edu>
3061 Adjust to recent gnulib changes.
3062 * doc/getdate.texi: Remove, since bootstrap gets it from gnulib now.
3063 * .cvsignore: Add rmt, rmt/*, rmt/*/*.
3064 * lib/.cvsignore: Add allocsa.c, allocsa.h, allocsa.valgrind,
3065 charset.alias, config.charset, getcwd.c, getcwd.h, localcharset.c,
3066 localcharset.h, ref-add.sed, ref-add.sin, ref-del.sed,
3067 ref-del.sin, setenv.c, setenv.h, unsetenv.c. Remove pathmax.h,
3069 * m4/.cvsignore: Add allocsa.m4, eealloc.m4, getcwd-path-max.m4,
3070 localcharset.m4, realloc.m4, setenv.m4. Remove malloc.m4,
3071 pathmax.m4, realloc.m4.
3073 2004-11-26 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3075 * configure.ac: Raised version number to 1.14.91
3076 * scripts/tarcat: New file
3077 * scripts/Makefile.am: Added tarcat
3078 * src/buffer.c (hit_eof): Changed type to boolean
3079 (read_full_records,reading_from_pipe): New variables
3080 (check_compressed_archive,open_compressed_archive): New functions
3081 (open_archive): Autodetect compressed archives and act accordingly.
3082 Set reading_from_pipe. This fixes controversial set of changes
3083 introduced 2004-05-11,2004-03-22.
3084 * src/list.c (tar_checksum): New function
3085 (read_header): Use tar_checksum().
3086 * src/common.h (tar_checksum): New function
3088 * tests/star/README: Updated
3092 2004-11-16 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3094 * src/tar.c (decode_options): Fixed -o semantics. Thanks
3095 Jean Delvare <khali@linux-fr.org>
3097 2004-10-25 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3099 * bootstrap: Add localcharset
3100 * lib/Makefile.tmpl: Initialize SUFFIXES and CLEANFILES since the
3101 makefile snippet from localcharset uses '+=' on them.
3102 * src/Makefile.am (LDADD): Add LIBICONV
3103 * src/list.c (decode_header): Set uname/gname to NULL if their
3104 header counterparts are empty
3105 * src/tar.c (options): Use OPTION_NO_TRANS
3106 * src/utf8.c: Use locale_charset() from gnulib
3108 * tests/star/README: Updated
3113 2004-10-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3115 * THANKS: Added Bryan Ford
3116 * doc/Makefile.am (.text): Fixed rule
3117 * po/POTFILES.in: Added argp-help.c
3119 2004-10-04 Bryan Ford <baford@mit.edu>
3121 * src/tar.c: New option --exclude-caches, to exclude
3122 cache directories automatically on archive creation.
3123 Cache directories are directories containing a
3124 standardized tag file, as specified at:
3125 http://www.brynosaurus.com/cachedir/spec.html
3126 * src/common.h: New variable exclude_caches_option.
3127 * src/create.c: New function check_cache_directory(),
3128 called from dump_dir0() if exclude_caches_option is set,
3129 to check for a cache directory tag and exclude the directory
3130 if such a tag is found.
3131 * doc/tar.texi: Updated accordingly.
3133 2004-09-16 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3135 * doc/tar.texi: Minor fix
3136 * src/tar.c (options): Minor fix
3138 2004-09-12 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3141 * lib/Makefile.tmpl: Added 'rtapelib.o: localedir.h' dependency
3142 * src/common.h: Comment WANT_DIRECTORY_REMOVE_OPTION.
3143 * src/extract.c: Normalized use of remove_any_file().
3144 * src/misc.c: Likewise.
3145 * src/tar.c (parse_opt): Emit warning if -l option is used.
3146 (show_default_settings): REMOTE_SHELL may be undefined
3148 2004-09-07 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3150 Test suite rewritten in autotest.
3152 * configure.ac: Updated for autotest
3153 * src/tar.c (argp_program_version): Modified.
3154 * tests/Makefile.am: Rewritten for autotest.
3156 * tests/.cvsignore: Updated
3157 * tests/append.at: New file
3158 * tests/atlocal.in: New file
3159 * tests/delete01.at: New file
3160 * tests/delete02.at: New file
3161 * tests/delete03.at: New file
3162 * tests/delete04.at: New file
3163 * tests/extrac01.at: New file
3164 * tests/extrac02.at: New file
3165 * tests/extrac03.at: New file
3166 * tests/extrac04.at: New file
3167 * tests/extrac05.at: New file
3168 * tests/gzip.at: New file
3169 * tests/ignfail.at: New file
3170 * tests/incremental.at: New file
3171 * tests/link01.at: New file
3172 * tests/listed01.at: New file
3173 * tests/listed02.at: New file
3174 * tests/longv7.at: New file
3175 * tests/multiv01.at: New file
3176 * tests/multiv02.at: New file
3177 * tests/multiv03.at: New file
3178 * tests/old.at: New file
3179 * tests/options.at: New file
3180 * tests/recurse.at: New file
3181 * tests/same-order01.at: New file
3182 * tests/same-order02.at: New file
3183 * tests/sparse01.at: New file
3184 * tests/testsuite.at: New file
3185 * tests/version.at: New file
3186 * tests/volume.at: New file
3187 * tests/star/gtarfail.at: New file
3188 * tests/star/gtarfail2.at: New file
3189 * tests/star/multi-fail.at: New file
3190 * tests/star/pax-big-10g.at: New file
3191 * tests/star/ustar-big-2g.at: New file
3192 * tests/star/ustar-big-8g.at: New file
3194 * tests/preset.in: Removed
3195 * tests/before: Removed
3196 * tests/after: Removed
3197 * tests/version.sh: Removed.
3198 * tests/append.sh: Removed.
3199 * tests/delete01.sh: Removed.
3200 * tests/delete02.sh: Removed.
3201 * tests/delete03.sh: Removed.
3202 * tests/delete04.sh: Removed.
3203 * tests/extrac01.sh: Removed.
3204 * tests/extrac02.sh: Removed.
3205 * tests/extrac03.sh: Removed.
3206 * tests/extrac04.sh: Removed.
3207 * tests/extrac05.sh: Removed.
3208 * tests/gzip.sh: Removed.
3209 * tests/incremen.sh: Removed.
3210 * tests/ignfail.sh: Removed.
3211 * tests/link01.sh: Removed.
3212 * tests/listed01.sh: Removed.
3213 * tests/listed02.sh: Removed.
3214 * tests/longv7.sh: Removed.
3215 * tests/multiv01.sh: Removed.
3216 * tests/multiv02.sh: Removed.
3217 * tests/multiv03.sh: Removed.
3218 * tests/old.sh: Removed.
3219 * tests/options.sh: Removed.
3220 * tests/same-order01.sh: Removed.
3221 * tests/same-order02.sh: Removed.
3222 * tests/volume.sh: Removed.
3223 * tests/recurse.sh: Removed.
3224 * tests/sparse01.sh: Removed.
3225 * tests/star/gtarfail.sh: Removed.
3226 * tests/star/gtarfail2.sh: Removed.
3227 * tests/star/multi-fail.sh: Removed.
3228 * tests/star/ustar-big-2g.sh: Removed.
3229 * tests/star/ustar-big-8g.sh: Removed.
3230 * tests/star/pax-big-10g.sh: Removed.
3232 2004-09-07 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3234 * bootstrap: Install genfile.c from paxutils
3235 * tests/genfile.c: Removed. Integrated into
3237 * tests/mksparse.c: Removed. Integrated into
3238 (paxutils) genfile.c
3239 * tests/Makefile.am: Removed mksparse
3240 * tests/sparse01.sh: Use genfile instead of mksparse
3242 2004-09-06 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3244 Started merging with cpio into paxutils. Sources before
3245 this point are tagged alpha-1_14_90
3247 * Makefile.am: Updated for use with paxutils
3248 * README-alpha: Likewise
3249 * bootstrap: Likewise
3250 * configure.ac: Likewise
3251 * lib/Makefile.tmpl: Likewise
3252 * po/POTFILES.in: Likewise
3253 * src/Makefile.am: Likewise
3254 * src/buffer.c: Likewise
3255 * src/common.h: Likewise
3256 * src/compare.c: Likewise
3257 * src/create.c: Likewise
3258 * src/delete.c: Likewise
3259 * src/extract.c: Likewise
3260 * src/incremen.c: Likewise
3261 * src/list.c: Likewise
3262 * src/mangle.c: Likewise
3263 * src/misc.c: Likewise
3264 * src/names.c: Likewise
3265 * src/sparse.c: Likewise
3266 * src/system.c: Likewise
3267 * src/tar.c: Likewise
3268 * src/update.c: Likewise
3269 * src/utf8.c: Likewise
3270 * src/xheader.c: Likewise
3272 * src/system.h: Removed
3273 * src/rmt.c: Removed
3274 * src/rmt.h: Removed
3275 * src/rtapelib.c: Removed
3277 2004-09-03 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3279 * tests/listed02.sh: Do not depend on any particular ordering
3282 2004-09-02 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3284 * doc/tar.texi: Document the use of -C option in
3285 file lists. Document --seek option.
3286 * configure.ac: New option --with-rmt. New configuration variable
3287 DEFAULT_RMT_DIR. Removed DEFAULT_RMT_COMMAND.
3288 * src/Makefile.am: Install rmt into rmtdir
3289 * src/tar.c (usage): Minor fix.
3293 2004-09-01 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3295 * configure.ac: Raised version number to 1.14.90
3296 * src/common.h (is_individual_file): New prototype
3297 * src/create.c (dump_file0): Fix bug introduced
3299 * src/names.c (register_individual_file)
3300 (is_individual_file): New functions.
3301 * tests/listed01.sh: Use genfile instead of dd.
3302 * tests/listed02.sh: New file.
3303 * tests/Makefile.am: Added listed02.sh
3307 2004-08-31 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3309 * src/sparse.c (sparse_add_map): Fixed improper initializations
3310 of sparse_map_size. We assume that whatever number it contains
3311 describes adequately the current size of sparse_map. The only
3312 number we need to reset is sparse_map_avail.
3313 * src/compare.c (verify_volume): Call set_next_block_after
3314 if read_header returns HEADER_FAILURE
3315 Destroy and reinitialize content of current_stat_info and
3316 extended_header after each iteration (bug reported by
3317 John L. Males <jlmales@yahoo.com>).
3318 Issue a warning if the created archive contains some members
3319 whose file names were stripped off their leading prefixes.
3320 This is a temporary fix of the issue reported by Bdale Garbee
3321 <bdale@gag.com> (Refs: Debian bug 230064, Message-Id
3322 <87n07kyzhi.fsf@rover.gag.com>, Sun, 15 Feb 2004 11:22:17 -0700)
3324 * src/names.c (removed_prefixes_p): New function.
3326 * src/buffer.c: When computing write rate do not take
3327 into account the time needed to verify the archive(s).
3328 The bug reported by John L. Males <jlmales@yahoo.com>
3329 (set_start_time,compute_duration): New functions.
3330 (print_total_written): Use the result of compute_duration().
3331 (close_archive): Call compute_duration.
3332 * src/common.h (set_start_time, removed_prefixes_p): New prototypes.
3333 * src/list.c (decode_header): Fixed initialization
3334 of stat_info->is_sparse
3335 * src/tar.c (main): Call set_start_time().
3337 * src/misc.c (unquote_string): Unquote '\a' and '\v'.
3338 Reported by Helmut Waitzmann <helmut.waitzmann@web.de>.
3343 2004-08-30 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3345 * src/tar.c: Fix copy-n-paste errors in the license
3347 2004-08-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3349 * scripts/backup.in: Renamed LIBPATH to LIBDIR.
3350 Use ROOT_FS with -C option. Do not send mail
3351 if ADMINISTRATOR is set to NONE.
3352 * scripts/backup.sh.in (test_root): Append / to
3353 ROOT_FS if it does not already end in it.
3354 * scripts/restore.in: Renamed LIBPATH to LIBDIR.
3355 New option -a (--all). Do not start restore unless
3356 -a or patterns are given.
3357 (restore_fs,restore_files): Fixed use of --listed option.
3358 * doc/tar.texi: Updated
3361 2004-08-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3363 * src/tar.c (find_argp_option): Fixed typo
3365 2004-08-12 Paul Eggert <eggert@cs.ucla.edu>
3367 Merge argp, getopt, xalloc changes from gnulib.
3368 * bootstrap (gnulib_modules): Add xalloc-die.
3369 Remove code to test for patches; we don't have patches now.
3370 Set LC_ALL=C so that file names sort consistently.
3371 Prefer the gnulib copies of gettext.m4, glibc21.m4,
3372 lib-ld.m4, lib-prefix.m4, po.m4 too.
3374 * patches/getopt.diff: Remove; gnulib now works unpatched.
3375 * configure.ac (_getopt_long_only_r): Remove check.
3376 gl_ARGP now does this for us.
3377 * lib/.cvsignore: Add fnmatch.h, getopt_.h, sysexit.h,
3379 * src/extract.c: Adjust to changes to gnulib xalloc module.
3380 (extr_init): Remove assignment to xalloc_fail_func; no longer needed.
3381 (xalloc_die): New function.
3383 2004-08-10 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3387 * src/buffer.c (flush_write): Limit filenames
3388 of the members that straddle multivolume archive
3389 boundary to 100 characters.
3390 (flush_read): Use strncmp when comparing multivolume member
3392 * tests/multiv03.sh: New file
3393 * tests/Makefile.am: Added multiv03.sh
3395 2004-08-09 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3397 * src/list.c (read_and): Call decode_header before
3398 calling skip_member()
3399 (skip_member): Use is_sparse field to determine if the
3400 member is a sparse file.
3402 * tests/Makefile.am: Added extrac05.sh
3403 * tests/extrac05.sh: New file
3404 * tests/append.sh: Rearranged leading comments. Added explicit
3405 references to report messages wherever available.
3406 * tests/delete01.sh: Likewise
3407 * tests/delete02.sh: Likewise
3408 * tests/delete03.sh: Likewise
3409 * tests/delete04.sh: Likewise
3410 * tests/extrac01.sh: Likewise
3411 * tests/extrac02.sh: Likewise
3412 * tests/extrac03.sh: Likewise
3413 * tests/extrac04.sh: Likewise
3414 * tests/gzip.sh: Likewise
3415 * tests/ignfail.sh: Likewise
3416 * tests/incremen.sh: Likewise
3417 * tests/link01.sh: Likewise
3418 * tests/listed01.sh: Likewise
3419 * tests/longv7.sh: Likewise
3420 * tests/multiv01.sh: Likewise
3421 * tests/multiv02.sh: Likewise
3422 * tests/old.sh: Likewise
3423 * tests/options.sh: Likewise
3424 * tests/recurse.sh: Likewise
3425 * tests/same-order01.sh: Likewise
3426 * tests/same-order02.sh: Likewise
3427 * tests/sparse01.sh: Likewise
3428 * tests/version.sh: Likewise
3429 * tests/volume.sh: Likewise
3431 2004-08-08 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3433 * bootstrap: Extended --update-po option to take an
3434 optional argument specifying the po file to update.
3435 * src/create.c: Improved compatibility with 1.13.25
3436 * tests/link01.sh: New file.
3437 * tests/Makefile.am: Added link01.sh
3439 2004-08-06 Paul Eggert <eggert@cs.ucla.edu>
3443 * patches/argp.diff: Remove; no longer needed.
3445 * lib/.cvsignore: Add stat-macros.h.
3446 Remove addext.c, malloc.c, realloc.c.
3448 * src/extract.c: Include <getcwd.h>.
3449 (extract_archive): Rewrite with new macro IS_ABSOLUTE_FILE_NAME.
3450 * src/extract.c (make_directories):
3451 FILESYSTEM_PREFIX_LEN -> FILE_SYSTEM_PREFIX_LEN.
3452 * src/misc.c (must_be_dot_or_slash): Likewise.
3453 * src/names.c (excluded_name, safer_name_suffix, stripped_prefix_len):
3455 * src/tar.c (parse_opt): Likewise.
3456 * src/incremen.c (purge_directory): Fix format buffer typos in warning
3458 * src/tar.c (options): Add missing initializers to pacify gcc.
3459 (decode_options): Remove unused var.
3461 2004-08-02 Paul Eggert <eggert@cs.ucla.edu>
3463 * bootstrap (gnulib_modules): Add getpagesize.
3464 * configure.ac (valloc): Remove check; valloc no longer used.
3465 * lib/.cvsignore: Add getpagesize.h.
3466 * m4/.cvsignore: Add getpagesize.m4.
3467 * src/buffer.c (record_buffer): New var.
3468 (open_archive): Don't use valloc; on older or buggy hosts, you can't
3469 free the result. Use page_aligned_alloc instead.
3470 * src/compare.c (diff_init): Likewise.
3471 * src/buffer.c (open_archive): Record the pointer to be freed
3473 (close_archive): Free record_buffer.
3474 * src/common.h (page_aligned_alloc): New decl.
3475 * src/misc.c (quote_n, quote): Remove these redundant functions.
3476 (ptr_align): New function, from coreutils/src/system.h.
3477 (page_aligned_alloc): New function.
3478 * src/system.h (valloc): Remove.
3480 2004-07-09 Paul Eggert <eggert@cs.ucla.edu>
3482 * src/extract.c (extract_archive): Do not report an error
3483 when hard-linking X to X when X exists. Problem reported by
3485 * lib/.cvsignore: Add fchown-stub.c.
3487 2004-06-29 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3490 * src/common.h (root_device): New global.
3491 (gnu_restore): Renamed to purge_directory().
3492 * src/extract.c (extr_init): Save the device number
3494 (extract_archive): Renamed gnu_restore() to purge_directory().
3495 * src/incremen.c (gnu_restore): Renamed to purge_directory().
3496 Do not attempt to purge the directory if it is on a different
3497 device and one_file_system_option is set.
3499 2004-06-25 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3501 * doc/tar.texi: The actual default for exclude patterns
3502 is --no-anchored. Fixed.
3503 * src/tar.c (options): Likewise.
3504 Thanks "Felix Natter" <felix.natter@ldc.de> for noticing.
3506 2004-06-22 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3508 * doc/tar.texi: Fixed several inconsistencies.
3509 * src/tar.c: Fixed docstring for --checkpoint option.
3511 2004-05-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3513 * src/buffer.c (seek_archive): New function
3514 * src/common.h (seek_archive): New function
3515 (seekable_archive): New global.
3516 * src/list.c (skip_file): Use seek_archive() if
3518 * src/tar.c (struct fmttab): Accept 'pax' as alias
3520 (options): New option -n (--seek).
3521 * src/update.c: Determine type of the archive before
3526 2004-05-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3528 * bootstrap: New option --update-po
3529 * src/tar.c: New option -H (short alias to --format)
3530 * doc/tar.texi: Document -H option
3531 * src/names.c (safer_name_suffix): Fixed bug introduced
3534 2004-05-16 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3536 * bootstrap: Apply patches from patch subdirectory
3538 * patches/argp.diff: New file
3539 * patches/getopt.diff: New file
3540 * configure.ac: Check for _getopt_long_only_r and
3541 force using included version of getopt if the function
3543 * src/tar.c: Use argp for command line parsing.
3544 * src/system.h: Minor formatting fix
3545 * m4/.cvsignore: Updated
3546 * lib/.cvsignore: Updated
3547 * doc/tar.texi: Minor fix.
3548 * src/extract.c: Fix improper use of 'path' term
3549 * src/incremen.c: Likewise
3550 * src/list.c: Likewise
3551 * src/misc.c: Likewise
3552 * src/names.c: Likewise
3553 * src/rmt.h: Likewise
3554 * src/rtapelib.c: Likewise
3555 * src/update.c: Likewise
3556 * src/xheader.c: Likewise
3557 * tests/star/README: Minor fix
3559 2004-05-13 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3561 * configure.ac: Raised version number to 1.14.1
3562 * src/tar.c: Renamed --strip-path to --strip-components
3563 Changed improper use of _() to ngettext().
3564 * src/extract.c: Renamed strip_path_option to strip_components_option
3565 * src/common.h: Likewise.
3567 * doc/tar.texi: Updated
3569 2004-05-11 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3571 * src/system.c (sys_child_open_for_uncompress): Do not
3572 set read_full_records_option: the compressed archive is
3573 likely not to contain integer number of records. Should
3574 the user wish to use reblocking, he may always give tar
3575 -B option. This is a minor improvement over the change
3577 * src/buffer.c (open_archive): Removed assignment to
3578 read_full_records_option.
3580 * src/names.c (safer_name_suffix): (safer_name_suffix): Use "%s"
3581 as the format argument, rather than a possibly-translated variable
3582 string. Patch provided by Jim Meyering <jim@meyering.net>
3583 * src/tar.c (decode_options): Fixed typo in the comment.
3584 * tests/star/README: Minor correction
3586 2004-05-11 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3588 * directory: New file. GNU directory entry for tar.
3589 * doc/Makefile.am: Rewritten. Added rules for generating
3590 documentation for the project's website.
3591 * doc/.cvsignore: Updated
3592 * doc/index.html.in: New file.
3594 2004-05-11 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3596 * configure.ac: Raised version number to 1.14
3598 * tests/after: Added copyleft statement
3599 * tests/before: Added copyleft statement
3600 * tests/preset.in: Added copyleft statement
3602 Tar 1.14 is released. Sources up to this point are tagged
3605 2004-05-10 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3607 * configure.ac: Fixed prerequisite headers for sys/buf.h
3609 * src/system.h: Likewise.
3610 * tests/after (compare): Fixed argument quoting under eval
3611 * tests/before: Quote TAR_ARCHIVE_FORMATS
3613 2004-05-10 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3618 * configure.ac: Call gl_AC_TYPE_INTMAX_T. Document
3619 DEFAULT_.* variables. Use DEFAULT_RMT_COMMAND to set
3620 the pathname of the rmt utility.
3621 New option --enable-backup-scripts.
3622 * doc/tar.texi: Updated
3623 * scripts/Makefile.am: Install the scripts only if requested
3625 * scripts/backup.in: Fixed --version output.
3626 Fixed initialization of the listing files and printing
3627 the time of the last previous level dump.
3628 * scripts/restore.in: Fixed --version output.
3629 * src/Makefile.am (localedir.h rule): Generate correct
3630 DEFAULT_RMT_COMMAND variable.
3631 * src/common.h (rmt_command_option): New variable.
3632 * src/list.c (read_and): Print block number before
3633 issuing 'Skipping to next header' diagnostics, if
3634 requested by block_number_option.
3635 * src/rtapelib.c: Use rmt_command_option instead of
3636 hardcoded "/etc/rmt".
3637 * src/tar.c: New option --rmt-command.
3638 (decode_options): Handle --rmt-command. Initialize
3639 rmt_command_option to DEFAULT_RMT_COMMAND.
3641 2004-05-09 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3643 * doc/tar.texi: Further update.
3645 2004-05-08 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3647 * configure.ac: Minor fix
3648 * scripts/Makefile.am: Updated
3649 * scripts/backup-specs: Updated
3650 * scripts/backup.in: Minor fixes
3651 * scripts/backup.sh: Removed
3652 * scripts/backup.sh.in: New file. Source for backup.sh
3653 * scripts/restore.in: New file
3654 * scripts/.cvsignore: Updated
3655 * scripts/WARNING: Removed
3656 * doc/tar.texi: Updated
3659 2004-05-07 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3661 * src/names.c (name_gather): Bugfix: Honor single -C with
3663 * tests/same-order01.sh: New file
3664 * tests/same-order02.sh: New file
3665 * tests/Makefile.am: Updated
3667 * tests/append.sh: Added copyleft header
3668 * tests/delete01.sh: Likewise
3669 * tests/delete02.sh: Likewise
3670 * tests/delete04.sh: Likewise
3671 * tests/extrac01.sh: Likewise
3672 * tests/extrac02.sh: Likewise
3673 * tests/extrac03.sh: Likewise
3674 * tests/extrac04.sh: Likewise
3675 * tests/gzip.sh: Likewise
3676 * tests/ignfail.sh: Likewise
3677 * tests/incremen.sh: Likewise
3678 * tests/multiv01.sh: Likewise
3679 * tests/old.sh: Likewise
3680 * tests/options.sh: Likewise
3681 * tests/recurse.sh: Likewise
3682 * tests/version.sh: Likewise
3683 * tests/volume.sh: Likewise
3684 * tests/star/gtarfail.sh: Likewise
3685 * tests/star/gtarfail2.sh: Likewise
3686 * tests/star/multi-fail.sh: Likewise
3687 * tests/star/pax-big-10g.sh: Likewise
3688 * tests/star/qucktest.sh: Likewise
3689 * tests/star/ustar-big-2g.sh: Likewise
3690 * tests/star/ustar-big-8g.sh: Likewise
3692 * doc/.cvsignore: Updated
3694 2004-05-06 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3696 * configure.ac: Check whether date accepts +format argument
3697 (for backup scripts).
3698 * scripts/level-0: Removed
3699 * scripts/level-1: Removed
3700 * scripts/weekly.new: Removed
3701 * scripts/dump-remind: Removed
3702 * scripts/backup.in: New file
3703 * scripts/backup.sh: New file
3704 * scripts/dump-remind.in: New file
3705 * scripts/backup-specs: Updated
3706 * scripts/Makefile.am: Updated for new directory contents.
3707 * scripts/.cvsignore: Updated
3709 2004-05-05 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3712 * doc/tar.texi: Updated
3713 * src/tar.c: --utc implies -vv
3715 2004-04-28 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3717 * src/utf8.c: Make sure ICONV_CONST is defined. AM_ICONV
3718 does not define it if it fails to find iconv.h.
3720 2004-04-26 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3722 * bootstrap: Use gnulib-tool to generate lib/Makefile.am
3723 and parts of configure.ac
3724 * configure.ac: Invoke tar_GNULIB to configure gnulib stuff.
3725 * lib/Makefile.am: Removed
3726 * lib/Makefile.tmpl: New file.
3727 * lib/.cvsignore: Updated
3728 * m4/.cvsignore: Updated
3729 * src/xheader.c: Include stpcpy.h
3731 * src/create.c: Produce an error, not warning, if the
3732 filename is too long.
3733 * tests/longv7.sh: Synchronized with the recent changes.
3735 2004-04-20 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3737 * configure.ac: Fixed test for iconv_t
3738 * src/rmt.h: Bugfix by Jürgen Weigert
3739 * THANKS: Add Jürgen Weigert
3740 * tests/star/README: Fixed typo
3742 2004-04-04 Paul Eggert <eggert@twinsun.com>
3744 Merge getdate documentation changes from coreutils.
3746 * doc/getdate.texi: Update from coreutils CVS.
3747 * doc/tar.texi: Fix getdate menu to match getdate.texi's.
3749 Merge recent gnulib changes, and remove some lint.
3751 Improve support for nanosecond-resolution time stamps.
3752 * bootstrap: Add gettime, timespec modules.
3753 * configure.ac (gl_GETTIME, gl_TIMESPEC): Add.
3754 * lib/.cvsignore (getopt_int.h, gettime.c, gettimeofday.c,
3756 * lib/Makefile.am (libtar_a_SOURCES): Add gettime.c, timespec.h.
3757 * m4/.cvsignore: Add clock_time.m4, gettime.m4, gettimeofday.m4,
3758 st_mtim.m4, timespec.m4. Remove malloc.m4, realloc.m4.
3759 * src/common.h (newer_mtime_option): Now a struct timespec, not
3760 time_t. All uses changed.
3761 (NEWER_OPTION_INITIALIZED, OLDER_STAT_MTIME): New macros.
3762 * src/create.c (dump_file0): Use OLDER_STAT_TIME to compare times.
3763 * src/incremen.c (scan_path): Likewise.
3764 * src/list.c (read_and): Likewise.
3765 * src/list.c (read_and): Use NEWER_OPTION_INITIALIZED to decide
3766 whether newer_mtime_option is initialized.
3767 * src/tar.c (decode_options): Likewise.
3768 * src/tar.c (decode_options): Adjust to new signature for get_date.
3770 * src/buffer.c (short_read, flush_read): Use size_t, not ssize_t, for
3771 result of safe_read, full_write, and similar functions.
3772 Detect safe_read error by comparing to SAFE_READ_ERROR;
3773 detect full_write error by comparing to 0.
3775 * src/common.h (write_error_details, sys_write_archive_buffer):
3777 * src/misc.c (write_error_details): Likewise.
3778 * src/rmt.c (main): Likewise.
3779 * src/rmt.h (rmt_read__, rmt_write__): Likewise.
3780 * src/rtapelib.c (rmt_read__, rmt_write__, rmt_ioctl__): Likewise.
3781 * src/sparse.c (sparse_scan_file, sparse_dump_region,
3782 check_sparse_region, check_data_region): Likewise.
3783 * src/system.c (sys_write_archive_buffer, sys_drain_input_pipe,
3784 sys_child_open_for_compress, sys_child_open_for_uncompress): Likewise.
3785 * src/update.c (append_file): Likewise.
3787 * src/buffer.c (clear_read_error_count): Use explicit (void)
3788 to indicate a function with no arguments.
3789 * src/create.c (check_links): Likewise.
3790 * src/system.c (sys_get_archive_stat, sys_save_archive_dev_ino,
3791 sys_detect_dev_null_output, sys_drain_input_pipe, sys_spawn_shell,
3792 sys_reset_uid_gid, sys_get_archive_stat, sys_save_archive_dev_ino,
3793 sys_detect_dev_null_output, sys_drain_input_pipe, sys_spawn_shell):
3795 * src/utf8.c (get_input_charset): Likewise.
3796 * src/xheader.c (xheader_ghdr_name, xheader_write_global,
3797 xheader_decode_global, extended_header_init): Likewise.
3798 * tests/mksparse.c (usage): Likewise.
3800 * src/buffer.c (new_volume): Rename local variables to avoid
3802 * src/common.h (file_dumpable_p, sys_stat_nanoseconds,
3803 sparse_file_p, sparse_member_p, sparse_fixup_header,
3804 sparse_dump_file, sparce_extract_file, sparse_skip_file,
3805 sparse_diff_file): Likewise.
3806 * src/compare.c (diff_archive): Likewise.
3807 * src/create.c (file_dumpable_p, dump_regular_file, dump_dir0,
3808 dump_dir, dump_hard_link, file_count_links, dump_file0, dump_file):
3810 * src/extract.c (repair_delayed_set_stat): Likewise.
3811 * src/misc.c (maybe_backup_file, add_hierarchy_to_namelist):
3813 * src/sparse.c (struct tar_sparse_optab, tar_sparse_dump_region,
3814 tar_sparse_extract_region, sparse_dump_region, sparse_extract_region,
3815 sparse_dump_file, sparse_file_p, sparse_member_p,
3816 sparse_fixup_header, sparse_extract_file, sparse_skip_file,
3817 check_data_region, sparse_diff_file): Likewise.
3818 * src/system.c (sys_stat_nanoseconds): Likewise.
3819 * src/xheader.c (xheader_format_name): Likewise.
3821 * src/common.h (enum old_files): Remove comma before }; not portable.
3823 * src/common.h (read_fatal_details): Add __attribute__ ((noreturn)).
3824 * src/rmt.c (usage): Likewise.
3825 * src/xheader.c (xheader_set_single_keyword): Likewise.
3826 * tests/genfile.c (usage): Likewise.
3827 * tests/mksparse.c (die, usage): Likewise. Also add printf attribute
3830 * src/common.h (gname_to_gid, uname_to_uid): Add const to avoid
3832 * src/names.c (uname_to_uid, gname_to_gid): Likewise.
3833 * src/utf8.c (struct langtab.lang, struct langtab.terr, struct
3834 langtab.charset, charset_lookup): Likewise.
3836 * src/common.h (name_init): Remove unused args. All callers changed.
3837 * src/names.c (name_init): Likewise.
3839 * src/common.h (usage, xheader_write, xheader_write_global,
3840 sys_reset_uid_gid): New decls.
3842 * src/compare.c (report_difference, process_noop): Add
3843 __attribute__ ((unused)) for unused attributes.
3844 * src/sparse.c (oldgnu_sparse_member_p, star_sparse_member_p):
3846 * src/xheader.c (dummy_coder, dummy_decoder, atime_coder,
3847 gid_coder, gname_coder, linkpath_coder, ctime_coder, mtime_coder,
3848 path_coder, size_coder, uid_coder, uname_coder,
3849 sparse_numblocks_coder): Likewise.
3851 * src/create.c (dump_regular_finish, dump_dir0, dump_dir,
3852 dump_file0): Now static.
3853 * src/utf8.c (charset_lookup): Likewise.
3854 * src/xheader.c (xheader_protected_pattern_p,
3855 xheader_protected_keyword_p, xheader_set_single_keyword,
3856 xheader_keyword_deleted_p, xheader_keyword_override_p,
3857 xheader_list_append, xheader_list_destroy, xheader_set_keyword_equal):
3859 * tests/genfile.c (usage): Likewise.
3860 * tests/mksparse.c (die, mkhole, mksparse, usage, xlat_suffix):
3863 * src/create.c (hash_link): Rewrite to avoid cast.
3865 * src/extract.c (file_newer_p): Use parameter, not global var.
3866 * src/misc.c (write_error_details): Likewise.
3868 * src/extract.c (prepare_to_extract): Remove directory arg; not
3869 used. All callers changed.
3871 * src/misc.c (close_fatal): Remove; not used.
3872 * src/system.c (sys_utimes): Likewise.
3874 * src/rmt.c (get_string): Avoid buffer overrun (off by 1 error).
3876 * src/rmt.c (main): Update copyright date to 2004.
3877 * src/tar.c (decode_options): Likewise.
3879 * src/rtapelib.c (get_status_string): Don't lose errno when
3880 skipping the error messages.
3881 (get_status): Report an error if atol returns a negative number.
3883 * src/utf8.c (struct langtab, langtab, charset_lookup,
3884 get_input_charset) [!defined HAVE_LIBCONV]: Omit unused
3886 (iconv_open, iconv, iconv_close) [!defined HAVE_LIBCONV]:
3887 Use macros, not definitions, to avoid type clashes with system
3889 (charset_lookup): Local var is now auto, not static.
3890 (utf8_convert): Use ICONV_CONST instead of const, to avoid
3893 * src/utf8.c (langtab): Initialize all elements of struct, to
3895 * src/xheader.c (xhdr_tab): Likewise.
3897 * src/xheader.c: Include fnmatch.h, since we use fnmatch.
3899 * tests/mksparse.c (mkhole): Fix typo: bool was assigned to off_t.
3901 2004-04-04 Sergey Poznyakoff <gray@Noldor.runasimi.org>
3904 * configure.ac: Raised version number to 1.13.94
3905 * src/system.h: Protect inclusion of <sys/time.h>
3907 Declare time() if HAVE_DECL_TIME is 0
3908 * tests/.cvsignore: Added mksparse
3910 * tests/sparse01.sh: New file
3911 * tests/multiv02.sh: New file
3912 * tests/Makefile.am: Add sparse01.sh and multiv02.sh
3913 * tests/longv7.sh: Added missing call to 'after'
3915 * src/common.h: Added missing prototypes
3916 * src/compare.c (diff_archive): Use is_sparse member
3917 instead of GNUTYPE_SPARSE.
3918 * src/create.c: Removed unused variables
3919 * src/extract.c (extract_archive): Use sparse_member_p instead
3921 Removed unused variables
3922 * src/list.c (decode_header): Use sparse_fixup_header to correct
3924 (print_header): Do not rely on GNUTYPE_SPARSE type.
3925 Use st->stat.st_size to print real file size.
3926 (skip_member): Assign stat_info.file_name to save_name. This fixes
3927 bug reported by Mads Martin Joergensen <mmj@suse.de>
3928 Use sparse_skip_file() to skip sparse members.
3929 * src/rtapelib.c: include "common.h"
3930 * src/sparse.c (struct tar_sparse_optab.sparse_member_p)
3931 (struct tar_sparse_optab.fixup_header): New member
3932 (tar_sparse_member_p): New function.
3933 (tar_sparse_init): Return true if decode_header is not provided
3934 (tar_sparse_fixup_header)
3935 (sparse_member_p,sparse_fixup_header)
3937 (oldgnu_sparse_member_p,oldgnu_fixup_header,star_sparse_member_p)
3938 (star_fixup_header, pax_sparse_member_p): New function
3939 (pax_decode_header): Remove
3940 * src/system.h: Include <sys/time.h> and <utime.h> when available
3941 * src/tar.c (usage): Prototype moved to common.h
3942 * src/tar.h (struct tar_stat_info.is_sparse): New member
3943 * src/utf8.c (utf8_convert): Changed prototype
3944 (get_input_charset): Removed unused variable
3945 * src/xheader.c: include <fnmatch.h>
3946 (size_decoder): Assign to both st->archive_file_size and
3948 (st->stat.st_size): Assign to st->stat.st_size
3949 (sparse_numbytes_decoder): Removed unused variable
3950 * src/.cvsignore: Added .gdbinit
3951 * THANKS: Added Mads Martin Joergensen
3953 2004-03-26 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3955 * src/create.c (write_long_name): Do not allow more than
3956 NAME_FIELD_SIZE-1 characters in a file name for V7 format
3958 * tests/longv7.sh: New file.
3959 * tests/Makefile.am: Add longv7.sh
3961 2004-03-22 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3963 * src/buffer.c (open_archive): Clear read_full_records_option
3964 if reading from a pipe.
3965 (short_read): Display warning about the deduced record size
3967 * tests/star/pax-big-10g.sh: Updated to match the above changes.
3968 * tests/star/ustar-big-2g.sh: Likewise.
3969 * tests/star/ustar-big-8g.sh: Likewise.
3971 * configure.ac: Added gl_FUNC_STRTOULL
3972 * src/create.c (start_header): Check for GNU_FORMAT
3973 if incremental_option is set.
3974 * src/xheader.c (to_decimal): New function.
3975 (xheader_format_name): Use to_decimal() instead of snprintf.
3976 * tests/listed01.sh: Use genfile instead of dd
3977 * tests/multiv01.sh: Likewise.
3979 2004-03-12 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3981 * src/list.c (read_and): Stop processing the archive after
3982 encountering a single zero record. Many old archives contain
3983 arbitrary garbage after it.
3984 The warning is issued anyway.
3986 2004-03-02 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3988 * src/rtapelib.c (rmt_lseek__,rmt_ioctl__): Bugfix. The
3989 conversion buffer was not null terminated. Fix provided
3990 by Leland Lucius <llucius@tiny.net>
3991 * THANKS: Added Leland Lucius
3992 * src/utf8.c (utf8_convert): Indentation fix.
3994 2004-02-29 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3996 * src/buffer.c (flush_read): Bugfix: the
3997 condition at line 714 included
3999 || (status > 0 && !read_full_records_option)
4001 which is grossly wrong, since even if new_volume() below succeeds,
4002 the subsequent call to rmtread will overwrite the chunk of data
4003 already read in the buffer and thus spoil everything.
4004 * src/system.c (sys_child_open_for_uncompress): Minor stylistic
4006 * tests/star/multi-fail.sh: New test.
4007 * tests/Makefile.am: Added multi-fail.sh
4008 * tests/star/README: Updated
4010 2004-02-29 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4013 * configure.ac: Removed spurious AC_CHECK_LIB(iconv)
4014 * src/common.h (utc_option): new global
4015 (enum old_files.KEEP_NEWER_FILES): New element
4016 * src/extract.c: Handle --keep-newer-files option
4017 * src/list.c (tartime): Print UTC if --utc was given.
4018 * src/tar.c: New options: --utc and keep-newer-files
4020 * tests/Makefile.am: Added new tests
4021 * tests/after: Rewritten
4022 * tests/before: Rewritten
4023 * tests/preset.in: Rewritten
4024 * tests/delete03.sh: Accommodate for the new testsuite logic
4025 * tests/gzip.sh: Likewise
4026 * tests/incremen.sh: Likewise
4027 * tests/listed01.sh: Likewise
4028 * tests/multiv01.sh: Likewise
4029 * tests/old.sh: Likewise
4030 * tests/options.sh: Likewise
4031 * tests/version.sh: Likewise
4032 * tests/volume.sh: Likewise
4034 * tests/star: New directory
4035 * tests/star/README: New file
4036 * tests/star/gtarfail.sh: New file
4037 * tests/star/gtarfail2.sh: New file
4038 * tests/star/pax-big-10g.sh: New file
4039 * tests/star/qucktest.sh: New file
4040 * tests/star/ustar-big-2g.sh: New file
4041 * tests/star/ustar-big-8g.sh: New file
4043 2004-02-26 Paul Eggert <eggert@twinsun.com>
4045 * doc/tar.texi (dircategory Individual utilities): Append period,
4046 as suggested by Karl Berry.
4048 2004-02-24 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4050 * src/list.c (decode_header): Call xheader_decode before
4051 the assignment to current_stat_info.archive_file_size.
4053 2004-02-23 Paul Eggert <eggert@twinsun.com>
4055 * configure.ac: Invoke AM_ICONV, to define ICONV_CONST if needed.
4057 2004-02-23 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4062 * tests/before: Move testing of the prerequisite archive formats
4063 to the separate function 'prereq'. Do not expect any arguments
4064 * tests/delete03.sh: Use prereq() instead of passing arguments
4066 * tests/incremen.sh: Likewise.
4067 * tests/listed01.sh: Likewise.
4068 * tests/multiv01.sh: Likewise.
4070 2004-02-22 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4072 Added UTF-8 support. Finished global extended header
4076 * configure.ac: Detect libiconv
4077 * src/utf8.c: New file. Conversions to and from utf-8.
4078 * src/Makefile.am: Added utf8.c
4079 * src/create.c (write_header_name) In pax format, use
4080 "path" keyword if the file name is not ASCII
4081 (start_header): Likewise for uname and gname.
4082 * src/list.c: Decode encountered global headers.
4083 * src/xheader.c: Use keywords from the global
4085 Correctly handle UTF-8 conversions.
4086 (xheader_list_destroy): New function.
4087 (xheader_set_single_keyword,xheader_set_keyword_equal): Added
4088 missing gettext markers
4089 (decode_record): Rewritten using caller-provided handler and
4091 * tests/listed01.sh: Give credit to Andreas Schuldei.
4093 2004-02-21 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4095 * src/create.c (dump_file0): The conditional at line
4096 1296 prevented incremental backups on individual files
4097 from working, as reported by Andreas Schuldei
4098 <andreas@schuldei.org>.
4100 This is due to the condition
4102 (0 < top_level || !incremental_option)
4104 Removing it makes incremental backups work for individual
4105 files as well as for directories. On the other hand, it does
4106 not affect other functionality, as shown by the reasoning below:
4108 To begin with, the two parts of this condition are mutually
4109 superfluous, because
4111 1) when top_level < 0, incremental_option == 1
4112 so the condition yields false
4113 2) when top_level >= 0, incremental_option == 0
4114 so the condition yields true.
4116 In other words, it is completely equivalent to
4118 (!incremental_option)
4120 Now, let's consider the effect of its removal. There are two cases:
4122 1) when incremental_option==1
4123 This means incremental backup in progress. In this case dump_file
4124 is invoked only for directories or for files marked with 'Y' by
4125 get_directory_contents. The latter are those that did not meet the
4126 condition in incremen.c:242, which is exactly the same condition
4127 as this at create.c:1296. So, for these files the check
4128 (!incremental_option) is useless, since the rest of the
4129 conditional will yield false anyway. On the other hand, if
4130 dump_file is invoked on a directory, the conditional will yield
4131 false due to !S_ISDIR assertion, so these will be processed as usual.
4133 Thus, for this case the extra condition (!incremental_option) is
4134 irrelevant, and its removal won't alter the behavior of tar,
4135 *except* that it will enable incremental backups on individual
4136 files, which is the wanted effect.
4138 2) when incremental_option==0
4139 In this case the condition yields true and its removal does not
4140 affect the functionality.
4143 * configure.ac: Raised patchlevel to 93
4144 * src/incremen.c: Minor stylistic fixes.
4145 * tests/listed01.sh: New test. Check listed incremental
4146 backups on individual files.
4147 * tests/Makefile.am: Added listed01.sh
4149 2004-02-20 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4151 * src/common.h (simple_finish_header,start_private_header): New
4153 (xheader_ghdr_name): Changed declaration
4154 * src/create.c (start_private_header): Removed static qualifier.
4155 (write_extended): Removed superfluous last argument. Use
4157 (simple_finish_header): New function.
4158 (finish_header): Use simple_finish_header() to break recursive
4159 dependency between this function and write_extended().
4160 * src/tar.c (assert_format): Do not bail out if several
4161 --format arguments are given. This is a common case when
4162 TAR_OPTIONS are used.
4163 (decode_options): New option --show-defaults displays the
4164 compiled-in defaults.
4165 Use POSIX format if no --format option was given and
4166 --pax-option was specified.
4167 Do not allow to use --pax-option unless the archive format is
4168 set to POSIX (or reading subcommand is requested).
4170 * src/update.c (update_archive): Write global extended header if
4172 * src/xheader.c (xheader_format_name): Bugfix.
4173 (xheader_xhdr_name): Changed the default extended header name
4174 to '%d/PaxHeaders.%p/%f', as POSIX requires.
4175 (xheader_ghdr_name): Removed unused argument.
4176 (xheader_write,xheader_write_global): New function.
4177 (xheader_decode): Modified to honor overrides whatever
4178 the current archive format is.
4180 * src/delete.c (delete_archive_members): Call xheader_decode
4182 * src/list.c (decode_header): Likewise.
4183 * src/incremen.c (sort_obstack): Fixed typo in the comment
4185 * doc/tar.texi: Document new default for extended
4188 * tests/before: Accept an optional list of allowed archive
4189 formats. Exit with the status 77 if the current archive
4190 format does not match any of them.
4191 * tests/delete03.sh: Require gnu, oldgnu or posix format
4192 * tests/incremen.sh: Require gnu or oldgnu format
4193 * tests/multiv01.sh: Likewise
4195 2004-02-20 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4197 * doc/tar.texi (Option Summary): Documented --pax-option
4198 * src/tar.c: Likewise.
4200 * src/create.c (to_chars): Added a comment.
4201 * src/tar.h: Comment to GNU_FORMAT
4203 2004-02-18 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4206 * configure.ac: Added stpcpy
4207 * bootstrap: Likewise
4208 * lib/Makefile.am: Likewise
4209 * src/common.h (xheader_xhdr_name,xheader_ghdr_name): New
4211 * src/create.c (write_extended): Call xheader_xhdr_name
4212 instead of using hardcoded "././@PaxHeader" name.
4213 * src/tar.c: New option --pax-option (equivalent to -o option
4215 * src/xheader.c: Implement pax -o option. Fixed misleading
4216 heading comment (introduced 2003-09-02).
4217 * src/incremen.c: Minor fixes
4218 * m4/.cvsignore: Updated
4220 2004-02-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4222 * src/incremen.c: Removed accumulator stuff in favor of obstack.
4223 (get_directory_contents): Split into two functions
4224 * src/update.c: Minor changes
4225 * doc/tar.texi: Fixed typo
4227 2004-02-15 Paul Eggert <eggert@twinsun.com>
4229 Fix Debian bug 230872, originally reported by Jeff King in
4230 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=230872>.
4232 * doc/tar.texi (posix compliance): Remove. The whole section
4233 was a misunderstanding of what POSIXLY_CORRECT is supposed to
4234 mean. The GNU Coding Standards says that POSIXLY_CORRECT
4235 is for disabling extensions that are incompatible with POSIX:
4236 it is not for disabling compatible extensions. All references
4237 to this section removed.
4238 (posix): This format is created only if the posix format is
4239 specified; it is no longer created if gnu format is specified
4240 and POSIXLY_CORRECT is set.
4241 * src/tar.c (decode_options): Ignore POSIXLY_CORRECT.
4242 POSIX does not specify the behavior of tar, so we should
4243 not worry about POSIXLY_CORRECT here.
4245 2004-01-21 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4247 * Makefile.am: Removed m4
4248 * configure.ac: Require automake-1.8/autoconf-2.59. Removed
4250 * README-alpha: Updated
4251 * bootstrap: Updated TP URL, improved help output. Default
4252 to :ext:anoncvs and set CVS_RSH, unless already set.
4253 * m4/Makefile.am: Removed
4255 2004-01-21 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4257 * bootstrap: Bugfix by Marco Gerards <metgerards@student.han.nl>:
4258 Use $option instead of $1 so all options will be parsed.
4260 2004-01-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4262 Started rewriting buffer.c ...
4264 * bootstrap: New option --no-po
4265 * src/buffer.c (new_volume,check_label_pattern): Changed return type.
4266 (time_to_start_writing): Changed data type
4267 (file_to_switch_to): Removed. Variable never assigned to.
4268 (open_archive) Moved option compatibility checks to tar.c
4269 Other minor changes.
4270 * src/common.h (maybe_backup_file): Changed return type
4271 * src/misc.c: Likewise.
4272 * src/create.c: Updated invocations of safer_name_suffix
4273 * src/extract.c: Likewise
4274 * src/delete.c: Updated assignment to write_archive_to_stdout
4275 * src/tar.c (decode_options): More option compatibility checks
4276 (moved from buffer.c)
4277 * src/update.c (time_to_start_writing): Changed data type.
4278 * tests/recurse.sh: New test case.
4279 * tests/mksparse.c: New file.
4280 * tests/Makefile.am: Added recurse.sh and mksparse.c
4282 2004-01-02 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4284 * src/sparse.c (sparse_diff_file): Bugfix. Thanks
4285 Martin Simmons for the patch.
4286 * src/create.c (dump_dir0): Bugfix. Thanks Piotr Czerwinski
4287 <pius@pld-linux.org> for the patch.
4289 2003-12-26 Paul Eggert <eggert@twinsun.com>
4291 Synchronize with Gettext 0.13.1, Automake 1.8, Autoconf 2.59,
4292 and translation website.
4294 * bootstrap: Don't bother skipping codeset.m4, glibc21.m4,
4295 intdiv0.m4, inttypes_h.m4, inttypes.m4, inttypes-pri.m4,
4296 isc-posix.m4, and lcmessage.m4 from gnulib. This list of files is
4297 a bit obsolete anyway, now that gettext 0.13.1 is out. Also, the
4298 files are replaced by autoreconf. Also, there seems to be a bug
4299 in gettext/autoconf/automake if we try to omit these files after
4300 autoreconf has replaced them, even though the gettext manual says
4301 they're optional. So give up and just include them for now, even
4302 though they make 'configure' longer and slower.
4304 Change translation URL from
4305 <http://www.iro.umontreal.ca/contrib/po/maint/tar/> to
4306 <http://www2.iro.umontreal.ca/~gnutra/po/maint/tar/> to
4307 accommodate translator website revamp.
4309 Fail if autoreconf fails.
4311 * m4/.cvsignore: Add intmax.m4, longdouble.m4, printf-posix.m4,
4312 signed.m4, size_max.m4, wchar_t.m4, wint_t.m4, xsize.m4, to
4313 ignore files now supplied by gettext 0.13.1.
4315 2003-12-25 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4317 Synchronized with the backup repository on Mirddin
4319 2003-12-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4321 * configure.ac: Check for varios members of struct stat
4322 that may represent file modification times with a subsecond
4324 Check for utimes (for future use)
4325 * src/buffer.c (short_read): Issue a warning on short reads.
4326 * src/common.h (sys_stat_nanoseconds): New function
4327 * src/create.c (dump_file0): Use sys_stat_nanoseconds().
4328 * src/list.c (read_and): Treat only two successive zero
4329 filled blocks as an EOF indicator. Issue a warning if
4330 a single one is encountered.
4331 * src/system.c (sys_stat_nanoseconds): New function
4332 * src/tar.h (tar_stat_info.atime_nsec,mtime_nsec,ctime_nsec): New
4334 * src/xheader.c (code_time,decode_time): Support for subsecond
4336 (atime_coder,atime_decoder,ctime_coder,ctime_decoder)
4337 (mtime_coder,mtime_decoder): Update invocations of code_time and
4339 (gid_decoder,size_decoder,uid_decoder,sparse_size_decoder)
4340 (sparse_numblocks_decoder,sparse_offset_decoder)
4341 (sparse_numbytes_decoder): Updated
4343 2003-12-18 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4345 * src/names.c (safer_name_suffix): Reverted change made
4346 2003-11-14. Reason: Discussion with Paul Eggert and
4347 Jean-Louis Martineau. See also ChangeLog entry from
4349 * tests/delete03.sh: Likewise.
4350 * tests/extrac04.sh: Likewise.
4351 * tests/multiv01.sh: Likewise.
4353 2003-12-12 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4355 * src/incremen.c (write_directory_file): Use sys_truncate
4356 * src/list.c (print_header): Use archive_file_size member
4357 when printing real file size.
4358 * src/sparse.c (sparse_scan_file): Correctly handle files with
4360 (sparse_dump_region,sparse_extract_region): Allow for zero size
4363 2003-12-12 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4365 * configure.ac: Raised version number to 1.13.92
4366 * src/list.c (decode_header): Discern between pax and ustar
4368 Initialize current_stat_info.archive_file_size.
4370 NOTE: Modifications from this date on are temporarily
4371 stored on local CVS on mirddin. This repository will
4372 be synchronized with Savannah as soon as the latter
4373 becomes operational again.
4375 2003-12-01 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4378 * src/sparse.c: Initial implementation of GNU/pax sparse
4380 * src/common.h (xheader_store): Changed prototype.
4381 * src/create.c: Update calls to xheader_store
4382 * src/extract.c (extract_archive): Check reported size vs.
4383 archive file size to determine if we have to do with a
4385 * src/tar.c (usage): Cleaned up the sample argument to --newer
4387 (decode_options): Allow --sparse for POSIX_FORMAT archives.
4388 * src/xheader.c (struct xhdr_tab.coder; all coder function): Added
4390 Implemented GNU.sparse.* keywords.
4392 2003-11-30 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4394 * configure.ac: Check for setlocale. Thanks Bruno Haible for
4397 2003-11-25 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4399 * src/create.c (write_gnu_long_link): Use oldgnu
4400 magic with @LongLink blocks.
4402 2003-11-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4404 * src/tar.h: Support for star sparse format.
4405 * src/sparse.c: Likewise.
4407 2003-11-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4409 * src/sparse.c (sparse_diff_file): New function
4410 * src/common.h (sys_compare_uid,sys_compare_gid): New functions
4411 (sys_compare_uid_gid): Removed.
4412 (sys_compare_links,report_difference): Changed prototype
4413 (sparse_diff_file): New function
4414 * src/system.c (sys_compare_uid,sys_compare_gid): New functions
4415 (sys_compare_uid_gid): Removed.
4416 (sys_compare_links): Changed declaration
4417 * src/compare.c (diff_archive): Use sparse_diff_file.
4419 2003-11-16 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4421 Rewritten sparse file handling.
4423 * src/sparse.c: New file. Provides a universal framework
4424 for various methods for sparse files handling.
4425 * src/Makefile.am: Added sparse.c
4426 * src/common.h (struct sp_array,sparsearray,sp_array_size)
4427 (init_sparsearray,fill_in_sparse_array): Removed
4428 (enum dump_status): New data type
4429 (pad_archive,close_diag,open_diag,read_diag_details)
4430 (readlink_diag,savedir_diag,seek_diag_details,stat_diag): New
4432 (sparse_file_p,sparse_dump_file,sparse_extract_file): New
4434 (print_header): Changed prototype declaration.
4435 * src/tar.h (struct sp_array): Declaration from common.h
4436 (struct tar_stat_info): New members archive_file_size,
4437 sparse_map_avail,sparse_map.
4438 * src/create.c: Major rewrite.
4439 * src/extract.c: Use new sparse file interface.
4440 * src/compare.c (diff_sparse_files): Temporary placeholder.
4442 * src/buffer.c: Minor changes
4443 * src/tar.c: Likewise.
4444 * src/list.c: Likewise.
4445 * src/misc.c (close_diag,open_diag,read_diag_details)
4446 (readlink_diag,savedir_diag,seek_diag_details,stat_diag): New
4447 diagnostics functions.
4448 * src/incremen.c: Use new diagnostics functions.
4449 * src/names.c: Likewise.
4451 2003-11-14 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4453 * configure.ac: Fixed check for setsockopt
4455 * src/create.c: Do not zero-terminate name field if
4456 the name is exactly 100 characters long.
4457 (write_ustar_long_name): Fixed cheking for unsplittable
4460 2003-11-14 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4462 * src/create.c (start_header): Removed debugging hook
4463 (dump_file): Fixed handling of linkname field.
4464 * src/names.c (safer_name_suffix): If the input
4465 file name ends with a slash, output one should do so
4467 * doc/tar.texi: Documented --format=ustar
4469 2003-11-14 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4471 * src/tar.h (archive_format): USTAR_FORMAT: New type.
4472 * src/create.c: Added POSIX.1-1988 support.
4473 * src/names.c (safer_name_suffix): Skip leading ./
4474 * src/tar.c: New option --format=ustar forces
4475 POSIX.1-1988 archive format.
4476 * tests/delete03.sh: Updated.
4477 * tests/extrac04.sh: Updated.
4478 * tests/multiv01.sh: Updated.
4480 2003-11-13 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4482 * src/list.c (read_and): Initialize current_stat_info
4483 and extended_header at the start of the loop.
4484 * src/names.c (all_names_found): Check if the argument
4485 contains valid filename. Fixes coredump on `not_a_tar_file'
4486 * src/xheader.c (atime_decoder,gid_decoder,ctime_decoder)
4487 (mtime_decoder,size_decoder,uid_decoder): Use xstrtoumax.
4488 Fixes `pax-big-10g' bug.
4490 2003-11-12 Paul Eggert <eggert@twinsun.com>
4492 Fix some C compatibility bugs reported by Joerg Schilling.
4494 * src/common.h (stripped_prefix_len): Fix misspelling
4495 "stripped_path_len" in declaration.
4496 * src/rmt.c (main): Use "return FOO;" rather than
4497 "exit (FOO);"; we no longer have to worry about
4498 pre-ANSI hosts that mishandled returned values from "main".
4499 * src/tar.c (main): Likewise. This avoids warnings on some
4501 * src/system.c: Include signal.h, for 'kill'.
4502 * src/system.h (DEV_BSIZE): Remove.
4503 (DEFAULT_ST_BLKSIZE): New macro.
4504 (ST_BLKSIZE): Use it, instead of DEV_BSIZE.
4505 * src/tar.c (enum): Remove comma just before }.
4507 2003-11-12 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4509 * src/list.c (decode_header): Initialize st_atime and
4512 2003-11-11 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4514 * configure.ac (tar_save_LIBS): Bugfix. Thanks Adrian
4515 Bunk <bunk@fs.tum.de> for reporting.
4516 * doc/tar.texi: Fixed spelling. Thanks Martin Buchholz
4517 <martin@xemacs.org> for spotting.
4519 2003-11-04 Paul Eggert <eggert@twinsun.com>
4521 * src/xheader.c (xhdr_tab): Make it extern, not static, as C89 and
4524 2003-10-26 Paul Eggert <eggert@twinsun.com>
4526 * src/system.c (sys_spawn_shell): Cast trailing null to (char *).
4527 Bug reported by Christian Weisgerber.
4529 2003-10-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4533 * src/tar.c (decode_options): Removed superfluous archive format
4535 * doc/tar.texi: Documented new features.
4537 2003-10-08 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4540 * THANKS: Added Wojciech Polak
4541 * configure.ac: Added checks for missing functions. Raised
4542 version number to indicate alpha release.
4543 * lib/Makefile.am: Added missing headers
4544 * lib/waitpid.c: Added missing includes.
4545 * src/extract.c: Likewise.
4546 * src/names.c: Removed spurious includes.
4547 * src/xheader.c: Likewise.
4548 * src/system.h [MSDOS]: Fixed spelling of EACCES. Added
4549 macro overriding broken mkdir prototypes.
4551 2003-10-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4553 * configure.ac: Check for dev_t and ino_t.
4554 * m4/Makefile.am: Added missing files.
4555 * src/system.c: New file.
4556 * src/Makefile.am: Added system.c
4557 * src/common.h: Prototypes for functions from system.c
4558 * src/system.h (SET_BINARY_MODE, ERRNO_IS_EACCESS): New defines
4559 * src/buffer.c: Moved system dependencies to system.c
4560 * src/compare.c: Likewise.
4561 * src/create.c: Likewise.
4562 * src/delete.c: Likewise.
4563 * src/extract.c: Likewise.
4564 * src/rtapelib.c: Likewise.
4566 2003-10-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4568 Implemented --occurrence option.
4571 * src/tar.c: New option --occurrence.
4572 * src/common.h (occurrence_option): New global
4573 (struct name): Changed `found' member to `uintmax_t
4575 (names_done): Removed
4576 (all_names_found): Changed prototype.
4577 (ISFOUND,WASFOUND): New macros
4578 * src/delete.c (delete_archive_members): Honor --occurrence
4580 * src/list.c (read_and): Likewise.
4581 * src/names.c: Count number of occurrences of each name in the
4583 (name_match): Honor --occurrence option.
4584 (names_done): Removed
4585 (all_names_found,names_notfound): Rewritten.
4587 2003-10-02 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4589 * src/tar.c: Removed extra precaution regarding
4590 subcommand_option == CAT_SUBCOMMAND
4591 * lib/Makefile.am: Updated
4593 2003-10-02 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4595 * src/common.h (names_done): New function.
4596 * src/names.c: Likewise.
4597 * src/list.c (read_and): Use all_names_found() as `while'
4599 * src/tar.c: New option --first-copy
4602 2003-09-24 Paul Eggert <eggert@twinsun.com>
4604 * src/rmt.c (main): Don't translate Copyright string; international
4605 law says the word "Copyright" should be in English.
4606 * src/tar.c (decode_options): Likewise.
4608 2003-09-22 Paul Eggert <eggert@twinsun.com>
4610 * doc/tar.texi (extracting untrusted archives): New section.
4612 * src/common.h (stripped_path_len): Renamed from cut_path_elements.
4613 Return size_t, not pointer, so that we don't have to worry about
4614 violating the C standard by converting char const * to char *.
4615 All callers changed.
4616 * src/names.c (stripped_path_len): Likewise. Strip file system
4617 prefix, too. Count adjacent slashes as if they were one slash;
4618 that is the POSIX standard.
4620 2003-09-17 Paul Eggert <eggert@twinsun.com>
4622 * README-alpha: Document maintainer tool assumptions a bit. GNU
4623 'sed' is no longer required. For GNU m4 1.4, suggest the patch in
4624 Debian bug 211447. Fix minor misspellings/whitespace nits.
4626 * configure.ac (AC_AIX, AC_MINIX): Remove; subsumed by
4627 gl_USE_SYSTEM_EXTENSIONS.
4629 * lib/.cvsignore: Add exit.h, time_r.c, time_r.h.
4630 * m4/.cvsignore: Add restrict.m4, time_r.m4.
4632 2003-09-17 Paul Eggert <eggert@twinsun.com>
4634 * bootstrap: Don't use "for option; do";
4635 Solaris 8 /bin/sh doesn't like that.
4637 2003-09-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4639 * README-alpha: Updated
4640 * bootstrap: Updated
4642 2003-09-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4644 * README-alpha: Updated
4645 * bootstrap: Updated
4646 * po/POTFILES.in: Added src/xheader.c
4647 * src/common.h (cut_path_elements): Added proto.
4649 2003-09-05 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4651 * src/buffer.c: Use ngettext where appropriate.
4652 * src/compare.c: Likewise.
4653 * src/create.c: Likewise.
4654 * src/misc.c: Likewise.
4655 * src/tar.c: Likewise.
4656 * src/update.c: Likewise.
4658 2003-09-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4660 * .cvsignore: Added *.shar.gz
4663 * src/common.h (strip_path_elements): New variable.
4664 * src/extract.c (extract_archive): Implemented --strip-path
4665 * src/names.c (cut_path_elements): New function.
4666 * src/tar.c: New option --strip-path=NUM.
4667 (decode_options) Assign boolean values to bool variables.
4669 2003-09-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4671 * src/delete.c: Fixed deletion from the POSIX archives.
4672 * src/list.c (read_header): Minor change.
4673 * src/tar.c (main): Do not check for volume_label_option
4674 if subcommand_option is not CREATE_SUBCOMMAND.
4675 * src/xheader.c (xheader_decode): Store the header as
4676 well (for eventual delete).
4678 * tests/incremen.sh: Explicitly request GNU format. This will
4679 disappear when GNU extended header keywords are working.
4680 * tests/multiv01.sh: Likewise
4681 * tests/volume.sh: Likewise
4683 2003-09-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4685 * src/create.c: Support for "linkpath" extended keyword.
4686 * src/xheader.c (decode_record): Reversed the return
4689 2003-09-03 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4691 * configure.ac: Allow to redefine the default output format.
4692 * src/tar.c: Use DEFAULT_ARCHIVE_FORMAT macro
4693 (archive_format_string): New function.
4694 (usage): Updated help output.
4699 2003-09-02 Paul Eggert <eggert@twinsun.com>
4701 * src/common.h (destroy_stat, xheader_decode, xheader_store,
4702 xheader_read, xheader_finish, xheader_destroy): Add decls;
4705 * src/create.c (write_extended): Remove unused local 'bufsize'.
4707 * src/delete.c (delete_archive_members): Handle case of
4708 HEADER_SUCCESS_EXTENDED followed by HEADER_FAILURE.
4709 * src/list.c (read_and): Abort if HEADER_SUCCESS_EXTENDED
4710 occurs, as it's not possible.
4711 * src/update.c (update_archive): Likewise.
4713 Use "const" when possible in new code.
4714 * src/tar.c (struct fmttab.name): Now char const *. All uses changed.
4715 (fmttab): Now const. All uses changed.
4716 * src/xheader.c (struct xhdr_tab.keyword): Now pointer to const.
4717 (struct xhdr_tab.coder, struct xhdr_tab.decoder, locate_handler,
4718 decode_record, xheader_store, xheader_print, code_string, code_time,
4719 code_num, dummy_coder, dummy_decoder, atime_coder, atime_decoder,
4720 gid_coder, gid_decoder, gname_coder, gname_decoder, linkpath_coder,
4721 linkpath_decoder, ctime_coder, ctime_decoder, mtime_coder,
4722 mtime_decoder, path_coder, path_decoder, size_coder, size_decoder,
4723 uid_coder, uid_decoder, uname_coder, uname_decoder):
4724 Use pointers to const when possible.
4725 (xhdr_tab): Now const.
4727 * src/tar.c (fmttab): Avoid GCC warning by not eliding initializers.
4728 (set_archive_format): Report an error if no format name matches,
4729 instead of returning an undefined value.
4731 * src/xheader.c (struct xhdr_tab.decoder, dummy_decoder,
4732 atime_decoder, gid_decoder, gname_decoder, linkpath_decoder,
4733 ctime_decoder, mtime_decoder, path_decoder, size_decoder,
4734 uid_decoder, uname_decoder): Remove unused keyword arg.
4737 * src/tar.c (set_archive_format): Now static.
4738 * src/xheader.c (xhdr_tab, format_uintmax): Now static.
4740 * src/xheader.c (dummy_coder, dummy_decoder, atime_coder,
4741 atime_decoder, gid_coder, gid_decoder, gname_coder, gname_decoder,
4742 linkpath_coder, linkpath_decoder, mtime_coder, mtime_decoder,
4743 ctime_coder, ctime_decoder, path_coder, path_decoder, size_coder,
4744 size_decoder, uid_coder, uid_decoder, uname_coder, uname_decoder):
4745 Remove forward decls; no longer needed.
4746 (xhdr_tab): Move to end, so that the forward decls aren't needed.
4747 Add a forward declaration.
4749 Use 'bool' in new code, when appropriate.
4750 * src/xheader.c (decode_record): Return bool, not int.
4751 * src/common.h (read_header): Since it accepts bool, change
4752 all callers to use false and true rather than 0 and 1.
4754 * src/xheader.c (decode_record): Fix misspelling in diagnostic
4755 "extended headed" -> "extended header".
4757 GNU coding style fixes.
4758 * src/xheader.c (decode_record, xheader_decode):
4759 Do not use decls like "char *p, *q;".
4762 (xheader_store): Avoid parentheses around object operand of sizeof.
4764 2003-09-03 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4766 * src/create.c (start_header): Store long file names
4767 in "path" keyword of an extended header if in POSIX
4769 (finish_header): print header before calling write_extended().
4770 * src/list.c (list_archive): Always decode the header. This
4771 is necessary so the extended header is processed and the correct
4772 filename is printed no matter what the state of verbose_option.
4773 * src/xheader.c (xhdr_tab): Reserved GNU keywords (commented out
4774 for the time being).
4776 2003-09-01 Paul Eggert <eggert@twinsun.com>
4778 Update from gnulib, and correct fnmatch to fnmatch-gnu.
4779 * bootstrap (gnulib_modules): Change fnmatch to fnmatch-gnu.
4781 * configure.ac (gl_USE_SYSTEM_EXTENSIONS): Use this instead
4783 * lib/.cvsignore: Add alloca.h, stdbool.h. Sort. Append newline.
4784 * lib/Makefile.am (lib_OBJECTS): New macro, for convenience when
4785 copying rules from gnulib module descriptions.
4786 (BUILT_SOURCES, EXTRA_DIST, all-local, alloca.h):
4787 Update from gnulib modules alloca, fnmatch, getline, stdbool.
4788 * m4/.cvsignore: Add utimes-null.m4. Sort.
4790 2003-09-01 Sergey Poznyakoff
4792 Added initial support for creating POSIX headers.
4794 * src/common.h (MAXOCTAL11,MAXOCTAL7): New defines
4795 (string_to_chars): New functions
4796 (struct xheader): Changed structure
4797 (gid_to_gname,gname_to_gid,uid_to_uname,uname_to_uid): Changed
4799 * src/create.c (string_to_chars): New function.
4800 (write_extended): New function
4801 (start_header): Create extended POSIX headers if necessary.
4802 (finish_header): Likewise.
4803 * src/list.c (print_header): Take user/group from
4805 * src/names.c (gid_to_gname,gname_to_gid)
4806 (uid_to_uname,uname_to_uid): Changed prototypes.
4807 * src/tar.c: New option --format.
4808 * src/tar.h (OLDGNU_COMPATIBILITY): Removed
4809 (struct extra_header): Removed unused structure.
4810 (union block.extra_header): Removed unused member.
4811 * src/xheader.c: Implemented coder functions.
4812 * bootstrap: Added obstack.
4813 * lib/.cvsignore: Likewise.
4814 * configure.ac: Added 'gl_OBSTACK'
4815 * m4/Makefile.am: Added new files.
4816 * m4/.cvsignore: Likewise.
4817 * TODO: Minor formatting change
4819 2003-08-31 Sergey Poznyakoff
4821 Added initial support for POSIX extended and STAR headers
4822 (only for listing/extracting).
4824 * src/xheader.c: New file.
4825 * src/Makefile.am: Added xheader.c
4826 * src/tar.h (struct star_header): New datatype
4827 (XHDTYPE,XGLTYPE): New defines
4828 (enum archive_format:STAR_FORMAT): New member
4829 (struct tar_stat_info): New datatype.
4830 (union block.star_header): New member.
4831 * src/common.h (orig_file_name,current_file_name)
4832 (current_trailing_slash,current_link_name): Removed variables.
4833 (current_stat_info): New variable
4834 (current_stat): Removed
4835 (extended_header): New variable
4836 (decode_header): Changed prototype.
4837 * src/list.c (decode_header): Added initial support for POSIX extended
4839 (skip_member): Check oldgnu_header only if current_format is set
4841 * src/buffer.c: Use current_stat_info
4842 * src/compare.c: Likewise.
4843 * src/create.c: Likewise.
4844 * src/delete.c: Likewise.
4845 * src/incremen.c: Likewise.
4846 * src/mangle.c: Likewise.
4847 * src/update.c: Likewise.
4848 * src/extract.c: Likewise.
4849 (make_directories): Improved check for the existence of the directory
4850 * src/tar.c (destroy_stat): New function.
4852 2003-08-29 Paul Eggert <eggert@twinsun.com>
4854 * NEWS, bootstrap: Drop en_GB locale; it was more trouble than it
4855 was worth (e.g., different users in en_GB disagree about -ize
4857 * po/en_GB.po: Remove.
4859 2003-07-28 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4863 * src/tar.c: Removed support for the obsolete command line
4865 * doc/tar.texi: Removed references to the obsolete command
4868 2003-07-27 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4872 * doc/tar.texi: Updated
4873 * src/common.h (check_links_option): New variable
4874 (orig_file_name): New variable
4875 (check_links): New proto.
4876 * src/create.c (struct link.nlink): New member
4877 (link_table): Static for the module.
4878 (dump_file): Update `link' member when adding new links
4880 (check_links): New function.
4881 * src/list.c (print_header): Use orig_file_name.
4882 * src/tar.c: New option --check-links. Changed semantics of
4883 -o to comply to UNIX98 when extracting and to its previous
4884 semantics otherwise.
4885 (main): Call check_links if --check-links. was given.
4887 2003-07-25 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4889 * src/list.c (print_header): Revised
4890 * NEWS: Started the entry for 1.13.26
4891 * doc/Makefile.am (tar.dvi): Fixed TEXINPUTS value.
4893 2003-07-24 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4895 * .cvsignore: Added to the repository.
4896 * doc/.cvsignore: Likewise.
4897 * lib/.cvsignore: Likewise.
4898 * m4/.cvsignore: Likewise.
4899 * po/.cvsignore: Likewise.
4900 * scripts/.cvsignore: Likewise.
4901 * src/.cvsignore: Likewise.
4902 * tests/.cvsignore: Likewise.
4904 * lib/Makefile.am: Added exitfail.[hc]
4905 * src/misc.c (chdir_do): Fixed call to restore_cwd
4906 * src/buffer.c (flush_read): Fixed behavior on short
4907 reads right after opening the new archive (multiv01.sh test).
4908 (new_volume): Special handling for "-".
4909 * src/list.c (print_header): Print trailing slash if
4910 current_trailing_slash was set (extrac03.sh,extrac04.sh tests).
4911 * tests/multiv01.sh: Minor changes.
4912 * m4/Makefile.am: Added missing files.
4914 2003-07-05 Paul Eggert <eggert@twinsun.com>
4916 Finish the checkin begin yesterday.
4918 * NEWS: Document the user-visible changes installed in the last
4921 * TODO: New file (actually, resurrected; but with new contents).
4923 * src/list.c (read_and): Give full type for procedure arg.
4924 (read_header): Strip trailing slashes, setting current_trailing_slash.
4925 (tartime): Avoid int overflow when printing year (!).
4926 (print_header): New arg specifying block ordinal. All uses changed.
4927 Print link as 'h' type. Give labels for long links and names.
4929 * src/misc.c (contains_dot_dot): Moved to names.c
4930 (must_be_dot_or_slash): New function.
4931 (safer_rmdir): Use it.
4932 (remove_any_file): Now takes enum as option, not boolean.
4933 Check for (Linux) EISDIR as well as (POSIX) EPERM when attempting
4934 to unlink a directory.
4935 (deref_stat): Accept bool, not int.
4937 * src/names.c (namelist_match): Allow partial matches only if
4939 (hash_string_hasher): Renamed from hash_avoided_name.
4940 (hash_string_compare): Renamed from compare_avoided_anames.
4941 (hash_string_insert, hash_string_lookup): New functions.
4942 (add_avoided_name, is_avoided_name): Use them.
4943 (safer_name_suffix): New function.
4944 (contains_dot_dot): Moved here from misc.c. Now returns bool, not int.
4946 * src/rmt.c: Don't include print-copyr.h.
4947 (prepare_input_buffer): New arg FD.
4948 Do not read more than INT_MAX bytes at once,
4949 since it breaks on some brain damaged Tru64 hosts.
4951 when retrying instead of subtracting 1024; for speed.
4952 (main): Use gettext to translate (C), not print_copyright.
4954 * src/system.h: Include <alloca.h> and <stdbool.h> unconditionally,
4955 now that gnulib handles this.
4956 Include <stddef.h> and <limits.h> unconditionally, now that we assume
4958 Assume that offsetof is defined in stddef.h.
4959 Do not include <sys/param.h>.
4960 (realloc, lseek): Do not declare.
4961 (HAVE_DECL_VALLOC): Renamed from HAVE_VALLOC.
4962 (CHAR_BIT, CHAR_MAX, UCHAR_MAX, LONG_MAX): Remove
4963 declarations, since we now assume C89 or better.
4964 (PARAMS): Remove, as we now assume C89. All uses changed.
4965 (bindtextdomain, textdomain): Include <gettext.h> to define.
4966 Include <unlocked-io.h>.
4967 (valloc): Define if not defined, and if valloc is not declared.
4968 (xstrdup): Remove decl.
4970 * src/tar.c: Do not include <print-copyr.h>.
4971 Include <getdate.h>.
4972 (get_date): Remove decl.
4973 (ATIME_PRESERVE_OPTION, CHECKPOINT_OPTION, FORCE_LOCAL_OPTION,
4974 IGNORE_FAILED_READ_OPTION, INDEX_FILE_OPTION, NO_OVERWRITE_DIR_OPTION,
4975 NUMERIC_OWNER_OPTION, RECURSIVE_UNLINK_OPTION, REMOVE_FILES_OPTION,
4976 SHOW_OMITTED_DIRS_OPTION, TOTALS_OPTION): New constants.
4977 (long_options, decode_options): Use them.
4978 (OVERWRITE_DIR_OPTION): Remove.
4979 (long_options): New options --index-file, --no-overwrite-dir.
4980 Remove --overwrite-dir option.
4981 (usage): Use PACKAGE_BUGREPORT.
4982 (decode_options): Terminate new argv properly.
4983 Use PACKAGE_NAME, PACKAGE_VERSION.
4984 If verbose, report how we grokked any textual date option.
4985 (main): Add support for index-file.
4987 * tests/Makefile.am: Convert to UTF-8.
4988 (AUTOMAKE_OPTIONS): Remove.
4989 (TESTS): Add delete04.sh, multiv01.sh, options.sh.
4990 (INCLUDES): Remove ../intl.
4991 (LDADD): Don't link libtar.a twice.
4993 * tests/genfile.c: Convert to UTF-8.
4994 Don't include <print-copyr.h>.
4995 (DEFAULT_PATTERN): Renamed from DEFAULT.
4996 (ZEROS_PATTERN): Renamed from ZEROS.
4997 (main): Use gettext to translate (C), not print_copyright.
4999 2003-07-04 Paul Eggert <eggert@twinsun.com>
5001 Revamp to meet current standards of autoconf, automake,
5002 gettext, and gnulib, and incorporate new translations.
5004 * config/config.guess, config/config.sub, config/depcomp,
5005 config/install-sh, config/mdate-sh, config/missing,
5006 config/mkinstalldirs, config/texinfo.texi:
5007 Moved here from parent directory, or from doc.
5008 * config.hin: Renamed from config.h.in.
5009 * config/config.rpath: New file.
5011 * intl: Remove this subdirectory.
5013 * lib/fnmatch_.h: Renamed from lib/fnmatch.hin.
5015 * lib/getstr.c, lib/getstr.h, lib/msleep.c, lib/print-copyr.c,
5016 lib/print-copyr.h, lib/readutmp.c, lib/rename.c, lib/stpcpy.c,
5017 lib/strstr.c, lib/strtoimax.c, lib/strtoll.c, lib/strtoull.c,
5018 lib/strtoumax.c, lib/unicodeio.c, lib/unicodeio.h,
5019 lib/xstrtoimax.c, m4/c-bs-a.m4, m4/ccstdc.m4, m4/check-decl.m4,
5020 m4/decl.m4, m4/jm-mktime.m4, m4/prereq.m4, m4/xstrtoimax.m4,
5023 * lib/alloca_.h, lib/fnmatch_loop.c, lib/gettext.h, lib/pathmax.h,
5024 lib/safe-write.c, lib/safe-write.h, lib/stdbool_.h, lib/strcase.h,
5025 lib/stripslash.c, lib/unlocked-io.h, lib/xgetcwd.h, m4/alloca.m4,
5026 m4/backupfile.m4, m4/bison.m4, m4/chown.m4, m4/dirname.m4,
5027 m4/dos.m4, m4/exclude.m4, m4/fileblocks.m4, m4/ftruncate.m4,
5028 m4/getdate.m4, m4/getopt.m4, m4/hash.m4, m4/human.m4,
5029 m4/intdiv0.m4, m4/intmax_t.m4, m4/inttypes-pri.m4,
5030 m4/inttypes_h.m4, m4/isc-posix.m4, m4/lchown.m4, m4/lib-ld.m4,
5031 m4/lib-link.m4, m4/lib-prefix.m4, m4/memset.m4, m4/mktime.m4,
5032 m4/modechange.m4, m4/nls.m4, m4/onceonly.m4, m4/pathmax.m4,
5033 m4/po.m4, m4/quote.m4, m4/quotearg.m4, m4/rmdir.m4,
5034 m4/safe-read.m4, m4/safe-write.m4, m4/save-cwd.m4, m4/savedir.m4,
5035 m4/ssize_t.m4, m4/stdbool.m4, m4/stdint_h.m4, m4/strcase.m4,
5036 m4/strtoimax.m4, m4/strtol.m4, m4/strtoll.m4, m4/strtoul.m4,
5037 m4/strtoull.m4, m4/strtoumax.m4, m4/tm_gmtoff.m4, m4/uintmax_t.m4,
5038 m4/unlocked-io.m4, m4/xalloc.m4, m4/xgetcwd.m4, m4/xstrtol.m4,
5039 po/LINGUAS, po/Makevars, po/Rules-quot, po/boldquot.sed,
5040 po/en@boldquot.header, po/en@quot.header, po/en_GB.po,
5041 po/insert-header.sin, po/remove-potcdate.sin, po/stamp-po: New files.
5043 * ABOUT-NLS, INSTALL, lib/addext.c, lib/alloca.c, lib/argmatch.c,
5044 lib/argmatch.h, lib/backupfile.c, lib/backupfile.h, lib/dirname.c,
5045 lib/dirname.h, lib/error.c, lib/exclude.c, lib/exclude.h,
5046 lib/fnmatch.h, lib/full-write.c, lib/full-write.h, lib/getdate.h,
5047 lib/getdate.y, lib/getline.c, lib/getline.h, lib/getopt.c,
5048 lib/getopt.h, lib/getopt1.c, lib/hash.c, lib/hash.h, lib/human.c,
5049 lib/human.h, lib/lchown.c, lib/malloc.c, lib/mktime.c,
5050 lib/modechange.c, lib/modechange.h, lib/quote.c, lib/quote.h,
5051 lib/quotearg.c, lib/quotearg.h, lib/realloc.c, lib/safe-read.c,
5052 lib/safe-read.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
5053 lib/savedir.h, lib/strcasecmp.c, lib/utime.c, lib/xalloc.h,
5054 lib/xgetcwd.c, lib/xmalloc.c, lib/xstrdup.c, lib/xstrtol.c,
5055 lib/xstrtol.h, lib/xstrtoumax.c, m4/codeset.m4, m4/d-ino.m4,
5056 m4/error.m4, m4/fnmatch.m4, m4/getcwd.m4, m4/getline.m4, m4/gettext.m4,
5057 m4/glibc21.m4, m4/iconv.m4, m4/inttypes.m4, m4/lcmessage.m4,
5058 m4/longlong.m4, m4/malloc.m4, m4/mbrtowc.m4, m4/mbstate_t.m4,
5059 m4/progtest.m4, m4/realloc.m4, m4/strerror_r.m4, m4/ulonglong.m4,
5060 m4/utimbuf.m4, m4/utime.m4, m4/utimes.m4, m4/xstrtoumax.m4,
5062 Upgrade to latest version from external source. The file "bootstrap"
5063 now grabs these automatically, so we needn't keep track of them
5064 in this change long any longer.
5066 * Makefile.am (AUTOMAKE_OPTIONS): Remove. Now done by configure.ac.
5067 (SUBDIRS): Remove intl.
5068 * PORTS: Update for star, Macintosh.
5069 * README, README-alpha: Suggest Autoconf 2.57, Automake 1.7.5,
5070 Bison 1.875, gettext 0.12.1.
5071 * THANKS: Add Bernhard Rosenkraenzer, Solar Designer.
5072 * configure.ac (AC_INIT, AM_INIT_AUTOMAKE): Convert to modern form.
5073 (AC_CONFIG_AUX_DIR): New.
5074 (AC_CONFIG_HEADERS): Rename config.h.in to config.hin, to be more
5076 (AC_PREREQ): Bump from 2.52 to 2.57.
5077 (AC_GNU_SOURCE): New.
5078 (AC_PROG_GCC_TRADITIONAL, AM_C_PROTOTYPES, AC_C_CONST): Remove;
5079 we no longer support K&R C.
5081 (AC_CHECK_HEADERS): Remove limits.h, poll.h, stdbool.h, stropts.h,
5082 sys/ioccom.h, sys/param.h, sys/time.h, sys/timeb.h, wchar.h, wctype.h.
5083 (AC_MBSTATE_T): Remove.
5084 (HAVE_UTIME_H, HAVE_DECL_FREE, HAVE_DECL_GETGRGID, HAVE_DECL_GETPWUID,
5085 HAVE_DECL_GETENV, HAVE_DECL_MALLOC, HAVE_DECL_STRTOUL,
5086 HAVE_DECL_STRTOULL, HAVE_MKNOD): Remove our special code.
5087 (AM_STDBOOL_H): Add.
5088 (AC_HEADER_TIME, AC_STRUCT_TIMEZONE,
5089 jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Remove.
5090 (AC_CHECK_TYPE): Remove ssize_t.
5091 (gt_TYPE_SSIZE_T): Add.
5092 (jm_AC_PREREQ_XSTRTOUMAX, jm_PREREQ_ADDEXT, jm_PREREQ_ERROR,
5093 jm_PREREQ_HUMAN, jm_PREREQ_QUOTEARG, jm_PREREQ_XGETCWD,
5094 AC_FUNC_ALLOCA, AC_FUNC_CLOSEDIR_VOID, AC_FUNC_STRERROR_R,
5095 AC_FUNC_FNMATCH, AC_FUNC_VPRINTF, AM_FUNC_GETLINE, jm_FUNC_MALLOC,
5096 jm_FUNC_MKTIME, jm_FUNC_REALLOC):
5097 Remove. Switch to gnulib macros like gl_BACKUPFILE instead.
5098 (tar_LDADD): Rename to LIB_CLOCK_GETTIME. All uses changed.
5099 (rmt_LDADD): Rename to LIB_SETSOCKOPT. All uses changed.
5100 (AC_CHECK_FUNCS): Remove fchdir, ftime, getcwd, isascii, nap,
5101 napms, poll, select, strstr, usleep.
5102 (AC_REPLACE_FUNCS): Remove ftruncate, lchown, memset, rename,
5103 rmdir, strcasecmp, strncasecmp, strtol, strtoul.
5104 (AM_GNU_GETTEXT): Use external and need-ngettext options.
5105 (AM_GNU_GETTEXT_VERSION): New.
5106 (AC_OUTPUT): Remove intl/Makefile.
5108 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
5109 ($(srcdir)/tar.info, tar.dvi): Remove obsolete warnings.
5110 * doc/fdl.texi: Update to current GNU version.
5111 * doc/gettext.texi: Update to current coreutils version,
5112 plus a copyright notice.
5113 * doc/tar.texi: Switch to new method for doing copyright notices.
5114 Use @acronym instead of @sc where appropriate.
5115 Remove empty examples. Give a few more examples.
5117 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
5118 (EXTRA_DIST, libtar_a_SOURCES): Switch to gnulib, so that they
5119 are built up in pieces with +=.
5120 (noinst_HEADERS, INCLUDES): Remove.
5121 (BUILT_SOURCES, MAINTAINERCLEANFILES, MOSTLYCLEANFILES): New.
5122 (libtar_a_LIBADD): Use $ rather than @.
5123 (all-local, alloca.h, fnmatch.h, stdbool.h): New rules, from gnulib.
5125 * m4/Makefile.am (EXTRA_DIST): Add alloca.m4, backupfile.m4,
5126 bison.m4, chown.m4, dirname.m4, dos.m4, exclude.m4, fileblocks.m4,
5127 ftruncate.m4, getdate.m4, getopt.m4, hash.m4, human.m4,
5128 intdiv0.m4, intmax_t.m4, inttypes_h.m4, inttypes-pri.m4,
5129 isc-posix.m4, lcown.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
5130 memset.m4, mktime.m4, modechange.m4, nls.m4, onceonly.m4,
5131 pathmax.m4, po.m4, quotearg.m4, quote.m4, rmdir.m4, safe-read.m4,
5132 safe-write.m4, save-cwd.m4, savedir.m4, ssize_t.m4, stdbool.m4,
5133 stdint_h.m4, strcase.m4, strtoimax.m4, strtoll.m4, strtol.m4,
5134 strtoull.m4, strtoul.m4, strtoumax.m4, tm_gmtoff.m4, uintmax_t.m4,
5135 unlocked-io.m4, xalloc.m4, xgetcwd.m4, xstrtol.m4.
5136 Remove c-bs-a.m4, ccstdc.m4, check-decl.m4, decl.m4, jm-mktime.m4,
5137 prereq.m4, xstrtoimax.m4.
5139 * po/POTFILES.in: Remove tests/genfile.c; it doesn't need to
5140 be translated, since it's not a user-visible tool.
5142 * scripts/Makefile.am (AUTOMAKE_OPTIONS): Remove.
5144 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
5145 (INCLUDES): Remove ../intl. Put top-srcdir before ., for
5146 consistency with coreutils.
5147 (LDADD): Link LIBINTL after libtar.a, since
5148 it's now external and should stand by itself.
5150 * src/buffer.c (print_total_written): Adjust to new human.h
5152 (child_open_for_compress): Do not increase size to BLOCKSIZE.
5153 (open_archive): Open index file name.
5154 Strip trailing slahes from file names.
5155 (flush_write): Set size to 0 if not saving names.
5156 (flush_write, flush_read): Use safer_name_suffix rather than
5159 * src/common.h: Include <quote.h>.
5160 (absolute_names_option, atime_preserve_option, backup_option,
5161 block_number_option, checkpoint_option, dereference_option,
5162 force_local_option, ignore_failed_read_option, ignore_zeros_option,
5163 incremental_option, interactive_option, multi_volume_option,
5164 numeric_owner_option, one_file_system_option, recursive_unlink_option,
5165 read_full_records_option, remove_files_option, same_order_option,
5166 show_omitted_dirs_option, sparse_option, starting_file_option,
5167 to_stdout_option, totals_option, touch_option, verify_option,
5168 dev_null_output, now_verifying, we_are_root): Now bool, not int.
5169 (current_trailing_slash, index_file_name, recent_long_name_blocks,
5170 recent_long_link_blocks): New vars.
5171 (NO_OVERWRITE_DIR_OLD_FILES): New constant.
5172 (OVERWRITE_OLD_DIRS): Remove.
5173 (enum remove_option): New enum.
5174 (remove_any_file): Use it as option arg, not int.
5175 (is_avoided_name, contains_dot_dot): Return bool, not int.
5176 (safer_name_suffix): New decl.
5178 * src/compare.c (now_verifying): Now bool, not int.
5179 (fill_in_sparse_array): Move to extract.c. Now returns bool;
5180 all callers changed to test for failure.
5181 (diff_sparse_files): Take size from current_stat, not from param.
5182 (diff_archive): Do not count trailing slashes in archives.
5183 (verify_volume): Test for header failure after loop, not before.
5185 * src/create.c (relativize): Remove; replaced by safer_name_suffix.
5186 All callers changed.
5187 (start_header): Clear devmajor and devminor fields, too.
5188 (finish_header): New arg block_ordinal.
5189 (init_sparsearray): Now extern. Set sp_array_size to
5190 SPARSES_IN_OLDGNU_HEADER if it is zero.
5191 (dump_file): Keep link table as a hash.
5192 Do not count "file changed as we read it" as a failure.
5194 * src/delete.c (recent_long_name_blocks, recent_long_link_blocks):
5195 Move extern decl to common.h.
5197 * src/extract.c (we_are_root): Now bool, not int.
5198 (check_time): Warn about implausibly old time stamps.
5199 (set_stat): Use utimbuf, not stat_info.
5200 (prepare_to_extract): New arg DIRECTORY.
5201 (fill_in_sparse_array): Moved here from compare.c.
5202 (extract_sparse_file): Now returns off_t, giving size left.
5203 Truncate file at end.
5204 (extract_archive): Use safer_name_suffix rather than rolling our own.
5205 Use fill_in_sparse_array rather than rolling our own.
5206 Strip trailing slashes more effectively.
5207 Check for unsafe names.
5209 * src/incremen.c (struct directory): nfs and found are now of type
5211 (gnu_restore): Now takes directory name as argument, not offset
5212 of directory name in a global. All uses changed.
5213 (CURRENT_FILE_NAME): Remove.
5216 * tests/delete04.sh, tests/multiv01.sh, tests/options.sh: New
5219 2002-09-30 Paul Eggert <eggert@twinsun.com>
5221 * src/rmt.c (prepare_input_buffer): Renamed form
5222 prepare_record_buffer. All uses changed. Do not assume that
5223 size_t is the same width as int.
5225 2002-03-29 Paul Eggert <eggert@twinsun.com>
5227 * src/incremen.c (get_directory_contents):
5228 If ignore_failed_read_option, only warn about
5229 get_directory_contents failures. Fix suggested by
5232 2002-01-31 Mark W. Eichin <eichin@thok.org>
5234 * src/buffer.c (child_open_for_compress): Don't try to read
5235 past the end of the buffer.
5237 2001-10-11 Jim Meyering <meyering@lucent.com>
5239 * argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
5240 and quote_n (1, ... to avoid clobbering a buffer.
5242 2001-09-26 Paul Eggert <eggert@twinsun.com>
5244 * NEWS, configure.ac (AM_INIT_AUTOMAKE): Version 1.13.25.
5246 * src/buffer.c (flush_read): Don't diagnose partial blocks before
5247 end of file; just ignore them silently.
5249 * src/list.c (read_header): Don't keep around extended name
5250 and link info indefinitely; keep it only for the next file.
5251 This fixes a bug introduced in 1.13.24, and removes the need
5252 for some static variables. Set recent_long_name and
5253 recent_long_link to zero if there were no long links; this
5254 avoids a violation of ANSI C rules for pointers in delete.c.
5255 * THANKS: Add Christian Laubscher.
5257 2001-09-26 Jim Meyering <meyering@lucent.com>
5259 * doc/tar.texi (Remote Tape Server): is know -> is known
5261 2001-09-25 Paul Eggert <eggert@twinsun.com>
5263 * lib/unicodeio.c (EILSEQ): Include <iconv.h> first, since
5264 <iconv.h> may define EILSEQ (e.g. libiconv). Define a
5265 replacement EILSEQ to be ENOENT, not EINVAL, since callers may
5266 want to distinguish EINVAL and EILSEQ.
5268 2001-09-24 Christophe Kalt <Christophe.Kalt@kbcfp.com>
5270 * src/extract.c (maybe_recoverable):
5271 Treat OVERWRITE_OLD_DIRS like DEFAULT_OLD_FILES.
5273 2001-09-22 Paul Eggert <eggert@twinsun.com>
5275 * NEWS, configure.ac (AM_INIT_AUTOMAKE): Version 1.13.24.
5277 * ABOUT-NLS, intl/*: Update to gettext-0.10.40, replacing LGPL
5280 * INSTALL, mkinstalldirs: Update to autoconf 2.52 version.
5281 * PORTS: Add copyright notice, 'star' reference.
5282 * README-alpha: Add copyright notice, autoconf 2.52 patch.
5283 * THANKS: Add Christophe Kalt.
5284 * config.sub: Upgrade to 2001-09-14 version.
5286 * configure.ac (ALL_LINGUAS): Add ko.
5287 * po/ko.po: Resurrected file.
5289 * doc/convtexi.pl: Add coding advice for Emacs.
5291 * doc/getdate.texi: Add copyright notice.
5293 * doc/mdate-sh: Upgrade to automake 1.5 version.
5295 * doc/tar.texi (extracting files): Mention --to-stdout.
5296 (Option Summary, Dealing with Old Files): New option --overwrite-dir.
5297 (Overwrite Old Files): Likewise.
5299 * lib/Makefile.am (noinst_HEADERS):
5300 Remove copysym.h. Add print-copyr.h, unicodeio.h.
5301 (libtar_a_SOURCES): Remove copysym.c, Add print-copyr.c, unicodeio.c.
5303 * lib/copysym.c, lib/copysym.h: Remove.
5304 * lib/print-copyr.c, lib/print-copyr.h, lib/unicodeio.c,
5305 lib/unicodeio.h: New files.
5307 * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
5308 lib/mktime.c, lib/strtoll.c: Switch from LGPL to GPL.
5310 * lib/quotearg.c (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
5311 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
5313 * m4/Makefile.am (EXTRA_DIST): Remove isc-posix.m4.
5314 * m4/isc-posix.m4: Remove.
5316 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit.
5318 * po/POTFILES.in: Add copyright notice.
5320 * src/Makefile.am (LDADD): Like libtar.a before @INTLLIBS@ as
5322 * tests/Makefile.am (LDADD): Likewise.
5324 * src/buffer.c (write_archive_buffer, close_archive):
5325 If an archive is a socket, treat it like a FIFO.
5326 (records_read, records_written): New vars.
5327 (write_archive_to_stdout): Now bool, not int.
5328 (open_archive, flush_write, flush_read): Keep records_read and
5329 records_written up to date.
5331 * src/common.h (enum old_files): New value OVERWRITE_OLD_DIRS.
5332 (write_archive_to_stdout): Now bool, not int.
5333 (enum read_header): New value HEADER_SUCCESS_EXTENDED.
5334 (read_header): Now takes bool arg. Existing callers modified
5335 to pass 0, unless otherwise specified.
5337 * src/delete.c (records_read): Remove; now a global.
5338 (acting_as_filter): Now bool, not int.
5339 (recent_long_name, recent_long_link, recent_long_name_blocks,
5340 recent_long_link_blocks, records_read, records_written): New decls.
5341 (records_skipped): New var.
5342 (move_archive): Don't divide by zero if arg is 0.
5343 Use the above vars to compute how far to move.
5344 (write_recent_blocks): New function.
5345 (delete_archive_member): Pass 1 to read_header, so that it doesn't
5346 read more than 1 block. Handle resulting HEADER_SUCCESS_EXTENDED code.
5347 Keep track of how many records have been skipped.
5348 Let the buffer code count records.
5349 When copying a header, copy any extended headers that came before it.
5351 * src/extract.c (extract_archive): When marking a directory to be
5352 updated after symlinks, stat all directories after it in the
5353 delayed-set-stat list too, since they will be checked after
5354 symlinks. Add support for --overwrite-dir.
5356 * src/list.c (recent_long_name, recent_long_link,
5357 recent_long_name_blocks, recent_long_link_blocks): New vars.
5358 (read_and): Pass 0 to read_header.
5359 (read_header): New arg RAW_EXTENDED_HEADERS. Store away extended
5360 headers into new vars. Null-terminate incoming symbolic links.
5362 * src/rmt.c: Include print-copyr.h, not copysym.h.
5363 (main): Use print_copyright, not copyright_symbol.
5364 * src/tar.c (decode_options): Likewise.
5365 (OVERWRITE_DIR_OPTION): New constant.
5366 (long_options, usage, decode_options): Add --overwrite-dir.
5368 * src/tar.h: Put copyright notice into documentation.
5370 * tests/Makefile.am (TESTS): Add delete03.sh.
5371 * tests/delete03.sh: New file.
5373 * tests/genfile.c: Include print-copyr.h, not copysym.h.
5374 (main): Use print_copyright, not copyright_symbol.
5375 Include <argmatch.h>.
5376 (pattern_strings): Remove.
5377 (pattern_args, pattern_types): New constants.
5378 (main): Use XARGMATCH, not argmatch.
5380 2001-09-20 Jim Meyering <meyering@lucent.com>
5382 * lib/xstrtol.c (strtoimax): Guard declaration with
5383 `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
5384 The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
5385 have their own, conflicting declaration of strtoimax in sys/inttypes.h.
5386 (strtoumax): Likewise, for completeness (it wasn't necessary).
5387 * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
5388 Check for declaration of strtoimax.
5389 * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
5390 Check for declaration of strtoumax.
5392 2001-09-16 Paul Eggert <eggert@twinsun.com>
5394 * fnmatch.m4 (jm_FUNC_FNMATCH): Fix typo in previous patch: yes -> no.
5396 2001-09-14 Paul Eggert <eggert@twinsun.com>
5398 * NEWS, configure.ac (AC_INIT_AUTOMAKE): Version 1.13.23.
5400 * README-alpha: Describe automake patch.
5402 * configure.ac (LIBOBJS):
5403 Remove automake 1.4 workaround, as we're using 1.5 now.
5404 (USE_INCLUDED_LIBINTL): New AC_DEFINE.
5406 * lib/copysym.c: Include stddef.h, for size_t.
5407 Include langinfo.h if needed.
5408 Use locale_charset only if USE_INCLUDED_LIBINTL;
5409 if not, use nl_langinfo (CODESET) if available.
5411 2001-09-13 Paul Eggert <eggert@twinsun.com>
5413 * config.guess, config.sub: Sync with canonical versions.
5415 * configure.ac (jm_PREREQ_XGETCWD): Add.
5417 * lib/Makefile.am (noinst_HEADERS): Add copysym.h.
5418 (libtar_a_SOURCES): Add copysym.c.
5419 * copysym.c, copysym.h: New files.
5421 * lib/error.c: Sync with fileutils version.
5423 * m4/Makefile.am (EXTRA_DIST): Add getcwd.m4; remove uintmax_t.m4.
5424 * m4/getcwd.m4: New file.
5425 * m4/uintmax_t.m4: Remove.
5427 * m4/gettext.m4 (AM_WITH_NLS):
5428 Fix bug with calculating version of Bison 1.29.
5429 Reported by Karl Berry.
5431 * src/Makefile.am (datadir): Remove.
5433 * src/rmt.c: Include copysym.h.
5434 (main): Use copyright_symbol to translate copyright notice,
5436 * src/tar.c: Likewise.
5437 * tests/genfile.c: Likewise.
5439 * src/system.h (MB_LEN_MAX): New symbol.
5441 2001-09-11 Paul Eggert <eggert@twinsun.com>
5443 * src/extract.c (struct delayed_set_stat): New member
5445 (delay_set_stat): Initialize it to 0.
5446 (set_mode): New arg current_stat_info. Use it (if nonnull) to avoid
5447 taking an extra stat ourselves. All callers changed.
5448 (set_stat): Likewise.
5449 (apply_nonancestor_delayed_set_stat): New arg 'after_symlinks'.
5450 If false, stop when encountering a struct whose 'after_symlinks'
5451 member is true. Otherwise, go through all structures but check
5452 them more carefully. All callers changed.
5453 (extract_archive): When extracting a deferred symlink, if its parent
5454 directory's status needs fixing, then mark the directory as needing
5455 to be fixed after symlinks.
5456 (extract_finish): Fix status of ordinary directories, then apply
5457 delayed symlinks, then fix the status of directories that are
5458 ancestors of delayed symlinks.
5460 * src/rtapelib.c (rexec):
5461 Remove declaration; it ran afoul of prototypes on Crays.
5462 Reported by Wendy Palm of Cray.
5464 2001-09-06 Paul Eggert <eggert@twinsun.com>
5466 * lib/strtoimax.c (HAVE_LONG_LONG):
5467 Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
5468 (strtoimax): Use sizeof (long), not
5469 sizeof strtol (ptr, endptr, base),
5470 to work around bug in IBM C compiler.
5472 2001-09-04 Paul Eggert <eggert@twinsun.com>
5474 * lib/xgetcwd.c: Include "xalloc.h".
5475 (xgetcwd): Do not return NULL when memory is exhausted; instead,
5476 report an error and exit.
5478 * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
5479 (jm_PREREQ): Use it.
5481 2001-09-03 Paul Eggert <eggert@twinsun.com>
5483 * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
5484 (jm_PREREQ_XGETCWD): New macro.
5486 * lib/exclude.c (fnmatch_no_wildcards):
5487 Fix typo that caused us to do case-folding
5488 search even when that was not desired. This occurred only in the
5491 * lib/xgetcwd.c: Include pathmax.h if not HAVE_GETCWD.
5492 Do not include xalloc.h.
5493 (INITIAL_BUFFER_SIZE): New symbol.
5494 Do not use xmalloc / xrealloc, since the caller is responsible for
5495 handling errors. Preserve errno around `free' during failure.
5496 Do not overrun buffer when using getwd.
5498 * lib/xgetcwd.c (xgetcwd):
5499 Use HAVE_GETCWD_NULL, not defined __GLIBC__ && __GLIBC__ >= 2,
5500 to decide whether to use getcwd (NULL, 0).
5502 2001-09-02 Paul Eggert <eggert@twinsun.com>
5504 * lib/xgetcwd.c: Fix typo in local var; from Jim Meyering.
5506 2001-09-01 Jim Meyering <meyering@lucent.com>
5508 * exclude.c: Use `""', not `<>' to #include non-system header files.
5509 (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
5510 and strncasecmp as r-values. Unixware didn't have declarations.
5512 2001-08-31 Jim Meyering <meyering@lucent.com>
5514 * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
5515 Use an initial, malloc'd, buffer of length 128 rather than
5516 a statically allocated one of length 1024.
5518 2001-08-30 Paul Eggert <eggert@twinsun.com>
5520 * lib/utime.c: Include full-write.h.
5521 * lib/xstrtol.c (strtoimax): New decl.
5523 2001-08-29 Paul Eggert <eggert@twinsun.com>
5525 * NEWS, configure.ac (AC_INIT_AUTOMAKE): Version 1.13.22.
5527 * src/create.c (dump_file): Relativize link names before dumping.
5528 This fixes a bug reported by Jose Pedro Oliveira.
5530 * src/create.c (dump_file): Use offsetof when computing sizes for
5531 struct hack; this avoids wasted space in some cases.
5532 * src/incremen.c (note_directory, find_directory): Likewise.
5533 * src/names.c (name_gather, addname): Likewise.
5535 * src/extract.c (extract_archive): Use strcpy, not memcpy,
5536 for consistency with other code that does similar things.
5537 * src/names.c (name_gather): Likewise.
5539 * src/names.c (read_name_from_file, name_next, name_gather,
5540 add_hierarchy_to_namelist): Avoid quadratic behavior when
5541 reallocating buffers. Check for buffer size overflow.
5542 (addname): Avoid unnecessary clearing of memory.
5544 2001-08-29 "Jan D." <Jan.Djarv@mbox200.swipnet.se>
5546 * src/extract.c (delay_set_stat): Fix off-by-one error in file
5547 name size allocation that caused core dumps.
5549 2001-08-28 Paul Eggert <eggert@twinsun.com>
5551 * NEWS, configure.ac (AC_INIT_AUTOMAKE): Version 1.13.21.
5553 * configure.ac (GNU_SOURCE): Define to 1, not /**/.
5554 (major_t, minor_t, ssize_t): Use new-style AC_CHECK_TYPE.
5555 (daddr_t): Remove; no longer used.
5556 (jm_PREREQ_HUMAN): Add.
5558 * acconfig.h: Remove; no longer needed.
5560 * config.guess, config.sub:
5561 New files, from automake 1.5. Gettext 0.10.39 needs them.
5562 * depcomp, missing, mkinstalldirs: Upgrade to automake 1.5.
5564 * Makefile.am (AUTOMAKE_OPTIONS): Add dist-bzip2.
5565 (SUBDIRS): Put intl before lib, as gettext requires.
5567 * ABOUT-NLS: Upgrade to gettext 0.10.39.
5568 * intl: Upgrade entire directory to gettext 0.10.39.
5569 * m4/codeset.m4, m4/glibc21.m4, m4/iconv.m4:
5570 New files, from gettext 0.10.39.
5571 * m4/gettext.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/progtest.m4,
5572 Upgrade to gettext 0.10.39,
5573 * po/Makefile.in.in: Likewise, except fix a typo in its copying
5575 * po/cat-id-tbl.c, po/stamp-cat-id:
5576 Remove; no longer used by gettext 0.10.39.
5577 * po/ChangeLog: New file.
5579 * doc/Makefile.am (EXTRA_DIST): Add freemanuals.texi.
5580 $(srcdir)/tar.texi: Likewise.
5581 * doc/freemanuals.texi: New file.
5582 * doc/tar.texi (Free Software Needs Free Documentation): New appendix.
5583 `fileds' -> `fields'
5584 * doc/texinfo.tex: Upgrade to version 2001-07-25.07.
5586 * lib/Makefile.am (EXTRA_DIST): Add strtoll.c, strtoimax.c.
5587 (noinst_HEADERS): Add quote.h.
5588 (libtar_a_SOURCES): Add quote.c, xstrtoimax.c.
5590 * lib/exclude.c: Fix typo in '#include <stdint.h>' directive.
5592 * lib/full-write.c, lib/savedir.c: Comment fix.
5594 * lib/pathmax.h: Remove.
5596 * lib/quote.c, lib/quote.h: New files.
5598 * lib/xgetcwd.c: Don't include pathmax.h.
5599 Include stdlib.h and unistd.h if available.
5601 (xmalloc, xstrdup, free): Remove decls.
5602 (xgetcwd): Don't assume sizes fit in unsigned.
5603 Check for overflow when computing sizes.
5604 Simplify reallocation code.
5606 * lib/xmalloc.c: Quote failure tests.
5608 * lib/strtoumax.c, lib/xstrtoimax.c: New files.
5610 * lib/strtoimax.c: Renamed from strtouxmax.c. Make it more
5611 similar to strtol.c.
5612 (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.
5613 (verify): New macro.
5614 (strtoumax, uintmax_t, strtoull, strtol): Remove.
5615 (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
5616 (strtoimax): Renamed from strtoumax. All uses of unsigned values
5617 changed to signed values. Check sizes at compile-time, not
5618 run-time. Prefer strtol to strtoll if both work.
5621 * lib/xstrtol.h (xstrtoimax): New decl.
5623 * m4/Makefile.am (EXTRA_DIST):
5624 Add codeset.m4, glibc21.m4, iconv.m4, inttypes.m4,
5625 longlong.m4, xstrtoimax.m4.
5627 * m4/inttypes.m4 (jm_AC_HEADER_INTTYPES_H):
5628 Remove; now done by autoconf.
5629 (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T): Replace with
5630 Use AC_CHECK_TYPE instead of merely looking for the header.
5632 * m4/uintmax_t.m4: Use shorter comment.
5634 * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
5635 Quote first arg of AC_DEFUN.
5636 Require jm_AC_TYPE_INTMAX_T and jm_AC_TYPE_LONG_LONG since they
5637 is needed to parse the include file.
5638 Simplify logic behind the args to AC_REPLACE.
5640 * src/Makefile.am (OMIT_DEPENDENCIES): Remove.
5642 * src/ansi2knr.1, src/ansi2knr.c: Remove; wasn't being used.
5645 Use "Copyright %d" to simplify the translator's job in the future.
5646 Advise translator about circle-C.
5647 * src/tar.c: (decode_options): Likewise.
5648 * tests/genfile.c (main): Likewise.
5650 2001-08-28 Jim Meyering <meyering@lucent.com>
5652 * lib/argmatch.c: Include "quote.h".
5653 (argmatch_invalid): Quote the context.
5655 * lib/dirname.c (dir_name): Fix typo on PC platforms.
5657 * lib/backupfile.c, lib/basename.c, lib/dirname.c, lib/strtoul.c:
5658 Use single-quote for local .h files.
5660 * lib/error.h (__attribute__): Don't depend on __STRICT_ANSI__.
5662 * lib/getopt.c, lib/getopt.h, lib/getopt1.c: Upgrade to recent
5665 * lib/getdate.y (get_date): Initialize tm_isdst to -1 before
5666 invoking mktime the last time.
5668 * lib/pathmax.h: Use #if rather than #ifdef for HAVE_UNISTD_H.
5670 * lib/rename.c: Major rewrite by Volker Borchert to use system
5671 rename function, but to work around problems with trailing
5674 * lib/strtoll.c: New file, from glibc.
5675 * lib/strtoul.c: Update from glibc.
5677 * lib/strtouxmax.c: Renamed from lib/strtoumax.c.
5678 Add support for signed numbers, too.
5679 (strtoul, strtoull): Do not declare if STRTOUXMAX_UNSIGNED
5681 (strtol, strtoll): Declare as needed, if STRTOUXMAX_UNSIGNED is
5683 (strtoumax, uintmax_t, strtoull, strtoul): New macros.
5684 (main): Use generic names in debugging output.
5685 * lib/strtoimax.c: Plus add the following changes of my own:
5686 (main): Use accurate names in debugging output.
5688 * lib/xgetcwd.c (xgetcwd): Use getcwd if glibc 2 or later.
5691 * m4/c-bs-a.m4, m4/check-decl.m4, m4/d-ino.m4, m4/error.m4,
5692 m4/getline.m4, m4/jm-mktime.m4, m4/malloc.m4, m4/mbrtowc.m4,
5693 m4/mbstate_t.m4, m4/realloc.m4, m4/uintmax_t.m4, m4/utimbuf.m4,
5694 m4/utime.m4, m4/utimes.m4:
5695 Quote the first argument in each use of AC_DEFUN.
5697 * m4/getline.m4: Don't use string.h.
5699 * m4/inttypes.m4, m4/longlong.m4, m4/xstrtoimax.m4: New files.
5701 * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): @%:@ -> #.
5703 2001-08-27 Paul Eggert <eggert@twinsun.com>
5705 * NEWS, configure.ac (AC_INIT_AUTOMAKE): Version 1.13.20.
5707 The biggest change is the new --exclude semantics and options.
5708 The basic idea was suggested by Gerhard Poul; thanks!
5710 * NEWS: Describe new --exclude semantics and options, and bug fixes.
5711 * README: ignfail.sh fails on some NFS hosts.
5712 * NEWS, README, lib/xstrtol.h: Add copyright notice.
5714 * Makefile.am (ACLOCAL_AMFLAGS): Add -I m4.
5715 (M4DIR, ACINCLUDE_INPUTS, $(srcdir)/acinclude.m4):
5716 Remove; the automake bug has been fixed.
5717 * acinclude.m4: Remove.
5719 * configure.ac: Renamed from configure.in.
5720 (AC_PREREQ): Bump from 2.13 to 2.52.
5721 (ALL_LINGUAS): Add id, tr. Remove ko, as po/ko.po (dated
5722 1997-05-30) has an encoding error.
5723 (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf.
5724 (AC_FUNC_FNMATCH): Use AC_CONFIG_LINKS, not AC_LINK_FILES.
5726 * doc/fdl.texi: Update to current GNU version.
5728 * doc/tar.texi: Put leading '*' in direntry.
5729 Accommodate new gfdl sectioning.
5730 New option --recursion (the default) that is the inverse of
5733 New options --anchored, --ignore-case, --wildcards,
5734 --wildcards-match-slash, and their negations (e.g., --no-anchored).
5735 Along with --recursion and --no-recursion, these control how exclude
5736 patterns are interpreted. The default interpretation of exclude
5737 patterns is now --no-anchored --no-ignore-case --recursion
5738 --wildcards --wildcards-match-slash.
5740 * lib/Makefile.am (OMIT_DEPENDENCIES): Remove.
5742 * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
5743 (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
5744 (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
5745 Include if available.
5746 (<xalloc.h>): Include
5747 (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
5748 (verify): New macro. Use it to verify that EXCLUDE macros do not
5749 collide with FNM macros.
5750 (struct patopts): New struct.
5751 (struct exclude): Use it, as exclude patterns now come with options.
5752 (new_exclude): Support above changes.
5753 (new_exclude, add_exclude_file):
5754 Initial size must now be a power of two to simplify overflow checking.
5755 (free_exclude, fnmatch_no_wildcards): New function.
5756 (excluded_filename): No longer requires options arg, as the options
5757 are determined by add_exclude. Now returns bool, not int.
5758 (excluded_filename, add_exclude):
5759 Add support for the fancy new exclusion options.
5760 (add_exclude, add_exclude_file): Now takes int options arg.
5761 Check for arithmetic overflow when computing sizes.
5762 (add_exclude_file): xrealloc might modify errno, so don't
5763 realloc until after errno might be used.
5765 * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
5767 (free_exclude): New decl.
5768 (add_exclude, add_exclude_file): Now takes int options arg.
5769 (excluded_filename): No longer requires options arg, as the options
5770 are determined by add_exclude. Now returns bool, not int.
5772 * lib/prepargs.c: Include <string.h>; required for C99 since
5776 BSD/OS 4.1 wchar.h requires FILE and struct tm to be declared.
5778 * lib/xstrtol.h (_DECLARE_XSTRTOL): Improve quality of
5779 diagnostic for LONGINT_INVALID_SUFFIX_CHAR.
5781 * m4/Makefile.am (EXTRA_DIST): Add check-decl.m4, mbrtowc.m4.
5782 Remove inttypes_h.m4, largefile.m4, mktime.m4.
5784 * m4/inttypes_h.m4, m4/largefile.m4, m4/mktime.m4: Remove;
5785 subsumed by Autoconf 2.50.
5787 * m4/error.m4: Upgrade to serial 2.
5789 * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Upgrade to serial 4, but
5790 remove test for GNU C library. It's not correct, as some
5791 older glibcs are buggy.
5793 * m4/getline.m4, m4/malloc.m4: Upgrade to serial 4.
5795 * m4/prereq.m4: Upgrade to serial 20, but then:
5796 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
5797 (jm_PREREQ_EXCLUDE): New macro.
5798 (jm_PREREQ_HUMAN): Remove jm_AC_HEADER_INTTYPES_H, as it is subsumed
5801 * m4/realloc.m4: Upgrade to serial 4.
5803 * m4/strerror_r.m4: Revert to serial 1002.
5805 * m4/uintmax_t.m4: Upgrade to autoconf 2.5x.
5807 * m4/utimes.m4: Upgrade to latest version (still "serial 3").
5809 * m4/xstrtoumax.m4: Upgrade to serial 3, but then:
5810 (jm_AC_PREREQ_XSTRTOUMAX): Remove jm_AC_HEADER_INTTYPES_H, as
5811 it is now subsumed by autoconf. Add inttypes.h.
5813 * po/cs.po, po/da.po, po/de.po, po/es.po, po/et.po, po/fr.po,
5814 po/it.po, po/pl.po, po/sl.po, po/sv.po: Sync with translation project.
5816 * src/buffer.c (new_volume): Stop if the script exits with an error.
5818 * src/common.h (excluded_with_slash, excluded_without_slash):
5819 Remove, replacing by:
5820 (excluded): New decl.
5821 (link_error): New decl.
5822 (excluded_name): Now returns bool.
5825 (struct delayed_symlinks, extract_archive, apply_delayed_symlinks):
5826 Support hard links to symbolic links.
5828 (struct delayed_symlink): Remove 'names' member, replacing it with
5829 'sources' and 'target' member. All uses changed.
5831 (struct string_list): New type.
5833 (delayed_set_stat, extract_archive): Use offsetof when computing sizes
5834 for struct hack; this avoids wasted space in some cases.
5836 (extract_archive): Fix test for absolute pathnames and/or "..".
5837 Use link_error to report errors for links.
5838 Remove redundant trailing '/' at "really_dir", for all uses, not
5839 just before invoking mkdir.
5840 If overwriting old files, do not worry so much about existing
5842 Fix mode computation in the case where the directory exists.
5844 (apply_delayed_symlinks): If we can't make a hard link to a symbolic
5845 link, make a copy of the symbolic link.
5847 * src/incremen.c (get_directory_contents):
5848 If ignore_failed_read_option, only warn about
5851 * src/list.c (from_header): Do not issue a diagnostic if TYPE is zero.
5852 However, check for error even for '-' or '+' case.
5854 (print_header): Try parsing uids and gids as unsigned integers first,
5855 and as a uid_t or gid_t only if that fails. This adds support for
5856 listing positive uids and gids that are greater than UID_MAX and
5859 * src/misc.c (link_error): New function.
5861 * src/names.c (collect_and_sort_names):
5862 If ignore_failed_read_option, only warn about
5865 (excluded_name): Now returns bool. Simplify, as the fancy
5866 features are now all in excluded_filename.
5868 * src/rtapelib.c (base_name): Remove decl, as system.h now
5871 * src/system.h: Include stddef.h if available.
5872 (offsetof): Declare if stddef.h doesn't.
5874 Include <dirname.h>.
5875 (FILESYSTEM_PREFIX_LEN, ISSLASH): Remove; now defined by dirname.h.
5877 * src/tar.c (ANCHORED_OPTION, IGNORE_CASE_OPTION,
5878 NO_ANCHORED_OPTION, NO_IGNORE_CASE_OPTION, NO_WILDCARDS_OPTION,
5879 NO_WILDCARDS_MATCH_SLASH_OPTION, WILDCARDS_OPTION,
5880 WILDCARDS_MATCH_SLASH_OPTION):
5883 (long_options, usage, decode_options): Add support for --anchored,
5884 --ignore-case, --no-anchored, --no-ignore-case, --no-wildcards,
5885 --no-wildcards-match-slash, --recursion, --wildcards,
5886 --wildcards-match-slash.
5888 (decode_options): Implement the new way of interpreting exclude
5891 (usage): --newer-mtime takes a DATE operand. DATE may be a file name.
5893 (OPTION_STRING, decode_options): Add -I, -y. Currently these options
5894 just print error messages suggesting alternatives.
5896 (add_filtered_exclude): Remove.
5898 * tests/Makefile.am (TESTS): Alphabetize, except put version.sh first.
5900 * tests/extrac04.sh (out): Remove
5901 directory/subdirectory/file1, as the new semantics for
5902 --exclude exclude it.
5904 * tests/genfile.c (main): Don't use non-ASCII char in msgid.
5906 2001-08-12 Paul Eggert <eggert@twinsun.com>
5908 * lib/addext.c (<errno.h>): Include.
5909 (errno): Declare if not defined.
5910 (addext): Work correctly on the Hurd, where pathconf returns -1 and
5911 leaves errno alone, because there is no limit. Also, work even if
5912 size_t is narrower than long.
5914 2001-07-08 Paul Eggert <eggert@twinsun.com>
5916 * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
5918 2001-05-10 Paul Eggert <eggert@twinsun.com>
5920 * lib/addext.c (ISSLASH, base_name): Remove decls; now in dirname.h.
5921 Include <backupfile.h> and <dirname.h> after size_t is defined.
5922 (addext): Use base_len to trim redundant trailing slashes instead of
5925 * lib/backupfile.c (ISSLASH, base_name):
5926 Remove decls; now in dirname.h.
5927 Include <argmatch.h>, <backupfile.h>, <dirname.h> after size_t
5929 (find_backup_file_name): Rename locals to avoid new functions.
5930 Use base_len instead of rolling it ourselves.
5931 Work even if dirlen is 0.
5932 Use a dir of '.' if given the empty string.
5935 Do not include <stdio.h>, <assert.h>; no longer needed.
5936 (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Remove; now in dirname.h.
5937 Include <string.h>, <dirname.h>.
5938 (base_name): Allow file names ending in slashes, other than names
5939 that are all slashes. In this case, return the basename followed
5942 * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
5943 (FILESYSTEM_PREFIX_LEN, ISSLASH): Remove; now in dirname.h.
5944 (dir_len): Renamed from dirlen.
5945 All callers changed.
5947 * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
5949 (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
5951 2001-02-16 Paul Eggert <eggert@twinsun.com>
5953 * lib/quotearg.c (mbrtowc, mbrtowc, mbsinit):
5954 Do not declare or define if HAVE_MBRTOWC,
5955 since the test for HAVE_MBRTOWC now requires proper declarations.
5957 * lib/alloca.c (malloc): Undef before defining.
5959 2001-02-13 Paul Eggert <eggert@twinsun.com>
5961 * src/compare.c (read_and_process): Use off_t for size.
5962 From Maciej W. Rozycki.
5964 2001-01-26 Paul Eggert <eggert@twinsun.com>
5966 * lib/quotearg.c: Include stddef.h. From Jim Meyering.
5968 2001-01-12 Paul Eggert <eggert@twinsun.com>
5970 * NEWS, configure.in (AC_INIT_AUTOMAKE): Version 1.13.19.
5972 * lib/savedir.h (savedir): Remove size arg.
5974 * doc/tar.texi: Add @setchapternewpage odd.
5975 Remove -I as an alias for -T, for now.
5977 Update copyright. Remove "Published by".
5978 Dates beginning with / or . are taken to be file names.
5980 * src/tar.c (<time.h>): Do not include;
5981 (time): Do not declare.
5982 (usage): Remove -I as an alias for -T.
5983 (OPTION_STRING): Remove -I.
5984 (decode_options): Dates that look like an absolute path name,
5985 or that start with '.', are presumed to be file names whose
5987 Remove 'I' as an aliase for 'T'.
5990 * src/extract.c (<time.h>): Do not include; system.h now does this.
5991 (make_directories): Skip filesystem prefixes.
5992 Don't assume '/' is the only separator.
5993 (extract_sparse_file): Use new full_write semantics.
5994 On write error, return instead of invoking skip_file.
5995 Do not free sparsearray; caller does this now.
5996 (apply_nonancestor_delayed_set_stat): Do not assume '/' is the only
5998 (extract_archive): Don't assume file name lengths fit in int.
5999 Report what got stripped from member name; it might be more than '/'.
6000 Use new full_write semantics.
6001 Do not pass redundant trailing "/" to mkdir, as POSIX does not allow
6003 Do not report mkdir error if old_files_option == KEEP_OLD_FILES.
6005 * src/buffer.c (<time.h>): Do not include; system.h now does this.
6006 (time): Remove decl; likewise.
6007 (child_open_for_uncompress): Use new full_write semantics.
6008 (flush_write): Use ISSLASH instead of testing for '/'.
6009 (flush_read): Likewise.
6011 * src/rmt.h (_remdev): Look for / anywhere in Path.
6013 * src/misc.c (contains_dot_dot): Skip filesystem prefix.
6014 Don't assume '/' is the only separator.
6015 (safer_rmdir): Don't assume '/' is the only separator.
6017 * src/compare.c (diff_archive): Don't assume '/' is the only separator.
6019 * lib/dirname.h (dirlen): New decl.
6021 * src/incremen.c (get_directory_contents):
6022 Remove path_size arg; all callers changed.
6023 Don't assume '/' is the only directory separator.
6024 (gnu_restore): Work even if file name length doesn't fit in int.
6026 * lib/addext.c (ISSLASH): New macro.
6027 (addext): Trim any redundant trailing slashes.
6029 * src/names.c (name_next):
6030 Don't assume '/' is the only directory separator.
6031 (namelist_match): Likewise.
6032 (add_hierarchy_to_namelist): Remove dirsize arg.
6033 Do not assume '/' is the only directory separator.
6034 (new_name): Likewise.
6036 * lib/Makefile.am (noinst_HEADERS): Add dirname.h, full-write.h.
6037 (libtar_a_SOURCES): Add dirname.c.
6039 * src/create.c (relativize):
6040 New function, with much of old start_header's guts.
6041 Handle filesystem prefixes.
6042 (start_header): Use this new function.
6043 (init_sparsearray): Don't bother to zero out the new array;
6045 (deal_with_sparse): Fix array allocation bug.
6046 (create_archive): Don't assume '/' is the only separator.
6047 (dump_file): Likewise.
6048 Don't worry about leading / in symlink targets.
6050 * lib/savedir.c (savedir):
6051 Remove size arg; it wasn't portable. All callers changed.
6053 * lib/utime.c (utime_null): Adjust to new full_write convention.
6055 * configure.in (YACC): Avoid portability problem with Ultrix sh.
6057 * lib/backupfile.c: Include <dirname.h>.
6058 (ISSLASH): New macro.
6059 (find_backup_file_name): Use dirlen to calculate directory lengths.
6060 (max_backup_version): Strip redundant trailing slashes.
6062 * src/common.h: Include <full-write.h>.
6063 (get_directory_contents): No longer has size arg.
6064 (gnu_restore): Arg is size_t, not int.
6066 * src/system.h: Include <time.h>.
6067 (time): Declare if not defined.
6069 * lib/full-write.c: Include full-write.h, not safe-read.h.
6070 full_write returns size_t, with short writes meaning failure.
6071 All callers changed.
6073 * src/rtapelib.c: Include full-write.h.
6075 * src/rmt.c: Include full-write.h.
6076 (main): Update copyright.
6078 * doc/getdate.texi: Mention that only English is supported.
6079 Show how to use "date" so that the output is acceptable to getdate.
6080 Mention Z as an abbreviation for UTC.
6082 * lib/full-write.h: New file.
6084 * src/list.c: system.h now does time.h stuff.
6087 Use HAVE_STDLIB_H, not STDC_HEADERS, to decide whether to include
6089 Do not include string.h, strings.h, or assert.h; no longer needed.
6090 (strrchr, memrchr, malloc): Remove decls; no longer needed.
6092 (base_name): New decl.
6093 (BACKSLASH_IS_PATH_SEPARATOR): Remove.
6094 (dir_name_r): Remove.
6095 (dirlen): New function.
6096 (dir_name): Use dirlen instead of dir_name_r.
6097 (<string.h>, <strings.h>): Include only if test program.
6098 (main): Use "return 0", not "exit (0)".
6100 2000-12-08 Paul Eggert <eggert@twinsun.com>
6102 * lib/dirname.h: New file.
6104 2000-11-02 Vesselin Atanasov <vesselin@bgnet.bg>
6106 * lib/fnmatch.c: Do not comment out all the code if we are using
6107 the GNU C library, because in some cases we are replacing buggy
6108 code in the GNU C library itself.
6110 2000-10-30 Paul Eggert <eggert@twinsun.com>
6112 * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
6114 2000-10-29 Paul Eggert <eggert@twinsun.com>
6116 * NEWS, configure.in (AC_INIT_AUTOMAKE): Version 1.13.18.
6118 * src/tar.c: Include <fnmatch.h>, for FNM_LEADING_DIR.
6120 2000-10-28 Paul Eggert <eggert@twinsun.com>
6122 * doc/tar.texi: --no-recursion now applies to extraction, too.
6123 * src/create.c (dump_file): no_recurse_option -> ! recursion_option
6124 * src/names.c (namelist_match, excluded_name):
6125 Do not match subfiles of a directory
6126 if --no-recursion is specified.
6127 * src/tar.c (NO_RECURSE_OPTION): Remove.
6128 (long_options): Have getopt set the --no-recursion flag.
6129 (decode_options): Initialize recursion_option to FNM_LEADING_DIR.
6130 Remove case for NO_RECURSE_OPTION.
6131 * src/common.h (recursion_option):
6132 Renamed from no_recurse_option, with sense
6133 negated, and with FNM_LEADING_DIR being the nonzero value.
6135 * names.c (namelist_match): New function.
6136 (name_match, name_scan): Use it to eliminate duplicate code.
6137 (names_notfound): Remove special case for Amiga.
6139 2000-10-27 Paul Eggert <eggert@twinsun.com>
6141 * src/misc.c (read_error_details, read_warn_details,
6142 read_fatal_details): Don't assume size_t is unsigned long.
6144 * src/buffer.c (flush_read): If read_full_records_option, try to
6145 fill the input buffer, as --delete -f - needs this.
6147 2000-10-24 Paul Eggert <eggert@twinsun.com>
6149 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Port to autoconf 2.13.
6151 * src/buffer.c (check_label_pattern):
6152 Make sure header name is a string before
6153 passing it to fnmatch.
6154 (init_volume_number): Check for global_volno overflow.
6155 (new_volume): Check for global_volno overflow.
6157 * src/tar.c (decode_options):
6158 Check that volume label is not too long to overflow
6159 name in tar header block.
6161 * Makefile.am (EXTRA_DIST): Remove rebox.el.
6163 * configure.in (HAVE_DECL_STRERROR_R): Remove our handwritten code.
6164 (AC_FUNC_STRERROR_R): Use this instead.
6166 2000-10-23 Paul Eggert <eggert@twinsun.com>
6168 * src/extract.c: Include <time.h>, since we invoke "time".
6170 * lib/prepargs.c (prepend_default_options):
6171 Don't use NULL, for portability.
6173 * m4/fnmatch.m4: Add "working" to message.
6175 * src/names.c: (_GNU_SOURCE): Remove; autoconf now does this.
6177 (getpwuid, getgrgid): Declare only if system headers don't.
6178 (gid_to_gname): Don't invoke setgrent.
6179 (namelist): Now static, not global.
6180 (nametail): New var. All uses of namelast changed to use
6181 nametail, with one extra level of indirection.
6182 (name_gather): Use memcpy instead of strncpy + assignment of NUL.
6183 (name_match): Set nametail too, when setting namelist to null.
6184 (add_hierarchy_to_namelist): Change type of dir arg from char * to
6185 struct name *, so that we don't have to look up the name again
6186 here. Get change_dir from dir rather than as a separate arg. Add
6187 dirsize arg, and pass it along to get_directory_contents. Remove
6188 unnecessary check of directory type.
6189 (new_name): Do not append a slash if PATH already ends in one.
6190 (avoided_names, struct avoided_name): Remove.
6191 (avoided_name_table): New var, replacing avoided_names.
6192 (hash_avoided_name, compare_avoided_names): New function.
6193 (add_avoided_name, is_avoided_name): Use hash table rather than
6196 * src/buffer.c (_GNU_SOURCE): Remove; autoconf now does this.
6197 (child_open_for_compress, child_open_for_uncompress,
6198 close_archive): Propagate any failure of the compression process
6200 (open_archive, flush_write, flush_read, close_archive): Do not
6201 allocate an array of size PATH_MAX, as PATH_MAX might be (size_t)
6202 -1. Instead, allocate an array with the size that's needed.
6203 (open_archive): Don't bother checking S_ISCHR of /dev/null.
6204 (backspace_output): Don't try to backspace past start of archive.
6205 (close_archive): Remove special case for DELETE_SUBCOMMAND.
6207 * acconfig.h (_GNU_SOURCE, DEFAULT_ARCHIVE, DEFAULT_BLOCKING,
6208 DENSITY_LETTER, DEVICE_PREFIX, EMUL_OPEN3, HAVE_GETGRGID,
6209 HAVE_GETPWUID, HAVE_MKNOD, HAVE_RTAPELIB, HAVE_ST_FSTYPE_STRING,
6210 HAVE_UNION_WAIT, HAVE_UTIME_H, HAVE_VALLOC, MTIO_CHECK_FIELD, PACKAGE,
6211 PROTOTYPES, REMOTE_SHELL, STD_INC_PATH, VERSION, WITH_CATALOGS,
6212 WITH_DMALLOC, WITH_REGEX):
6213 Remove; now generated automatically.
6215 * configure.in (_GNU_SOURCE): Define to empty, not 1, for
6216 compatibility for glibc fragments.
6217 (_GNU_SOURCE, HAVE_UTIME_H, MTIO_CHECK_FIELD,
6218 HAVE_ST_FSTYPE_STRING, HAVE_MKNOD, REMOTE_SHELL, DENSITY_LETTER,
6219 DEVICE_PREFIX, DEFAULT_ARCHIVE, DEFAULT_BLOCKING): Add comment so
6220 that we needn't put an entry into acconfig.h.
6221 (ALL_LINGUAS): Add da.
6222 (AC_C_BACKSLASH_A): Remove; jm_PREREQ_QUOTEARG now does this.
6223 (AC_CHECK_HEADERS): Add stdbool.h (for hash.h users), wctype.h
6225 (AC_MBSTATE_T): Add.
6226 (RMT): Append $(EXEEXT).
6227 (HAVE_GETGRGID, HAVE_GETPWUID, pe_AC_TYPE_SIGNED_CHAR): Remove.
6228 (HAVE_DECL_FREE, HAVE_DECL_GETGRGID, HAVE_DECL_GETPWUID,
6229 HAVE_DECL_GETENV, HAVE_DECL_MALLOC, HAVE_DECL_STRTOUL,
6230 HAVE_DECL_STRTOULL, HAVE_DECL_STRERROR_R): New macros.
6231 (jm_PREREQ_ADDEXT, jm_PREREQ_ERROR, jm_PREREQ_QUOTEARG): Add.
6232 (AC_REPLACE_FUNCS): Remove execlp; no longer needed.
6233 (AC_CHECK_FUNCS): Add clock_gettime; AC_SEARCH_LIBS wasn't enough.
6234 Remove mbrtowc; jm_PREREQ_QUOTEARG now does this.
6235 (EMUL_OPEN3): Remove; no longer needed.
6236 (DENSITY_LETTER, DEVICE_PREFIX): Simplify m4 quoting.
6238 * m4/fnmatch.m4 (AC_FUNC_FNMATCH): Detect d*/*1 vs d/s/1 bug.
6240 * src/common.h: Do not include basename.h.
6241 * src/rtapelib.c (base_name): Do not include basename.h;
6242 declare base_name instead.
6244 * lib/basename.h, lib/execlp.c, lib/getpagesize.h, lib/mkdir.c:
6246 * lib/getstr.c, lib/getstr.h, lib/hash.h, lib/hash.h, lib/prepargs.c,
6247 lib/prepargs.h, lib/savedir.c, lib/savedir.h: New files.
6248 * lib/Makefile.am (EXTRA_DIST, noinst_HEADERS, libtar_a_SOURCES):
6249 Adjust to the above changes.
6251 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove ../src/ansi2knr.
6253 * src/open3.c: Remove.
6255 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove ansi2knr.
6256 (tar_SOURCES): Remove open3.c.
6257 (INCLUDES): Remove -I.., as automake does that.
6258 (OMIT_DEPENDENCIES): ../lib/fnmatch.h -> fnmatch.h. Add localedir.h.
6260 The following changes are to put LOCALEDIR into localedir.h instead
6261 of passing it on the command line.
6263 (DISTCLEANFILES): New macro.
6264 (localedir.h): New rule.
6265 (rmt.o tar.o): Now depend on localedir.h.
6267 * tests/delete02.sh, tests/extrac04.sh: New files.
6269 * tests/Makefile.am (AUTOMAKE_OPTIONS): Remove ansi2knr.
6270 (TESTS): Add extrac04.sh, and restore delete02.sh.
6271 (DEFS): Remove; LOCALEDIR is now done via localedir.h.
6272 (INCLUDES): Remove -I.. as automake does this now.
6274 * src/rtapelib.c (rexec): Don't declare unless using it.
6275 (do_command): Simplify signal-handling code slightly.
6277 * src/delete.c (blocks_needed): Remove. All uses changed to use
6278 blocking_factor - new_blocks.
6279 (acting_as_filter): New var.
6280 (write_record, delete_archive_members): Use acting_as_filter
6281 rather than archive == STDIN_FILENO to detect whether we're acting
6282 as a filter, as open can return STDIN_FILENO in some cases.
6283 (delete_archive_members): Ignore zero blocks if
6284 ignore_zeros_option is nonzero. Fix bug that messed up last
6285 output block: write_eot can't be used here, as it gets confused
6286 when the input is at end of file.
6288 * src/compare.c (diff_archive): Do not impose an arbitrary limit on
6289 symbolic link contents length. Pass directory size to
6290 get_directory_contents.
6292 * m4/decl.m4, m4/error.m4, m4/mbstate_t.m4, m4/prereq.m4,
6293 m4/strerror_r.m4: New files.
6294 * m4/signedchar.m4: Remove this file.
6295 * Makefile.am (ACINCLUDE_INPUTS): Adjust to above changes.
6296 * m4/Makefile.am (EXTRA_DIST): Likewise.
6298 * Makefile.am (DISTCLEANFILES): Add intl/libintl.h.
6300 * po/da.po: New translation file.
6302 * src/mangle.c (extract_mangle):
6303 Fix diagnostic with wrong number of %s'es.
6305 * lib/fnmatch.c (fnmatch):
6306 Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
6307 e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
6309 * lib/full-write.c (full_write): Some buggy drivers return 0 when you
6310 fall off a device's end. Detect this.
6312 * src/system.h (IN_CTYPE_DOMAIN): Renamed from CTYPE_DOMAIN. All
6314 (open): Remove macro; we no longer support EMUL_OPEN3. Do not
6315 include <pathmax.h> and directory include files like <dirent.h>;
6316 no longer used. Include <savedir.h> instead.
6317 (closedir, signed_char): remove macro; no longer used.
6318 (bool, false, true): Include <stdbool.h> if you have the include
6319 file, otherwise define.
6322 (is_dot_or_dotdot, closedir_error, closedir_warn, opendir_error,
6323 opendir_warn, readdir_error): Remove; no longer needed.
6324 (safer_rmdir): Strip leading ./ (or .// or ./// or ././ or etc.)
6325 before deciding whether we're trying to remove ".".
6326 (remove_any_file): Try unlink first if we are not root. Use
6327 savedir when recursively removing directories, to avoid exhausting
6329 (savedir_error, savedir_warn, symlink_error): New functions.
6331 * src/list.c: (read_and): Do not invoke
6332 apply_nonancestor_delayed_set_stat; DO_SOMETHING is now
6333 responsible for that. Do not invoke apply_delayed_set_stat; our
6334 caller is now responsible for that.
6335 (read_header): Use signed char instead of signed_char. Prevent
6336 later references to current_header from mistakenly treating it as
6338 (from_header): Quote invalid base-64 strings in diagnostics.
6339 (time_from_header): Do not warn about future timestamps in
6340 archive; check_time now does that.
6341 (print_header): Quote unknown file types.
6342 (skip_member): New function, replacing skip_extended_headers and
6343 now skipping the whole member instead of just the extended
6344 headers. All callers changed. This makes the code handle
6345 extended headers uniformly, and fixes some bugs.
6347 * src/update.c (update_archive): Use skip_member.
6349 * src/extract.c (we_are_root): Now global.
6350 (struct delayed_symlink): New type.
6351 (delayed_symlink_head): New var.
6352 (extr_init, fatal_exit): Invoke extract_finish on fatal errors,
6353 not apply_delayed_set_stat.
6354 (set_mode, set_stat): Pointer args are now const pointers.
6355 (check_time): New function.
6356 (set_stat): Warn if setting a file's timestamp to be the future.
6357 (make_directories): Do not save and restore errno.
6358 (maybe_recoverable): Set errno to ENOENT if we cannot make missing
6359 intermediate directories.
6360 (extract_archive): Invoke apply_nonancestor_delayed_set_stat here,
6361 not in caller. Extract potentially dangerous symbolic links more
6362 carefully, deferring their creation until the end, and using a
6363 regular file placeholder in the meantime. Do not remove trailing
6364 / and /. from file names. Do not bother checking for ".." when
6365 checking whether a directory loops back on itself, as loopbacks
6366 can occur with symlinks too. Also, in that case, do not bother
6367 saving and restoring errno; just set it to EEXIST.
6368 (apply_nonancestor_delayed_set_stat): A prefix is a potential
6369 ancestor if it ends in slash too (as well as ending in a char just
6371 (apply_delayed_set_stat): Remove.
6372 (apply_delayed_symlinks, extract_finish): New functions.
6374 * doc/fdl.texi: New file.
6375 * doc/Makefile.am (EXTRA_DIST): Add fdl.texi.
6376 ($(srcdir)/tar.info): Add fdl.texi. Invoke makeinfo with --no-split.
6377 * doc/tar.texi: Add Free Documentation License. New section
6378 "Overwrite Old Files", and revamp that section to make it easier to
6379 follow. "tar" -> "GNU tar" where appropriate. Migrate getdate
6380 documentation into getdate.texi. Fix several minor typos. Describe
6381 TAR_OPTIONS. Describe incompatibility between incremental backups and
6382 --atime-preserve. Describe incompatibility between --verify and other
6383 options. Mention that tar normally removes symbolic links rather than
6384 following them, when extracting a file of the same name.
6386 * THANKS: Add gpoul. Change skip's address.
6388 * po/POTFILES.in: Add lib/human.c.
6390 * src/common.h (namelist, namelast): Remove decls.
6391 (we_are_root, extract_finish, skip_member, savedir_error,
6392 savedir_warn, symlink_error, gnu_list_name): New decls.
6393 (apply_delayed_set_stat, apply_nonancestor_delayed_set_stat,
6394 skip_extended_headers, is_dot_or_dotdot, closedir_error,
6395 closedir_warn, opendir_error, opendir_warn, readdir_error,
6396 readdir_warn): Remove decls.
6397 (get_directory_contents): New off_t arg.
6398 (addname): Now returns struct name *.
6400 * src/tar.h, tests/genfile.c: Fix comments.
6402 * src/create.c: Include hash.h.
6403 (gnu_list_name): Remove decl.
6404 (struct link): Remove "next" member.
6406 (start_header): Say "leading `FOO'" rather than "`FOO' prefix" for
6407 consistency with other diagnostics.
6408 (deal_with_sparse): Check for I/O error when closing the file.
6409 (create_archive): Do not allocate an array of size PATH_MAX, as
6410 PATH_MAX might be (size_t) -1. Instead, allocate an array with
6411 the size that's needed.
6412 (hash_link, compare_links): New functions.
6413 (dump_file): Do not exhaust open file descriptors when descending
6414 deeply into a directory, by using savedir rather than
6415 opendir/readdir. Do not zero-fill the name buffer unnecessarily.
6416 Hash the set of links already created, instead of using a linked
6417 list. Fix some bugs in outputting sparse files which caused the
6418 sparse tables to be incorrect. When a file unexpectedly shrinks,
6419 output zeros rather than garbage. Do not allocate an array of
6420 size PATH_MAX, as PATH_MAX might be (size_t) -1. Instead,
6421 allocate an array with the size that's needed.
6423 * src/incremen.c: Include hash.h.
6424 (struct directory): Remove "next", "dir_text". Change "name" to
6425 be char[1] with struct hack, not const char *. Add "found".
6426 (directory_list): Remove. Replaced by directory_table.
6427 (directory_table): New var.
6428 (nfs_string): Renamed from nfs.
6429 (hash_directory, compare_directories): New functions.
6430 (note_directory): Now returns struct directory *. First arg is
6431 now const pointer. struct stat arg is now dev_t, ino_t, nfs.
6432 Remove text arg. New "found" arg, basically corresponding to the
6433 old text arg not being null. All callers changed.
6434 (note_directory, find_directory): Use hash table rather than
6436 (get_directory_contents): New arg "device". Use savedir to do the
6437 hard work. Save the nfs-ness of stat_data, since it might change
6438 under us. Use note_directory instead of find_directory to save
6439 some work. When adding an "A" record, do it with
6440 add_to_accumulator instead of cheating with strcat.
6441 (read_directory_file): Use "+" flag before device to indicate
6442 whether it was NFS. Fix typo in checking for strtoul error.
6443 (write_directory_file_entry): New function.
6444 (write_directory_file): Use it, and use the hash routines to
6445 traverse the directory table.
6446 (gnu_restore): Use savedir rather than opendir/readdir.
6448 * src/tar.c: Include localedir.h, prepargs.h.
6449 (long_options): Now static.
6450 (long_options, usage, decode_options): -j is now short for
6451 --bzip2, and -I is now an alias for -T.
6452 (decode_options, main): argv is not const pointer now.
6453 (decode_options): Invoke prepend_default_options to support
6454 TAR_OPTIONS. In diagnostic, mention the string that was the
6455 invalid blocking factor, tape length, group, owner, or record
6456 size. --delete is no longer incompatible with -f -, undoing
6458 (main): Invoke extract_finish at end of extraction.
6460 * src/rmt.c: Include localedir.h.
6461 (main): Update copyright date to 2000.
6463 * doc/getdate.texi: New file, taken from fileutils 4.0.27, with the
6464 following changes: Use @sc where appropriate. Document the ranges of
6465 supported times more precisely. Add Eggert to getdate authors.
6466 Document old Latin 12m/12pm tradition. Remove list of alphabetic time
6467 zone names, as it wasn't correct and people shouldn't be relying on it
6468 anyway. Relative items also account for non-DST adjustments. Fix
6471 * lib/prepargs.c, lib/prepargs.h, tests/extrac04.sh: New file.
6473 * tests/ignfail.sh: opendir -> savedir in diagnostics.
6475 * tests/preset.in: Set LANGUAGE to the empty string, for some
6478 2000-10-20 Paul Eggert <eggert@twinsun.com>
6480 * m4/fnmatch.m4: Mention the GNU C library.
6482 2000-10-19 Paul Eggert <eggert@twinsun.com>
6484 * m4/fnmatch.m4: Add a couple more test cases to catch bugs in
6487 2000-10-17 Paul Eggert <eggert@twinsun.com>
6489 * lib/human.c (<limits.h>): Do not include; human.h does it if needed.
6492 * lib/human.h (<limits.h>): Include if HAVE_LIMITS_H.
6493 (CHAR_BIT): Define if not defined.
6495 2000-09-09 Paul Eggert <eggert@twinsun.com>
6497 * lib/quotearg.c: From fileutils: rename ISASCII to IN_CTYPE_DOMAIN.
6499 2000-08-07 Paul Eggert <eggert@twinsun.com>
6501 * lib/xmalloc.c: Memory exhausted -> memory exhausted
6503 * lib/xalloc.h (xalloc_msg_memory_exhausted):
6504 change to array from char *.
6506 2000-08-06 Paul Eggert <eggert@twinsun.com>
6508 * m4/mbstate_t.m4: Define mbstate_t to be int, not char, for
6509 compatibility with glibc 2.1.3 strftime.c.
6511 2000-07-31 Paul Eggert <eggert@twinsun.com>
6513 * lib/quotearg.c (quotearg_n_options):
6514 Don't make the initial slot vector a constant,
6515 since it might get modified.
6517 * lib/quotearg.c: Add support for more than one preallocated slot.
6519 2000-07-30 Paul Eggert <eggert@twinsun.com>
6521 * lib/quotearg.c (quotearg_n_options):
6522 Preallocate a slot 0 buffer, so that the caller
6523 can always quote one small component of a "memory exhausted" message
6526 2000-07-23 Paul Eggert <eggert@twinsun.com>
6529 Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX), so that
6530 mbstate_t is always defined.
6532 Do not inspect MB_LEN_MAX, since it's incorrectly defined to be 1 in
6533 some GCC installations, and this configuration error is likely to be
6536 2000-07-22 Paul Eggert <eggert@twinsun.com>
6539 When the system forces us to redefine mbstate_t, shadow its mbsinit
6540 function. From Bruno Haible.
6542 2000-07-14 Paul Eggert <eggert@twinsun.com>
6544 * lib/xmalloc.c: Simplify exhausted message.
6546 * lib/quotearg.h: Update copyright date; from Jim Meyering.
6548 2000-07-13 Paul Eggert <eggert@twinsun.com>
6550 * lib/quotearg.h (enum quoting style):
6551 New constant clocale_quoting_style.
6554 (quoting_style_args, quoting_style_vals, quotearg_buffer_restyled):
6555 Add support for clocale_quoting_style, undoing previous change to
6556 locale_quoting_style.
6558 2000-07-10 Paul Eggert <eggert@twinsun.com>
6561 <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX,
6562 since otherwise we don't need it.
6563 (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
6564 since we don't do multibytes in that case.
6565 (quotearg_buffer_restyled): If a unibyte locale, don't bother to
6566 invoke multibyte primitives.
6568 * m4/mbstate_t.m4 (AC_MBSTATE_T):
6569 Renamed from AC_MBSTATE_T_OBJECT. All uses changed.
6570 Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
6571 and mbstate_t, to a single-part test that simply defines mbstate_t.
6573 * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
6574 Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
6575 to decide whether to define the BeOS workaround macro;
6576 this adjusts to the change to AC_MBSTATE_T.
6578 * m4/strerror_r.m4: New file.
6580 2000-07-05 Paul Eggert <eggert@twinsun.com>
6582 * lib/quotearg.c: Use double-quote to quote.
6584 * lib/quotearg.c (N_): New macro.
6585 (gettext_default): New function.
6586 (quotearg_buffer_restyled): Use gettext_default ("{LEFT QUOTATION MARK}",
6587 "\"") for left quote, and gettext_default ("{RIGHT QUOTATION MARK}", "\"")
6590 * lib/quotearg.c (struct quoting_options):
6591 Simplify quote_these_too dimension.
6592 From Bruno Haible <haible@clisp.cons.org>.
6594 * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT):
6595 Test for mbstate_t only if the test
6596 for an object-type mbstate_t fails.
6598 * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
6600 2000-07-03 Paul Eggert <eggert@twinsun.com>
6602 * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
6603 Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
6605 * lib/quotearg.c (mbrtowc):
6606 Assign to *pwc, and return 1 only if result is nonzero.
6607 (iswprint): Define to ISPRINT if we are substituting our own mbrtowc.
6609 2000-07-02 Paul Eggert <eggert@twinsun.com>
6611 * lib/quotearg.c (mbstate_t):
6612 Do not define; it should be defined with AC_CHECK_TYPE.
6614 2000-06-26 Paul Eggert <eggert@twinsun.com>
6616 * m4/mbstate_t.m4: Include stdio.h before wchar.h, to work around
6617 a bug in glibc 2.1.3.
6619 * lib/xmalloc.c: Fix inaccurate comment for xrealloc.
6621 2000-06-19 Paul Eggert <eggert@twinsun.com>
6623 * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
6624 inclusion of wctype.h to work around solaris2.6 namespace pollution.
6625 (ISPRINT): Likewise.
6626 Reported by Tom Tromey.
6628 2000-06-15 Paul Eggert <eggert@twinsun.com>
6630 * lib/human.c (adjust_value): New function.
6631 (human_readable_inexact): Apply rounding style even when printing
6634 * lib/human.c: Avoid shadowing warnings.
6637 2000-06-14 Paul Eggert <eggert@twinsun.com>
6639 * lib/human.c (human_readable_inexact): Allow an input block size
6640 that is not a multiple of the output block size, and vice versa.
6642 * lib/getdate.y (get_date): Apply relative times after time zone
6643 indicator, not before.
6645 2000-05-31 Paul Eggert <eggert@twinsun.com>
6647 * m4/largefile.m4: Rewrite so that we don't need to run getconf,
6648 and thus don't need AC_CANONICAL_HOST.
6650 (AC_SYS_LARGEFILE_FLAGS, AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
6651 (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
6652 (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
6653 CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY. All uses
6654 changed. Instead of inspecting the output of getconf, try to
6655 compile the test program without and with the macro definition.
6656 (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check for
6657 getconf. Instead, check for the needed flags by compiling test
6660 * configure.in (AC_CANONICAL_HOST): Remove; the largefile stuff no
6662 * config.guess, config.sub: Remove these files, for similar reasons.
6664 2000-05-03 Paul Eggert <eggert@twinsun.com>
6666 * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to be
6667 500, instead of _GNU_SOURCE to be 1, to work around glibc 2.1.3
6668 bug. This avoids a clash when files like regex.c that define
6671 2000-05-02 Paul Eggert <eggert@twinsun.com>
6673 * m4/largefile.m4 (AC_SYS_LARGEFILE):
6674 Define _GNU_SOURCE if this is needed to make
6675 ftello visible (e.g. glibc 2.1.3). Use compile-time test, rather than
6676 inspecting host and OS, to decide whether to define _LARGEFILE_SOURCE.
6678 * lib/quotearg.c (mbrtowc, mbstat_t):
6679 Add definitions if !HAVE_MBSTATE_T_OBJECT.
6680 (<wctype.h>): Include if HAVE_WCTYPE_H.
6681 (iswprint): Define to 1 if we lack it
6683 2000-04-18 Paul Eggert <eggert@twinsun.com>
6685 * m4/mbstate_t.m4: New file.
6687 2000-04-17 Bruno Haible <haible@clisp.cons.org>
6689 * tests/ignfail.sh: Test for uid 0 along with user "root".
6691 2000-04-05 Paul Eggert <eggert@twinsun.com>
6693 * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS):
6694 Don't use -n32 on IRIX if the installer said
6697 2000-02-28 Paul Eggert <eggert@twinsun.com>
6699 * lib/quotearg.c (ALERT_CHAR): New macro.
6700 (quotearg_buffer_restyled): Use it.
6702 2000-02-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6704 * src/list.c (tartime): Fix off-by-one error when copying year if
6707 2000-02-18 Paul Eggert <eggert@twinsun.com>
6709 * lib/getdate.y: Handle two-digit years with leading zeros correctly.
6710 (textint): New typedef.
6711 (parser_control): Changed from struct parser_control to typedef
6712 (for consistency). Member year changed from int to textint. All
6714 (YYSTYPE): Removed; replaced by %union with int and textint
6716 (tID): Removed; not used.
6717 (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE,
6718 tMERIDIAN, tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER,
6719 tUNUMBER, tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
6720 (tSNUMBER, tUNUMBER): Now of type <textintval>.
6721 (date, number, to_year): Use width of number in digits, not its
6722 value, to determine whether it's a 2-digit year, or a 2-digit
6724 (yylex): Store number of digits of numeric tokens. Return '?' for
6725 unknown identifiers, rather than (unused) tID.
6727 2000-01-16 Paul Eggert <eggert@twinsun.com>
6729 * lib/quotearg.c (quotearg_buffer_restyled):
6730 Do not quote alert, backslash, formfeed,
6731 and vertical tab unnecessarily in shell quoting style.
6733 2000-01-15 Paul Eggert <eggert@twinsun.com>
6736 Change quoting to be compatible with future autoconf versions.
6738 2000-01-11 Paul Eggert <eggert@twinsun.com>
6740 * lib/exclude.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Remove unused macros.
6742 2000-01-07 Paul Eggert <eggert@twinsun.com>
6744 * NEWS, configure.in (AC_INIT_AUTOMAKE): Version 1.13.17.
6746 Fix bug with fnmatch.h dependency, as follows:
6747 * src/Makefile.am (OMIT_DEPENDENCIES): New macro.
6748 * lib/Makefile.am (OMIT_DEPENDENCIES): New macro.
6750 * src/common.h (apply_nonancestor_delayed_set_stat):
6751 Renamed from apply_delayed_set_stat.
6752 (apply_delayed_set_stat, decode_mode, chmod_error_details,
6753 chown_error_details, close_warn, closedir_warn, mkdir_error,
6754 read_error_details, read_fatal_details, read_warn_details,
6755 seek_error_details, seek_warn_details, utime_error,
6756 write_error_details, write_fatal_details): New decls.
6758 Make diagnostic messages more regular.
6759 * src/create.c (dump_file): Quote file names with colons if possible.
6760 * src/compare.c (diff_archive): Likewise.
6761 * src/extract.c (repair_delayed_set_stat, extract_archive): Likewise.
6762 * src/incremen.c (get_directory_contents, gnu_restore): Likewise.
6763 * src/mangle.c (extract_mangle): Likewise.
6764 * src/misc.c (call_arg_error, call_arg_fatal, call_arg_warn):
6766 * src/buffer.c (archive_write_error, flush_archive, close_archive,
6767 new_volume, xclose):
6768 Use error message functions to report errors consistently.
6769 * src/compare.c (diff_sparse_files, diff_archive): Likewise.
6770 * src/create.c (finish_sparse_file, dump_file): Likewise.
6771 * src/extract.c (set_mode, set_stat, extract_sparse_file,
6772 extract_archive): Likewise.
6773 * src/list.c (list_archive): Likewise.
6774 * src/update.c (append_file): Likewise.
6775 * src/compare.c (diff_init, diff_sparse_files):
6776 Use xalloc_die to report memory exhaustion.
6777 * src/incremen.c (gnu_restore): Likewise.
6778 * src/list.c (read_header): Likewise.
6779 * src/mangle.c (extract_mangle): Likewise.
6780 * src/misc.c (maybe_backup_file): Likewise.
6781 * src/tar.c (decode_options): Likewise.
6782 * src/compare.c (read_and_process, fill_in_sparse_array,
6784 Use consistent terminology for unexpected-EOF message.
6785 * src/extract.c (extract_sparse_file, extract_archive): Likewise.
6786 * src/list.c (list_archive, read_header, skip_file,
6787 skip_extended_headers): Likewise.
6788 * src/buffer.c (archive_write_error): Add noreturn attribute to decl.
6789 (xdup2): Regularize messages with rest of tar.
6791 * src/buffer.c (flush_read): Don't read past EOF.
6793 * src/extract.c (extr_init):
6794 If we run out of memory, invoke apply_delayed_set_stat.
6795 (prepare_to_extract): Don't complain if we can't remove ".".
6796 (apply_delayed_set_stat): New function.
6797 (apply_nonancestor_delayed_set_stat):
6798 Renamed from apply_delayed_set_stat. All uses changed.
6799 Don't remove head if it doesn't apply.
6801 * src/create.c (find_new_file_size):
6802 Return size instead of storing through pointer.
6803 All callers changed.
6804 (deal_with_sparse): Don't keep reading after read errors.
6805 (finish_sparse_file): Just abort if there is an internal error.
6806 (dump_file): Fix typo: stat_warn and stat_error were interchanged.
6807 Don't restore access times on directories during incremental dumps
6808 until after dealing with the directory.
6809 If ignoring failed reads, count closedir, read, and unknown
6810 file errors as warnings, not errors.
6811 Fix buffer overrun problem when dumping sparse files.
6813 * src/list.c (read_and):
6814 Invoke apply_nonancestor_delayed_set_stat on file names
6815 after handling them.
6816 (decode_mode): Remove; moved to misc.c.
6818 * src/misc.c (safer_rmdir): New function.
6819 (remove_any_file): Use it to avoid problems with rmdir(".").
6820 (maybe_backup_file): Regularize diagnostics.
6821 (undo_backup_file): Likewise.
6822 (decode_mode): Moved here from list.c.
6823 (chmod_error_details, chown_error_details, close_fatal,
6824 close_warn, closedir_warn, mkdir_error, read_error_details,
6825 read_warn_details, read_fatal_details, seek_error_details,
6826 seek_warn_details, utime_error, write_error_details,
6827 write_fatal_details): New functions.
6829 * src/delete.c (save_record): Remove static variable (now local).
6830 (move_archive): Don't position before start of archive.
6831 (write_record): Abort if count is zero at inopportune time.
6834 * src/tar.c (decode_options): --delete and -f - are now
6835 incompatible, since we didn't have time to fix their bugs.
6837 * tests/Makefile.am (TESTS): Remove delete02.sh.
6838 * tests/ignfail.sh: Adjust to new quoting scheme again.
6840 2000-01-06 Paul Eggert <eggert@twinsun.com>
6842 * lib/getdate.y: Sync tm_diff with the GNU C Library.
6843 (TM_YEAR_BASE): Renamed from TM_YEAR_ORIGIN. All uses changed.
6844 (tm_diff): Renamed from difftm. All uses changed.
6845 Replace body with that taken from GNU C Library 2.1.3pre1.
6846 (get_date): Prefer tm_gmtoff to tm_diff if available.
6848 1999-12-29 "Melissa O'Neill" <oneill@cs.sfu.ca>
6850 * tests/incremen.sh: Invoke stat on newly created file so that its
6851 ctime is updated on Nextstep.
6853 1999-12-21 Machael Stone <mstone@cs.loyola.edu>
6855 * lib/getdate.y (get_date):
6856 Fix typo when checking for time_t overflow in time zone calculations.
6858 1999-12-13 Paul Eggert <eggert@twinsun.com>
6860 * NEWS, configure.in (AC_INIT_AUTOMAKE): Version 1.13.16.
6862 * README-alpha: New file.
6863 * README: New sections for gzip and bzip2, Solaris.
6864 Remove mention of BACKLOG.
6866 * configure.in (AC_C_BACKSLASH_A): Add.
6867 (AC_CHECK_HEADERS): Add wchar.h.
6868 (AC_CHECK_FUNCS): Add mbrtowc.
6869 (AC_FUNC_CLOSEDIR_VOID): Add.
6871 * tests/Makefile.am (TESTS): Add delete02.sh.
6872 (POSTPONED_TESTS): Remove.
6873 (EXTRA_DIST): Remove $(POSTPONED_TESTS).
6876 Set LC_ALL rather than LANGUAGE, LANG, and LC_MESSAGES.
6878 * tests/ignfail.sh (err): Adjust to new quoting scheme.
6880 * tests/delete02.sh: Fix typo: need to list archive2, not archive.
6882 * tests/extrac03.sh: Use -P option, so that .. doesn't get diagnosed.
6884 * src/tar.c ("quotearg.h"): New include.
6885 (usage): Now has __attribute__ ((noreturn)).
6886 (confirm): Report errno if we can't open tty.
6887 (confirm, decode_options):
6888 Quote arbitrary strings in diagnostics.
6889 (OVERWRITE_OPTION): New constant.
6890 (long_options, usage, decode_options): New --overwrite option.
6891 (decode_options): --keep-old-files, --overwrite, and --unlink-first
6892 are now mutually exclusive.
6893 Don't assume that gettext preserves errno.
6894 (main): Set default quoting style to escape_quoting_style.
6896 * src/update.c (<quotearg.h>): New include.
6898 Don't assume that gettext preserves errno.
6899 Quote arbitrary strings in diagnostics.
6900 Check for close error.
6902 * src/names.c (<quotearg.h>): New include.
6903 (name_init, name_next, name_close, names_notfound,
6904 collect_and_sort_names): Don't assume that gettext preserves
6905 errno. Quote arbitrary strings in diagnostics.
6906 (excluded_name): Fix typo that caused empty patterns to be
6909 * src/misc.c (<quotearg.h>): New include.
6910 (quote_copy_string): Quote only newline and backslash; the output is no
6911 longer meant for humans, and is locale-independent.
6912 (contains_dot_dot): New function.
6913 (remove_any_file): Don't use lstat; just rmdir the file and then use
6914 unlink if the rmdir fails because the file isn't a directory.
6915 Check for readdir and closedir errors.
6916 (maybe_backup_file): Report "stat" for stat errors.
6917 (maybe_backup_file, chdir_do):
6918 Quote arbitrary strings in diagnostics.
6919 (maybe_backup_file, undo_last_backup):
6920 Don't assume that gettext preserves errno.
6921 (call_arg_error, call_arg_fatal, call_arg_warn,
6922 chdir_fatal, close_error, closedir_error, exec_fatal, mkfifo_error,
6923 mknod_error, open_error, open_fatal, open_warn, opendir_error,
6924 opendir_warn, read_error, read_fatal, readdir_error, readdir_warn,
6925 readlink_error, readlink_warn, seek_error, seek_warn, stat_error,
6926 stat_warn, truncate_error, truncate_warn, unlink_error, waitpid_error,
6927 write_error, write_fatal, xfork, xpipe, quote_n, quote): New functions.
6929 * src/system.h (__attribute__): New macro.
6930 (O_NDELAY, O_NONBLOCK, O_APPEND): Remove.
6931 (S_ISDOOR): New macro.
6932 (closedir): New macro, if CLOSEDIR_VOID.
6934 * src/rmt.c, src/rtapelib.c (decode_oflag):
6935 O_APPEND might not be defined.
6937 * src/list.c: (read_and, list_archive):
6938 Quote arbitrary strings in diagnostics.
6939 (from_header): Use locale_quoting_style to quote diagnostics.
6940 (print_header, print_for_mkdir): Quote with quotearg, not quote_copy_string.
6942 * src/rmt.h (REM_BIAS): Increase from 128 to (1 << 30).
6944 * src/Makefile.am: Use ## for copyright comments.
6946 * src/extract.c (<quotearg.h>): New include.
6947 (enum permstatus): New enum.
6948 (struct delayed_set_stat): file_name is now at end of buffer, to avoid
6949 two mallocs. New members file_name_len, invert_permissions, permstatus.
6950 (extr_init): Remove hack that silently adjusted newdir_umask.
6951 (set_mode, set_stat): New args invert_permissions, permstatus, typeflag.
6952 Use these args to decide whether and how to set modes.
6953 (set_mode, set_stat, prepare_to_extract, extract_sparse_file, extract_archive):
6954 Don't assume that gettext preserves errno.
6955 (set_stat): Remove arg symlink_flag; subsumed by typeflag.
6956 (delay_set_stat, repair_delayed_set_stat): New functions.
6957 (make_directories): Avoid mkdir where last part of path is "..".
6958 Create a struct delayed_set_stat for each directory made.
6959 (prepare_to_extract): Renamed from unlink_destination, and
6960 return 0 immediately if to_stdout_option; all callers changed.
6961 (maybe_recoverable): New parameter interdir_made.
6962 Add support for --overwrite.
6963 (extract_sparse_file, extract_archive):
6964 Quote arbitrary strings in diagnostics.
6965 (extract_archive): By default, warn about ".." in member names, and skip them.
6966 Don't open files with O_NONBLOCK or O_APPEND.
6967 Open with O_TRUNC only if --overwrite; otherwise, use O_EXCL to avoid
6968 overwriting them. Pass only rwxrwxrwx permissions to `open' and `mkdir',
6969 minus the current umask. Keep track of intermediate directories made,
6970 to avoid looping when making x/../x when x doesn't exist; the
6971 earlier code solved this in a different way that didn't fit well
6972 into the new scheme. Don't extract permissions onto existing
6973 directories unless --overwrite is given. Do not add -wx------
6974 permissions to new directories permanently; just do it temporarily.
6975 Remove no-longer-needed hack with MSDOS and directory time stamps.
6976 (apply_delayed_set_stat): New argument specifies which directories to
6977 fix statuses of. Do not wait until the end of extraction to fix
6978 statuses; instead, fix a directory's status once we exit that directory.
6979 This requires less memory and does the right thing in some cases
6980 where the old method didn't.
6981 (fatal_exit): New function.
6983 * src/incremen.c (<quotearg.h>): New include.
6984 (get_directory_contents, gnu_restore):
6985 Check for readdir and closedir errors.
6986 (get_directory_contents, read_directory_file, gnu_restore):
6987 Quote arbitrary strings in diagnostics.
6988 (get_directory_contents, read_directory_file, write_directory_file):
6989 Don't assume that gettext preserves errno.
6991 * src/create.c (<quotearg.h>): New include.
6992 (start_header): Use `member names' to refer to archive member names, not
6993 `archive names'. Warn about `..' in member names.
6994 (finish_sparse_file, dump_file):
6995 Quote arbitrary strings in diagnostics.
6996 (finish_sparse_file, dump_file):
6997 Don't assume that gettext preserves errno.
6998 (dump_file): Don't use `access' to determine whether a directory is readable;
6999 this isn't reliable if tar is setuid. Use `opendir' instead.
7000 Check for readdir and closedir failures.
7001 Don't dump sockets as if they were fifos; just warn and skip.
7003 * src/delete.c (move_archive):
7004 Don't report fatal error merely because sizes don't fit
7005 into struct mtop values; fall back on lseek instead.
7006 Say `Cannot' uniformly, instead of `Could not' sometimes and `Cannot' others.
7007 Say `reposition' instead of `re-position'.
7008 (delete_archive_members):
7009 Set archive to STDOUT_FILENO before outputting trailing buffer.
7011 * src/compare.c (<quotearg.h>): New include.
7012 (diff_init): Use `Cannot' uniformly, instead of `Could not' sometimes
7013 and `Cannot' others.
7014 (report_difference, diff_archive):
7015 Quote arbitrary strings in diagnostics.
7016 (process_rawdata, diff_sparse_files, get_stat_data, diff_archive, seek_warn):
7017 Don't assume that gettext preserves errno.
7018 (diff_archive): Don't open regular files with O_NONBLOCK.
7019 Preserve access times of files if --atime.
7021 * src/common.h (FATAL_ERROR): Use new fatal_exit function to exit.
7022 (FATAL_ERROR, USAGE): Don't return 0.
7023 (enum old files): New enum.
7024 (old_files_option): New variable, replacing keep_old_files_option and
7025 unlink_first_option.
7026 (apply_delayed_set_stat): Now takes char const * param.
7027 (fatal_exit, contains_dot_dot, chdir_fatal, close_error,
7028 closedir_error, exec_fatal, mkfifo_error, mknod_error, open_error,
7029 open_fatal, open_warn, opendir_error, opendir_warn, read_error,
7030 read_fatal, readdir_error, readdir_warn, readlink_error,
7031 readlink_warn, seek_error, seek_warn, stat_error, stat_warn,
7032 truncate_error, truncate_warn, unlink_error, waitpid_error,
7033 write_error, write_fatal, xfork, xpipe, quote, quote_n): New decls.
7036 (xclose, xdup2, child_open_for_compress, child_open_for_uncompress,
7037 archive_write_error, archive_read_error, flush_archive, close_archive,
7038 init_volume_number, new_volume):
7039 Don't assume that gettext preserves errno.
7041 (xdup2): Don't report errno if dup returns an unexpected nonnegative value.
7042 (open_archive): Reject multivolume verify attempts a bit earlier.
7043 Rename local variable `access', in case it's defined by system header.
7045 (open_archive, backspace_output): Use `Cannot' uniformly, instead of
7046 `Could not' sometimes and `Cannot' others.
7048 (open_archive, flush_read, flush_archive, close_archive, new_volume):
7049 Quote arbitrary strings in diagnostics.
7051 (read_error): Set archive to STDOUT_FILENO temporarily when writing
7054 (init_volume_number): Check for input and output errors in volno_file.
7056 (new_volume): Use new fatal_exit function to exit, and new xfork
7059 * m4/Makefile.am (EXTRA_DIST): Add c-bs-a.m4.
7061 * Makefile.am (ACINCLUDE_INPUTS): Add $(M4DIR)/c-bs-a.m4.
7063 * doc/tar.texi: Add --overwrite.
7064 --absolute-names rejects ".." in names.
7066 * lib/quotearg.c: Add support for multibyte characters.
7068 (ISPRINT): New macro.
7069 (<wchar.h>): Include if HAVE_MBRTOWC && HAVE_WCHAR_H.
7070 (isprint, mbrtowc, mbsinit, mbstate_t): New macros,
7071 defined if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
7072 (quotearg_buffer_restyled): New function, with most of the old
7073 quotearg_buffer's contents.
7074 Major rewrite to support multibyte characters.
7075 (quotearg_buffer): Now just calls quotearg_buffer_restyled.
7077 * m4/c-bs-a.m4: New file.
7079 * lib/Makefile.am: Use ## for copyright notice.
7081 * scripts/Makefile.am: Use ## on copyright notice.
7084 ($(srcdir)/tar.info, tar.dvi): We now use texinfo 4.0.
7086 1999-12-05 Paul Eggert <eggert@twinsun.com>
7088 * doc/ChangeLog, lib/ChangeLog, scripts/ChangeLog,
7089 src/ChangeLog, tests/ChangeLog: Remove these files.
7090 * ChangeLog.1: New file, incorporating the above files, plus old
7092 * Makefile.am (EXTRA_DIST): Add ChangeLog.1.
7094 1999-12-05 Dale Worley <worley@ariadne.com>
7096 * src/compare.c (<utime.h>, struct utimbuf): Add.
7097 (diff_archive): Restore access times if --atime.
7098 * doc/tar.texi: Explain that --atime also preserves modification time.
7100 1999-12-04 Gerhard Poul <gpoul@gnu.org>
7102 * ABOUT-NLS: Update to latest version from ftp.gnu.org.
7103 * BACKLOG, TODO: Remove.
7104 * Makefile.am (all-local, BABYL, dist-zoo, id, ID): Remove.
7105 * README: Bring up to date.
7107 1999-12-03 Paul Eggert <eggert@twinsun.com>
7109 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.15.
7111 * src/compare.c (diff_archive):
7112 Do not set errno to EPIPE; we no longer use perror.
7114 * src/create.c (dump_file):
7115 If a parent directory said that a file should be there but it is
7116 absent, diagnose it as being removed in the meantime.
7117 Do not pass meaningless errno to ERROR when reporting that the
7118 file changed as we read it.
7119 Report that a file changed if its ctime changes; this is more
7120 sensitive than mtime+size, and more accurate.
7122 * src/incremen.c (enum children): New type.
7123 (struct directory): Change old char allnew member to new enum children
7126 (get_directory_contents): When doing an incremental dump that does
7127 not cross filesystem boundaries, dump the mount points, even though
7128 they are in a different filesystem. This is for convenience when
7129 restoring, and for consistency with non-incremental dumps.
7130 This requires a 3-way flag for keeping track of which children we want,
7131 so we use enum children rather than boolean.
7133 * src/open3.c (modes): Remove.
7134 (open3): Remove unportable assumptions about flag encodings.
7135 Use `stat' instead of `access' for testing file existence,
7136 to avoid problems with setuid programs.
7138 * src/names.c (name_next): If file names are given both in the
7139 command line (e.g. via -C) and in a file (via -T), do not
7140 ignore the command-line names.
7142 * m4/uintmax_t.m4: Backport to autoconf 2.13.
7144 * doc/tar.texi: Clarify getdate authorship.
7146 1999-11-23 Paul Eggert <eggert@twinsun.com>
7148 * lib/Makefile.am (DISTCLEANFILES): New macro.
7150 * configure.in (tar_fnmatch_hin):
7151 Remove; it runs afoul of a bug in autoconf 2.13.
7152 Instead, always link fnmatch.h to some file, even if it's a throwaway.
7154 1999-11-19 Paul Eggert <eggert@twinsun.com>
7156 * m4/largefile.m4: Update serial.
7158 1999-11-18 Paul Eggert <eggert@twinsun.com>
7160 * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a bug in
7161 the QNX shell, which doesn't propagate exit status of failed
7162 commands inside shell assignments.
7164 1999-11-07 Paul Eggert <eggert@twinsun.com>
7166 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.14.
7168 * configure.in (AC_PREREQ): Bump to 2.13.
7169 (ALL_LINGUAS): Add pt_BR, ja.
7170 (AC_FUNC_FNMATCH): Remove lib/funmatch.h before invoking, not after.
7171 (tar_cv_path_RSH): Prefer a non-symlink rsh to a symlink one,
7172 for AIX crossbuilds.
7174 * doc/tar.texi: New node create options for --ignore-failed-read.
7175 Remove unused version control symbols.
7176 Modernize texinfo usage.
7178 * src/tar.c (usage): Add examples.
7180 * m4/fnmatch.m4 (AC_FUNC_FNMATCH):
7181 Include fnmatch.h when testing fnmatch.
7183 * src/common.h (collect_and_sort_names): New decl.
7185 * src/list.c (from_header):
7186 Handle 32-bit two's complement negative time stamps
7187 even if the leading octal digit is 2 or 3.
7189 * src/extract.c (set_stat): Remove duplicate code.
7191 * src/create.c (to_chars): Remove trailing newline from warning.
7192 (dump_file): Ignore doors.
7193 (finish_header): Report block numbers with origin 0, not origin 1.
7195 * src/rmt.c: Include getopt.h.
7196 (long_opts): New constant.
7197 (usage): New function.
7198 (main): Implement --help and --version.
7199 Output usage message if arguments are bad.
7201 1999-10-10 Paul Eggert <eggert@twinsun.com>
7203 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.13.
7205 * README: Remove --with-dmalloc.
7206 Add --disable-largefile.
7207 Remove old NeXT dirent problems, or AIX valloc problems.
7208 Remove old union wait advice, and old %lld advice.
7209 Remove advice about FreeBSD 2.1.7, ISC 4.1mu, Ultrix `make'.
7211 * doc/tar.texi: Clarify documentation for portable file names.
7213 * configure.in (AM_WITH_DMALLOC): Remove.
7214 (ALL_LINGUAS): Add ja.
7216 * src/tar.c (decode_options):
7217 Invalid dates are now treated as (time_t) -1.
7218 Redo version message to conform to GNU standards.
7220 * src/create.c (dump_file):
7221 Fix typo: last two args to dump_file were interchanged.
7222 * src/update.c (update_archive): Likewise.
7224 * src/common.h (tartime): New decl.
7226 * src/list.c (tartime): Now extern.
7227 (read_and): Invalid headers cause errors, not warnings.
7229 1999-10-03 Paul Eggert <eggert@twinsun.com>
7231 * lib/getdate.y (__attribute__):
7232 Don't use if GCC claims to be before 2.8; this is
7233 needed for OPENStep 4.2 cc. Also, don't use if strict ANSI.
7235 1999-09-25 Paul Eggert <eggert@twinsun.com>
7237 * lib/fnmatch.c, lib/fnmatch.hin: Merge changes from latest glibc.
7238 * lib/getopt.c, lib/getopt.h, lib/getopt1.c: Likewise.
7240 * tests/incremen.sh: Add yet another sleep.
7242 1999-09-24 Paul Eggert <eggert@twinsun.com>
7244 * NEWS: A read error now causes a nonzero exit status.
7246 * src/create.c (to_chars): Fix base-256 output.
7248 * src/buffer.c (write_error):
7249 Read error is an error, not just a warning.
7251 1999-09-24 Paul Eggert <eggert@twinsun.com>
7253 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.12.
7255 * src/tar.c (<time.h>): Include.
7256 (time): Declare if not defined.
7257 (confirm): Don't read past EOF.
7258 (long_options, usage): Add --no-same-owner, --no-same-permissions.
7259 (main): Use clock_gettime if available.
7261 * tests/Makefile.am (TESTS): Add incremen.sh
7262 (INCLUDES): Add -I../lib, for fnmatch.h.
7264 * src/update.c (update_archive):
7265 Remove call to name_expand; had no effect.
7266 Use chdir_do to change into directory.
7267 Use deref_stat instead of stat.
7268 Use add_avoided_name to mark names to be avoided; the old method of
7269 setting a bit with the name caused all descendants of that name to
7270 be avoided, in some circumstances.
7272 * tests/incremen.sh: Remove unnecessary sleeps.
7274 * src/names.c (name_next): Go back to using plain chdir.
7275 (name_gather): Use chdir_arg to keep track of arguments to chdir.
7276 (addname): Likewise.
7277 (name_match): Use chdir_do to act on chdir args.
7278 (merge_sort): Moved here from incremen.c.
7279 (compare_names, add_hierarchy_to_namelist, collect_and_sort_names):
7281 (name_expand): Remove.
7282 (name_from_list): Skip fake names.
7283 Use chdir_do to act on chdir args.
7284 (struct avoided_name): New struct.
7285 (avoided_names): New var.
7286 (add_avoided_name, is_avoided_name): New functions.
7288 * src/system.h (stat, lstat): Define in terms of statx on
7289 STX_HIDDEN && !_LARGE_FILES /* AIX */ hosts.
7290 (UCHAR_MAX): New macro.
7291 (TYPE_MAXIMUM): Cast to arg type, for types narrow than int.
7293 * m4/largefile.m4: Work around GCC 2.95.1 bug with HP-UX 10.20.
7295 * src/incremen.c (<time.h>): Remove include; no longer used.
7296 (time): Remove decl.
7298 (get_directory_contents): Use deref_stat.
7299 Consider a subdirectory to be all new only if
7300 listed_incremental_option or if it its timestamp is newer than the
7302 (add_hierarchy_to_namelist, merge_sort): Move to names.c.
7303 (read_directory_file): Now extern. Do not set time_now.
7304 (write_directory_file): Renamed from write_dir_file.
7305 Use start_time instead of time_now.
7306 (compare_names, collect_and_sort_names): Move to names.c.
7308 * src/mangle.c (<time.h>): Remove; not used.
7309 (time): Do not declare.
7311 * src/misc.c (chdir_from_initial_wd): Remove.
7312 (deref_stat): New function.
7313 (struct wd): New struct.
7314 (wd, wds, wd_alloc): New variables.
7315 (chdir_arg, chdir_do): New function.
7317 * src/compare.c (get_stat_data): Use deref_stat.
7319 * src/common.h (name_expand): Remove.
7321 * src/list.c (time): Declare if not defined.
7322 (base_64_digits): Moved here from create.c.
7323 (base64_map): Use UCHAR_MAX for size, not less-clear (unsigned char)
7325 (read_and): Don't get time from header unless we need it now;
7326 as getting time can cause duplicate diagnostics if bogus.
7327 Remove "Hmm, " from diagnostic.
7328 Use "Skipping to next header" uniformly.
7329 (from_header): Renamed from from_chars. All uses changed.
7330 Allow different forms for unportable 2's complement numbers.
7331 Don't check for extended forms when parsing checksums.
7332 Parse base-256 output.
7333 (gid_from_header): Renamed from gid_from_chars. All uses changed.
7334 (major_from_header): Renamed from major_from_chars. All uses changed.
7335 (minor_from_header): Renamed from minor_from_chars. All uses changed.
7336 (mode_from_header): Renamed from mode_from_chars. All uses changed.
7337 (off_from_header): Renamed from off_from_chars. All uses changed.
7338 (size_from_header): Renamed from size_from_chars. All uses changed.
7339 (time_from_header): Renamed from time_from_chars. All uses changed.
7340 Warn about future timestamps.
7341 (uid_from_header): Renamed from uid_from_chars. All uses changed.
7342 (uintmax_from_header): Renamed from uintmax_from_chars.
7344 (tartime): New function, incorporating isotime.
7346 (print_header): Use tartime.
7348 * src/create.c (to_chars): Fix typo in decl.
7349 Don't assign through char const *.
7350 Rename name_expand back to collect_and_sort_names.
7352 * src/extract.c (<time.h>): No need to include.
7353 (time): No need to declare.
7354 (now): Remove variable.
7355 (extr_init): Don't initialize `now'.
7356 Increment same_permissions_option and same_owner_option if we_are_root
7357 is nonzero; this supports the new --no-same-owner option.
7358 (set_stat): Use start_time instead of `now'.
7360 * src/create.c (struct link): Remove unused linkcount member.
7361 (base_64_digits): Move to list.c.
7362 (base_8_digits): Remove.
7363 (to_octal): New function, with some of old contents of to_base.
7365 (to_base256): New function.
7366 (to_chars): Use base 256, not base 64, for huge values.
7367 (mode_to_chars): Don't use two's complement in GNU format or POSIX
7369 (dump_file): Interchange last two arguments. If TOP_LEVEL is negative,
7370 it means we have an incremental dump where we don't know whether this
7371 is a top-level call.
7372 Use deref_stat instead of statx / stat / lstat.
7373 Cast result of alloca.
7374 Check for dates if 0 < top_level, not if listed_incremental_option.
7375 Move multiple-link check after directory check.
7376 Do not dump avoided names.
7377 Dump hard links to symbolic names as links, not as separate
7379 start_header cannot return a null pointer, so don't test for it.
7380 Likewise for find_next_block.
7382 * src/buffer.c, src/common.h (<human.h>): Include.
7383 (read_error): Read error is an error, not just a warning.
7384 (print_total_written): Also print human-readable byte count, and
7386 (open_archive, flush_write): Use start_time, not current time.
7387 (flush_read): Report about garbage bytes ignored at end of archive,
7388 but act on non-garbage bytes (instead of ignoring them).
7389 (new_volume): Use WARN for warnings.
7392 ($(srcdir)/tar.info): Add -I$(srcdir) so that subdir builds work.
7394 * Makefile.am (ACINCLUDE_INPUTS): Add $(M4DIR)/fnmatch.m4.
7396 * m4/Makefile.am (EXTRA_DIST): Add fnmatch.m4.
7398 * lib/Makefile.am (noinst_HEADERS):
7399 Rename fnmatch.h to fnmatch.hin; add human.h.
7400 (libtar_a_SOURCES): Add human.c, xstrtoul.c.
7401 (INCLUDES): Remove -I.. -I$(srcdir) -- automake adds this for us.
7403 * src/Makefile.am (rmt_LDADD, tar_LDADD): New macros.
7405 * lib/fnmatch.c (strchrnul):
7406 Define to __strchrnul if _LIBC, to our own replacement otherwise.
7407 Do not define if !_LIBC and if it already exists.
7408 (internal_fnmatch): Use it.
7410 * configure.in (tar_LDADD): New variable, used only when linking tar.
7411 (rmt_LDADD): Similarly, for rmt.
7412 (AC_FUNC_FNMATCH): Link fnnmatch.hin to fnmatch.h if we're using our
7413 fnmatch.c; otherwise, use the system fnmatch.h.
7415 * doc/tar.texi: Add --no-same-owner, --no-same-permissions.
7416 Modernize sample backup script.
7418 * THANKS: Martin Goik's email address has changed.
7420 * m4/fnmatch.m4: New file.
7422 1999-09-03 Paul Eggert <eggert@twinsun.com>
7424 * lib/lchown.h (ENOSYS): Don't use ENOMSG; it's not in NeXTStep3.3.
7427 1999-08-29 Paul Eggert <eggert@twinsun.com>
7429 * lib/getdate.y (get_date):
7430 Rename outermost local `probe' to `quarter'.
7431 Rename latter local `tm' to probe_tm.
7432 From: Jim Meyering <meyering@ascend.com>
7433 Message-ID: <uryn1vafyyc.fsf@ixi.eng.ascend.com>
7435 1999-08-28 Paul Eggert <eggert@twinsun.com>
7437 * lib/getdate.y (PC): New macro; use it when possible.
7438 (number): Handle `Nov 11 1996' example correctly.
7439 See Risks Digest 20.55 (1999-08-27)
7440 http://catless.ncl.ac.uk/Risks/20.55.html#subj18
7442 1999-08-23 Paul Eggert <eggert@twinsun.com>
7444 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.11.
7446 Remove minor cases of lint from many source files: this includes
7447 unnecessary casts, uses of NULL, etc.
7449 * configure.in (AC_PROG_YACC): Remove.
7450 (YACC): Always use bison.
7451 (AC_STRUCT_TIMEZONE): Add.
7452 (AC_REPLACE_FUNCS): Add strcasecmp, strncasecmp.
7454 * doc/tar.texi: --bzip2 is now -I. Remove obsolete time zone info.
7457 * lib/Makefile.am (EXTRA_DIST): Add strcasecmp.c, strncasecmp.c.
7458 ($(srcdir)/getdate.c): Rename y.tab.c to getdate.c only if successful.
7460 * lib/strcasecmp.c, lib/strncasecmp.c: New files.
7462 * src/common.h (merge_sort): Remove decl; no longer exported.
7464 * src/system.h (voidstar): Remove.
7465 (memcpy, memcmp): Cast args.
7466 ("xalloc.h"): Add include.
7467 (xmalloc, xrealloc): Remove decl.
7469 * src/mangle.c (time): Do not declare if defined.
7470 (first_mangle, mangled_num): Remove.
7472 * src/list.c (from_chars): Report out-of-range values more precisely.
7473 (off_from_chars): Do not allow negative offsets.
7474 (uid_from_chars): Allow negative uids.
7476 * src/create.c (linklist): Now static.
7477 (to_chars): Fix wording of message to match from_chars.
7479 * src/misc.c (merge_sort): Move to incremen.c.
7480 * src/incremen.c (merge_sort): Move here from misc.c; now static.
7481 It's too painful to make it both generic and portable.
7482 (read_directory_file): "timestamp" -> "time stamp" in messages.
7484 * src/tar.c (long_options, usage, main): -y is now -I (for --bzip).
7485 (usage): Fix misspelling.
7486 (OPTION_STRING): -y is now -I.
7487 (decode_options): Use -1, not EOF, for getopt_long result.
7488 Fix typo when invoking xstrtoumax: look for LONGINT_OK, not LONG_MAX.
7489 Handle operands after any "--" argument.
7490 (main): Report any output errors.
7492 * src/rmt.c (main): status is ssize_t, not long.
7494 * src/names.c (name_gather): Handle trailing -C option correctly.
7495 (addname): use memcpy, not strncpy, to copy a string of known length.
7496 (name_match): Handle trailing -C option correctly.
7497 Propagate -C option to following files.
7498 (name_match, name_scan): Remove redundant matching code.
7500 * src/buffer.c (open_archive): Use American spelling in diagnostic.
7502 * lib/getdate.y: Major rewrite. Add copyright notice.
7503 (<stdio.h>): Include only if testing.
7505 (ISLOWER): New macro.
7506 (<string.h>): Include if HAVE_STRING_H, not USG.
7508 (yymaxdepth, ..., yycheck): Don't bother to redefine, since we assume
7510 (EPOCH_YEAR): Renamed from EPOCH.
7511 (table): Renamed from TABLE.
7512 (meridian): Now an anonymous enum.
7513 (struct parser_control): New type.
7514 (YYLEX_PARAM, YYPARSE_PARAM, YYSTYPE): New macros.
7515 (yyInput, ..., yyRelYear): Migrated into struct parser_control.
7516 (%pure_parser): Added, so that the parser is pure.
7517 (%union): Removed; the type is now just plain int.
7518 All %type directives removed.
7519 (tLOCAL_ZONE): New %token.
7520 (month_day_table): Renamed from MonthDayTable.
7521 (gmtime, localtime, mktime, time): Declare only if not defined.
7522 (meridian_table): New table.
7523 (dst_table): New table.
7524 (units_table): renamed from UnitsTable.
7525 (relative_time_table): Renamed from OtherTable.
7526 (time_zone_table): Renamed from TimezoneTable. Modernized.
7527 (military_table): Renamed from MilitaryTable.
7528 (to_hour): Renamed from ToHour.
7529 (to_year): Renamed from ToYear.
7530 (lookup_zone): New function.
7531 (LookupWord): Renamed from lookup_word. Use lookup_zone for time
7533 (yylex): Now reentrant. All callers changed.
7534 (get_date): Add support for local time zone abbreviations.
7537 1999-08-20 Paul Eggert <eggert@twinsun.com>
7539 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.10.
7541 * src/create.c (to_chars): Generate GNU base-64 representation
7542 if we are generating an old or new GNU format tar file for a
7543 number that can't be represented with the POSIX format.
7545 * configure.in (AC_CHECK_FUNCS): Add fchdir.
7546 (AM_FUNC_GETLINE): Add.
7547 (LIBOBJS): Add getline.o to workaround comment.
7548 * Makefile.am (ACINCLUDE_INPUTS): Add $(M4DIR)/getline.m4.
7549 * m4/Makefile.am (EXTRA_DIST): Add getline.m4.
7550 * lib/Makefile.am (noinst_HEADERS): Add getline.h, save-cwd.h.
7551 (libtar_a_SOURCES): Add save-cwd.c, xgetcwd.c.
7552 * lib/getline.c, lib/getline.h, lib/save-cwd.c,
7553 lib/save-cwd.h, m4/getline.m4: New files.
7555 * src/misc.c (<save-cwd.h>): Include.
7556 (chdir_from_initial_wd): New function.
7558 * src/names.c (name_next): Use chdir_from_initial_wd, not chdir.
7559 (name_gather): Handle `-C x -C y' correctly.
7560 Do not rely on addname to handle -C.
7561 (addname): New CHANGE_DIR parameter. All callers changed.
7562 Remove ugly calls to getcwd; no longer needed.
7563 (name_match, name_from_list): Use chdir_from_initial_wd, not chdir.
7565 * src/incremen.c (listed_incremental_stream): New var.
7566 (read_directory_file): Remove arbitrary limits on file name length.
7567 Do not attempt to get the working directory; we can bypass this
7568 on fchdir hosts. Open the listed_incremental_option file for both
7569 read and write instead of opening it twice. Check for I/O errors
7570 when doing I/O to this file. Check for invalid data in the file,
7571 and report line numbers of invalid data.
7572 (write_dir_file): Likewise.
7573 (collect_and_sort_names): Use chdir_from_initial_wd, not chdir.
7574 Do not invoke write_dir_file; that's our caller's responsibility.
7576 * src/list.c (max): New macro.
7577 (isotime): Now takes time_t, not time_t *. Report the decimal values
7578 of times that can't be broken down.
7579 (print_header): Don't assume that major and minor device numbers can
7582 * src/common.h (struct name): change_dir is now char const *.
7583 (write_directory_file): Remove unused decl.
7584 (STRINGIFY_BIGINT): Assume b always points to UINTMAX_STRSIZE_BOUND
7585 chars; the old `sizeof (b)' broke when b was a pointer not an array.
7586 (chdir_from_initial_wd): New decl.
7587 (addname): New 2nd arg.
7589 * THANKS: Torsten Lull -> Catrin Urbanneck
7591 1999-08-18 Paul Eggert <eggert@twinsun.com>
7593 * configure.in (HAVE_GETHOSTENT, HAVE_SETSOCKOPT):
7594 Don't depend on ac_cv_func variables.
7595 From Albert Chin-A-Young <china@thewrittenword.com>.
7597 1999-08-18 Paul Eggert <eggert@twinsun.com>
7599 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.9
7601 * m4/signedchar.m4: New file.
7602 * configure.in (pe_AC_TYPE_SIGNED_CHAR): Add.
7603 * src/system.h (signed_char): New macro.
7604 * Makefile.am (ACINCLUDE_INPUTS): Add $(M4DIR)/signedchar.m4.
7605 * m4/Makefile.am (EXTRA_DIST): Add signedchar.m4.
7607 * src/create.c (write_eot): Write at least two zero blocks.
7609 * src/extract.c (extract_archive): Fix sparse array bug:
7610 we did not find end of array correctly.
7612 * src/compare.c: (fill_in_sparse_array, diff_sparse_files):
7613 Don't assume find_next_block yields nonnull.
7614 * src/extract.c (extract_sparse_file, extract_archive): Likewise.
7615 * src/list.c (skip_extended_headers): Likewise.
7617 * src/list.c (read_and, list_archive): Simplify code.
7618 (read_header): Fix computation of signed checksums on machines where
7620 Do not consider a block to be zero unless all its bytes are zero,
7621 even the checksum bytes. Do not attempt to parse the checksum of
7622 a zero block. Fix memory leak with long names and links.
7623 (from_chars): Accommodate a buggy tar that outputs leading NUL
7624 if the previous field overflows.
7626 * src/misc.c (quote_copy_string): Generate \177 for '\177', not
7627 \?, for portability to non-ASCII hosts.
7629 1999-08-16 Paul Eggert <eggert@twinsun.com>
7631 * configure.in (AM_INIT_AUTOMAKE), NEWS: Version 1.13.8.
7633 * src/extract.c (make_directories): Do not chown intermediate
7634 directories, even if we are root.
7636 * src/list.c (read_header): Fix bugs when interpreting
7637 POSIX-compliant headers that do not contain null bytes in the
7638 header or link names.
7640 1999-08-14 Paul Eggert <eggert@twinsun.com>
7642 * configure.in (AM_INIT_AUTOMAKE), NEWS: Version 1.13.7.
7644 * configure.in (AC_CHECK_HEADERS): Remove sys/wait.h.
7645 (AC_HEADER_SYS_WAIT): Add.
7646 (AC_REPLACE_FUNCS): Add waitpid.
7647 (tar_cv_header_union_wait, HAVE_UNION_WAIT): Remove.
7648 * lib/waitpid.c: New file.
7649 * lib/Makefile.am (EXTRA_DIST): Add waitpid.c.
7650 * src/system.h (WCOREDUMP): Remove; no longer used.
7651 (WIFSTOPPED): Likewise.
7652 (WEXITSTATUS, WIFSIGNALED): Default to Solaris 7 versions.
7653 * src/buffer.c (child_open_for_compress): Undo previous change.
7654 (close_archive): Use waitpid, POSIX-style, instead of old BSD style.
7655 (new_volume): Likewise.
7657 * src/buffer.c, src/extract.c, src/incremen.c (time):
7658 Don't declare if defined.
7659 * src/extract.c (extr_init): Remove unneeded cast around 0 arg to time.
7660 * src/incremen.c (read_directory_file):
7661 Invoke `time' the same way everyone else does.
7662 Check validity of --listed-incremental file contents a bit better.
7663 Do not worry about --after-date-option; tar.c now checks this.
7664 * src/list.c (isotime): Report ??? if localtime returns null.
7665 Don't assume years fit into four digits.
7666 Don't append trailing newline.
7667 (print_header): Report ??? if localtime returns null;
7668 Don't assume years fit into four digits.
7670 * src/compare.c (diff_archive): Do not fall back on absolute name
7671 when --absolute-names is not specified.
7673 * src/create.c (start_header):
7674 Include text of ignored filesystem prefix in warning.
7675 (create_archive): Check for excluded names when doing incremental
7676 pass through directory.
7677 (dump_file): Do not dump old files explicitly given on command line
7678 when using --listed-incremental. Do not strip ./ prefix from names.
7680 * src/tar.c: -g now implies after_date_option = 1.
7681 -g and -N are now incompatible options.
7683 * doc/tar.texi: Explain --exclude better. Don't strip leading `./'.
7685 1999-08-11 Jeff Dairiki <dairiki@dairiki.org>
7687 * src/list.c (read_header): Don't parse OLDGNU_FORMAT
7688 incremental headers as POSIX prefixes.
7690 1999-08-11 Paul Eggert <eggert@twinsun.com>
7692 * NEWS, configure.in: Version 1.13.6.
7694 * configure.in (ALL_LINGUAS): Add pt_BR.
7695 * po/pt_BR.po: New file.
7697 * doc/Makefile.am ($(srcdir)/tar.info, $(srcdir)/header.texi):
7698 Renamed from tar.info and header.texi; adjust actions so that
7699 they work in other directories.
7701 * doc/tar.texi: Add -y and --bzip2.
7702 Patterns containing / now exclude only file names whose prefix match.
7704 * lib/exclude.h (excluded_filename): New option parameter.
7705 (add_exclude_file): New ADD_FUNC parameter.
7706 (excluded_pathname): Remove decl.
7707 * lib/exclude.c (_GNU_SOURCE):
7708 Remove; no longer needed since we don't use FNM_ macros.
7709 (excluded_filename): Renamed from excluded_filename_opts.
7710 (excluded_filename, excluded_pathname): Remove.
7711 (add_exclude_file): New ADD_FUNC parameter.
7713 * po/POTFILES.in: Add lib/quotearg.c.
7715 * src/buffer.c (_GNU_SOURCE): Define.
7716 (<fnmatch.h>): Include unconditionally.
7717 (child_open_for_compress): Dup after closing, to avoid possible file
7718 descriptor exhaustion.
7719 (flush_write): Use FILESYSTEM_PREFIX_LEN instead of MSDOS ifdef.
7720 (flush_read): Likewise.
7722 * src/common.h (LG_8, LG_64): New macros.
7723 (excluded_with_slash, excluded_without_slash): New vars.
7725 (base_64_digits): New decl.
7726 (gid_to_chars, major_to_chars, minor_to_chars, mode_to_chars,
7727 off_to_chars, size_to_chars, time_to_chars, uid_to_chars,
7729 GID_TO_CHARS, MAJOR_TO_CHARS, MINOR_TO_CHARS, MODE_TO_CHARS,
7730 OFF_TO_CHARS, SIZE_TO_CHARS, TIME_TO_CHARS, UID_TO_CHARS,
7732 Renamed from gid_to_oct, major_to_oct, minor_to_oct, mode_to_oct,
7733 off_to_oct, size_to_oct, time_to_oct, uid_to_oct, uintmax_to_oct,
7734 GID_TO_OCT, MAJOR_TO_OCT, MINOR_TO_OCT, MODE_TO_OCT, OFF_TO_OCT,
7735 SIZE_TO_OCT, TIME_TO_OCT, UID_TO_OCT, UINTMAX_TO_OCT,
7736 respectively. All definitions and uses changed.
7737 (excluded_name): New decl.
7739 * src/compare.c (diff_archive):
7740 Open files with O_NONBLOCK instead of O_NDELAY.
7742 * src/create.c (base_64_digits): New constant.
7743 (base_8_digits): New macro.
7744 (MAX_VAL_WITH_DIGITS): New macro.
7745 (to_base): First half of old to_oct. Support base 64 too.
7746 (to_chars): Other half of old to_oct, for 64-bit support.
7747 (GID_NOBODY, UID_NOBODY): Don't define if the headers don't.
7748 (gid_substitute, uid_substitute): Look up names dynamically if
7749 GID_NOBODY and UID_NOBODY aren't defined; use -2 if all else fails.
7750 (mode_to_chars): Renamed from mode_to_oct.
7751 Support negative values in all the _to_chars functions.
7752 (start_header): Use FILESYSTEM_PREFIX_LEN instead of MSDOS ifdef.
7753 Abort if archive format is DEFAULT_FORMAT when it shouldn't be.
7754 (dump_file): Inspect entire pathname, not just new file name
7755 component, when deciding whether to exclude it.
7757 * src/extract.c (extract_archive):
7758 Open files with O_NONBLOCK instead of O_NDELAY.
7760 * src/incremen.c (get_directory_contents):
7761 Inspect entire pathname, not just new file name
7762 component, when deciding whether to exclude it.
7764 * src/list.c (<fnmatch.h>): Do not include.
7765 (from_chars): Renamed from from_oct. New parameter specifying
7766 the negative of the minimum allowed value. Support negative
7768 (base64_map): New var.
7769 (base64_init): New function.
7770 (print_header): Output numeric uids and gids if numeric_owner_option.
7772 * src/misc.c (quote_copy_string): Use LG_8 instead of constants.
7774 * src/names.c (_GNU_SOURCE): Define.
7775 (<fnmatch.h>): Include unconditionally.
7776 (excluded_name): New function, taking over duties of excluded_pathname.
7779 * src/rmt.c (decode_oflag): New function.
7780 (main): Use it to support symbolic open flags.
7782 * src/rtapelib.c (encode_oflag): New function.
7783 (rmt_open__): Do not allow newlines in the path.
7784 Propagate errno correctly.
7785 Decode symbolic open flags, if present.
7787 * src/system.h (FILESYSTEM_PREFIX_LEN, ISSLASH, O_ACCMODE, O_NONBLOCK):
7790 * src/tar.c: (long_options, usage, OPTION_STRING, decode_options):
7791 New -y or --bzip2 option.
7792 (add_filtered_exclude): New function.
7793 (decode_options): Put excluded patterns with / into
7794 excluded_with_slash, and without / into excluded_without_slash.
7795 Compare newer_mtime_option to its new initial value
7796 TYPE_MINIMUM (time_t) when deciding whether more than one
7797 threshold date was specified.
7799 1999-07-20 Paul Eggert <eggert@twinsun.com>
7801 * NEWS, configure.in: Version 1.13.5.
7803 * src/common.h (FATAL_ERROR): Invoke apply_delayed_set_stat
7805 * src/buffer.c (new_volume): Likewise.
7806 * src/incremen.c (read_directory_file): Likewise.
7807 * src/tar.c (decode_options):
7808 ERROR ((TAREXIT_FAILURE, ... -> FATAL_ERROR ((0,
7811 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.4.
7812 * configure.in (AC_CHECK_FUNCS): Add lstat, readlink, symlink.
7814 * src/system.h (lstat): Define only if !HAVE_LSTAT && !defined lstat.
7815 (S_ISMPB, S_ISMPC, S_ISNWK): Remove unused macros.
7816 (S_ISBLK, S_ISCHR, S_ISCTG, S_ISFIFO, S_ISLNK, S_ISSOCK):
7817 Define to 0 if the corresponding S_IF* macro is not defined.
7818 (mkfifo): Do not define if already defined, or if S_IFIFO
7821 * src/compare.c (diff_archive): Use HAVE_READLINK, not
7822 S_ISLNK, to determine whether to invoke readlink.
7823 * src/create.c (dump_file): Likewise.
7825 * src/extract.c (set_mode):
7826 Do not chmod unless we are root or the -p option was given;
7827 this matches historical practice.
7828 (unlink_destination): New function, which checks for unlink failures.
7829 (maybe_recoverable): Stay quiet if -U.
7830 (extract_archive): Use O_EXCL if unlink_first_option.
7831 Report unlink failures.
7832 Use HAVE_SYMLINK, not S_ISLNK, to determine whether symlink exists.
7833 Use HAVE_MKFIFO || defined mkfifo, not S_ISFIFO, to determine whether
7836 * src/incremen.c (get_directory_contents): Depend on
7837 S_ISHIDDEN, not AIX, to determine whether to invoke S_ISHIDDEN.
7839 * src/list.c: Remove S_IS* ifdefs.
7840 * src/misc.c (maybe_backup_file): Likewise.
7842 * src/misc.c (maybe_backup_file):
7843 "Virtual memory exhausted" -> "Memory exhausted",
7844 to conform to the other places this message is issued.
7846 * src/mangle.c (extract_mangle):
7847 Replace #ifdef S_ISLNK with #ifdef HAVE_SYMLINK.
7849 * src/rtapelib.c (rmt_open__):
7850 Remove typo that caused us to omit the first char
7853 1999-07-16 Paul Eggert <eggert@twinsun.com>
7855 * NEWS, configure.in (AM_INIT_AUTOMAKE): version 1.13.3.
7857 * doc/tar.texi: A path name is excluded if any of its file name
7858 components matches an excluded pattern, even if the path name was
7859 specified on the command line.
7860 * src/create.c (create_archive): Likewise.
7861 * src/list.c (read_and): Likewise.
7862 * src/update.c (update_archive): Likewise.
7863 * lib/exclude.h (excluded_pathname): New decl.
7864 * lib/exclude.c (_GNU_SOURCE): Define.
7865 (FILESYSTEM_PREFIX_LEN, ISSLASH): New macros.
7866 (excluded_filename_opts): New function.
7867 (excluded_pathname): New function.
7869 * lib/Makefile.am (EXTRA_DIST):
7870 xstrtol.c moved here from libtar_a_SOURCES.
7871 (libtar_a_SOURCES): Move xstrtol.c to EXTRA_DIST.
7872 Remove xstrtoul.c; no longer needed.
7873 * lib/xstrtol.c: Remove.
7875 * src/tar.c (decode_options):
7876 Set newer_time_option to TYPE_MINIMUM, so that
7877 negative timestamps are handled correctly.
7878 Replace invocations of xstrtol and xstrtoul with xstrtoumax, for
7879 uniformity (and so that we don't need to have the other fns).
7880 (main): Remove call to init_total_written; no longer needed.
7882 * configure.in (AC_CHECK_SIZEOF): Remove no-longer-needed
7883 checks for unsigned long and long long.
7884 * src/arith.c: Remove.
7885 * src/Makefile.am (tar_SOURCES): Remove arith.c.
7886 * po/POTFILES.in: Remove src/arith.c.
7887 * src/arith.h: Use double, to simplify configuration gotchas.
7888 (tarlong): Now double.
7889 (TARLONG_FORMAT): New macro.
7890 (BITS_PER_BYTE, BITS_PER_TARLONG, SUPERDIGIT, BITS_PER_SUPERDIGIT,
7891 LONGS_PER_TARLONG, SIZEOF_TARLONG, struct tarlong,
7892 zerop_tarlong_helper, lessp_tarlong_helper, clear_tarlong_helper,
7893 add_to_tarlong_helper, mult_tarlong_helper, print_tarlong_helper,
7894 zerop_tarlong, lessp_tarlong, clear_tarlong, add_to_tarlong,
7895 mult_tarlong, print_tarlong): Remove. All callers replaced with
7898 * src/common.h (init_total_written): Remove decl.
7900 * src/buffer.c (total_written):
7901 Remove; replaced with prev_written + bytes_written.
7902 (prev_written): New var.
7903 (init_total_written): Remove.
7904 (print_total_written): Use TARLONG_FORMAT instead of print_tarlong.
7906 * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG):
7907 Make sure that we can shift, multiply
7908 and divide unsigned long long values; Ultrix cc can't do it.
7910 * lib/modechange.c (mode_compile): Use uintmax_t, not unsigned long.
7911 Check for any unknown bits, not just unknown bits left of the leftmost
7914 * lib/quotearg.c (quotearg_buffer):
7915 Don't quote spaces if C quoting style.
7916 * src/list.c (from_oct):
7917 Use C quoting style for error; omit trailing NULs.
7919 1999-07-14 Paul Eggert <eggert@twinsun.com>
7921 * configure.in (AM_INIT_AUTOMAKE), NEWS: Version 1.13.2.
7923 * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
7924 <inttypes.h> defines strtoumax as a macro (and not as a function).
7925 HP-UX 10.20 does this.
7927 * src/tar.c (usage): tar-bugs@gnu.org -> bug-tar@gnu.org
7928 * PORTS, README, TODO, doc/tar.texi: Likewise.
7930 1999-07-12 Paul Eggert <eggert@twinsun.com>
7932 * configure.in (AM_INIT_AUTOMAKE): Version 1.13.1.
7933 (LIBOBJS): Add mktime.o to automake 1.4 bug workaround.
7935 * src/list.c (decode_header):
7936 Do not assume that S_IFBLK and S_IFCHR are defined.
7938 * src/create.c (start_header): Do not assume S_IFMT is defined.
7939 (dump_file): Remove unnecessary check for screwy apollo lossage.
7940 Do not assume S_IFBLK and S_IFCHR are defined.
7942 * src/extract.c (extract_archive):
7943 Test whether S_IFCHR and S_IFBLK are nonzero,
7944 not whether they are defined, for consistency with other tests.
7946 * src/buffer.c (is_regular_file):
7947 Don't succeed on files that we can't access due to
7948 permissions problems.
7949 (open_archive): Fix wording on fatal error message.
7950 Don't bother to stat /dev/null if the archive is not a character
7953 * src/compare.c (process_rawdata, diff_sparse_files, diff_archive):
7954 Report an error, not a warning, for I/O errors.
7955 (process_rawdata, process_dumpdir, diff_sparse_files):
7956 Change ungrammatical "Data differs" to "Contents differ".
7957 (get_stat_data): Find hidden files on AIX.
7958 Accept file name as argument; all uses changed.
7959 (get_stat_data, diff_archive): Use system error message for
7960 nonexistent files rather than rolling our own.
7961 (diff_archive): Unknown file types are errors, not warnings.
7962 Normalize spelling of message to "File type differs".
7963 Use get_stat_data to get link status, for consistency.
7964 Do not inspect st_rdev for fifos.
7965 Do not assume st_mode values contain only file types and mode bits.
7966 Check for mode changes and device number changes separately.
7968 * src/update.c (append_file):
7969 Open the file before statting it, to avoid a race.
7970 Complain about file shrinkage only when we reach EOF.
7972 1999-07-08 Paul Eggert <eggert@twinsun.com>
7974 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13 released.
7976 * configure.in (AC_EXEEXT): Add.
7978 * lib/Makefile.am (noinst_HEADERS):
7979 Add basename.h, exclude.h. Remove full-write.h.
7980 (libtar_a_SOURCES): Add exclude.c.
7982 * lib/basename.h, lib/exclude.c, lib/exclude.h, lib/safe-read.h:
7984 * lib/full-write.c: Include safe-read.h instead of full-write.h.
7985 * lib/safe-read.h (safe_read): New decl.
7986 * src/rmt.c: Include safe-read.h.
7987 * src/rtapelib.c: Include basename.h, save-read.h.
7988 (rmt_open__): Use base_name to compute base name.
7991 Include basename.h, exclude.h; don't include full-write.h.
7992 (exclude_option): Remove decl.
7993 (excluded): New decl.
7994 (add_exclude, add_exclude_file, check_exclude): Remove decls.
7996 * src/list.c (read_and):
7997 Use excluded_filename instead of check_exclude.
7998 Check base name of incoming file name, not entire file name, when
7999 deciding whether to exclude it.
8001 * src/create.c (finish_sparse_file):
8002 Use excluded_filename instead of check_exclude.
8003 Don't bother to stat excluded file names.
8004 * src/incremen.c (get_directory_contents): Likewise.
8006 * src/names.c (exclude_pool, exclude_pool_size,
8007 allocated_exclude_pool_size, simple_exclude_array,
8008 simple_excludes, allocated_simple_excludes,
8009 pattern_exclude_array, pattern_excludes,
8010 allocated_pattern_excludes, add_exclude, add_exclude_file,
8012 Remove; now done in ../lib/exclude.c.
8014 * src/tar.c (decode_options): Initialize `excluded'.
8015 Use new add_exclude_file and add_exclude functions.
8017 1999-07-05 Paul Eggert <eggert@twinsun.com>
8019 * m4/gettext.m4: Use changequote rather than [[ ]].
8021 * lib/safe-read.c: Renamed from lib/full-read.c.
8022 (safe_read): Renamed from full_read. All uses changed.
8023 * lib/safe-read.h, lib/full-write.h: New files.
8024 * lib/Makefile.am (noinst_HEADERS): Add full-write.h, safe-read.h.
8025 (libtar_a_SOURCES): Rename full-read.c to safe-read.c.
8026 * lib/full-write.c: Include full-write.h.
8027 * src/common.h: Include full-write.h, safe-read.h.
8028 * src/system.h: (full_read, full_write): Remove decls.
8030 * src/Makefile.am (datadir): New var; needed for Solaris gettext.
8032 * src/system.h (bindtextdomain, textdomain): undef before
8033 defining, to avoid preprocessor warnings with --disable-nls
8034 on hosts whose locale.h includes libintl.h.
8036 * lib/xstrtol.c (__strtol): Remove decl; it doesn't work if __strtol
8037 expands to a macro, which occurs in HP-UX 10.20 with strtoumax.
8038 (strtol, strtoul): New decls (for pre-ANSI hosts), to replace
8041 1999-07-02 Paul Eggert <eggert@twinsun.com>
8043 * Makefile.am (ACINCLUDE_INPUTS): Add $(M4DIR)/mktime.m4.
8044 * m4/mktime.m4: New file.
8045 * m4/Makefile.am.in, m4/README: Remove these files.
8046 * m4/Makefile.am (EXTRA_DIST): Add mktime.m4;
8047 remove README, Makefile.am.in.
8048 (Makefile.am): Remove rule; it didn't work in BSD/OS 4.0.
8049 * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Invoke AC_FUNC_MKTIME,
8052 * src/tar.c: Include signal.h.
8053 (SIGCHLD): Define to SIGCLD if SIGCLD is defined but SIGCHLD is not.
8054 (main): Ensure SIGCHLD is not ignored.
8056 (BACKUP_OPTION, DELETE_OPTION, EXCLUDE_OPTION, GROUP_OPTION,
8057 MODE_OPTION, NEWER_MTIME_OPTION, NO_RECURSE_OPTION, NULL_OPTION,
8058 OWNER_OPTION, POSIX_OPTION, PRESERVE_OPTION, RECORD_SIZE_OPTION,
8059 RSH_COMMAND_OPTION, SUFFIX_OPTION, USE_COMPRESS_PROGRAM_OPTION,
8060 VOLNO_FILE_OPTION, OBSOLETE_ABSOLUTE_NAMES,
8061 OBSOLETE_BLOCK_COMPRESS, OBSOLETE_BLOCKING_FACTOR,
8062 OBSOLETE_BLOCK_NUMBER, OBSOLETE_READ_FULL_RECORDS, OBSOLETE_TOUCH,
8063 OBSOLETE_VERSION_CONTROL): Make sure they can't be valid chars, so
8064 they don't overlap with char codes. Use an enum instead of a lot
8067 * src/system.h (ISASCII): Remove.
8068 (CTYPE_DOMAIN, ISDIGIT, ISODIGIT, ISPRINT, ISSPACE, S_ISUID,
8069 S_ISGID, S_IRUSR, S_IWUSR, S_IXUSR, S_IRGRP, S_IWGRP, S_IXGRP,
8070 S_IROTH, S_IWOTH, S_IXOTH, MODE_WXUSR, MODE_R, MODE_RW,
8071 MODE_RWX, MODE_ALL, SEEK_SET, SEEK_CUR, SEEK_END, CHAR_MAX,
8072 LONG_MAX): New macros.
8074 * src/incremen.c (ISDIGIT, ISSPACE): Remove; now in system.h.
8075 (read_directory_file): Cast ISSPACE arg to unsigned char.
8076 * src/misc.c (ISPRINT): Remove; now in system.h.
8077 (remove_any_file): Add brackets to pacify gcc -Wall.
8078 * src/list.c: Don't include <ctype.h>; system.h already does this.
8079 (ISODIGIT, ISSPACE): Remove; now in system.h.
8080 (decode_header): No need to AND mode with 07777; MODE_FROM_OCT
8082 (from_oct): Cast ISSPACE arg to unsigned char.
8084 * src/create.c (mode_to_oct): Translate modes from internal to
8086 * src/list.c (mode_from_oct): Translate modes from external to
8087 internal form. Do not complain about unrecognized mode bits.
8088 * src/common.h (TSUID, TSGID, TSVTX, TUREAD, TUWRITE, TUEXEC,
8089 TGREAD, TGWRITE, TGEXEC, TOREAD, TOWRITE, TOEXEC): Remove undefs.
8091 * src/extract.c: (extr_init, make_directories, extract_archive):
8092 Do not assume mode bits have traditional Unix values.
8093 * src/list.c (decode_mode): Likewise.
8094 * src/create.c (start_header, dump_file): Likewise.
8095 * src/buffer.c (child_open_for_compress,
8096 child_open_for_uncompress, open_archive, (close_archive): Likewise.
8097 * src/compare.c (diff_archive): Likewise.
8099 * src/extract.c (set_mode): Use %04 not %0.4 format.
8100 (extract_sparse_file): Do not use data_block uninitialized.
8101 Check for lseek failures.
8103 * src/rtapelib.c (rmt_lseek__):
8104 Convert lseek whence values to portable integers on the wire.
8105 * src/rmt.c (main): Likewise. Check for whence values out of range.
8107 * src/create.c (finish_sparse_file): Use lseek whence macros
8108 instead of integers.
8109 * src/buffer.c (backspace_output): Likewise.
8110 * src/compare.c (diff_archive, verify_volume): Likewise.
8111 * src/delete.c (move_archive): Likewise.
8112 * src/extract.c (extract_sparse_file): Likewise.
8114 * src/create.c (dump_file): Do not invoke finish_sparse_file
8115 on a negative file descriptor.
8117 * src/buffer.c: Add braces to pacify gcc -Wall.
8119 * src/compare.c (diff_sparse_files): Report lseek errors.
8121 * configure.in (ALL_LINGUAS): Add cs, es, ru.
8123 * PORTS, TODO: gnu.ai.mit.edu -> gnu.org
8125 * src/arith.c, src/buffer.c (new_volume): Don't put ^G in
8126 message to be internationalized; \a doesn't work with msgfmt.
8128 * src/tar.c (long_options, main, usage, OPTION_STRING):
8129 Remove -E or --ending-file.
8130 * src/list.c (read_and): Likewise.
8131 * src/common.h (ending_file_option): Likewise.
8132 * src/buffer.c (close_archive): Likewise.
8134 * tests/after: Don't run two commands together in a pipeline,
8135 as some old shells mishandle pipeline exit status.
8137 1999-06-28 Paul Eggert <eggert@twinsun.com>
8139 * configure.in (AM_INIT_AUTOMAKE): version 1.12.64015.
8140 * NEWS: Describe changes since 1.12.
8141 * README: Update bug reporting address; move paxutils ref to NEWS.
8143 Handle EINTR correctly.
8144 * lib/Makefile.am (libtar_a_SOURCES): Add full-read.c, full-write.c.
8145 * lib/full-read.c, lib/full-write.c: New files.
8146 * src/buffer.c (child_open_for_compress, child_open_for_uncompress):
8147 Prefer full_read to read and full_write to write.
8148 * src/compare.c (process_rawdata, diff_sparse_files): Likewise.
8149 * src/create.c (deal_with_sparse, finish_sparse_file, dump_file):
8151 * src/extract.c (extract_sparse_file): Likewise.
8152 * src/rmt.c (get_string, main, report_error_message,
8153 report_numbered_error): Likewise.
8154 * src/rmt.h (rmtread, rmtwrite): Likewise.
8155 * src/rtapelib.c (do_command, get_status_string, rmt_read__,
8156 rmt_write__, rmt_ioctl__): Likewise.
8157 * src/update.c (append_file): Likewise.
8158 * src/system.h (full_read, full_write): New decls.
8160 * po/POTFILES.in: Add lib/argmatch.c, lib/error.c lib/getopt.c,
8161 lib/xmalloc.c, src/arith.c, src/misc.c.
8163 * src/system.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
8164 New macros. All uses of STDIN and STDOUT changed.
8165 * src/rmt.c (prepare_record_buffer, main): Use STDIN_FILENO
8166 instead of 0 and STDOUT_FILENO instead of 1.
8167 * src/rtapelib.c (_rmt_rexec): Use STDIN_FILENO and STDOUT_FILENO
8168 instead of fileno (stdin) and fileno (stdout) or 0 and 1.
8170 * src/rmt.c (private_strerror): Avoid const. Translate results.
8172 * tests/Makefile.am (TESTS): Remove incremen.sh; it doesn't work
8173 in the presence of NFS clock skew.
8175 1999-06-25 Paul Eggert <eggert@twinsun.com>
8177 * configure.in (AM_INIT_AUTOMAKE): version 1.12.64014.
8179 * src/buffer.c (write_archive_buffer): New function.
8180 (child_open_for_compress, flush_write, flush_read): Use it to write
8182 (open_archive): Report error if fstat of archive fails.
8183 Improve efficiency of check for /dev/null.
8184 Also, fix some corner cases with remote archives and /dev/null checking.
8185 (close_archive): Test for input fifo only if not remote.
8186 Truncate output archive only if it's not remote.
8188 * src/misc.c (remove_any_file):
8189 Don't terminate if you see . or ..; just skip them.
8191 1999-06-18 Paul Eggert <eggert@twinsun.com>
8193 * configure.in (AM_INIT_AUTOMAKE): version 1.12.64013.
8195 Output sizes using a format that's more compatible with
8196 traditional tar (and with GNU Emacs).
8197 * src/common.h (GID_TO_OCT, MAJOR_TO_OCT, MINOR_TO_OCT,
8198 MODE_TO_OCT, SIZE_TO_OCT, UID_TO_OCT, UINTMAX_TO_OCT):
8199 Don't subtract 1 from size.
8200 * src/create.c (to_oct): Prepend leading zeros, not spaces.
8201 Output a trailing NUL unless the value won't fit without it.
8202 (finish_header): No need to append NUL to chksum, now that
8205 1999-06-16 Paul Eggert <eggert@twinsun.com>
8207 * NEWS, configure.in (AM_INIT_AUTOMAKE): version 1.12.64012.
8209 * src/Makefile.am (LDADD): Link libtar.a after @INTLLIBS@, since
8210 @INTLLIBS@ might invoke rpl_realloc.
8212 * src/tar.c (backup_type): Remove decl; backupfile.h now has it.
8213 (intconv): Remove; use xstrto* fns instead.
8214 ("xstrtol.h"): Include.
8215 (check_decimal): Remove.
8216 (long_options, usage, OPTION_STRING, decode_options):
8217 Remove -y, --bzip2, --unbzip2.
8218 (decode_options): Use xget_version instead of get_version.
8219 Check for overflow with -b and -L and RECORD_SIZE_OPTION.
8220 Replace invocations of check_decimal with xstrtoumax.
8222 * tests/preset.in (echo_n, echo_c): Remove.
8224 * tests/after: Don't rely on $echo_c and $echo_n.
8226 * lib/addext.c, lib/dirname.c, lib/lchown.c, lib/lchown.h,
8227 lib/malloc.c, lib/mktime.c, lib/realloc.c, lib/strtol.c, lib/strtoul.c,
8228 lib/strtoull.c, lib/strtoumax.c, lib/utime.c, lib/xstrtol.c,
8229 lib/xstrtol.h, lib/xstrtoul.c, lib/xstrtoumax.c,
8230 m4/Makefile.am.in, m4/README, m4/ccstdc.m4, m4/d-ino.m4,
8231 m4/gettext.m4, m4/inttypes_h.m4, m4/isc-posix.m4,
8232 m4/jm-mktime.m4, m4/largefile.m4, m4/lcmessage.m4,
8233 m4/malloc.m4, m4/progtest.m4, m4/realloc.m4, m4/uintmax_t.m4,
8234 m4/ulonglong.m4, m4/utimbuf.m4, m4/utime.m4, m4/utimes.m4,
8235 m4/xstrtoumax.m4: New files.
8237 * configure.in(fp_PROG_ECHO): Remove; no longer needed.
8238 (AC_SYS_LARGEFILE): Renamed from AC_LFS.
8239 (jm_AC_HEADER_INTTYPES_H): Replaces inline code.
8240 (jm_STRUCT_DIRENT_D_INO, jm_AC_TYPE_UINTMAX_T, jm_AC_PREREQ_XSTRTOUMAX): Add.
8241 (AC_CHECK_FUNCS): Remove lchown.
8242 (AC_REPLACE_FUNCS): Remove basename, dirname.
8243 Add lchown, strtol, strtoul.
8244 (jm_FUNC_MKTIME): Add.
8245 (LIBOBJS): Replace .o with $U.o, so that the .o files in LIBOBJS
8246 are also built via the ANSI2KNR-filtering rules.
8247 Use a no-op line to work around bug in automake 1.4 with malloc and
8249 (AC_OUTPUT): Add m4/Makefile.
8251 * lib/Makefile.am (EXTRA_DIST):
8252 Add lchown.c, malloc.c, mktime.c, realloc.c,
8253 strtol.c, strtoul.c, strtoull.c, strtoumax.c, utime.c.
8254 (noinst_HEADERS): Add lchown.h, modechange.h, xstrtol.h.
8255 (libtar_a_SOURCES): Add addext.c, basename.c, xstrtol.c,
8256 xstrtoul.c, xstrtoumax.c. Remove getversion.c.
8257 ($(srcdir)/getdate.c:): Remove `expect conflicts' line.
8259 * src/system.h (uintmax_t): Don't declare; configure now does this.
8261 * src/common.h (backup_type): New decl.
8262 * src/common.h, src/misc.c, src/tar.c:
8263 Move include of backupfile.h to common.h.
8265 * src/misc.c (maybe_backup_file):
8266 Pass backup_type to find_backup_file_name.
8268 * src/list.c (print_header): Change sizes of uform and gform from 11 to
8269 UINTMAX_STRSIZE_BOUND.
8271 * doc/tar.texi: Remove --bzip2.
8272 Fix @xref typos reported by latest makeinfo.
8274 * Makefile.am (ACLOCAL_AMFLAGS): New macro.
8276 (M4DIR, ACINCLUDE_INPUTS): New macros.
8277 ($(srcdir)/acinclude.m4): New rule.
8279 * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT,
8280 HAVE_INTTYPES_H, HAVE_LC_MESSAGES, HAVE_STPCPY): Remve #undefs;
8281 now generated automatically by autoconf.
8283 1999-05-15 Paul Eggert <eggert@twinsun.com>
8285 * doc/tar.texi: Remove -y.
8287 1999-04-09 Paul Eggert <eggert@twinsun.com>
8289 * src/system.h (INT_STRLEN_BOUND): Fix off-by-factor-of-10 typo
8290 (we were allocating too much storage).
8291 (uintmax_t): Don't declare; configure now does this.
8293 * ABOUT-NLS: Update to gettext 0.10.35 edition.
8295 1999-03-22 Paul Eggert <eggert@twinsun.com>
8297 * NEWS, configure.in (AM_INIT_AUTOMAKE): version 1.12.64010
8299 * acinclude.m4 (AC_LFS_FLAGS):
8300 Don't use -mabi=n32 with GCC on IRIX 6.2; it's the default.
8301 (AC_LFS): -n32, -o32, and -n64 are CPPFLAGS, not CFLAGS.
8302 (jm_FUNC_MALLOC, jm_FUNC_REALLOC): New macros.
8304 * configure.in (jm_FUNC_MALLOC, jm_FUNC_REALLOC):
8305 New macros; needed for latest GNU xmalloc.c.
8307 * Makefile.am (noinst_HEADERS): Add quotearg.h, xalloc.h.
8308 (libtar_a_SOURCES): Add quotearg.c.
8309 * list.c: Include <quotearg.h>.
8310 (from_oct): Add forward decl.
8311 (read_header): Return HEADER_FAILURE if we can't parse the checksum.
8312 (from_oct): Report an error only if TYPE is nonzero.
8313 Quote any funny characters in bad header.
8315 1999-03-20 Paul Eggert <eggert@twinsun.com>
8317 * NEWS, configure.in (AM_INIT_AUTOMAKE): version 1.12.64009
8319 * acinclude.m4 (AC_LFS_FLAGS): Add support for IRIX 6.2 and later.
8320 (AC_LFS_SPACE_APPEND): Assume $2 is quoted properly; all callers
8322 (AC_LFS): Simplify AIX revision number test.
8324 1999-03-17 Paul Eggert <eggert@twinsun.com>
8326 * NEWS, configure.in (AM_INIT_AUTOMAKE): version 1.12.64008
8328 * configure.in (AC_VALIDATE_CACHED_SYSTEM_TUPLE):
8329 Remove; it doesn't work that well
8330 with AC_CANONICAL_HOST.
8331 (fp_WITH_INCLUDED_MALLOC): Remove; we'll just use the system malloc.
8333 * Makefile.am (EXTRA_DIST): Remove AC-PATCHES, AM-PATCHES, BI-PATCHES.
8335 * Makefile.am (EXTRA_DIST): Remove gmalloc.c.
8337 * acinclude.m4 (fp_WITH_INCLUDED_MALLOC): Remove.
8339 * tar.texi: Fix bug-report addr.
8341 * README: Remove --with-included-malloc.
8342 Upgrade version numbers of build software.
8344 1999-03-07 Paul Eggert <eggert@twinsun.com>
8346 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.12.64007.
8348 * acinclude.m4 (AM_WITH_NLS): Port to Solaris 2.5.1,
8349 where bindtextdomain and gettext require -lintl.
8350 (AC_LFS_FLAGS): Simplify so that it only gets the flags;
8351 `no' means it failed.
8352 (AC_LFS_SPACE_APPEND, AC_LFS_MACRO_VALUE): New macros.
8353 (AC_LFS): Use them. Set _FILE_OFFSET_BITS, _LARGEFILE_SOURCE, and
8354 _LARGE_FILES from LFS_CFLAGS, so that in the normal case we don't need
8355 to add anything to the command line (it's all in config.h).
8356 Put any extra -D and -I options into CPPFLAGS, the rest into CFLAGS.
8358 1999-03-01 Paul Eggert <eggert@twinsun.com>
8360 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.12.64006.
8362 * acinclude.m4 (AC_LFS_FLAGS): Port to AIX 4.2.
8364 * src/list.c: (gid_from_oct, major_from_oct, minor_from_oct,
8365 mode_from_oct, off_from_oct, size_from_oct, time_from_oct,
8366 uid_from_oct, uintmax_from_oct): Use TYPE_MAXIMUM instead of macros
8367 like OFF_MAX, which are not reliable
8368 (e.g. OFF_MAX in AIX 4.2 is incorrect).
8369 * src/system.h (GID_MAX, MAJOR_MAX, MINOR_MAX, MODE_MAX, OFF_MAX,
8370 SIZE_MAX, TIME_MAX,UID_MAX, UINTMAX_MAX): Remove; no longer used.
8372 * src/incremen.c (get_directory_contents):
8373 Don't use statx if _LARGE_FILES; it doesn't work under AIX 4.2.
8374 Have statx depend on STX_HIDDEN, not AIX.
8376 * src/create.c (to_oct):
8377 New parameter substitute, giving a substitute value to use
8378 when the original value is out of range. Do not append a space to the
8379 output; modern tars don't. When a value is out of range, specify the
8380 maximum value, not the number of bits.
8381 (GID_NOBODY, UID_NOBODY): New macros.
8382 (gid_to_oct, uid_to_oct): Use them as substitutes.
8383 (finish_header): Do not assume that UINTMAX_TO_OCT appends a space.
8384 (dump_file): Check whether the file changed as we read it.
8386 * src/rmt.c (main): Remove suspicious AIX/386 code.
8388 1999-02-19 Paul Eggert <eggert@twinsun.com>
8390 * intl/localealias.c (read_alias_file): Don't assume that memcpy
8391 returns a type compatible with char *; it doesn't on SunOS
8392 4.1.4 with Sun cc, since <string.h> doesn't declare memcpy.
8394 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.12.64005.
8396 * src/tar.c (long_options, usage): Prefer --unbzip2 to --bunzip2.
8397 * doc/tar.texi: Add --bzip2, --unbzip2 options.
8399 * configure.in (AC_CANONICAL_HOST, AC_VALIDATE_CACHED_SYSTEM_TUPLE):
8401 (AC_LINK_FILES): Omit; AM_GNU_GETTEXT now does this.
8402 (AC_OUTPUT): Omit munging of po/Makefile; AM_GNU_GETTEXT now does this.
8403 * acinclude.m4 (AM_WITH_NLS):
8404 Update to latest gettext version (serial 5).
8405 (AC_LFS_FLAGS): New macro
8406 (AC_LFS): Use it. Append to CFLAGS, LDFLAGS, LDLIBS instead of
8407 working only with unset variables. Append to CFLAGS, not CPPFLAGS.
8408 Work properly in cross-compilation scenario, by checking for getconf
8409 with AC_CHECK_TOOL and by ditching uname in favor of
8410 AC_CANONICAL_HOST and $host_os. Add --disable-lfs option.
8412 * lib/getdate.y: Update to fileutils 4.0 getdate.y, with one patch:
8413 replace FORCE_ALLOCA_H with HAVE_ALLOCA_H.
8414 * lib/Makefile.am (AUTOMAKE_OPTIONS): Append ../src/ansi2knr,
8415 since getdate.y now uses ANSI code.
8417 * config.guess, config.sub: New files; taken from automake 1.4.
8419 * intl/Makefile.in, intl/VERSION, intl/bindtextdom.c,
8420 intl/cat-compat.c, intl/dcgettext.c, intl/dgettext.c,
8421 intl/explodename.c, intl/finddomain.c, intl/gettext.c,
8422 intl/gettext.h, intl/gettextP.h, intl/hash-string.h,
8423 intl/l10nflist.c, intl/libgettext.h, intl/loadinfo.h,
8424 intl/loadmsgcat.c, intl/localealias.c, intl/textdomain.c:
8425 Update to GNU gettext 0.10.35, with patches as per GCC snapshot 990109.
8427 1999-02-01 Paul Eggert <eggert@twinsun.com>
8429 * src/tar.c: Update copyright.
8433 1999-02-01 Paul Eggert <eggert@twinsun.com>
8435 * NEWS, configure.in: Version 1.12.64004
8437 * configure.in (AC_LFS): Use this macro, instead of open-coding it.
8439 * acinclude.m4 (AC_LFS, AM_PROG_CC_STDC): New macros.
8441 * src/extract.c (extract_archive): Fix bug when extracting sparse
8442 files: they were trashing the tar file header.
8444 * src/tar.c: (long_options, usage, OPTION_STRING, decode_options):
8445 Add -y or --bzip2 or --bunzip2 option.
8447 1999-01-30 Paul Eggert <eggert@twinsun.com>
8449 * src/names.c (cached_no_such_uname, cached_no_such_gname,
8450 cached_no_such_uid, cached_no_such_gid): New vars.
8451 (uid_to_uname, gid_to_gname, uname_to_uid, gname_to_gid):
8452 Cache failures, too.
8454 * src/tar.c (decode_options):
8455 Don't pass names longer than UNAME_FIELD_SIZE to
8456 uname_to_uid, as it messes up the cache. Similarly for gname_to_uid.
8458 1999-01-27 Paul Eggert <eggert@twinsun.com>
8460 * NEWS, configure.in: Version 1.12.64003
8462 * src/buffer.c (backspace_output, close_archive): Cast
8463 rmtlseek position arg to off_t, for benefit of K&R compilers
8465 * src/compare.c (verify_volume): Likewise.
8467 * NEWS, configure.in: Version 1.12.64002
8469 * src/create.c (gid_to_oct, major_to_oct, minor_to_oct, mode_to_oct,
8470 off_to_oct, size_to_oct, time_to_oct, uid_to_oct):
8471 Cast arg to uintmax_t for benefit of pre-ANSI compilers with long long.
8472 * src/list.c: (gid_from_oct, major_from_oct, minor_from_oct,
8473 mode_from_oct, off_from_oct, size_from_oct, time_from_oct,
8474 uid_from_oct): Likewise.
8476 1999-01-25 Paul Eggert <eggert@twinsun.com>
8478 * incremen.sh: Fix timing bug in regression test.
8480 1999-01-22 Paul Eggert <eggert@twinsun.com>
8482 * NEWS, configure.in: Update version
8484 * Makefile.am (localedir): Change to $(datadir)/locale.
8485 (DEFS): New macro, defining LOCALEDIR.
8486 (tar.o, tar._o, rmt.o, rmt._o): Remove.
8487 (INCLUDES): Add -I..
8489 * Makefile.am (localedir): Change to $(datadir)/locale.
8491 1999-01-21 Paul Eggert <eggert@twinsun.com>
8493 * NEWS, README, configure.in: Unofficial version 1.12.64001.
8495 * tests/Makefile.am (localedir): Change to $(datadir)/locale.
8496 * src/Makefile.am (localedir): Likewise.
8497 (DEFS): New macro, defining LOCALEDIR.
8498 (tar.o, tar._o, rmt.o, rmt._o): Remove.
8499 (INCLUDES): Add `-I..'.
8501 * tests/incremen.sh: Fix timing bug.
8503 1999-01-20 Paul Eggert <eggert@twinsun.com>
8505 * NEWS, README, configure.in: Unofficial version 1.12.64000.
8506 `lfs.7' changed to `64000' in version number
8507 to conform to gnits standards.
8509 * COPYING, INSTALL, doc/texinfo.tex, install-sh, missing,
8510 mkinstalldirs, ansi2knr.c: Update to latest public versions.
8512 Rebuild with automake 1.4 and autoconf 2.13, to work around some
8515 1998-12-07 Paul Eggert <eggert@twinsun.com>
8517 * NEWS, README, configure.in: Unofficial version 1.12.lfs.6.
8519 * src/list.c (read_header):
8520 Accept file names as specified by POSIX.1-1996 section 10.1.1.
8522 1998-11-30 Paul Eggert <eggert@twinsun.com>
8524 * configure.in: Quote the output of uname.
8526 * src/extract.c (set_stat): chmod after chown even when not root;
8527 if we are using --same-owner this is needed e.g. on Solaris 2.5.1.
8529 1998-11-15 Paul Eggert <eggert@twinsun.com>
8531 * NEWS, README, configure.in: Unofficial version 1.12.lfs.5.
8533 * configure.in (ac_test_CPPFLAGS, ac_test_LDFLAGS, ac_test_LIBS,
8534 ac_getconfs, ac_result): Special case for HP-UX 10.20 or later.
8536 1998-10-28 Paul Eggert <eggert@twinsun.com>
8538 * NEWS, README, configure.in: Unofficial version 1.12.lfs.4.
8540 * src/system.h (voidstar): Use void * if __STDC__ is defined,
8543 * src/rtapelib.c: Don't use rexec code unless compiled with WITH_REXEC.
8544 On many installations, rexec is disabled.
8546 1998-08-07 Paul Eggert <eggert@twinsun.com>
8548 * NEWS, README, configure.in: Unofficial version 1.12.lfs.3.
8550 * src/names.c (uid_to_uname, gid_to_gname): Don't used cached name
8551 for nameless users and groups.
8553 1998-02-17 Paul Eggert <eggert@twinsun.com>
8555 * NEWS, README, configure.in: Unofficial version 1.12.lfs.2.
8556 * NEWS, README: Add explanation of why this isn't an official version.
8558 1998-02-02 Paul Eggert <eggert@twinsun.com>
8560 * NEWS, README, configure.in: Unofficial version 1.12.lfs.1.
8561 This is an unofficial version.
8563 1997-12-17 Paul Eggert <eggert@twinsun.com>
8565 * src/incremen.c (ST_DEV_MSB): New macro.
8566 (NFS_FILE_STAT): Use most significant bit of st_dev,
8567 even if it's unsigned.
8569 1997-12-08 Paul Eggert <eggert@twinsun.com>
8571 * src/system.h (ST_NBLOCKS): Fix typo in definition.
8573 1997-11-19 Paul Eggert <eggert@twinsun.com>
8575 * configure.in (HAVE_INTTYPES_H):
8576 Don't ignore cache variable if it's already set.
8578 1997-11-10 Paul Eggert <eggert@twinsun.com>
8580 * src/rmt.c (main): Don't assume mt_count is of type daddr_t.
8581 * src/delete.c (records_read): Now off_t.
8582 (move_archive): Don't assume mt_count is of type daddr_t.
8584 1997-10-30 Paul Eggert <eggert@twinsun.com>
8586 * configure.in (CPPFLAGS, LDFLAGS, LIBS):
8587 Set to appropriate values if large file support
8588 needs explicit enabling.
8589 (HAVE_INTTYPES_H, HAVE_ST_FSTYPE_STRING, daddr_t, major_t, minor_t,
8591 New macros to configure.
8592 (AC_TYPE_MODE_T, AC_TYPE_PID_T, AC_TYPE_OFF_T): Add.
8594 * acconfig.h (daddr_t, HAVE_INTTYPES_H, HAVE_ST_FSTYPE_STRING,
8595 major_t, minor_t, ssize_t): New macros.
8597 * src/arith.h (TARLONG_FORMAT):
8598 Fix typo: %uld -> %lu. Use unsigned when long long
8600 (add_to_tarlong_helper, mult_tarlong_helper): 2nd arg is now unsigned long.
8601 (add_to_tarlong, mult_tarlong): Cast 2nd arg to unsigned long.
8603 * src/arith.c (add_to_tarlong_helper, mult_tarlong_helper):
8604 2nd arg is now unsigned long.
8606 * src/rmt.c (allocated_size): Now size_t, and now initialized to 0.
8607 (prepare_record_buffer): Arg is now size_t.
8608 Remove now-useless casts.
8610 (main): Use `long' for status, so that it can store ssize_t.
8611 Use daddr_t, mode_t, size_t, off_t when appropriate.
8612 Convert daddr_t and off_t values ourselves, since they might be longer
8613 than long. Convert other types using `long' primitives.
8614 When processing MTIOCTOP, do not try to pass resulting
8615 count back, since it won't work (it could be too large) and it's
8616 not expected anyway.
8619 (append_file) Use off_t, size_t, ssize_t when appropriate. Remove
8620 now-useless casts. Use unsigned long to print *_t types, except use
8621 STRINGIFY_BIGINT for off_t.
8622 (update_archive): Cast -1 to dev_t when necessary.
8624 * src/tar.c (check_decimal):
8625 Now returns 1 if successful, 0 otherwise, and returns
8626 uintmax_t value into new arg. Check for arithmetic overflow.
8627 (decode_options): Avoid overflow if record_size fits in size_t but not int.
8628 Check for overflow on user or group ids.
8630 * src/compare.c (diff_init, process_rawdata, read_and_process,
8631 diff_sparse_files, diff_archive):
8632 Use off_t, pid_t, size_t, ssize_t when appropriate.
8633 Remove now-useless casts. Use unsigned long to print *_t types,
8634 except use STRINGIFY_BIGINT for off_t.
8636 (process_noop, process_rawdata, process_dumpdir, read_and_process):
8637 Size arg is now size_t.
8639 (diff_sparse_files): Arg is now off_t. Check for size_t overflow
8640 when allocating buffer.
8643 (do_command, rmt_open__, rmt_read__, rmt_lseek__, rmt_ioctl__):
8644 Use pid_t, size_t, ssize_t when appropriate. Remove now-useless casts.
8645 Use unsigned long to print *_t types, except use STRINGIFY_BIGINT for
8648 (get_status_string, get_status_off): New function.
8649 (get_status): Now returns long, so that it can store ssize_t.
8650 Invoke get_status_string to do the real work.
8651 (rmt_read__, rmt_write__): Now returns ssize_t. Size arg is now size_t.
8652 (rmt_lseek__): Now returns off_t, using new get_status_off function.
8653 (rmt_ioctl__): Convert mt_count by hand,
8654 since it might be longer than long.
8656 * src/mangle.c (extract_mangle):
8657 Check for overflow when converting off_t to size_t.
8658 Use off_t, size_t when appropriate. Remove now-useless casts.
8660 * src/system.h (mode_t): Remove; now done by autoconf.
8661 (ST_NBLOCKS): Do not overflow if st_size is near maximum.
8662 Return number of ST_NBLOCKSIZE-byte blocks,
8663 not number of 512-byte blocks;
8664 this also helps to avoid overflow.
8665 (st_blocks): Declare if needed.
8666 (ST_NBLOCKSIZE): New macro.
8667 (<limits.h>, <inttypes.h>): Include if available.
8668 (CHAR_BIT): New macro.
8669 (uintmax_t): New typedef.
8670 (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_STRLEN_BOUND,
8671 UINTMAX_STRSIZE_BOUND, GID_MAX, MAJOR_MAX, MINOR_MAX, MODE_MAX,
8672 OFF_MAX, SIZE_MAX, TIME_MAX, UID_MAX, UINTMAX_MAX): New macros.
8674 * src/names.c (name_init):
8675 Fix typo in error message: FILE* was passed, but char*
8678 (read_name_from_file, name_gather, addname, name_match, name_scan,
8679 add_exclude): Use size_t when appropriate. Remove now-useless casts.
8681 (exclude_pool_size, allocated_exclude_pool_size): Now size_t.
8683 * src/extract.c (newdir_umask, current_umask): Now mode_t.
8684 (extract_sparse_file): Args now use off_t.
8686 (set_mode, set_stat, make_directories, extract_sparse_file,
8687 extract_archive): Use off_t, size_t, ssize_t when appropriate. Remove
8688 now-useless casts. Use unsigned long to print *_t types, except use
8689 STRINGIFY_BIGINT for off_t.
8691 * src/misc.c (quote_copy_string):
8692 Use size_t when appropriate. Remove now-useless casts.
8694 * src/list.c (read_and, list_archive, read_header, decode_mode,
8695 print_header, print_for_mkdir):
8696 Use mode_t, off_t, size_t when appropriate. Remove
8697 now-useless casts. Use unsigned long to print *_t types, except use
8698 STRINGIFY_BIGINT for off_t.
8700 (read_header): Check for overflow when converting header size.
8702 (from_oct): Now static. Now returns uintmax_t. `where' arg is now
8703 const char *. Size arg is now size_t. Now takes new type and maxval
8704 args. Compute result using uintmax_t, not long. Report error if
8705 field does not contain octal number in range.
8706 (gid_from_oct, major_from_oct, minor_from_oct, mode_from_oct,
8707 off_from_oct, size_from_oct, time_from_oct, uid_from_oct,
8708 uintmax_from_oct): New functions.
8710 (stringify_uintmax_t_backwards): New function.
8712 (decode_mode, print_for_mkdir): Mode arg is now mode_t.
8713 (skip_file): Offset arg is now off_t.
8715 * src/buffer.c (record_start_block, save_totsize, save_sizeleft,
8716 real_s_totsize, real_s_sizeleft, current_block_ordinal):
8718 (write_error): Arg is now ssize_t.
8719 (child_pid): Now pid_t.
8720 (available_space_after): Now size_t.
8722 (child_open_for_compress, child_open_for_uncompress, flush_write,
8723 open_archive, flush_write, write_error, flush_read, close_archive):
8724 Use pid_t, ssize_t, size_t when appropriate. Remove now-useless
8725 casts. Use unsigned long to print *_t types, except use
8726 STRINGIFY_BIGINT for off_t.
8728 * src/delete.c (records_read): Now daddr_t.
8729 (move_archive): Arg is now daddr_t. Check for overflow when
8731 (move_archive, delete_archive_members): Use daddr_t, off_t when
8732 appropriate. Remove now-useless casts.
8734 * src/rmt.h (rmt_read__, rmt_write__): Now returns ssize_t.
8735 (rmt_lseek): Now returns off_t.
8737 * src/create.c (to_oct):
8738 Now static. Value arg is now uintmax_t. Accept new args
8739 giving name of type of octal field, for error messages. Report an
8740 error if the value is too large to fit in the field.
8741 (gid_to_oct, major_to_oct, minor_to_oct, mode_to_oct, off_to_oct,
8742 size_to_oct, time_to_oct, uid_to_oct, uintmax_to_oct): New functions.
8744 (write_eot, write_long, finish_header, deal_with_sparse,
8745 finish_sparse_file, dump_file): Use dev_t, off_t, ssize_t, size_t when
8746 appropriate. Remove now-useless casts. Use unsigned long to print
8747 *_t types, except use STRINGIFY_BIGINT for off_t.
8749 (find_new_file_size): 1st arg is now off_t*.
8750 (finish_sparse_file): Args now use off_t, not long.
8751 Check for lseek error.
8752 (create_archive, dump_file): Cast -1 to dev_t when necessary.
8753 (dump_file): Device arg is now dev_t.
8754 Avoid overflow when testing whether file has holes
8755 by using the new ST_NBLOCKSIZE macro.
8757 * src/incremen.c (struct accumulator, add_to_accumulator,
8758 get_directory_contents, add_hierarchy_to_namelist, gnu_restore):
8759 Use size_t for sizes.
8760 (struct directory, get_directory_contents, add_hierarchy_to_namelist):
8761 Use dev_t, ino_t for devices and inodes.
8762 (gnu_restore): Use off_t for file offsets.
8763 (struct directory): Use char for flags. Add new flag `nfs'.
8765 (NFS_FILE_STAT): New macro.
8766 (note_directory): Accept struct stat * instead of
8767 device and inode number. All callers changed.
8768 (note_directory, get_directory_contents):
8769 Use NFS_FILE_STAT to determine whether directory is an NFS directory.
8770 (write_dir_file): Cast time_t to unsigned long before printing as %lu.
8772 * src/common.h (record_size, struct name, struct sp_array,
8773 available_space_after):
8774 Use size_t for sizes.
8775 (save_sizeleft, save_totsize, current_block_ordinal, skip_file):
8776 Use off_t for file offsets.
8777 (struct name): dir_contents is now const char *, not char *.
8778 (dump_file, get_directory_contents): Use dev_t for devices.
8779 (to_oct): Remove decl.
8780 (GID_TO_OCT, MAJOR_TO_OCT, MINOR_TO_OCT, MODE_TO_OCT, SIZE_TO_OCT,
8781 UID_TO_OCT, UINTMAX_TO_OCT, OFF_TO_OCT, TIME_TO_OCT, STRINGIFY_BIGINT,
8782 GID_FROM_OCT, MAJOR_FROM_OCT, MINOR_FROM_OCT, MODE_FROM_OCT,
8783 OFF_FROM_OCT, SIZE_FROM_OCT, TIME_FROM_OCT, UID_FROM_OCT,
8784 UINTMAX_FROM_OCT): New macros.
8785 (gid_to_oct, major_to_oct, minor_to_oct, mode_to_oct, off_to_oct,
8786 size_to_oct, time_to_oct, uid_to_oct, uintmax_to_oct,
8787 stringify_uintmax_t_backwards, gid_from_oct, major_from_oct,
8788 minor_from_oct, mode_from_oct, off_from_oct, size_from_oct,
8789 time_from_oct, uid_from_oct, uintmax_from_oct): New decls.
8790 (print_for_mkdir): 2nd arg is now mode_t.
8794 See ChangeLog.1 for earlier changes.
8798 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007
8799 Free Software Foundation, Inc.
8801 This file is part of GNU tar.
8803 GNU tar is free software; you can redistribute it and/or modify
8804 it under the terms of the GNU General Public License as published by
8805 the Free Software Foundation; either version 3, or (at your option)
8808 GNU tar is distributed in the hope that it will be useful,
8809 but WITHOUT ANY WARRANTY; without even the implied warranty of
8810 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8811 GNU General Public License for more details.
8813 You should have received a copy of the GNU General Public License
8814 along with GNU tar; see the file COPYING. If not, write to
8815 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
8816 Boston, MA 02110-1301, USA.
8820 version-control: never