./misc/p5-Scalar-List-Utils, Common Scalar and List utility subroutines

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.63nb1, Package name: p5-Scalar-List-Utils-1.63nb1, 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)

Filesize: 173.81 KB

Version history: (Expand)


CVS history: (Expand)


   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) | Package updated
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
   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