This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Check in a stable (working) version before next round of tweaks.
authorNick Ing-Simmons <nik@tiuk.ti.com>
Fri, 23 Mar 2001 16:27:41 +0000 (16:27 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Fri, 23 Mar 2001 16:27:41 +0000 (16:27 +0000)
commit1141d9f89ca1cb89e46951e8afc784c7b4862cd2
tree29e556aabb356fad800a7434cc402c39bb8333aa
parenta999f61be32148694ba1c2837b1a303e42fd96b1
Check in a stable (working) version before next round of tweaks.
Changes include:
 - Move default layers code out of doio.c and into perlio.c
 - Single routine for parsing layer specification strings.
 - Skeleton support for demand loading of layers
 - Core-dump avoidance if PERLIO environment specifies loadable layer
   (does not _work_ as need IO to load and need load to do IO ...)

p4raw-id: //depot/perlio@9313
MANIFEST
doio.c
lib/PerlIO.pm [new file with mode: 0644]
perlio.c