This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add get_cvn_flags(), which is like get_cv() but takes a length. This
authorNicholas Clark <nick@ccl4.org>
Mon, 15 Jan 2007 14:38:58 +0000 (14:38 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 15 Jan 2007 14:38:58 +0000 (14:38 +0000)
commit780a5241a93925d81e932db73df46ee749b203b9
tree5d2b5e37c760af0191c2ced00c015d067dd9736a
parentd1144667a1a63a59aa92742530166e5d3591539f
Add get_cvn_flags(), which is like get_cv() but takes a length. This
allows symbolic code references with embeded NULs to work.

p4raw-id: //depot/perl@29830
12 files changed:
embed.fnc
embed.h
global.sym
gv.c
gv.h
op.c
perl.c
perlio.c
pp_hot.c
proto.h
t/op/ref.t
toke.c