Next | Query returned 61 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   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
   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

Next | Query returned 61 messages, browsing 1 to 10 | Previous