Integrate perlio:
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 18 Nov 2000 20:33:05 +0000 (20:33 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 18 Nov 2000 20:33:05 +0000 (20:33 +0000)
commit9805352e2a7ef3339db1a2fdc963697a35bf7f19
treed375676ec924e4e95c436b67238061eab6c16775
parent830247a47cb457d88217897539fd950ffe620b3f
parentac27b0f573239284c298fcf96fb6c966551ef207
Integrate perlio:

[  7740]
Lexical use open ... support:
add ->cop_io to COP structure in cop.h.
Make mg.c and gv.c associate it with ${^OPEN}.
Make lib/open.pm set it.
Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
manner similar to ->cop_warnings.
Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
call new PerlIO_apply_layers().
Declare latter in perlio.h and define in perlio.c

p4raw-link: @7740 on //depot/perlio: ac27b0f573239284c298fcf96fb6c966551ef207

p4raw-id: //depot/perl@7742