2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2017-11-08 21:49:17 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Variable-Magic: update to 0.62.
0.62 2017-11-04 16:35 UTC
+ Fix : [RT #123314] : Compatibility with CV-in-stash optimisation
Thanks Father Chrysostomos for reporting and contributing a
patch.
|
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
|
2017-01-25 13:21:09 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-Variable-Magic to 0.61.
0.61 2017-01-24 15:30 UTC
+ Fix : [RT #115792] : Latest blead stack unwind work causes infloop
in a test.
A change in how the core frees temporary values after eval
interacted badly with Variable::Magic and caused infinite loops
when a free callback was attached to a wizard. This change was
temporarily reverted, but is going to be reinstated, and
Variable::Magic is now able to play nicely when this happens.
Thanks Peter Rabbitson for reporting and David Mitchell for
providing a fix.
|
2016-09-07 08:21:46 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-Variable-Magic to 0.60.
0.60 2016-09-06 22:30 UTC
+ Chg : A large chunk of boilerplate XS code, which is also used in
other XS modules, has been factored out of the main .xs file
to a collection of .h files in the xsh subdirectory.
+ Fix : [RT #128989] : Bleadperl v5.25.3-266-g1d7e644 breaks V::M.
Len magic is no longer called for negative array indices
fetches, so the relevant tests are now skipped.
Thanks Andreas Koenig for reporting.
|
2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236) |
Log message:
Bump PKGREVISION for perl-5.24.
|
2016-04-14 14:48:26 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update p5-Variable-Magic to 0.59.
0.59 2015-10-05 19:05 UTC
+ Chg : The magic callbacks are now always executed in a new stack.
This should have no negative impact (performance-wise or
behaviour-wise) on your code, but may actually fix some obscure
bugs.
+ Fix : [RT #107294] : Crash during install of Variable-Magic-0.58
running "t\18-opinfo.t".
A recent change in the core implementation of transliterations
caused an undefined behaviour when it interacted with this
module, which resulted in visible stack corruption on Win32
perls compiled with MSVC when the op_info feature was enabled.
This was fixed by using a separate stack for the magic
callbacks.
Thanks Peter Stokes for reporting and providing greatly
helpful feedback.
+ Fix : The object op_info feature will now handle correctly Unicode
transliteration, multideref and custom ops.
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-08-06 10:26:17 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.58:
0.58 2015-07-21 16:00 UTC
+ Add : If a non-len magic callback returns a reference, it will now
only be freed at the end of the statement that caused the
magic to trigger. This allows the user to attach free magic
(or a plain destructor) to a token returned from the callbacks
in order to defer an action after the magic is processed by
perl.
+ Fix : Test failures of threads tests on systems with harsh resource
constraints causing the threads to exit() during run.
|