| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |