2024-09-22 09:11:17 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Scalar-List-Utils: update to 1.66.
1.66 -- 2024-09-19
[BUGFIXES]
* Apostrophe is no longer special in package names in recent Perl
versions
* Fix operator precedence issue in `t/uniqnum.t`
|
2024-08-11 08:18:53 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Scalar-List-Utils: update to 1.65.
1.65 -- 2024-08-06
[BUGFIXES]
* Update exotic names test to avoid single quote package separator
(GH #128)
* Don't loop forever in uniqnum.t (GH #130)
|
2024-08-04 09:04:26 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Scalar-List-Utils: update to 1.64.
1.64 -- 2024-08-02
[CHANGES]
* On Perl version 5.40 or later, various `Scalar::Util` functions are
now simply aliases to core-provided functions in `builtin::`:
+ blessed(), refaddr(), reftype(), weaken(), unweaken(), isweak()
* Remember to list `head` and `tail` in `List::Util` SYNOPSIS
* Various improvements to internal CI infrastructure
|
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-05-20 09:00:38 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Scalar-List-Utils: update to 1.63.
1.63 -- 2022-08-08
[BUGFIXES]
* Fix off-by-one in stack handling of head() / tail() (RT143905)
* Fix documentation copy-paste error about builtin::reftype
* Ensure exotic_names.t will work on EBCDIC platforms
* Add basic Github CI workflow
1.62 -- 2022-03-17
[CHANGES]
* Prepare for perl 5.35.10 release:
+ Skip the tainted tests if your perl was built without taint
support
+ Document the existence of the `builtin::` equivalents for
several Scalar::Util functions
1.61 -- 2022-02-16
[BUGFIXES]
* Fix some more signed comparison warnings (Perl5 #19429)
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-24 10:30:50 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.60
Upstream changes:
1.60 -- 2021-10-08
[BUGFIXES]
* Quiet some -Wsign-compare warnings by using `int` instead of `UV`
(RT136985)
* Quiet a -Wmaybe-uninitialized warning by ensuring a variable is
always initialised, because the compiler can't always determine this
is safe (RT139356)
* Avoid SIGFPE in product(-1, ...) (RT139601)
1.59 -- 2021-09-12
[CHANGES]
* Removed Scalar::Util::isbool() as the API design for older perls
isn't quite clear, and it doesn't do anything useful on any
currently-released perl version
* Tidy up the unnecessary bits of @EXPORT_FAIL
* Use the new G_LIST constant rather than G_ARRAY
1.58 -- 2021-09-12
(bad release because I forgot to `git push`)
1.57 -- 2021-09-11
[CHANGES]
* Added Scalar::Util::isbool() to track new core-supported boolean
value nature on scalars
* Fix various typoes in docs, code comments, etc...
* Removed code conditional on whether SvWEAKREF is supported, as
every perl since v5.6 supports it
[BUGFIXES]
* Fix segfaults when an undefined subroutine is passed to
block-taking subs (thanks ilmari)
* Correct refcount handling on hv_store_ent to PL_DBsub in
set_subname() (thanks nwc10)
* Don't rely on Scalar::Util functions when unit-testing List::Util
ones (thanks haarg)
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|