summaryrefslogtreecommitdiff
path: root/t/io/utf8.t
Commit message (Expand)AuthorAgeFilesLines
* In tests, fix @INC before loading more stuffHugo van der Sanden2020-10-031-1/+2
* (perl #125760) fatalize sysread/syswrite/recv/send on :utf8 handlesTony Cook2018-10-101-8/+6
* Silence deprecation warnings in testsMatthew Horsfall2016-11-141-0/+1
* Add details to UTF-8 malformation error messagesKarl Williamson2016-10-131-1/+1
* Use set_up_inc for several unit testsNicolas R2016-08-181-2/+2
* io/utf8.t: Generalize test for ebcdic, better skip msgKarl Williamson2015-09-031-3/+2
* io/utf8.t: Fix typo in commentKarl Williamson2015-09-031-1/+1
* t/io/utf8.t: EBCDIC fixesKarl Williamson2015-03-051-17/+18
* Make like() and unlike() in t/test.pl refuse non-qr// argumentsÆvar Arnfjörð Bjarmason2014-06-211-2/+2
* Get t/io/utf8.t working under PERL_UNICODEFather Chrysostomos2014-01-141-1/+1
* Make getc unset the utf8 flag on its retvalFather Chrysostomos2014-01-121-1/+13
* Stop t/io/utf8.t leaving a temporary file behind on WindowsSteve Hay2013-08-291-0/+1
* fix another boundary case and hopefully improve performanceTony Cook2012-12-091-1/+7
* fix a fencepost error I found trying to fall asleepTony Cook2012-12-091-1/+4
* Incomplete implementation of $/ = \number acting like read()Tony Cook2012-12-091-1/+30
* Add skip_all_without_perlio() to test.pl, and use it in 8 tests.Nicholas Clark2011-03-071-5/+2
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Convert all unimaginative (ie race condition) temporary file names toNicholas Clark2008-08-071-41/+38
* Re: Off by one in the trie code?Yves Orton2006-10-191-4/+4
* The binmode in t/iop/utf8.t doesn't need to be conditional on ${^OPEN}Nicholas Clark2006-06-071-3/+1
* As using -C to turn on utf8 IO is equivalent to the open pragma,Nicholas Clark2005-11-091-2/+8
* Better diagnostics from io/utf8.tNicholas Clark2005-11-091-31/+36
* Perl 5.8.3 patches from the BS2000 port - part 2Dorner Thomas2004-01-011-4/+9
* Linenumbers for utf8 warnings were wrong, test also rcatline.Jarkko Hietaniemi2003-09-101-2/+10
* No utf8 warnings without use warnings.Jarkko Hietaniemi2003-09-101-1/+2
* [perl #23770] Reading a latin1 file with open(... "<:utf8") will freezeJarkko Hietaniemi2003-09-101-3/+16
* Must close so that unlink works portably.Jarkko Hietaniemi2003-08-211-0/+1
* Fix the syswrite downgrade bug ofJarkko Hietaniemi2003-08-211-1/+10
* Typo tweaks from Gerrit P. Haase. Fcntl, fcntl, fcntl.Jarkko Hietaniemi2003-08-181-1/+1
* SKIP label was missing.Jarkko Hietaniemi2003-06-051-7/+9
* A rejected hunk of #18902 reapplied.Jarkko Hietaniemi2003-03-111-2/+1
* Patch from Craig Berry to resolve test failures in VMS.Jarkko Hietaniemi2003-03-111-63/+38
* Comment fix.Jarkko Hietaniemi2003-03-101-1/+1
* Try to give rcatline() a good jog on Unicode.Jarkko Hietaniemi2003-03-041-1/+31
* Re: [perl #21395] rcatline doesn't grok utf8Adrian M. Enache2003-03-041-1/+23
* binmode(FH); to act like binmode(FH,":bytes") as well asNick Ing-Simmons2002-06-101-13/+14
* More UTF-8 locale sensitivity.Jarkko Hietaniemi2002-03-281-76/+77
* More binmode :bytes.Jarkko Hietaniemi2002-03-271-10/+19
* temp file not cleaned upRafael Garcia-Suarez2002-02-011-1/+1
* Turn the I/O Unicode error by default on, but theJarkko Hietaniemi2002-01-311-3/+48
* Move the sysio tests from io/utf8 to lib/open.Jarkko Hietaniemi2001-11-191-70/+4
* Thou shalt not mix stdio and sysio.Jarkko Hietaniemi2001-11-191-11/+13
* Pending further investigation skip the tell() tests.Jarkko Hietaniemi2001-11-191-25/+35
* syswrite() was still returning byte counts, not character counts.Jarkko Hietaniemi2001-11-181-10/+59
* Add test for sysread().Jarkko Hietaniemi2001-11-181-1/+19
* Prepend a null byte to the test set.Jarkko Hietaniemi2001-11-181-0/+3
* Fix for the :utf8 read() bug noticed by Matt Sergeant:Jarkko Hietaniemi2001-11-131-7/+31
* The #11673 necessitated a test tweak.Jarkko Hietaniemi2001-08-151-1/+5
* Drop all the unnecessary "use utf8" clauses and some ofJarkko Hietaniemi2001-08-121-1/+1
* Re: [PATCH 5.6.1] test suiteIlya Zakharevich2001-06-241-0/+1