| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark all .t and .pm files as non executable | Rafael Garcia-Suarez | 2009-06-06 | 1 | -0/+0 |
* | Convert all unimaginative (ie race condition) temporary file names to | Nicholas Clark | 2008-08-07 | 1 | -41/+38 |
* | Re: Off by one in the trie code? | Yves Orton | 2006-10-19 | 1 | -4/+4 |
* | The binmode in t/iop/utf8.t doesn't need to be conditional on ${^OPEN} | Nicholas Clark | 2006-06-07 | 1 | -3/+1 |
* | As using -C to turn on utf8 IO is equivalent to the open pragma, | Nicholas Clark | 2005-11-09 | 1 | -2/+8 |
* | Better diagnostics from io/utf8.t | Nicholas Clark | 2005-11-09 | 1 | -31/+36 |
* | Perl 5.8.3 patches from the BS2000 port - part 2 | Dorner Thomas | 2004-01-01 | 1 | -4/+9 |
* | Linenumbers for utf8 warnings were wrong, test also rcatline. | Jarkko Hietaniemi | 2003-09-10 | 1 | -2/+10 |
* | No utf8 warnings without use warnings. | Jarkko Hietaniemi | 2003-09-10 | 1 | -1/+2 |
* | [perl #23770] Reading a latin1 file with open(... "<:utf8") will freeze | Jarkko Hietaniemi | 2003-09-10 | 1 | -3/+16 |
* | Must close so that unlink works portably. | Jarkko Hietaniemi | 2003-08-21 | 1 | -0/+1 |
* | Fix the syswrite downgrade bug of | Jarkko Hietaniemi | 2003-08-21 | 1 | -1/+10 |
* | Typo tweaks from Gerrit P. Haase. Fcntl, fcntl, fcntl. | Jarkko Hietaniemi | 2003-08-18 | 1 | -1/+1 |
* | SKIP label was missing. | Jarkko Hietaniemi | 2003-06-05 | 1 | -7/+9 |
* | A rejected hunk of #18902 reapplied. | Jarkko Hietaniemi | 2003-03-11 | 1 | -2/+1 |
* | Patch from Craig Berry to resolve test failures in VMS. | Jarkko Hietaniemi | 2003-03-11 | 1 | -63/+38 |
* | Comment fix. | Jarkko Hietaniemi | 2003-03-10 | 1 | -1/+1 |
* | Try to give rcatline() a good jog on Unicode. | Jarkko Hietaniemi | 2003-03-04 | 1 | -1/+31 |
* | Re: [perl #21395] rcatline doesn't grok utf8 | Adrian M. Enache | 2003-03-04 | 1 | -1/+23 |
* | binmode(FH); to act like binmode(FH,":bytes") as well as | Nick Ing-Simmons | 2002-06-10 | 1 | -13/+14 |
* | More UTF-8 locale sensitivity. | Jarkko Hietaniemi | 2002-03-28 | 1 | -76/+77 |
* | More binmode :bytes. | Jarkko Hietaniemi | 2002-03-27 | 1 | -10/+19 |
* | temp file not cleaned up | Rafael Garcia-Suarez | 2002-02-01 | 1 | -1/+1 |
* | Turn the I/O Unicode error by default on, but the | Jarkko Hietaniemi | 2002-01-31 | 1 | -3/+48 |
* | Move the sysio tests from io/utf8 to lib/open. | Jarkko Hietaniemi | 2001-11-19 | 1 | -70/+4 |
* | Thou shalt not mix stdio and sysio. | Jarkko Hietaniemi | 2001-11-19 | 1 | -11/+13 |
* | Pending further investigation skip the tell() tests. | Jarkko Hietaniemi | 2001-11-19 | 1 | -25/+35 |
* | syswrite() was still returning byte counts, not character counts. | Jarkko Hietaniemi | 2001-11-18 | 1 | -10/+59 |
* | Add test for sysread(). | Jarkko Hietaniemi | 2001-11-18 | 1 | -1/+19 |
* | Prepend a null byte to the test set. | Jarkko Hietaniemi | 2001-11-18 | 1 | -0/+3 |
* | Fix for the :utf8 read() bug noticed by Matt Sergeant: | Jarkko Hietaniemi | 2001-11-13 | 1 | -7/+31 |
* | The #11673 necessitated a test tweak. | Jarkko Hietaniemi | 2001-08-15 | 1 | -1/+5 |
* | Drop all the unnecessary "use utf8" clauses and some of | Jarkko Hietaniemi | 2001-08-12 | 1 | -1/+1 |
* | Re: [PATCH 5.6.1] test suite | Ilya Zakharevich | 2001-06-24 | 1 | -0/+1 |
* | Fix open.pm to work via XS-implemented method calls rather | Nick Ing-Simmons | 2001-06-15 | 1 | -1/+1 |
* | Various buglets shaken out by -Mutf8. | Jarkko Hietaniemi | 2001-05-28 | 1 | -0/+2 |
* | Downgrade "Wide character in print" to a warning. | Nick Ing-Simmons | 2001-04-04 | 1 | -2/+3 |
* | more tests (was Re: Perl5.7.* Unicode/EBCDIC status.) | Peter Prymmer | 2001-03-30 | 1 | -10/+26 |
* | Noticed that two tests were skipped as perlio:: package | Nick Ing-Simmons | 2001-03-29 | 1 | -1/+1 |
* | Implement: | Nick Ing-Simmons | 2001-03-24 | 1 | -4/+3 |
* | Patch from Inaba Hiroto: | Jarkko Hietaniemi | 2001-01-28 | 1 | -5/+5 |
* | CRLF platform issue with io/utf8 fix. | Nick Ing-Simmons | 2000-12-21 | 1 | -1/+1 |
* | Integrate mainline | Nick Ing-Simmons | 2000-12-11 | 1 | -2/+107 |
* | read/sysread/recv should now be utf8 aware. | Nick Ing-Simmons | 2000-12-09 | 1 | -1/+8 |
* | Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO. | Nick Ing-Simmons | 2000-12-09 | 1 | -0/+51 |