]> Dogcows Code - chaz/tar/commit
Implement the --warning option.
authorSergey Poznyakoff <gray@gnu.org.ua>
Wed, 5 Aug 2009 10:52:38 +0000 (13:52 +0300)
committerSergey Poznyakoff <gray@gnu.org.ua>
Wed, 5 Aug 2009 10:52:38 +0000 (13:52 +0300)
commit67a1a0eac50404799328448ae7540696cc3f6c79
treedab0b90387b4351f0212722830cc1f34b658d761
parent471c0f76cd1e89814ae50310fc31b82ab18938a2
Implement the --warning option.

* src/warning.c: New file.
* src/Makefile.am: Add warning.c
* src/common.h: Provide definitions for warning classes.
(warning_option): New global.
(WARNOPT): New define.
(set_warning_option): New prototype.
* src/tar.c: New option `--warning'.
* src/compare.c: When applicable WARNOPT instead of WARN.
* src/create.c: Likewise.
* src/extract.c: Likewise.
* src/incremen.c: Likewise.
* src/list.c: Likewise.

* NEWS, doc/tar.texi: Update.
NEWS
doc/tar.texi
src/Makefile.am
src/common.h
src/compare.c
src/create.c
src/extract.c
src/incremen.c
src/list.c
src/tar.c
src/xheader.c
This page took 0.019719 seconds and 4 git commands to generate.