summaryrefslogtreecommitdiff
path: root/t/io/utf8.t
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix open.pm to work via XS-implemented method calls ratherNick Ing-Simmons2001-06-151-1/+1
* Various buglets shaken out by -Mutf8.Jarkko Hietaniemi2001-05-281-0/+2
* Downgrade "Wide character in print" to a warning.Nick Ing-Simmons2001-04-041-2/+3
* more tests (was Re: Perl5.7.* Unicode/EBCDIC status.)Peter Prymmer2001-03-301-10/+26
* Noticed that two tests were skipped as perlio:: packageNick Ing-Simmons2001-03-291-1/+1
* Implement:Nick Ing-Simmons2001-03-241-4/+3
* Patch from Inaba Hiroto:Jarkko Hietaniemi2001-01-281-5/+5
* CRLF platform issue with io/utf8 fix.Nick Ing-Simmons2000-12-211-1/+1
* Integrate mainlineNick Ing-Simmons2000-12-111-2/+107
* read/sysread/recv should now be utf8 aware.Nick Ing-Simmons2000-12-091-1/+8
* Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.Nick Ing-Simmons2000-12-091-0/+51