This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Compress::Zlib
authorPaul Marquess <paul.marquess@btinternet.com>
Fri, 3 Mar 2006 10:25:48 +0000 (10:25 +0000)
committerSteve Peters <steve@fisharerojo.org>
Mon, 6 Mar 2006 02:06:04 +0000 (02:06 +0000)
commit25f0751fb55a0f87a7e18ae8960f9acf2407ae32
tree439063d46a0c0b86716646c06a093caf2f50aa44
parent274ac62a3e605d66baf0a73d4dde20b3a2ea7120
Compress::Zlib
From: "Paul Marquess" <paul.marquess@ntlworld.com>
Message-ID: <007101c63eac$d919c6c0$4c05140a@myopwv.com>

p4raw-id: //depot/perl@27384
157 files changed:
MANIFEST
ext/Compress/IO/Base/Changes [new file with mode: 0644]
ext/Compress/IO/Base/Makefile.PL [new file with mode: 0644]
ext/Compress/IO/Base/README [new file with mode: 0644]
ext/Compress/IO/Base/lib/File/GlobMapper.pm [new file with mode: 0644]
ext/Compress/IO/Base/lib/IO/Compress/Base.pm [new file with mode: 0644]
ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm [new file with mode: 0644]
ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm [new file with mode: 0644]
ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm [new file with mode: 0644]
ext/Compress/IO/Base/private/MakeUtil.pm [new file with mode: 0644]
ext/Compress/IO/Base/t/01misc.t [new file with mode: 0644]
ext/Compress/IO/Base/t/99pod.t [new file with mode: 0644]
ext/Compress/IO/Base/t/globmapper.t [new file with mode: 0644]
ext/Compress/IO/Zlib/Changes [new file with mode: 0644]
ext/Compress/IO/Zlib/Makefile.PL [new file with mode: 0644]
ext/Compress/IO/Zlib/README [new file with mode: 0644]
ext/Compress/IO/Zlib/examples/gzappend [new file with mode: 0644]
ext/Compress/IO/Zlib/examples/gzcat [new file with mode: 0755]
ext/Compress/IO/Zlib/examples/gzgrep [new file with mode: 0755]
ext/Compress/IO/Zlib/examples/gzstream [new file with mode: 0755]
ext/Compress/IO/Zlib/examples/unzip [new file with mode: 0644]
ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm [new file with mode: 0644]
ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm [new file with mode: 0644]
ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm [new file with mode: 0644]
ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm [new file with mode: 0644]
ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm [new file with mode: 0644]
ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm [new file with mode: 0644]
ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm [new file with mode: 0644]
ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm [new file with mode: 0644]
ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm [new file with mode: 0644]
ext/Compress/IO/Zlib/private/MakeUtil.pm [new file with mode: 0644]
ext/Compress/IO/Zlib/t/001zlib-generic-deflate.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/001zlib-generic-gzip.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/001zlib-generic-rawdeflate.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/001zlib-generic-zip.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/002any-deflate.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/002any-gzip.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/002any-rawdeflate.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/002any-transparent.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/002any-zip.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/004gziphdr.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/005defhdr.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/010examples.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/020isize.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/050interop-gzip.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/100generic-deflate.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/100generic-gzip.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/100generic-rawdeflate.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/100generic-zip.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/101truncate-deflate.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/101truncate-gzip.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/101truncate-rawdeflate.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/101truncate-zip.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/102tied-deflate.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/102tied-gzip.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/102tied-rawdeflate.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/102tied-zip.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/103newtied-deflate.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/103newtied-gzip.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/103newtied-rawdeflate.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/103newtied-zip.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/104destroy-deflate.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/104destroy-gzip.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/104destroy-rawdeflate.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/104destroy-zip.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/105oneshot-deflate.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/105oneshot-gzip-only.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/105oneshot-gzip.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/105oneshot-rawdeflate.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/105oneshot-zip-only.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/105oneshot-zip.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/106prime-deflate.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/106prime-gzip.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/106prime-rawdeflate.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/106prime-zip.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/107multi-deflate.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/107multi-gzip.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/107multi-rawdeflate.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/107multi-zip.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/108anyunc-deflate.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/108anyunc-gzip.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/108anyunc-rawdeflate.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/108anyunc-transparent.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/108anyunc-zip.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/109merge-deflate.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/109merge-gzip.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/109merge-rawdeflate.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/109merge-zip.t [new file with mode: 0644]
ext/Compress/IO/Zlib/t/999pod.t [new file with mode: 0644]
ext/Compress/Raw/Zlib/Makefile.PL [new file with mode: 0644]
ext/Compress/Raw/Zlib/README [new file with mode: 0644]
ext/Compress/Raw/Zlib/Zlib.xs [new file with mode: 0644]
ext/Compress/Raw/Zlib/config.in [new file with mode: 0755]
ext/Compress/Raw/Zlib/examples/filtdef [new file with mode: 0755]
ext/Compress/Raw/Zlib/examples/filtinf [new file with mode: 0755]
ext/Compress/Raw/Zlib/fallback/constants.h [new file with mode: 0644]
ext/Compress/Raw/Zlib/fallback/constants.xs [new file with mode: 0644]
ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm [new file with mode: 0644]
ext/Compress/Raw/Zlib/ppport.h [new file with mode: 0644]
ext/Compress/Raw/Zlib/private/MakeUtil.pm [new file with mode: 0644]
ext/Compress/Raw/Zlib/t/01version.t [new file with mode: 0644]
ext/Compress/Raw/Zlib/t/02zlib.t [new file with mode: 0644]
ext/Compress/Raw/Zlib/t/07bufsize.t [new file with mode: 0644]
ext/Compress/Raw/Zlib/t/18lvalue.t [new file with mode: 0644]
ext/Compress/Raw/Zlib/t/99pod.t [new file with mode: 0644]
ext/Compress/Raw/Zlib/typemap [new file with mode: 0644]
ext/Compress/Raw/Zlib/zlib-src/adler32.c [new file with mode: 0644]
ext/Compress/Raw/Zlib/zlib-src/compress.c [new file with mode: 0644]
ext/Compress/Raw/Zlib/zlib-src/crc32.c [new file with mode: 0644]
ext/Compress/Raw/Zlib/zlib-src/crc32.h [new file with mode: 0644]
ext/Compress/Raw/Zlib/zlib-src/deflate.c [new file with mode: 0644]
ext/Compress/Raw/Zlib/zlib-src/deflate.h [new file with mode: 0644]
ext/Compress/Raw/Zlib/zlib-src/infback.c [new file with mode: 0644]
ext/Compress/Raw/Zlib/zlib-src/inffast.c [new file with mode: 0644]
ext/Compress/Raw/Zlib/zlib-src/inffast.h [new file with mode: 0644]
ext/Compress/Raw/Zlib/zlib-src/inffixed.h [new file with mode: 0644]
ext/Compress/Raw/Zlib/zlib-src/inflate.c [new file with mode: 0644]
ext/Compress/Raw/Zlib/zlib-src/inflate.h [new file with mode: 0644]
ext/Compress/Raw/Zlib/zlib-src/inftrees.c [new file with mode: 0644]
ext/Compress/Raw/Zlib/zlib-src/inftrees.h [new file with mode: 0644]
ext/Compress/Raw/Zlib/zlib-src/trees.c [new file with mode: 0644]
ext/Compress/Raw/Zlib/zlib-src/trees.h [new file with mode: 0644]
ext/Compress/Raw/Zlib/zlib-src/uncompr.c [new file with mode: 0644]
ext/Compress/Raw/Zlib/zlib-src/zconf.h [new file with mode: 0644]
ext/Compress/Raw/Zlib/zlib-src/zlib.h [new file with mode: 0644]
ext/Compress/Raw/Zlib/zlib-src/zutil.c [new file with mode: 0644]
ext/Compress/Raw/Zlib/zlib-src/zutil.h [new file with mode: 0644]
ext/Compress/Zlib/Changes
ext/Compress/Zlib/Makefile.PL
ext/Compress/Zlib/README
ext/Compress/Zlib/examples/filtdef
ext/Compress/Zlib/examples/filtinf
ext/Compress/Zlib/examples/gzcat
ext/Compress/Zlib/examples/gzgrep
ext/Compress/Zlib/examples/gzstream
ext/Compress/Zlib/lib/Compress/Zlib.pm [new file with mode: 0644]
ext/Compress/Zlib/private/MakeUtil.pm [new file with mode: 0644]
ext/Compress/Zlib/t/01version.t
ext/Compress/Zlib/t/03zlib-v1.t
ext/Compress/Zlib/t/05examples.t
ext/Compress/Zlib/t/06gzsetp.t
ext/Compress/Zlib/t/08encoding.t
ext/Compress/Zlib/t/14gzopen.t
ext/Compress/Zlib/t/99pod.t
t/lib/compress/CompTestUtils.pm [new file with mode: 0644]
t/lib/compress/any.pl
t/lib/compress/anyunc.pl
t/lib/compress/destroy.pl
t/lib/compress/generic.pl
t/lib/compress/merge.pl
t/lib/compress/multi.pl
t/lib/compress/newtied.pl
t/lib/compress/oneshot.pl
t/lib/compress/prime.pl
t/lib/compress/tied.pl
t/lib/compress/truncate.pl
t/lib/compress/zlib-generic.pl