This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Get t/io/utf8.t working under PERL_UNICODE
[perl5.git] / t / io / utf8.t
2014-01-14 Father ChrysostomosGet t/io/utf8.t working under PERL_UNICODE
2014-01-13 Father ChrysostomosMake getc unset the utf8 flag on its retval
2013-08-29 Steve HayStop t/io/utf8.t leaving a temporary file behind on...
2012-12-08 Tony Cookfix another boundary case and hopefully improve performance
2012-12-08 Tony Cookfix a fencepost error I found trying to fall asleep
2012-12-08 Tony CookIncomplete implementation of $/ = \number acting like...
2011-03-07 Nicholas ClarkAdd skip_all_without_perlio() to test.pl, and use it...
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2008-08-07 Nicholas ClarkConvert all unimaginative (ie race condition) temporary...
2006-10-19 Yves OrtonRe: Off by one in the trie code?
2006-06-07 Nicholas ClarkThe binmode in t/iop/utf8.t doesn't need to be conditio...
2005-11-09 Nicholas ClarkAs using -C to turn on utf8 IO is equivalent to the...
2005-11-09 Nicholas ClarkBetter diagnostics from io/utf8.t
2004-01-01 Dorner ThomasPerl 5.8.3 patches from the BS2000 port - part 2
2003-09-10 Jarkko HietaniemiLinenumbers for utf8 warnings were wrong, test also...
2003-09-10 Jarkko HietaniemiNo utf8 warnings without use warnings.
2003-09-10 Jarkko Hietaniemi[perl #23770] Reading a latin1 file with open(... ...
2003-08-21 Jarkko HietaniemiMust close so that unlink works portably.
2003-08-21 Jarkko HietaniemiFix the syswrite downgrade bug of
2003-08-18 Jarkko HietaniemiTypo tweaks from Gerrit P. Haase. Fcntl, fcntl, fcntl.
2003-06-05 Jarkko HietaniemiSKIP label was missing.
2003-03-11 Jarkko HietaniemiA rejected hunk of #18902 reapplied.
2003-03-11 Jarkko HietaniemiPatch from Craig Berry to resolve test failures in...
2003-03-10 Jarkko HietaniemiComment fix.
2003-03-04 Jarkko HietaniemiTry to give rcatline() a good jog on Unicode.
2003-03-04 Adrian M. EnacheRe: [perl #21395] rcatline doesn't grok utf8
2002-06-10 Nick Ing-Simmonsbinmode(FH); to act like binmode(FH,":bytes") as well as
2002-03-28 Jarkko HietaniemiMore UTF-8 locale sensitivity.
2002-03-27 Jarkko HietaniemiMore binmode :bytes.
2002-02-01 Nick Ing-SimmonsIntegrate mainline
2002-02-01 Rafael Garcia-Suareztemp file not cleaned up
2002-01-31 Jarkko HietaniemiTurn the I/O Unicode error by default on, but the
2001-11-19 Jarkko HietaniemiMove the sysio tests from io/utf8 to lib/open.
2001-11-19 Jarkko HietaniemiThou shalt not mix stdio and sysio.
2001-11-19 Jarkko HietaniemiPending further investigation skip the tell() tests.
2001-11-18 Jarkko Hietaniemisyswrite() was still returning byte counts, not charact...
2001-11-18 Jarkko HietaniemiAdd test for sysread().
2001-11-18 Jarkko HietaniemiPrepend a null byte to the test set.
2001-11-13 Jarkko HietaniemiFix for the :utf8 read() bug noticed by Matt Sergeant:
2001-08-15 Jarkko HietaniemiThe #11673 necessitated a test tweak.
2001-08-12 Jarkko HietaniemiDrop all the unnecessary "use utf8" clauses and some of
2001-06-24 Ilya ZakharevichRe: [PATCH 5.6.1] test suite
2001-06-15 Nick Ing-SimmonsFix open.pm to work via XS-implemented method calls...
2001-05-28 Jarkko HietaniemiVarious buglets shaken out by -Mutf8.
2001-04-04 Nick Ing-SimmonsDowngrade "Wide character in print" to a warning.
2001-03-30 Peter Prymmermore tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
2001-03-29 Nick Ing-SimmonsNoticed that two tests were skipped as perlio:: package
2001-03-24 Nick Ing-SimmonsImplement:
2001-02-08 Charles BaileySYN SYN
2001-01-28 Jarkko HietaniemiPatch from Inaba Hiroto:
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-21 Nick Ing-SimmonsCRLF platform issue with io/utf8 fix.
2000-12-11 Nick Ing-SimmonsIntegrate mainline
2000-12-11 Simon CozensRe: The long awaited feature ...
2000-12-09 Nick Ing-Simmonsread/sysread/recv should now be utf8 aware.
2000-12-09 Nick Ing-SimmonsMake print, syswrite, send, readline, getc honour utf8...