gzip: minor time stamp cleanups
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 5 Nov 2016 03:15:42 +0000 (20:15 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 5 Nov 2016 03:25:10 +0000 (20:25 -0700)
commit0b5368608007615308c2007138113d5ecc5ce2fb
treee963d96356d3b901885dab317cd8396ea963687e
parent760dd35ab04dbacda739299f7ed781abe1b54352
gzip: minor time stamp cleanups

* NEWS: Document this.
* gzip.c (get_method): Do not warn about MTIME out of range.
This should avoid useless chatter on hosts with 32-bit time_t
after the year 2038 (!).
(do_list): Do not pass junk time stamp to localtime.
(copy_stat): Do not report "time stamp restored" if restoration
fails.
NEWS
gzip.c