2017-12-30 14:53:07 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-List-MoreUtils: update to 0.428.
0.428 2017-12-11
- release 0.427_001 without further changes
0.427_001 2017-11-06
- fix Issue#22 (Upgrading from LMU 0.416 to split XS/PP version will fail)
reported by Graham Knop (haarg), this time hopefully the right way,
repeated in RT#123310.
- fix Issue#29 (pairwise() PP implementation add tail undefs if arrays
sizes differs) reported by 0x62ash
|
2017-10-17 11:30:42 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-List-MoreUtils: update to 0.426.
0.426 2017-10-12
- release 0.425_002 without further changes
0.425_002 2017-10-05
- re-introduce Config::AutoConf
(https://rt.cpan.org/Ticket/Display.html?id=122875#txn-1745984)
for final satisfying RT#122875
- bump required version of List::MoreUtils::XS to 0.426, if XS is available
0.425_001 2017-09-27
- fix broken arrayify prototype
- revert removal of old List::MoreUtils::XS parts
|
2017-09-10 23:29:57 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-List-MoreUtils to 0.425.
0.425 2017-09-06
- release 0.424_001 as 0.425 with XS is META.* after 136:0 PASS:FAIL
on CPAN Tester Matrix
0.424_001 2017-09-05
- Makefile.PL: modify PREREQ_PM instead of recommend dynamically
|
2017-09-04 14:30:48 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
Updated p5-List-MoreUtils to 0.423.
0.423 2017-08-22
- sync version with List::MoreUtils::XS
- add examples for binsert/bremove (LMU::XS issue #1, Thanks to shawnlaffan)
- update tests to latest List::MoreUtils::XS
- recommend List::MoreUtils::XS 0.423
0.420_001 2017-08-15
- add some new functions:
* qsort (XS only)
* binsert
* bremove
* listcmp
* arrayify (RT#17230)
* samples (RT#77562)
* minmaxstr (RT#106401)
* lower_bound
* upper_bound
* equal_range
* frequencies
* occurrences
* mode (RT#91991)
* zip6 (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 Makefile.PL regarding some build artifacts
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2017-04-14 17:07:09 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Updated devel/p5-List-MoreUtils to 0.419
----------------------------------------
0.419 2017-04-06
- Fix RT#120799: Makefile.PL fails due to unescaped paths interpolated
in regex pattern (thanks, A. Sinan Unur)
|
2017-04-05 17:17:06 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-List-MoreUtils to 0.418.
0.418 2017-03-29
- Clarify license conditions
- fix Changes version/date of 0.417_001
0.417_001 2017-03-21
- Divorce List::MoreUtils and List::MoreUtils::XS
- Change license to Apache 2.0 to avoid code stealing without credits
- Don't support Perl 5.6 out of the box anymore
- fix RT#120235 - uniq examples are incorrect
- remove things which will be never done from TODO list as suggested
by Mark Aufflick in PR#18
- Apply patch from Yanick Champoux to avoid spelling checker complains
|
2016-07-21 14:43:44 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-List-MoreUtils to 0.416.
0.416 2016-07-06
- Change the way how the XS part is loaded as a result of RT#115808
- Fix some spelling errors (fix RT#115807), thanks Salvatore Bonaccorso
- Requires XSLoader 0.22
|
2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236) |
Log message:
Bump PKGREVISION for perl-5.24.
|
2016-05-03 05:04:43 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Updated to devel/p5-List-MoreUtils 0.415
----------------------------------------
0.415 2016-05-01
- Release 0.414_001 as 0.415 without further changes
0.414_001 2016-04-13
- fix RT#75727 - after's XS implementation call XSRETURN(-1) when it
doesn't find an element (2nd patch provided by Reini Urban,
regression test provided by Tony Cook)
- fix RT#113117 - XS's minmax() sometimes return undef (perl >= 5.20),
thanks PERLANCAR and SREZIC
- explicit test for thesis in RT#110998 - XS implementation of pairwise
fails with memory allocation error when there are more return values
than in original lists -- thesis is proven wrong
- efficiency improvements by bulk88
- improve some tests to get clearer reports
- distinguish between "Makefile.PL find's a .git directory" and
"Makefile.PL runs in maintainer mode"
|