Commit Graph

8 Commits

Author SHA1 Message Date
Paul Howarth
e24b829609 Update to 0.430
- New upstream release 0.430
  - Fix parts of CPAN RT#123989: more $a/$b/$_ refcounting bugs
    - Since some bugs are simply reported wrong, dealing with them breaks more
      (including running code) than it solves - way too heavy to feel better...
  - Introduce functions slide and slideatatime
  - Toolchain fixes
  - Fix LANG=nb_NO.utf8 related str tests fails (CPAN RT#133128)
  - Fix typo (GH#7)
  - Fix parts of CPAN RT#132043: listcmp misbehave in XS implementation
- Use author-independent source URL
2020-10-21 14:28:29 +01:00
Paul Howarth
a2c8f39022 Update to 0.428
- New upstream release 0.428
  - Fix build fails on perl ≥ 5.27.4 with -DDEBUGGING (CPAN RT#123613)
  - Update ppport.h to 3.37 for improved blead support
  - Fix context arg to croak() (CPAN RT#123869)
  - Fix one() returning true on empty list (CPAN RT#123870)
  - Pamper $a/$b/$_ refcounting bugs (CPAN RT#123868)
2017-12-21 14:19:40 +00:00
Paul Howarth
152858b68d Update to 0.426
- New upstream release 0.426
  - Fix broken format in part (GH#4)
  - Fix gcc 4.7 sequence point warning (GH#5)
  - Fix incorrect padname resolving for perl > 5.21.6 (CPAN RT#122883)
  - Fix compiling issue on CentOS 4 and CentOS 5
2017-10-03 12:36:13 +01:00
Paul Howarth
42554ffe15 Update to 0.423
- New upstream release 0.423
  - Fix dealing with lists with one element on bremove/binsert (GH#2)
  - Add support for compilers before C99
  - Fix some 32-bit compiler warnings
  - Add support for compilers without statement expression feature
2017-08-19 19:18:23 +01:00
Paul Howarth
ff86e0f8de Update to 0.422
- New upstream release 0.422
  - Rename 'occurances' into 'occurrences' (CPAN RT#91991, CPAN RT#122806)
  - Add DESCRIPTION to Pod clarifying the role of List::MoreUtils::XS
  - Improve Makefile.PL regarding some build artifacts
2017-08-15 16:34:09 +01:00
Paul Howarth
9170d7dc2b Update to 0.421
- New upstream release 0.421
  - Fix a lot of potential memory leaks when callbacks throw exceptions
  - Add some new functions: qsort, binsert, bremove, listcmp, arrayify
    (CPAN RT#17230), samples (CPAN RT#77562), minmaxstr (CPAN RT#106401),
    lower_bound, upper_bound, equal_range, frequencies, occurances, mode
    (CPAN RT#91991), zip6 (CPAN RT#42921), reduce_0, reduce_1, reduce_u
  - Improve tests
  - Make List::MoreUtils::XS independent from List::MoreUtils
    Note that List::MoreUtils::XS doesn't guarantee API stability: this
    feature is only provided through List::MoreUtils as frontend
  - Improve configure toolchain to use Config::AutoConf 0.315
  - Speed up some inner loops by hinting the expected result
  - Fix mind screwed up issue in upper_bound and reduce elements visited in
    equal_range
  - Correct license in META (CPAN RT#122702)
  - Fix issues with -DPERL_IMPLICIT_SYS on Windows with Strawberry-Perl
2017-08-15 11:03:55 +01:00
Paul Howarth
454a72b374 Initial import (perl-List-MoreUtils-XS-0.418-3)
This module provides accelerated versions of functions in List::MoreUtils.
2017-04-03 19:36:42 +01:00
Fedora Release Engineering
3eaedfc583 Initial setup of the repo 2017-04-03 18:27:30 +00:00