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
|
2017-06-25 09:10:20 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-Scalar-List-Utils to 1.48.
1.48 -- 2017/06/23 17:29:42
[CHANGES]
* Note in documentation that outer function's @_ can be accessed in
some blocks, but ought not be (thanks wchristian)
[BUGFIXES]
* Ensure pairmap extends its stack correctly (thanks davem)
* Fix name of List::Util::unpairs in its error messages
|
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
|
2016-12-30 01:51:29 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-Scalar-List-Utils to 1.47.
1.47 -- 2016/12/22 18:54:45
[CHANGES]
* Make XS code ppport.h-free when in core
[BUGFIXES]
* Fix compliling on C++11
* Perform taint checks using $^X instead of some %ENV key because of
the Test::Simple vars (RT119169)
|