This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The magic v-string patch from John Peacock for 5.8;
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 2 Jan 2003 01:39:31 +0000 (01:39 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 2 Jan 2003 01:39:31 +0000 (01:39 +0000)
commit7d7ce6cc2a05b5d6292e7a0c0a2a74bb771565de
treed0ac9087cf8932c0d7229c550b7af4349ed14038
parentae482bddc28bdefe6941bbd8dd2654bdbf1d93be
The magic v-string patch from John Peacock for 5.8;
permits the programmer to know when a given scalar was
originally encoded as a v-string; Scalar::Util has already
been enhanced to expose this at the Perl level.

p4raw-id: //depot/maint-5.8/perl@18387
dump.c
perl.h
pod/perlguts.pod
sv.c
sv.h
t/op/ver.t
util.c