This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
cleanup perlio.c and doio.c
authorDaniel Dragan <bulk88@hotmail.com>
Sun, 31 Aug 2014 05:40:27 +0000 (01:40 -0400)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 25 Oct 2014 03:36:34 +0000 (20:36 -0700)
commit4e0ef34209f54db7b7567b4768de7318aaf800cd
tree95534e47cdc4e21342585df6e9464fd0d93f0636
parentce409cc88cd7e9921c410d37ca33d12e05a50aa1
cleanup perlio.c and doio.c

IoIFP will be assigned to again in say_false block. This redundant code is
from commit 6e21c824d9 perl 4.0 patch 6.

in PerlIO_allocate replace a duplicate block with a goto

in PerlIO_resolve_layers replace a func call with a macro, this couldn't
have been using magic due to the previous SvROK
doio.c
perlio.c