bug-gzip
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Gzip 1.5 v. VMS


From: Steven M. Schweda
Subject: Gzip 1.5 v. VMS
Date: Wed, 29 Aug 2012 14:13:51 -0500 (CDT)

   While playing around with Wget 1.14 (specifically, with its new,
Gzip-compressed WARC (Web ARChive) files), I discovered a VMS-specific
Gzip problem.

   Previously, on VMS, Gzip was rigged not to work properly on
multi-member gzip archives (such as the ones created by the new Wget).
For some while, my Gzip-for-VMS kits have used a stream-access mode
(open() with "ctx=stm") on compressed files, but the C macro RECORD_IO
was still defined (in tailor.h), and this caused Gzip on VMS to exit
after processing the first member of a multi-member Gzip archive, which
could be disappointing, if one expected complete output.

   New source and complete kits which should solve this problem are
available at the usual place:

      http://antinode.info/dec/sw/gzip.html

   A "gdiff -u" for "tailor.h" (original 1.5 v. my latest):

      http://antinode.info/ftp/gzip/gzip-1_5b_vms/tailor.h_du

------------------------------------------------------------------------

   Steven M. Schweda               address@hidden
   382 South Warwick Street        (+1) 651-699-9818
   Saint Paul  MN  55105-2547



reply via email to

[Prev in Thread] Current Thread [Next in Thread]