develooper Front page | perl.perl5.porters | Postings from March 2007

[PATCH] Compression updates

Thread Next
From:
Paul Marquess
Date:
March 4, 2007 06:28
Subject:
[PATCH] Compression updates
Message ID:
001201c75e69$4d8901b0$6701a8c0@myopwv.com
A few small changes to the compression modules


IO::Compress::Base

        - Make seek less wasteful of memory

IO::Compress::Zip

        - Added Zip64 documentation.

        - Fixed extended timestamp.
          Creation time isn't available in Unix so only store the
          modification time and the last access time in the extended field.

        - Fixed file mode.

        - Added ExtAttr option to control the value of the "external file
          attributes" field in the central directory.

        - Added Unix2 extended attribute ("Ux").
          This stores the UID & GID.

IO::Compress::Gzip

        - Fixed 050interop-gzip.t for Windows

Compress::Raw::Zlib

        - Fixed lvalue substr issue

        - Remove redundant code from Zlib.xs

Paul

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About