Remove obsolete comment
[p5sagit/p5-mst-13.2.git] / lib / open.t
2009-12-29 H.Merijn Brand Guard open.t against Encode not being available
2009-09-08 Rafael Garcia-Suarez Remove code specific to MacOS Classic from core tests
2008-06-16 Nicholas Clark Make lib/open.t under -Duseperlio
2008-03-12 Rafael Garcia-Suarez An unfortunate side-effect of Encode and Encode::Alias...
2006-08-10 Andy Dougherty Re: Smoke [5.9.4] 28683 FAIL(F) Solaris 2.11 (i386...
2006-04-29 Nicholas Clark More tests for syswrite with UTF-8 data.
2006-04-20 Nicholas Clark Remove the last traces of explicitly setting HINT_LOCAL...
2004-09-20 Jarkko Hietaniemi [PATCH] encoding and open pragmas
2003-05-23 Robin Barker for Configure -Dnoextensions=Encode
2003-01-22 Nick Ing-Simmons Fixes for open.pm which attempts to load layers:
2002-12-02 Rafael Garcia-Suarez Skip test #17 of lib/open.t when useperlio is not defined.
2002-11-27 Slaven Rezic Re: [perl #18203] Recursive call in PerlIO_find_layer
2002-07-01 Rafael Garcia-Suarez Goes with lib/open.pm diagnostics changes
2002-05-30 Jarkko Hietaniemi Integrate macperl patch #16868.
2002-04-28 Nick Ing-Simmons Use (file PerlIO::Layer 'perlio') rather than $Config...
2002-03-27 Jarkko Hietaniemi UTF-8 locale: there might already be one UTF-8 discipline.
2002-03-25 Paul Marquess warnings for perlio + others
2002-03-11 Jarkko Hietaniemi The test needs perlio.
2001-12-10 Jarkko Hietaniemi Clearing locale environment simply doesn't seem to
2001-12-04 Jarkko Hietaniemi LC_ALL might trump LANG.
2001-12-01 Jarkko Hietaniemi Need to hide behind an eval to avoid a warning
2001-11-20 Jarkko Hietaniemi Need to skip more tests if not perlio.
2001-11-19 Jarkko Hietaniemi Move the sysio tests from io/utf8 to lib/open.
2001-11-13 Jarkko Hietaniemi :utf8 works only with perlio.
2001-11-10 Jarkko Hietaniemi Bah. %X doesn't mean 0xC1, it means 0XC1. So let...
2001-11-10 Jarkko Hietaniemi The KOI8-R example wasn't quite right.
2001-11-10 Jarkko Hietaniemi Enhance the open pragma to support :utf8, :locale,
2001-10-02 Nick Ing-Simmons Integrate mainline + lib/open.t patch from Chromatic
2001-10-01 chromatic Better Locale Flutzigation (was Re: lib/open.t and...
2001-10-01 Jarkko Hietaniemi Nuke also the LANG because of glibc.
2001-09-28 chromatic Add tests for open.pm