Paul Eggert
78b078b455
* NEWS: --version now outputs copyright etc., to conform to the
...
GNU coding standards. Remove --license.
* gnulib.modules: Add version-etc-fsf.
* doc/tar.texi: Document the change.
* lib/.cvsignore: Add version-etc-fsf.c, version-etc.c, version-etc.h.
* scripts/Makefile.am (SED_CMD): Update PAKCAGE_NAME, not PACKAGE.
* scripts/backup.in: Remove --license. Change --version to conform
to GCS.
* scripts/restore.in: Likewise.
* scripts/backup.sh.in (license): Output briefer license in the
style of coreutils, for consistency with other changes.
* src/tar.c: Include <version-etc.h>.
(LICENSE_OPTION): Remove.
(options): Remove --license.
(license): Remove.
(parse_opt): Use version_etc instead of rolling it ourselves.
Remove --license.
* tests/version.at (tar --version): Check only the first line of
output.
2006-02-07 22:18:36 +00:00
Paul Eggert
e86e864544
Update copyright year to 2006.
2006-02-07 20:55:49 +00:00
Sergey Poznyakoff
d21d48dfba
Update
2006-02-07 13:58:03 +00:00
Sergey Poznyakoff
cf1e8b086b
(sparse_map_decoder): Fix misleading diagnostic.
2006-02-07 13:57:41 +00:00
Sergey Poznyakoff
6912b7fb15
Update
2006-01-31 11:28:59 +00:00
Sergey Poznyakoff
6c28751ca7
(struct tar_stat_info): New members is_dumpdir and skipped.
2006-01-31 11:28:45 +00:00
Sergey Poznyakoff
0e848e7b2c
(list_archive): Use is_dumpdir
...
Do not wrap skip_member in mv_begin/mv_end, the function itself
takes care of it.
(decode_header): Set stat_info->is_dumpdir
(skip_member): Do nothing if skipped is true
2006-01-31 11:28:32 +00:00
Sergey Poznyakoff
ab8a184336
(get_gnu_dumpdir): Static
...
(is_dumpdir): New function
(purge_directory): Use is_dumpdir
2006-01-31 11:28:07 +00:00
Sergey Poznyakoff
48ce2946d9
(prepare_to_extract): Use is_dumpdir member to check for dumpdirs.
2006-01-31 11:27:41 +00:00
Sergey Poznyakoff
dde5c2391b
(get_gnu_dumpdir): Remove prototype
...
(is_dumpdir): New function
2006-01-31 11:27:14 +00:00
Sergey Poznyakoff
860577ee0e
Update
2006-01-21 23:39:52 +00:00
Sergey Poznyakoff
a349bd80b9
(decode_options): Refuse using --delete with compression options
2006-01-21 23:39:20 +00:00
Sergey Poznyakoff
ba10157a0c
Update
2006-01-18 15:36:23 +00:00
Sergey Poznyakoff
514ea6ead4
Implement new options --quoting-style, --quote-chars and --no-quote-chars.
2006-01-18 15:36:15 +00:00
Sergey Poznyakoff
6a97a00688
Initial documentation for --quoting-style, --quote-chars and --no-quote-chars option.
2006-01-18 15:36:01 +00:00
Sergey Poznyakoff
7d822e225e
(DEFAULT_QUOTING_STYLE): New configuration variable
2006-01-18 15:35:44 +00:00
Sergey Poznyakoff
38f08784bc
Updated
2006-01-18 15:35:34 +00:00
Paul Eggert
c17a9f91d0
* bootstrap: Default to pserver, and switch to cvs.sv.gnu.org,
...
to accommodate recent changes to the GNU CVS server.
2006-01-09 22:53:55 +00:00
Paul Eggert
0f4660c786
Add argp-pin.c, mkdirat.c, openat-priv.h.
2006-01-09 22:52:34 +00:00
Sergey Poznyakoff
5e01ba7dbe
Update
2005-12-14 13:00:23 +00:00
Sergey Poznyakoff
288315211a
Update invocations of name_scan.
2005-12-14 12:58:56 +00:00
Sergey Poznyakoff
dacac1b6be
(name_scan): Change prototype.
2005-12-14 12:58:34 +00:00
Sergey Poznyakoff
85cf996677
(name_scan): Take an additional argument requesting the exact matching.
2005-12-14 12:58:22 +00:00
Sergey Poznyakoff
6cbd7e1608
Update
2005-12-13 13:33:21 +00:00
Sergey Poznyakoff
b794387cba
(addname,add_hierarchy_to_namelist): Initialize explicit member appropriately.
2005-12-13 13:32:29 +00:00
Sergey Poznyakoff
91abd3da82
(procdir): If name_scan() returns something, check if it was explicitely given in the command line
2005-12-13 13:32:14 +00:00
Sergey Poznyakoff
5b3dc9e3dd
(struct name): New member explicit'. Remove unused member isdir'
2005-12-13 13:31:56 +00:00
Sergey Poznyakoff
d3e525009d
Update
2005-12-12 22:56:25 +00:00
Sergey Poznyakoff
86ef91adff
If --one-file-system is given and a
...
directory is found to be on another device, *and* this directory
is explicitely given in the command line, then do not omit it.
2005-12-12 22:55:39 +00:00
Sergey Poznyakoff
a92a8ff22d
Update
2005-12-11 14:12:54 +00:00
Sergey Poznyakoff
1cdb7823ae
(options,parse_opt): New options --delay-directory-restore and --no-delay-directory-restore
2005-12-11 14:12:12 +00:00
Sergey Poznyakoff
e73e4428e2
(directories_first): Replaced by delay_directory_restore_option. All uses changed.
2005-12-11 14:11:41 +00:00
Sergey Poznyakoff
d2dd096f1d
(delay_directory_restore_option): New global.
2005-12-11 14:11:16 +00:00
Sergey Poznyakoff
fb0a0aaf52
Document --delay-directory-restore option.
...
(Configuring Help Summary): Document usage of ARGP_HELP_FMT
variable to customize help output.
2005-12-11 14:10:53 +00:00
Sergey Poznyakoff
d102bc35a5
Update
2005-12-11 14:10:05 +00:00
Sergey Poznyakoff
bb8c1d6a72
Update
2005-12-09 10:05:10 +00:00
Sergey Poznyakoff
f03fc1e078
(read_directory_file): Fix format string
2005-12-09 10:05:02 +00:00
Sergey Poznyakoff
273810a9f7
(to_chars_subst): Remove unused variable
...
Make sure useful result code is returned.
2005-12-09 10:04:52 +00:00
Sergey Poznyakoff
69abc76d13
(set_file_atime): Add prototype.
2005-12-09 10:04:38 +00:00
Sergey Poznyakoff
12cd9cea81
(open_archive): Add default case to shut up gcc.
2005-12-09 10:04:26 +00:00
Sergey Poznyakoff
bfa1bba5fd
Fix typo
2005-12-08 15:55:53 +00:00
Sergey Poznyakoff
09b46a0b47
Update
2005-12-08 15:41:38 +00:00
Sergey Poznyakoff
a169d65b94
(gid_to_chars, major_to_chars, minor_to_chars)
...
(mode_to_chars, off_to_chars, size_to_chars, time_to_chars)
(uid_to_chars, uintmax_to_chars): Return bool
(to_chars): Return bool
(start_header): Check return values of convertion routines. Fail
if unable to store data in the header.
2005-12-08 15:41:28 +00:00
Sergey Poznyakoff
89e65f936d
(gid_to_chars, major_to_chars, minor_to_chars)
...
(mode_to_chars, off_to_chars, size_to_chars, time_to_chars)
(uid_to_chars, uintmax_to_chars): Return bool
2005-12-08 15:41:11 +00:00
Sergey Poznyakoff
c9ac15ae0f
(Current status): Renamed to 'Changes' and moved to
...
appendices.
(Large or Negative Values): Rewritten
2005-12-08 15:40:52 +00:00
Sergey Poznyakoff
67770b89f2
Change permissions in the sample outputs to more usual ones
2005-12-07 16:17:44 +00:00
Sergey Poznyakoff
f3e6ea7d49
Updated
2005-12-07 15:12:38 +00:00
Sergey Poznyakoff
0d2cdcb797
Remove @set's
2005-12-07 15:12:00 +00:00
Sergey Poznyakoff
49e7ba5b17
Following the discussion with Karl Berry,
...
discontinue using @value{} substitutions for Texinfo commands.
Properly index all long options. Print a
separate long option index.
2005-12-07 15:11:45 +00:00
Sergey Poznyakoff
3f6d87a61c
Update
2005-12-07 09:43:09 +00:00