gzip: drop mentions of Amiga, VMS
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 May 2016 23:23:51 +0000 (16:23 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Jun 2016 06:50:36 +0000 (23:50 -0700)
commit31831d686bc445a6715366487b9ca88d28929194
tree064e3b288d370d982f9b54265159dc39f9c48371
parent3bf440815095eb4c630b75c09bc22894a2be762f
gzip: drop mentions of Amiga, VMS

These platforms were not supported anyway, and their code was
suffering from bitrot.  This patch may also fix some file name
glitches on MS-Windowsish platforms.
* bootstrap.conf (gnulib_modules): Add dosname.
* gzip.c: Include dosname.h.
(shorten_name, treat_dir): Use last_component rather than looking
at path separators by hand.
* tailor.h: Remove sections on porting to VMS and to Amiga,
since dosname.h doesn't support these platforms anyway.
(PATH_SEP2, PATH_SEP3, STDC_HEADERS, SUFFIX_SEP, RECORD_IO)
(HAVE_CHOWN, HAVE_LSTAT, HAVE_SYS_DIR_H, direct): Remove.  All
uses removed.  Many uses replaced by calls to ISSLASH and/or
last_component.
NEWS
README
TODO
bootstrap.conf
doc/gzip.texi
gzip.1
gzip.c
lib/match.c
tailor.h
util.c
zip.c