This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
da1929e
)
[perl #117793] remove dangerous functions and improve SvREFCNT()
author
Tony Cook
<tony@develop-help.com>
Fri, 9 Aug 2013 01:41:26 +0000
(11:41 +1000)
committer
Tony Cook
<tony@develop-help.com>
Fri, 9 Aug 2013 02:03:37 +0000
(12:03 +1000)
This allows Devel::Peek::SvREFCNT() to work on any variable, not just
scalars, but has a chance of breaking backward compatibility.
Also changes the type of SvREFCNT() to U32 to match the type returned by
the underlying macro
No differences found