This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add new API function sv_rvunweaken
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Wed, 30 Aug 2017 21:33:45 +0000 (22:33 +0100)
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Mon, 4 Sep 2017 09:11:33 +0000 (10:11 +0100)
commitae2cf9f62925677edff191c3f0de1a05a16e4f2f
tree16e475e95258aa9a38ee0d53bc743ab825697450
parent5609e9536ed19df7ba0ce6808af4930577ade58f
Add new API function sv_rvunweaken

Needed to fix in-place sort of weak references in a future commit.

Stolen from Scalar::Util::unweaken, which will be made to use this
when available via CPAN upstream.
embed.fnc
embed.h
pod/perldiag.pod
proto.h
sv.c