This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Compress::Zlib 1.35
authorPaul Marquess <paul.marquess@btinternet.com>
Thu, 21 Jul 2005 10:06:06 +0000 (11:06 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 21 Jul 2005 12:39:43 +0000 (12:39 +0000)
commit06edba159bc4e4b34ce6253ab0bc6ef61de4c848
treec901f7ce5e6614254d7d901143472fd75b30741a
parente866b74b8651a8d5e0458756533f958fc66fd305
Compress::Zlib 1.35
From: "Paul Marquess" <paul.marquess@ntlworld.com>
Message-Id: <20050721090634.CA4E61F0003@mx1.mandriva.com>

p4raw-id: //depot/perl@25205
30 files changed:
MANIFEST
ext/Compress/Zlib/Changes
ext/Compress/Zlib/README
ext/Compress/Zlib/Zlib.pm
ext/Compress/Zlib/Zlib.xs
ext/Compress/Zlib/config.in
ext/Compress/Zlib/t/05gzsetp.t
ext/Compress/Zlib/zlib-src-1.2.2/adler32.c [deleted file]
ext/Compress/Zlib/zlib-src-1.2.3/adler32.c [new file with mode: 0644]
ext/Compress/Zlib/zlib-src-1.2.3/compress.c [moved from ext/Compress/Zlib/zlib-src-1.2.2/compress.c with 98% similarity]
ext/Compress/Zlib/zlib-src-1.2.3/crc32.c [moved from ext/Compress/Zlib/zlib-src-1.2.2/crc32.c with 79% similarity]
ext/Compress/Zlib/zlib-src-1.2.3/crc32.h [moved from ext/Compress/Zlib/zlib-src-1.2.2/crc32.h with 100% similarity]
ext/Compress/Zlib/zlib-src-1.2.3/deflate.c [moved from ext/Compress/Zlib/zlib-src-1.2.2/deflate.c with 84% similarity]
ext/Compress/Zlib/zlib-src-1.2.3/deflate.h [moved from ext/Compress/Zlib/zlib-src-1.2.2/deflate.h with 97% similarity]
ext/Compress/Zlib/zlib-src-1.2.3/gzio.c [moved from ext/Compress/Zlib/zlib-src-1.2.2/gzio.c with 95% similarity]
ext/Compress/Zlib/zlib-src-1.2.3/infback.c [moved from ext/Compress/Zlib/zlib-src-1.2.2/infback.c with 99% similarity]
ext/Compress/Zlib/zlib-src-1.2.3/inffast.c [moved from ext/Compress/Zlib/zlib-src-1.2.2/inffast.c with 97% similarity]
ext/Compress/Zlib/zlib-src-1.2.3/inffast.h [moved from ext/Compress/Zlib/zlib-src-1.2.2/inffast.h with 100% similarity]
ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h [moved from ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h with 100% similarity]
ext/Compress/Zlib/zlib-src-1.2.3/inflate.c [moved from ext/Compress/Zlib/zlib-src-1.2.2/inflate.c with 91% similarity]
ext/Compress/Zlib/zlib-src-1.2.3/inflate.h [moved from ext/Compress/Zlib/zlib-src-1.2.2/inflate.h with 96% similarity]
ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c [moved from ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c with 97% similarity]
ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h [moved from ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h with 91% similarity]
ext/Compress/Zlib/zlib-src-1.2.3/trees.c [moved from ext/Compress/Zlib/zlib-src-1.2.2/trees.c with 98% similarity]
ext/Compress/Zlib/zlib-src-1.2.3/trees.h [moved from ext/Compress/Zlib/zlib-src-1.2.2/trees.h with 100% similarity]
ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c [moved from ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c with 100% similarity]
ext/Compress/Zlib/zlib-src-1.2.3/zconf.h [moved from ext/Compress/Zlib/zlib-src-1.2.2/zconf.h with 96% similarity]
ext/Compress/Zlib/zlib-src-1.2.3/zlib.h [moved from ext/Compress/Zlib/zlib-src-1.2.2/zlib.h with 84% similarity]
ext/Compress/Zlib/zlib-src-1.2.3/zutil.c [moved from ext/Compress/Zlib/zlib-src-1.2.2/zutil.c with 92% similarity]
ext/Compress/Zlib/zlib-src-1.2.3/zutil.h [moved from ext/Compress/Zlib/zlib-src-1.2.2/zutil.h with 91% similarity]