summaryrefslogtreecommitdiff
path: root/lib/open.t
Commit message (Expand)AuthorAgeFilesLines
* (perl #125760) fatalize sysread/syswrite/recv/send on :utf8 handlesTony Cook2018-10-101-121/+1
* lib/open.t: TODO an EBCDIC test until Encode fixedKarl Williamson2015-03-181-0/+2
* lib/open.t: Skip a test on EBCDIC because of encodingKarl Williamson2015-03-141-0/+2
* t/lib/open.t: Generalize for EBCDIC platformsKarl Williamson2015-03-131-4/+9
* lib/open.t: Fix skip countKarl Williamson2015-03-051-2/+2
* Move/rewrite test for Recursive call to Perl_load_moduleFather Chrysostomos2011-09-221-8/+1
* clear $ENV{PERL_UNICODE} before runperl()ing a test of use open.Tony Cook2011-09-191-15/+19
* [perl #92728] open.pm without :std should leave std aloneFather Chrysostomos2011-09-151-1/+17
* Make open.t use test.plFather Chrysostomos2011-09-151-1/+2
* Guard open.t against Encode not being availableH.Merijn Brand2009-12-291-0/+1
* Remove code specific to MacOS Classic from core testsRafael Garcia-Suarez2009-09-081-1/+0
* Make lib/open.t under -DuseperlioNicholas Clark2008-06-161-4/+2
* An unfortunate side-effect of Encode and Encode::Alias use'ing eachRafael Garcia-Suarez2008-03-121-1/+6
* Re: Smoke [5.9.4] 28683 FAIL(F) Solaris 2.11 (i386/1 cpu)Andy Dougherty2006-08-101-1/+1
* More tests for syswrite with UTF-8 data.Nicholas Clark2006-04-291-42/+64
* Remove the last traces of explicitly setting HINT_LOCALIZE_HH fromNicholas Clark2006-04-201-7/+1
* [PATCH] encoding and open pragmasJarkko Hietaniemi2004-09-201-11/+4
* for Configure -Dnoextensions=EncodeRobin Barker2003-05-231-0/+1
* Fixes for open.pm which attempts to load layers:Nick Ing-Simmons2003-01-221-2/+2
* Skip test #17 of lib/open.t when useperlio is not defined.Rafael Garcia-Suarez2002-12-021-1/+2
* Re: [perl #18203] Recursive call in PerlIO_find_layerSlaven Rezic2002-11-271-1/+10
* Goes with lib/open.pm diagnostics changesRafael Garcia-Suarez2002-07-011-7/+7
* Integrate macperl patch #16868.Jarkko Hietaniemi2002-05-301-0/+1
* Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}Nick Ing-Simmons2002-04-281-6/+6
* UTF-8 locale: there might already be one UTF-8 discipline.Jarkko Hietaniemi2002-03-271-1/+1
* warnings for perlio + othersPaul Marquess2002-03-251-2/+8
* The test needs perlio.Jarkko Hietaniemi2002-03-111-5/+8
* Clearing locale environment simply doesn't seem toJarkko Hietaniemi2001-12-101-9/+1
* LC_ALL might trump LANG.Jarkko Hietaniemi2001-12-041-1/+1
* Need to hide behind an eval to avoid a warningJarkko Hietaniemi2001-12-011-0/+2
* Need to skip more tests if not perlio.Jarkko Hietaniemi2001-11-201-81/+81
* Move the sysio tests from io/utf8 to lib/open.Jarkko Hietaniemi2001-11-191-7/+96
* :utf8 works only with perlio.Jarkko Hietaniemi2001-11-131-7/+15
* Bah. %X doesn't mean 0xC1, it means 0XC1. So let's %x.Jarkko Hietaniemi2001-11-101-2/+2
* The KOI8-R example wasn't quite right.Jarkko Hietaniemi2001-11-101-2/+3
* Enhance the open pragma to support :utf8, :locale,Jarkko Hietaniemi2001-11-101-9/+29
* Better Locale Flutzigation (was Re: lib/open.t and locale tests)chromatic2001-10-011-14/+21
* Nuke also the LANG because of glibc.Jarkko Hietaniemi2001-10-011-5/+5
* Add tests for open.pmchromatic2001-09-281-0/+68