This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make nested ARGV/$^I loops work correctly; fixes several bugs
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 31 Oct 1999 20:46:02 +0000 (20:46 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 31 Oct 1999 20:46:02 +0000 (20:46 +0000)
commit18708f5a7334d978ddf7562cb7f58e28bec6e4ed
treefd546b7856fc3ed473e57722637cfad50805da86
parent539a3d6c530ba5e4a9bb32654bf5f07b038a4434
make nested ARGV/$^I loops work correctly; fixes several bugs
in the way ARGV state was handled in readline(); writing a
subroutine to do inplace edits is now possible, provided *ARGV,
*ARGVOUT, $^I and $_ are localized where needed

p4raw-id: //depot/perl@4502
MANIFEST
doio.c
embedvar.h
intrpvar.h
objXSUB.h
perl.c
pp_hot.c
scope.c