This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
initial implementation of lvalue subroutines (slightly fixed
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 5 Sep 1999 22:07:18 +0000 (22:07 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 5 Sep 1999 22:07:18 +0000 (22:07 +0000)
commitcd06dffe59d60ee6a2fdd7c81f8cef42c7026b36
treebf5d5d4e9d1c11e7d63fd97ce74470e8bedc88d3
parenta2126434f8dd8eabb11a2219137816815758ea93
initial implementation of lvalue subroutines (slightly fixed
version of patch suggested by Ilya Zakharevich, which in turn
is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)

p4raw-id: //depot/perl@4081
23 files changed:
MANIFEST
cop.h
cv.h
dump.c
embed.h
ext/Opcode/Opcode.pm
ext/attrs/attrs.pm
ext/attrs/attrs.xs
objXSUB.h
op.c
op.h
opcode.h
opcode.pl
opnames.h
perlapi.c
pod/perldiag.pod
pod/perlsub.pod
pp.c
pp.sym
pp_hot.c
pp_proto.h
t/pragma/sub_lval.t [new file with mode: 0755]
t/pragma/warn/pp_ctl