gzip: new option --synchronous
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 28 Feb 2016 07:58:54 +0000 (23:58 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 28 Feb 2016 08:02:57 +0000 (00:02 -0800)
commite6516c537071ac28b3e8e12439fbaf54bfe4fbd0
treed14cc2575b8e531967f6913922cd8232a5d8b9b0
parent8e951439dd320eb8cb5d543d6904ce55d9b6b32d
gzip: new option --synchronous

This follows up on the earlier patch to avoid data loss near the
system crashes.  It makes the new behavior optional, with the
default off.  See: http://bugs.gnu.org/22768
* NEWS, doc/gzip.texi (Sample, Invoking gzip), gunzip.in (usage):
* gzip.1, zcat.in (usage):
Document this.
* gzip.c (synchronous): New static var.
(SYNCHRONOUS_OPTION): New constant.
(longopts, help, main, treat_file): Add support for --synchronous.
NEWS
doc/gzip.texi
gunzip.in
gzip.1
gzip.c
zcat.in