* NEWS: Fix bug reported by Martin Mares in
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 24 Dec 2006 05:45:23 +0000 (05:45 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 24 Dec 2006 05:45:23 +0000 (05:45 +0000)
commitd9b7bf5000a052ccbe86192a2cb152e24893b7a6
tree78b3b6cd900ba55cda6f6d37ae55ce7c46b624ec
parent2f845033f131bd03e51bfba37404f2832eb551ca
* NEWS: Fix bug reported by Martin Mares in
<http://bugs.debian.org/177942>.
* gzip.c (treat_stdin): Remove NO_STDIN_FSTAT and NO_PIPE_TIMESTAMP
stuff.  It didn't work (led to syntax errors) and was confusing.
Report an error if stdin cannot be statted even if !list && no_time.
Get stdin's size if it is regular.
(treat_file): Do not report an error with setuid, setgid,
sticky, or non-regular, non-directory files if to_stdout.
Allow 'force' to override the caution about sticky files.
Use the same form for time stamps that treat_stdin uses.
ChangeLog
NEWS
gzip.c