perl 5.003_01: pp_ctl.c
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>
Mon, 15 Jul 1996 00:41:09 +0000 (00:41 +0000)
committerCharles Bailey <bailey@genetics.upenn.edu>
Mon, 15 Jul 1996 00:41:09 +0000 (00:41 +0000)
commit1ce6579f507d8df65469f4640c049d0c3af07863
tree4743d4b75c9f2bebcbb741da81b5dabfe515608a
parente9905555f91f68a030263c4a82187c30e04a3aed
perl 5.003_01: pp_ctl.c

Rename global variable to eliminate collision with system header files
Allow redurection of debug messages
Make sure the right stack is in use in die()
Correct juggling of stack and @_ in pp_goto()
Get more information about XSUBs to debugger
Preserve SP around eval
Propagate G_KEEPERR down into eval
Don't worry about %INC if we're not in a "require"
pp_ctl.c