This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Abolish cop_io (the simple way) by storing the value in cop_hints_hash.
authorNicholas Clark <nick@ccl4.org>
Sat, 20 May 2006 17:29:52 +0000 (17:29 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 20 May 2006 17:29:52 +0000 (17:29 +0000)
commit11bcd5dad4f9d911a9454f9d858c2dd0d14ddf2a
tree24e3ac38c69f46172a4cf4ac1aeabe4488829631
parentd5ec2987912a76b3059b7bd1d06cf02b4d0dae0c
Abolish cop_io (the simple way) by storing the value in cop_hints_hash.
Todo - store the in and out values under 2 keys, and avoid the need to
create a temporary mortal SV while checking it.

p4raw-id: //depot/perl@28258
18 files changed:
bytecode.pl
cop.h
embed.fnc
embed.h
ext/B/B.xs
ext/B/B/Asmdata.pm
ext/ByteLoader/byterun.c
ext/ByteLoader/byterun.h
mg.c
op.c
perl.c
perl.h
perlio.c
perlio.h
pp_ctl.c
pp_sys.c
proto.h
sv.c