This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Drom Compress::Zlib 1.34 in ext/
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 10 Jun 2005 12:05:38 +0000 (12:05 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 10 Jun 2005 12:05:38 +0000 (12:05 +0000)
commitf4c6fd49d1c0b5c445becff6789f91798400c075
tree497eb6157ad0d084b59dbf883f1eddcd43846dc9
parentf34d064265539eae4e15437b48bf9db7bfe04ff9
Drom Compress::Zlib 1.34 in ext/

p4raw-id: //depot/perl@24786
45 files changed:
MANIFEST
ext/Compress/Zlib/ANNOUNCE [new file with mode: 0644]
ext/Compress/Zlib/Changes [new file with mode: 0644]
ext/Compress/Zlib/MANIFEST [new file with mode: 0644]
ext/Compress/Zlib/Makefile.PL [new file with mode: 0755]
ext/Compress/Zlib/README [new file with mode: 0644]
ext/Compress/Zlib/Zlib.pm [new file with mode: 0644]
ext/Compress/Zlib/Zlib.xs [new file with mode: 0644]
ext/Compress/Zlib/config.in [new file with mode: 0755]
ext/Compress/Zlib/examples/filtdef [new file with mode: 0755]
ext/Compress/Zlib/examples/filtinf [new file with mode: 0755]
ext/Compress/Zlib/examples/gzcat [new file with mode: 0755]
ext/Compress/Zlib/examples/gzgrep [new file with mode: 0755]
ext/Compress/Zlib/examples/gzstream [new file with mode: 0755]
ext/Compress/Zlib/fallback.h [new file with mode: 0644]
ext/Compress/Zlib/fallback.xs [new file with mode: 0644]
ext/Compress/Zlib/t/01version.t [new file with mode: 0644]
ext/Compress/Zlib/t/02zlib.t [new file with mode: 0644]
ext/Compress/Zlib/t/03examples.t [new file with mode: 0644]
ext/Compress/Zlib/t/04encoding.t [new file with mode: 0644]
ext/Compress/Zlib/t/05gzsetp.t [new file with mode: 0644]
ext/Compress/Zlib/t/06gzdopen.t [new file with mode: 0644]
ext/Compress/Zlib/typemap [new file with mode: 0644]
ext/Compress/Zlib/zlib-src-1.2.2/adler32.c [new file with mode: 0644]
ext/Compress/Zlib/zlib-src-1.2.2/compress.c [new file with mode: 0644]
ext/Compress/Zlib/zlib-src-1.2.2/crc32.c [new file with mode: 0644]
ext/Compress/Zlib/zlib-src-1.2.2/crc32.h [new file with mode: 0644]
ext/Compress/Zlib/zlib-src-1.2.2/deflate.c [new file with mode: 0644]
ext/Compress/Zlib/zlib-src-1.2.2/deflate.h [new file with mode: 0644]
ext/Compress/Zlib/zlib-src-1.2.2/gzio.c [new file with mode: 0644]
ext/Compress/Zlib/zlib-src-1.2.2/infback.c [new file with mode: 0644]
ext/Compress/Zlib/zlib-src-1.2.2/inffast.c [new file with mode: 0644]
ext/Compress/Zlib/zlib-src-1.2.2/inffast.h [new file with mode: 0644]
ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h [new file with mode: 0644]
ext/Compress/Zlib/zlib-src-1.2.2/inflate.c [new file with mode: 0644]
ext/Compress/Zlib/zlib-src-1.2.2/inflate.h [new file with mode: 0644]
ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c [new file with mode: 0644]
ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h [new file with mode: 0644]
ext/Compress/Zlib/zlib-src-1.2.2/trees.c [new file with mode: 0644]
ext/Compress/Zlib/zlib-src-1.2.2/trees.h [new file with mode: 0644]
ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c [new file with mode: 0644]
ext/Compress/Zlib/zlib-src-1.2.2/zconf.h [new file with mode: 0644]
ext/Compress/Zlib/zlib-src-1.2.2/zlib.h [new file with mode: 0644]
ext/Compress/Zlib/zlib-src-1.2.2/zutil.c [new file with mode: 0644]
ext/Compress/Zlib/zlib-src-1.2.2/zutil.h [new file with mode: 0644]