pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-List-MoreUtils
Module Name: pkgsrc
Committed By: sno
Date: Tue Jul 28 06:09:34 UTC 2009
Modified Files:
pkgsrc/devel/p5-List-MoreUtils: Makefile distinfo
Log Message:
Updating package for p5 module List::MoreUtils from 0.22nb2 to 0.24
pkgsrc changes:
- Adding license (perl 5 license)
Upstream changes:
0.24 Sun Jul 19 08:26:35 EDT 2009
- List::MoreUtils was not handling the stack properly when the stack
was grown
from inside code-references
- a couple of tests for each_arrayref were calling each_array
0.23 Sun Apr 19 06:56:09 EDT 2009
- BACKWARDS INCOMPATIBLE CHANGE:
fixed: Returning undef when none is passed an empty array is
counterintuitive
(http://rt.cpan.org/Ticket/Display.html?id=40905)
- fixed: minmax error: unpredictable results with lists of 1 element
(http://rt.cpan.org/Ticket/Display.html?id=39847)
- fixed: bug: uniq doesn't like undef values.
uniq warns on undef values
(http://rt.cpan.org/Ticket/Display.html?id=37533)
(http://rt.cpan.org/Ticket/Display.html?id=43214)
- fixed: bug in pairwise when $a and $b are lexically defined using my
(http://rt.cpan.org/Ticket/Display.html?id=44518)
- fixed: Big memory leak with XS part()
(http://rt.cpan.org/Ticket/Display.html?id=41097)
- fixed: memory leak in indexes() [XS]
(http://rt.cpan.org/Public/Bug/Display.html?id=41494)
- reduced memory-requirements for the part() tests as that was
responsible
for a lot of unnecessary test-failures
- new function bsearch() which performs a binary search
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-List-MoreUtils/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-List-MoreUtils/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index