This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make &CORE::exit respect vmsish exit hint
authorFather Chrysostomos <sprout@cpan.org>
Sun, 3 Nov 2013 00:28:48 +0000 (17:28 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 9 Nov 2013 01:55:52 +0000 (17:55 -0800)
commit5450b4d821fab857cc229e3d2904470db00469c2
tree235703f349ebf3424ca928a46e4cc8418f54e0be
parent716c4914fdaea8c408dec12ceccabd6040eb1262
Make &CORE::exit respect vmsish exit hint

by removing the hint from the exit op itself and just having pp_exit
look in the cop hint hash, where it is already stored (as a result of
having been in %^H at compile time).

&CORE:: subs intentionally lack a nextstate op (cop) so they can see
the hints in the caller’s nextstate op.
dump.c
embed.h
ext/B/B/Concise.pm
op.c
op.h
opcode.h
pp_ctl.c
proto.h
regen/opcodes