This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Locale-Maketext-1.10. As change #25547 did not make it
[perl5.git] / lib / open.t
2004-09-20 Jarkko Hietaniemi[PATCH] encoding and open pragmas
2003-05-23 Robin Barkerfor Configure -Dnoextensions=Encode
2003-01-22 Nick Ing-SimmonsFixes for open.pm which attempts to load layers:
2002-12-02 Rafael Garcia-SuarezSkip test #17 of lib/open.t when useperlio is not defined.
2002-11-27 Slaven RezicRe: [perl #18203] Recursive call in PerlIO_find_layer
2002-07-01 Rafael Garcia-SuarezGoes with lib/open.pm diagnostics changes
2002-05-30 Jarkko HietaniemiIntegrate macperl patch #16868.
2002-04-28 Nick Ing-SimmonsUse (file PerlIO::Layer 'perlio') rather than $Config...
2002-03-27 Jarkko HietaniemiUTF-8 locale: there might already be one UTF-8 discipline.
2002-03-25 Paul Marquesswarnings for perlio + others
2002-03-11 Jarkko HietaniemiThe test needs perlio.
2001-12-10 Jarkko HietaniemiClearing locale environment simply doesn't seem to
2001-12-04 Jarkko HietaniemiLC_ALL might trump LANG.
2001-12-01 Jarkko HietaniemiNeed to hide behind an eval to avoid a warning
2001-11-20 Jarkko HietaniemiNeed to skip more tests if not perlio.
2001-11-19 Jarkko HietaniemiMove the sysio tests from io/utf8 to lib/open.
2001-11-13 Jarkko Hietaniemi:utf8 works only with perlio.
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-02 Nick Ing-SimmonsIntegrate mainline + lib/open.t patch from Chromatic
2001-10-01 chromaticBetter Locale Flutzigation (was Re: lib/open.t and...
2001-10-01 Jarkko HietaniemiNuke also the LANG because of glibc.
2001-09-28 chromaticAdd tests for open.pm