summaryrefslogtreecommitdiff
path: root/cpan/Compress-Raw-Zlib/Makefile.PL
Commit message (Collapse)AuthorAgeFilesLines
* Update Compress-Raw-Zlib to CPAN version 2.065Chris 'BinGOs' Williams2014-02-031-2/+2
| | | | | | | | | | | | [DELTA] 2.065 3 February 2014 * [PATCH] resolve c++ build failure in core [#92657] * gcc -g3: final link failed: Memory exhausted [#88936]
* Update Compress-Raw-Zlib to CPAN version 2.063Chris 'BinGOs' Williams2013-11-021-1/+7
| | | | | | | | | | | | | | | [DELTA] 2.063 23 October 2013 * gcc -g3: final link failed: Memory exhausted [#88936] * Compress::Raw::Zlib uses AutoLoader for no reason [#88260] * Typo in Compress::Zlib _combine function documentation [#89305]
* Upgrade IO::Compress::* and Compress::Raw::* from 2.061 to 2.062Steve Hay2013-08-131-4/+12
|
* Update Compress-Raw-Zlib to CPAN version 2.057Chris 'BinGOs' Williams2012-11-111-2/+1
| | | | | | | | | | | | | | | [DELTA] 2.057 10 November 2012 * Compress::Raw::Zlib needs to use PERL_NO_GET_CONTEXT [#80319] * Install to 'site' instead of 'perl' when perl version is 5.11+ [#79812] * update to ppport.h that includes SvPV_nomg_nolen [#78079]
* Updated Compress-Raw-Zlib to CPAN version 2.054Chris 'BinGOs' Williams2012-06-151-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2.054 8 May 2012 * Build issue on Win32 [#77030] 2.053 6 May 2012 * Include zlib 1.2.7 source. 2.052 29 April 2012 * Fixed build issue when Perl is built with C++ 2.051 20 February 2012 * Bug in Compress::Raw::Zlib on Windows [#75222] 2.050 20 February 2012 * Build failure on Irix & Solaris. [RT #69985] 2.049 18 February 2012 * Include zlib 1.2.6 source.
* Update Compress-Raw-Zlib to CPAN version 2.047Chris 'BinGOs' Williams2012-01-291-2/+2
| | | | | | | | | | | | | | | | | [DELTA] 2.047 28 January 2012 * Allow flush to be called multiple times without any intermediate call to deflate and still return Z_OK. In the code below $status was Z_BUF_ERROR before this change. $def->flush(...); $status = $def->flush(...); * Added support for zlibCompileFlags * Set minimum Perl version to 5.6
* Compress 2.030Paul2010-07-241-1/+1
|
* Update Compress-Raw-Zlib to CPAN version 2.027Chris 'BinGOs' Williams2010-06-301-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2.027 24 April 2010 * Updated to include zlib 1.2.5 2.026 7 April 2010 * Fixed definition of Z_TREES in Makefile.PL [RT #65293] * Fixed build issue with definition of off64_t not found on Solaris by modifying the zlib source - changed the symbol _LARGEFILE64_SOURCE to _LARGEFILE64_SOURCE_dummy in zconf.h, zlib.h and zutil.h [RT #56108] 2.025 27 March 2010 * Updated to include zlib 1.2.4 * Allow zlib version check to be disabled by setting TEST_SKIP_VERSION_CHECK environment variable. [RT #54510] 2.023 9 November 2009 * fixed instance where $[ should have been $] in t/02zlib.t Thanks to Robin Barker and zefram [RT #50765] for independantly spotting the issue.
* Move Compress::Raw::Zlib from ext/ to cpan/Nicholas Clark2009-10-011-0/+386