Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (7h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-27 03:34:47 UTC Now

2009-07-28 06:09:34 UTC MAIN commitmail json YAML

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

(sno)