2021-04-01 09:06:30 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.56
Upstream changes:
1.56 -- 2021-03-30
[CHANGES]
* Added `List::Util::zip`, `List::Util::mesh` and related functions
(RT129479)
* Updated embedded ppport.h for Devel::PPPort v3.62
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2020-04-18 15:54:33 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/p5-Scalar-List-Utils) Updated to 1.55
1.55 -- 2020-04-09
[CHANGES]
* Added List::Util::uniqint
* Improvements to List::Util::uniqnum handling of floating-point
values on odd platform configurations (thanks sisyphus)
* Improvements to $RAND-based unit tests
|
2020-03-22 22:21:45 by Nia Alarie | Files touched by this commit (2) |
Log message:
p5-Scalar-List-Utils: Update to 1.54
1.54 -- 2020-02-02 15:47
[CHANGES]
* Added List::Util::reductions (RT128237)
* Added List::Util::sample (RT131535)
* Recognise $List::Util::RAND as a source of randomness for sampling
functions (RT131536)
[BUGFIXES]
* Document the difference between ref() and reftype() on precompiled
qr// regexps (RT127963)
* Various improvements to List::Util::uniqnum() to handle stringified
Inf and NaN, negative zero
* Detect platform NV size and number of digits required to calculate
uniqueness
|
2019-10-27 15:22:59 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/p5-Scalar-List-Utils) Updated 1.52 to 1.53
1.53 -- 2019-10-24 10:41:12
[BUGFIXES]
* Handle Unicode package names in Scalar::Util::blessed (GH #81)
|
2019-08-23 13:55:40 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
p5-Scalar-List-Utils: updated to 1.52
1.52:
[BUGFIXES]
* Fix uniqnum() on large stringified integers on long- and
quad-double perls
|
2019-08-11 12:15:45 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
p5-Scalar-List-Utils: updated to 1.51
1.51:
[CHANGES]
* Add TO_JSON to List::Util::_Pair
* Various minor docs fixes
[BUGFIXES]
* Don't segfault in subname() on deleted stashes
* Fix uniqnum for large floats and numeric strings
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-02-25 18:31:14 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Scalar-List-Utils: update to 1.50.
1.50 -- 2018-02-20 19:13:27
[CHANGES]
* Added head() and tail() functions (thanks preaction)
* Support binary and Unicode in symbol names for set_subname()
[BUGFIXES]
* Fix building with C++ and C89 compilers
* Fix uniq() test for old Test::More
* Fix example get_code_info for unnamed subs (RT#116962)
* Fixes for symbol names containing ' characters
* Don't leak SVs from sum0/product1 when called with zero args
(RT#124017)
* Use sv_rvunweaken() in Scalar::Util::unweaken() (thanks ilmari)
* Misc. fixes for perl 5.6
|
2017-09-10 23:36:54 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-Scalar-List-Utils to 1.49.
1.49 -- 2017-09-08 12:25:54
[CHANGES]
* Fixes for unit tests to pass on perl 5.6.2
* Fix typo in documentation
|