2018-05-02 14:01:40 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Ref-Util: update to 0.204.
0.204 2018-04-19 13:21:49+02:00 Europe/Oslo
* fix Makefile.PL so that the 'install' sub is patched before
WriteMakefile() is called (issue #41).
|
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-05-29 13:05:08 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-Ref-Util to 0.203.
0.203 2017-05-14 10:55:51+02:00 Europe/Paris
* Rename $REF_UTIL_IMPLEMENTATION environment variable to
$PERL_REF_UTIL_IMPLEMENTATION (suggested by ether++)
0.202 2017-05-14 10:39:52+02:00 Europe/Paris
* Use of the Pure-Perl implementation can now be forced at runtime by
setting either $Ref::Util::IMPLEMENTATION or
$ENV{REF_UTIL_IMPLEMENTATION} to "XS"
* Fix is_*_formatref() error messages (reported by tobyink, #38)
* Speed enhancements for is_*_formatref() on 5.8+
* Restore 5.6 and 5.8 compatibility
* PP behaviour now matches XS for \v1.2.3 and \sub {}
* Updated documentation to reflect the PP/XS split
0.201 2017-05-12 15:42:54+02:00 Europe/Paris
* Fix space/tab issue in Makefile (srezic, ether)
* Don't use DynamicPrereqs for unrelated Makefile.PL snippet (ether)
0.200 2017-05-12 10:14:26+02:00 Europe/Paris
* Reimplement in pure Perl, with a dynamic dependency on a new
Ref::Util::XS module that contains the fast XS implementation.
ether++ for the Dist::Zilla wrangling.
|
2017-02-25 15:06:05 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Updated devel/p5-Ref-Util to 0.113
----------------------------------
0.113 2017-01-16 19:36:58+01:00 Europe/Amsterdam
* Fix bugtracker link.
(Shoichi Kaji)
0.112 2017-01-15 17:15:26+01:00 Europe/Amsterdam
* GH #35: Fix compilation on Sun (Oracle) and some MSVC compilers.
(stphnlyd)
0.111 2016-12-30 12:18:04+01:00 Europe/Amsterdam
* Fix test failure on 5.8.5 and under.
* Moved to Dist::Zilla.
0.110 2016-12-29
* GH #29, #34: Fix support of 5.8.
(Sergey Aleynikov)
* Additional optimizations.
(Sergey Aleynikov)
* More extensive test suite.
|
2016-10-10 14:37:14 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Updated devel/p5-Ref-Util to 0.101
----------------------------------
0.101 2016-08-29
* A test accidentally added a dependency on Readonly.pm. Fixed!
(GH #30)
* Update README.
0.100 2016-08-27
* Support situations in op-code implementation where the parameters
do not come as a list. (Zefram)
* Fix memory leak in dangling op. (Zefram)
* Support magic (tied variables). (Tony Cook)
* Rework op implementation. (Zefram)
Thanks to Christian Walde for porting and merging Zefram's work
from Hash::SharedMem.
* Speed up by changing the top of the stack instead of POPing and
PUSHing. (Sergey Aleynikov)
* Update ppport.h file from Devel::PPPort and remove the copy of
SVRXOK since it's now available.
(Christian Walde)
* Add license in Pod. (Pete Houston)
* Specify minimum version of perl (5.6.2). (Pete Houston)
|
2016-08-07 11:05:50 by Wen Heping | Files touched by this commit (3) |
Log message:
Import Ref-Util-0.020 as devel/p5-Ref-Util.
Ref::Util introduces several functions to help identify references
in a faster and smarter way.
|