Path to this page:
./
devel/p5-Scalar-List-Utils,
Common Scalar and List utility subroutines
Branch: CURRENT,
Version: 1.55nb1,
Package name: p5-Scalar-List-Utils-1.55nb1,
Maintainer: pkgsrc-users"List::Util" contains a selection of subroutines that people have expressed
would be nice to have in the perl core, but the usage would not really be
high enough to warrant the use of a keyword, and the size so small such
that being individual extensions would be wasteful. By default "List::Util"
does not export any subroutines.
Required to run:[
lang/perl5]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: 9132741bf31bf7b3fd7658021275f2d49b9fdf89
RMD160: 3bbb3a98c9767e01eb96b88f86bd40c11c602f64
Filesize: 102.678 KB
Version history: (Expand)
- (2020-09-01) Updated to version: p5-Scalar-List-Utils-1.55nb1
- (2020-04-18) Updated to version: p5-Scalar-List-Utils-1.55
- (2020-03-23) Updated to version: p5-Scalar-List-Utils-1.54
- (2019-10-27) Updated to version: p5-Scalar-List-Utils-1.53
- (2019-08-23) Updated to version: p5-Scalar-List-Utils-1.52
- (2019-08-11) Updated to version: p5-Scalar-List-Utils-1.51
CVS history: (Expand)
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
|