This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl5db] More refactoring.
[perl5.git] / lib / open.pm
2011-09-23 Father ChrysostomosDocument open fh, "<:"
2011-09-16 Father Chrysostomos[perl #92728] open.pm without :std should leave std...
2010-09-15 Florian RagwitzBump $open::VERSION
2010-09-13 Aristotle Pagaltzisimprove open.pm layer class error message
2009-07-03 David Mitchellbump versions of non-dual-life modules that
2007-11-23 Rafael Garcia-SuarezBump $open::VERSION
2007-11-23 Juerd Waalboer[patch] :utf8 updates
2006-04-20 Nicholas ClarkRemove the last traces of explicitly setting HINT_LOCAL...
2006-01-08 SADAHIRO TomoyukiRe: [perl #38181] Default IO Layer is ignored in 3...
2005-10-31 Rafael Garcia-SuarezFix [perl #37533] open pragma ignored for all 3-arg...
2005-07-02 Telsdo just-in-time loading of Carp.pm in some modules
2004-10-10 Nicholas ClarkRestore runtime loading of Encode and Encode-related...
2004-09-23 Rafael Garcia-SuarezTypo fix.
2004-09-20 Jarkko Hietaniemi[PATCH] encoding and open pragmas
2004-03-19 Audrey Tangopen.pm: allow upper-cased EUC
2003-08-14 Jarkko HietaniemiA swath of VERSION patches from Nicholas Clark.
2003-05-23 Robin Barkerfor Configure -Dnoextensions=Encode
2003-04-17 Jarkko HietaniemiDocument that the open pragma does not affect
2003-01-22 Nick Ing-SimmonsReport layer name (without arg) on fail, and attempt to
2002-11-29 Rafael Garcia-SuarezDocument the hint constants and where they're used.
2002-11-19 Jarkko HietaniemiRe: [PATCH] UTF-8 enabling via locale (was: Re: Redhat...
2002-07-07 Rafael Garcia-SuarezReplace the word "discipline" by "layer" almost everywhere,
2002-07-01 Elizabeth Mattijsen[DOC PATCH] perliol.pod nit
2002-06-17 Nick Ing-SimmonsIntegrate mainline
2002-06-17 Jarkko HietaniemiFurther discouraging of :raw.
2002-05-19 Nick Ing-SimmonsIntegrate mailine
2002-05-19 Jarkko HietaniemiDocument once more the difference between :utf8
2002-03-25 Paul Marquesswarnings for perlio + others
2002-03-21 Nick Ing-SimmonsIntegrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Jarkko HietaniemiTweaks from Autrijus Tang: should use euc-tw for Taiwan,
2002-03-20 Jarkko HietaniemiIf it looks like UTF-8 (either nl_langinfo or locale...
2002-03-13 Jarkko HietaniemiPod tweak.
2002-03-10 Jarkko HietaniemiImplement :std subpragma of the open pragma
2002-03-10 Jarkko HietaniemiDocument the logic of :locale better.
2002-03-10 Jarkko HietaniemiThe patch does the following:
2002-02-01 Nick Ing-SimmonsIntegrate mainline
2002-01-31 Rafael Garcia-Suarezopen.pm minor cleanup
2001-12-16 Jeffrey Friedllib/open.pm
2001-12-10 Ben TillyRE: Exporter fixes reversed in 13540?
2001-12-04 Jarkko HietaniemiMake the eval runtime.
2001-11-10 Jarkko HietaniemiBah. %X doesn't mean 0xC1, it means 0XC1. So let...
2001-11-10 Jarkko HietaniemiThe KOI8-R example wasn't quite right.
2001-11-10 Jarkko HietaniemiEnhance the open pragma to support :utf8, :locale,
2001-10-31 Jarkko HietaniemiMore documentation for the encode pragma.
2001-08-09 Nick Ing-SimmonsAvoid testing for (non-)existance of "encoding(xxxx)"
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