summaryrefslogtreecommitdiff
path: root/cpan/IO-Compress
Commit message (Collapse)AuthorAgeFilesLines
* Update IO-Compress to CPAN version 2.069Chris 'BinGOs' Williams2015-10-0629-161/+177
| | | | | | | | | | | | | | [DELTA] 2.069 26 Sept 2015 * IO::Compress::FAQ - Added a section of bgzip RT #103295: IO::Compress Feature request * IO::Compress::Zip - Zip64 needs to be first in extra field to workaround a Windows Explorer Bug See http://www.info-zip.org/phpBB3/viewtopic.php?f=3&t=440 for details
* Update IO-Compress to CPAN version 2.068Chris 'BinGOs' Williams2014-12-2436-125/+153
| | | | | | | | | | [DELTA] 2.068 23 Dec 2014 * Disable running of some of the slower test harnesses by default. COMPRESS_ZLIB_RUN_MOST needs set to run them. Make life more bearable on legacy platforms
* Update IO-Compress to CPAN version 2.067Chris 'BinGOs' Williams2014-12-0928-125/+125
| | | | | | | | [DELTA] 2.067 8 Dec 2014 * RT #100257: IO::Compress::RawDeflate unnecessarily loads IO::Seekable
* reinstate cpan/IO-Compress/Makefile.PLDavid Mitchell2014-12-031-0/+64
| | | | | | | | | | | | This was removed a year ago, but it causes problems with ABSTACT and ABSTACT_FROM; since there isn't an IO/Compress.pm file. make_ext.pl special-cases Makefile.PL to get the abstract from IO/Compress/Base.pm; but MakeMaker looks for, and fails to find, 'IO::Compress - ...' in the pod for that file,and prints an error. Rather than more special-casing, it's easier to just restore the distribution's Makefile.PL, which already contains the correct 'ABSTRACT => ...' entry.
* Update IO-Compress to CPAN version 2.066Chris 'BinGOs' Williams2014-09-2728-126/+150
| | | | | | | | | | | | | | [DELTA] 2.066 21 Sept 2014 * IO::Uncompress::Gzip Documentation of ExtraFlags stated the XFL values for BEST_COMPRESSION and BEST_SPEED use the values 2 & 4 respectively. They should be 4 & 2. Code for setting XFL was correct. * RT #95494: IO::Uncompress::Gunzip: Can no longer gunzip to in-memory file handle
* Update IO-Compress to CPAN version 2.064Chris 'BinGOs' Williams2014-02-0231-146/+150
| | | | | | | | | [DELTA] 2.064 1 February 2014 * RT #90216: IO-Compress/t/050interop-gzip.t: Use android-compatible flags when calling gzip
* Update IO-Compress to CPAN version 2.063Chris 'BinGOs' Williams2013-11-0227-123/+123
| | | | | | | | [DELTA] 2.063 20 October 2013 * RT#89305: Typo in Compress::Zlib _combine function documentation
* Remove some unnecessary Makefile.PLs from cpan/ and ext/Steve Hay2013-10-251-64/+0
| | | | | | | | These modules all work with the default Makefile.PL written by make_ext.pl. (There are more Makefile.PLs in dist/ that could be removed too, but the general policy with dist/ is to leave such files in place to make it easier to roll CPAN releases from the blead source, which is canonical.)
* Remove further IGNORABLE-like files under cpan/Steve Hay2013-10-1816-759/+0
| | | | These are all examples, demos and oddly named READMEs.
* Remove all IGNORABLE files under cpan/Steve Hay2013-10-182-1277/+0
| | | | | | | | | | | | | | | | This was discussed on p5p: http://www.nntp.perl.org/group/perl.perl5.porters/2013/10/msg208635.html One LICENSE file (Locale-Codes) has been removed (contrary to one suggestion in that thread) since it was the only one, and only says "This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself." anyway. Two files that I had previously suggested retaining for the sake of tests have also been removed. In one case, a test script has been modified (in Digest-MD5; I will send a ticket upstream); in the other case (in Test-Harness) I have removed the test which depended on the MANIFEST files, as suggested in the above thread.
* Upgrade IO::Compress::* and Compress::Raw::* from 2.061 to 2.062Steve Hay2013-08-1335-288/+400
|
* Fix up IO::Compress testsFather Chrysostomos2013-07-252-1/+4
| | | | | They were expecting \"abc" to return a constant value, but constant folding no longer causes \ to return a read-only scalar.
* Update IO-Compress to CPAN version 2.061Chris 'BinGOs' Williams2013-05-2732-144/+177
| | | | | | | | | | | | | [DELTA] 2.061 19 May 2013 * zipdetails (1.06) Get it to cope with Android 'zipalign' non-standard extra fields. These are used to make sure that a non-compressed member starts on a 4 byte boundary. * RT#84647: unzip example with IO::Uncompress::Unzip
* Update IO-Compress to CPAN version 2.060Chris 'BinGOs' Williams2013-01-0831-552/+648
| | | | | | | | | | | | [DELTA] 2.060 7 January 2013 * Updated POD RT# 82138: Example code not clear - gunzip() takes filenames! * IO::Compress::Base Remove the flush call when opening a filehandle.
* Update IO-Compress to CPAN version 2.059Chris 'BinGOs' Williams2012-12-1533-169/+312
| | | | | | | | | [DELTA] 2.059 10 December 2012 * IO::Compress::Base Added "Encode" option.
* Update IO-Compress to CPAN version 2.058Chris 'BinGOs' Williams2012-11-1231-138/+139
| | | | | | | | [DELTA] 2.058 12 November 2012 * RT# 81119: Latest IO::Compress 2.057 fails tests on 5.8.x
* Update IO-Compress to CPAN version 2.057Chris 'BinGOs' Williams2012-11-1132-751/+829
| | | | | | | | | | | | | | | | | [DELTA] 2.057 10 November 2012 * IO::Compress::Zip Allow member name & Zip Comment to be "0" * IO::Compress::Base::Common Remove "-r" test - the file open will catch this. RT# 80855: IO::Compress::Base::Common returns that it cannot read readable files in NFS * RT# 79820: Install to 'site' instead of 'perl' when perl version is 5.11+ * General Performance improvements.
* Upgrade IO-Compress to 2.055Steve Hay2012-08-0831-164/+267
|
* Updated IO-Compress to CPAN version 2.052Chris 'BinGOs' Williams2012-06-1532-153/+195
| | | | | | | | | | | | | | | | | | [DELTA] 2.052 29 April 2012 * IO::Compress::Zip Force a ZIP64 archive when it contains >= 0xFFFF entries. * Typos in POD [RT# #76130: Gunzip Pod typo in OO section: $$output instead of $$input 2.049 18 February 2012 * IO::Compress::Zip Error in t/cz-03zlib-v1.t that caused warnings with 5.15 [RT# 110736: warnings from cpan/IO-Compress/t/cz-03zlib-v1.t]
* [perl #110736] warnings from cpan/IO-Compress/t/cz-03zlib-v1.tChris 'BinGOs' Williams2012-04-121-8/+26
| | | | Backported t/cz-03zlib-v1.t from IO-Compress-2.049
* Revert "Upgrade IO-Compress to 2.049"Abigail2012-03-1432-183/+145
| | | | | | This reverts commit 1d4b9cf3270c936605a07ecd7414f808755d3184. This depends on the module that was reverted by Ricardo at the same time.
* Upgrade IO-Compress to 2.049Abigail2012-03-1432-145/+183
|
* Revert updates to compression librariesRicardo Signes2012-02-1932-183/+145
| | | | | | | | | | | Revert "Update Compress-Raw-Bzip2 to CPAN version 2.049" This reverts commit db98b5a25ac5537be04f17243c5e929aceb3560b. Revert "Update Compress-Raw_Zlib to CPAN version 2.049" This reverts commit 8b782679b6ea1247bd559efc311e7366582feaad. Revert "Update IO-Compress to CPAN version 2.049" This reverts commit 785e05e1c22f7d7c6ed38839cc28cc6d13a286de.
* Update IO-Compress to CPAN version 2.049Chris 'BinGOs' Williams2012-02-1832-145/+183
| | | | | | | | | | [DELTA] 2.049 18 February 2012 * IO::Compress::Zip Error in t/cz-03zlib-v1.t that caused warnings with 5.15 [RT# 110736: warnings from cpan/IO-Compress/t/cz-03zlib-v1.t]
* Update IO-Compress to CPAN version 2.048Chris 'BinGOs' Williams2012-01-2932-143/+175
| | | | | | | | | | | [DELTA] 2.048 29 January 2012 * Set minimum zlib version to 1.2.0 * IO::Compress test suite fails with Compress::Raw::Zlib 2.047 and zlib < 1.2.4 [RT# 74503]
* Update IO-Compress to CPAN version 2.047Chris 'BinGOs' Williams2012-01-2936-220/+404
| | | | | | | | | | | | | | [DELTA] 2.047 28 January 2012 * Set minimum Perl version to 5.6 * IO::Compress::Zip - In one-shot zip, set the Text Flag if "-T" thinks the file is a text file. - In one-shot mode, wrote mod time & access time in wrong order in the "UT" extended field.
* Update IO-Compress to CPAN version 2.046Chris 'BinGOs' Williams2011-12-1912-34/+124
| | | | | | | | | | | | | | | | | | [DELTA] 2.046 18 December 2011 * Minor update to bin/zipdetails * Typo in name of IO::Compress::FAQ.pod * IO::Uncompress::Unzip - Example for walking a zip file used eof to control the outer loop. This is wrong. * IO::Compress::Zip - Change default for CanonicalName to false. [RT# 72974]
* Update IO-Compress to CPAN version 2.045Chris 'BinGOs' Williams2011-12-0431-218/+233
| | | | | | | | [DELTA] 2.045 3 December 2011 * Restructured IO::Compress::FAQ.pod
* Update IO-Compress to CPAN version 2.044Chris 'BinGOs' Williams2011-12-0433-204/+2420
| | | | | | | | | | | | | | | | | [DELTA] 2.044 2 December 2011 * Moved FAQ.pod under the lib directory so it can get installed * Added bin/zipdetails * IO::Compress::Zip - In one-shot mode enable Zip64 mode if the input file/buffer >= 0xFFFFFFFF bytes. * IO::Compress::FAQ - Updates
* Update IO-Compress to CPAN version 2.043Chris 'BinGOs' Williams2011-11-2231-143/+175
| | | | | | | | | | | | | | [DELTA] 2.043 20 November 2011 * IO::Compress::Base - Fixed issue that with handling of Zip files with two (or more) entries that were STORED. Symptom is the first is uncompressed ok, but the next will terminate early if the size of the file is greater than BlockSize. Regression test added to t/006zip.t [RT# 72548]
* Update IO-Compress to CPAN version 2.042Chris 'BinGOs' Williams2011-11-1832-159/+240
| | | | | | | | | | | | | | | [DELTA] 2.042 17 November 2011 * IO::Compress::Zip - Added exUnixN option to allow creation of the "ux" extra field. This allows 32-bit UID/GID to be stored. - In one-shot mode use exUnixN rather than exUnix2 for the UID/GID. * IO::Compress::Zlib::Extra::parseExtraField - Fixed bad test for length of ID field [RT# 72329 & #72505]
* Update IO-Compress to CPAN version 2.040Chris 'BinGOs' Williams2011-11-0635-157/+403
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2.040 28 October 2011 * t/105oneshot-zip-only.t - CanonicalName test failure on Windows [RT# 68926] * IO::Compress::Zip - ExtAttr now populates MSDOS attributes 2.039 28 October 2011 * IO::Compress::Zip - Added CanonicalName option. Note this option is set to true by default. - Added FilterName option * IO::Unompress::Base - Fixed issue where setting $\ would corrupt the uncompressed data. Thanks to Steffen Goeldner for reporting the issue. * t/050interop-*.t - Handle case when external command contains a whitespace RT #71335
* Update IO-Compress to CPAN version 2.037Chris 'BinGOs' Williams2011-06-2234-183/+353
| | | | | | | | | | | | | [DELTA] 2.037 22 June 2011 * IO::Uncompress - get globmapper tests working on VMS [RT# 68926] * IO::Uncompress::Unzip - Fixed limitation where Streamed Stored content was not supported.
* Update IO-Compress to CPAN version 2.036Chris 'BinGOs' Williams2011-06-2131-194/+708
| | | | | | | | | | | | | | | | [DELTA] 2.036 18 June 2011 * IO::Compress::Zip & IO::Uncompress::Unzip - Added support for LZMA (method 14) compression/uncompresion. * IO::Compress::Unzip - Fixed CRC issue when compression is Store or Bzip2 and Strict option is set. * IO::Compress::Zip - Fixed Zip64 issue where the content size is exactly 0xFFFFFFFF
* Updated IO-Compress to CPAN version 2.035Chris 'BinGOs' Williams2011-06-0946-348/+571
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2.035 6 May 2011 * RT #67931: Test failure on Windows 2.034 2 May 2011 * Compress::Zlib - Silence pod warnings. [RT# 64876] - Removed duplicate words in pod. * IO::Compress::Base - RT #56942: Testsuite fails when being run in parallel - Reduce symbol import - patch from J. Nick Koston - If the output buffer parameter passed to read has a value of undef, and Append mode was specified when the file was opened, and eof is reached, then the buffer paramer was left as undef. This is different from when Append isn't specified - the buffer parameter is set to an empty string. - There area couple of issues with reading a file that contains an empty file that is compressed. Create with -- touch /tmp/empty; gzip /tmp/empty. Issue 1 - eof is not true immediately. Have to read from the file to trigger eof. Issue 2 - readline incorrectly returns an empty string the first time it is called, and (correctly) undef thereafter. [RT #67554]
* Update IO-Compress to CPAN version 2.033Chris 'BinGOs' Williams2011-01-1143-340/+493
| | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2.033 11 Jan 2011 * Fixed typos & spelling errors. [perl# 81816] 2.032 4 Jan 2011 * IO::Uncompress::Base - An input file that had a valid header, and so would allow creation of the uncompression object, but was then followed by corrupt data would trigger an infinite loop when using the input line oprator. [RT #61915] * IO::Compress::Gzip - XFL default settings for max compression & fastest algorithm were the wrong way around. Thanks to Andrey Zholos for spotting this. * IO::Compress::Base::Common - Fixed precedence problem in parameter parsing code.
* Compress 2.030Paul2010-07-2431-160/+222
|
* Global executable bit cleanupDavid Golden2010-07-2416-0/+0
| | | | | | | | | | | | | | | | | | | | When porting/makerel runs, all files copied into the directory for the tarball have the executable bit stripped and then only a specific set of files have the executable bit restored. There are many files in the repo that have the executable bit set in the repo that will be stripped. So that the state of files in the repo is as close as possible to the state of files in the release tarball, the executable bit has been stripped from such files. In one recent case, a file added from a dual-life module needed the executable bit set. Because it had the bit in the repo but was not listed in makerel to get an executable bit, tests using it passed in the repo and failed in the tarball. This commit refactors the list into a new file, Porting/exec-bit.txt and add tests to detect a mismatch between files listed there and actual executable bits in the repo.
* Update IO-Compress to CPAN version 2.027Chris 'BinGOs' Williams2010-06-3037-189/+231
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2.027 24 April 2010 * Compress::Zlib Remove autoload code from Zlib.pm. [perl #74088] 2.026 7 April 2010 * IO::Uncompress::Zip - Some updates to IO::Compress::Zip documentation. - Fixed default setting for ExtAttr. 2.025 27 March 2010 * IO::Uncompress::Unzip The "Name" option wasn't documented. * Allow zlib version check to be disabled by setting TEST_SKIP_VERSION_CHECK environment variable. [RT #54510] 2.024 7 January 2010 * Compress::Zlib Get memGunzip & memGzip to set $gzerrno [RT# 47283] * Compress::Zlib Export memGunzip, memGzip and zlib_version on demand [RT# 52992] * examples/io/anycat This sample was using IO::Uncompress::AnyInflate. Much better to use IO::Uncompress::AnyUncompress. 2.023 9 November 2009 * IO::Compress::AnyUncompress Added support for lzma_alone & xz. 2.022 9 October 2009 * IO::Compress - Makefile.PL Fix for core.
* 2.024paul2010-01-1036-325/+843
|
* [PATCH] IO-Compress 2.022Paul Marquess2009-11-1434-66/+78
| | | | Message-ID: <4ACFB129.9070900@btinternet.com>
* Add missing IO-Compress test fileSteve Hay2009-10-091-0/+1188
| | | | | | | | | | | | The original IO-Compress patch: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2009-03/msg00293.html omitted the file (but strangely included the entry "t/cz-03zlib-v1.t*" [sic] in the MANIFEST file that it mistakenly included). Also note in Maintainers.pl that IO-Compress is now in cpan/ not dist/, and mark UPSTREAM as 'cpan'.
* Move IO::Compress from ext/ to cpan/Nicholas Clark2009-10-02143-0/+34592