Re: [perl #37731] junk and uninit'ed values in tied scalars
[p5sagit/p5-mst-13.2.git] / t / io / utf8.t
2006-06-07 Nicholas Clark The binmode in t/iop/utf8.t doesn't need to be conditio...
2005-11-09 Nicholas Clark As using -C to turn on utf8 IO is equivalent to the...
2005-11-09 Nicholas Clark Better diagnostics from io/utf8.t
2004-01-01 Dorner Thomas Perl 5.8.3 patches from the BS2000 port - part 2
2003-09-10 Jarkko Hietaniemi Linenumbers for utf8 warnings were wrong, test also...
2003-09-10 Jarkko Hietaniemi No utf8 warnings without use warnings.
2003-09-10 Jarkko Hietaniemi [perl #23770] Reading a latin1 file with open(... ...
2003-08-21 Jarkko Hietaniemi Must close so that unlink works portably.
2003-08-21 Jarkko Hietaniemi Fix the syswrite downgrade bug of
2003-08-18 Jarkko Hietaniemi Typo tweaks from Gerrit P. Haase. Fcntl, fcntl, fcntl.
2003-06-05 Jarkko Hietaniemi SKIP label was missing.
2003-03-11 Jarkko Hietaniemi A rejected hunk of #18902 reapplied.
2003-03-11 Jarkko Hietaniemi Patch from Craig Berry to resolve test failures in...
2003-03-10 Jarkko Hietaniemi Comment fix.
2003-03-04 Jarkko Hietaniemi Try to give rcatline() a good jog on Unicode.
2003-03-04 Adrian M. Enache Re: [perl #21395] rcatline doesn't grok utf8
2002-06-10 Nick Ing-Simmons binmode(FH); to act like binmode(FH,":bytes") as well as
2002-03-28 Jarkko Hietaniemi More UTF-8 locale sensitivity.
2002-03-27 Jarkko Hietaniemi More binmode :bytes.
2002-02-01 Nick Ing-Simmons Integrate mainline
2002-02-01 Rafael Garcia-Suarez temp file not cleaned up
2002-01-31 Jarkko Hietaniemi Turn the I/O Unicode error by default on, but the
2001-11-19 Jarkko Hietaniemi Move the sysio tests from io/utf8 to lib/open.
2001-11-19 Jarkko Hietaniemi Thou shalt not mix stdio and sysio.
2001-11-19 Jarkko Hietaniemi Pending further investigation skip the tell() tests.
2001-11-18 Jarkko Hietaniemi syswrite() was still returning byte counts, not charact...
2001-11-18 Jarkko Hietaniemi Add test for sysread().
2001-11-18 Jarkko Hietaniemi Prepend a null byte to the test set.
2001-11-13 Jarkko Hietaniemi Fix for the :utf8 read() bug noticed by Matt Sergeant:
2001-08-15 Jarkko Hietaniemi The #11673 necessitated a test tweak.
2001-08-12 Jarkko Hietaniemi Drop all the unnecessary "use utf8" clauses and some of
2001-06-24 Ilya Zakharevich Re: [PATCH 5.6.1] test suite
2001-06-15 Nick Ing-Simmons Fix open.pm to work via XS-implemented method calls...
2001-05-28 Jarkko Hietaniemi Various buglets shaken out by -Mutf8.
2001-04-04 Nick Ing-Simmons Downgrade "Wide character in print" to a warning.
2001-03-30 Peter Prymmer more tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
2001-03-29 Nick Ing-Simmons Noticed that two tests were skipped as perlio:: package
2001-03-24 Nick Ing-Simmons Implement:
2001-02-08 Charles Bailey SYN SYN
2001-01-28 Jarkko Hietaniemi Patch from Inaba Hiroto:
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-21 Nick Ing-Simmons CRLF platform issue with io/utf8 fix.
2000-12-11 Nick Ing-Simmons Integrate mainline
2000-12-11 Simon Cozens Re: The long awaited feature ...
2000-12-09 Nick Ing-Simmons read/sysread/recv should now be utf8 aware.
2000-12-09 Nick Ing-Simmons Make print, syswrite, send, readline, getc honour utf8...