]> Dogcows Code - chaz/tar/commit
Changes for compatibility with Slackware installation scripts.
authorSergey Poznyakoff <gray@gnu.org.ua>
Mon, 23 Sep 2013 16:35:29 +0000 (19:35 +0300)
committerSergey Poznyakoff <gray@gnu.org.ua>
Mon, 23 Sep 2013 16:35:29 +0000 (19:35 +0300)
commit2c06a80918019471876956eef4ef22f05c9e0571
treeac764582c4d9284866fc091d14ffeaae25474f1d
parent570a2c5f3d2e610524702ffaa2ec803678c3aeeb
Changes for compatibility with Slackware installation scripts.

* src/buffer.c (short_read): the "Record size" message
is controlled by the WARN_RECORD_SIZE warning_option bit.
* src/common.h (keep_directory_symlink_option): New global.
(WARN_RECORD_SIZE): New constant.
(WARN_VERBOSE_WARNINGS): Add WARN_RECORD_SIZE.
* src/extract.c (extract_dir): If keep_directory_symlink_option is
set, follow symlinks to directories.
* src/suffix.c (compression_suffixes): Add support for txz
suffix.
* src/tar.c (KEEP_DIRECTORY_SYMLINK_OPTION): New constant.
(options): New option --keep-directory-symlink.
(parse_opt): Handle this option.
* src/warning.c: Implement "record-size" warning control.

* NEWS: Update.
* doc/tar.texi: Document new features.
NEWS
doc/tar.texi
src/buffer.c
src/common.h
src/extract.c
src/suffix.c
src/tar.c
src/warning.c
This page took 0.024445 seconds and 4 git commands to generate.