This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
msgrcv: properly downgrade the receive buffer
[perl5.git] / lib / open.t
2018-10-10 Tony Cook(perl #125760) fatalize sysread/syswrite/recv/send...
2015-03-18 Karl Williamsonlib/open.t: TODO an EBCDIC test until Encode fixed
2015-03-15 Karl Williamsonlib/open.t: Skip a test on EBCDIC because of encoding
2015-03-13 Karl Williamsont/lib/open.t: Generalize for EBCDIC platforms
2015-03-05 Karl Williamsonlib/open.t: Fix skip count
2011-09-23 Father ChrysostomosMove/rewrite test for Recursive call to Perl_load_module
2011-09-19 Tony Cookclear $ENV{PERL_UNICODE} before runperl()ing a test...
2011-09-16 Father Chrysostomos[perl #92728] open.pm without :std should leave std...
2011-09-16 Father ChrysostomosMake open.t use test.pl
2009-12-29 H.Merijn BrandGuard open.t against Encode not being available
2009-09-08 Rafael Garcia-SuarezRemove code specific to MacOS Classic from core tests
2008-06-16 Nicholas ClarkMake lib/open.t under -Duseperlio
2008-03-12 Rafael Garcia-SuarezAn unfortunate side-effect of Encode and Encode::Alias...
2006-08-10 Andy DoughertyRe: Smoke [5.9.4] 28683 FAIL(F) Solaris 2.11 (i386...
2006-04-29 Nicholas ClarkMore tests for syswrite with UTF-8 data.
2006-04-20 Nicholas ClarkRemove the last traces of explicitly setting HINT_LOCAL...
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