This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix erronous documentation
[perl5.git] / lib / open.pm
2001-07-12 Jarkko HietaniemiThe problem seems to be in PerlIO::Layer::->find() not
2001-07-12 Jarkko HietaniemiTell where the nice Estonian database is.
2001-07-12 Gurusamy Sarathyfix for failing fork.t#12 on windows (win32_execvp...
2001-07-12 Jarkko HietaniemiNow the :locale pseudolayer *almost* works...
2001-07-12 Jarkko HietaniemiLocale encoding tweaks.
2001-07-10 Jarkko HietaniemiRequire I18N::Langinfo, not use.
2001-07-09 Jarkko HietaniemiAdd INOUT to control both ways at the same time.
2001-07-09 Jarkko HietaniemiMore encoding mapping magic.
2001-07-09 Jarkko HietaniemiAdd a pseudolayer ":locale" to the open pragma which
2001-06-15 Nick Ing-SimmonsFix open.pm to work via XS-implemented method calls...
2001-05-28 Jarkko HietaniemiLinerewrapping.
2001-03-28 Nick Ing-SimmonsPerlIO.pm / perlio.pm conflict.
2001-01-24 Charles BaileySYN SYN
2001-01-21 Nick Ing-SimmonsMake "real" layers of ":utf8" and ":raw".
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-06 Michael G. Schwern$VERSION crusade, strict, tests, etc... all over lib/
2000-11-18 Nick Ing-SimmonsLexical use open ... support:
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-03-17 Gurusamy Sarathys/:def/:DEFAULT/
2000-03-11 Gurusamy Sarathyperldelta update, typos and whitespace adjustments
2000-03-09 Gurusamy Sarathysupport binmode(F,":crlf") and use open IN => ":raw...
2000-03-01 Gurusamy Sarathyupdate Todo-5.6, add stub open.pm