This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
authorNick Ing-Simmons <nik@tiuk.ti.com>
Wed, 13 Jun 2001 15:22:01 +0000 (15:22 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Wed, 13 Jun 2001 15:22:01 +0000 (15:22 +0000)
commitfcf2db383b9625d65c84a8308e9be05a073bed3b
tree81049ba7ea49f0adea3df356ac7617c0d630147d
parente3dc9c7ad43521350854f6cfc892def6c853f938
Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
and using that instead (name lookups are sequential search for now).

p4raw-id: //depot/perlio@10564
ext/Encode/Encode.xs
ext/PerlIO/Scalar/Scalar.xs
ext/PerlIO/Via/Via.xs
perlio.c
perlio.h
perliol.h