This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
$[ = 2 should not warn.
[perl5.git] / t / io /
2006-02-20 John E. Malmbergpatch@27236 vms glob/readdir/chdir EFS/long filename...
2006-01-14 Craig A. BerryGive up on through.t on VMS for now -- no can do with...
2005-12-19 Robin Houstonlatest switch/say/~~
2005-11-20 Andy LesterPulling ancient RCS comments
2005-11-09 Nicholas ClarkI/O is UTF-8, not "UNICODE"
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
2005-11-08 SADAHIRO TomoyukiRe: A surprising segfault
2005-11-03 Steve PetersAdd appropriate skips to t/io/fs.t to fix test failures...
2005-11-03 Steve PetersMore core test cleanups. Mainly fixes to remove code...
2005-11-03 Steve PetersClean up some test files.
2005-11-02 Steve PetersTest case should not execute /no_such_process if it...
2005-11-02 Gisle AasRe: futimes [PATCH]
2005-11-02 Steve PetersLowercase barewords considered harmful to your health.
2005-10-31 Gisle Aasfutimes [PATCH]
2005-09-27 Rafael Garcia-SuarezComment nit by Vadim Konovalov
2005-09-27 Rafael Garcia-SuarezFix by Rick Delaney for [perl #3269] no warnings "barew...
2005-09-27 Ilya ZakharevichRe: [BUG 5.8.7] Another major bug in PerlIO layer
2005-07-16 Gisle AasRe: fchmod, fchown, fchdir
2005-07-13 Steve PetersRe: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc...
2005-06-08 H.Merijn BrandCygwin fails to open $^X on many occasion here
2005-05-06 Nicholas ClarkGet the correct refcount on the temporary assignment...
2005-01-24 Craig A. Berryassorted tempfile clean-up in the test suite
2005-01-21 Todd Vierling[perl #33892] Add Interix support
2005-01-04 Nicholas ClarkUse the new ${^UTF8LOCALE} to make the test reliable.
2005-01-01 Nicholas ClarkChange 23714 accidentally broke t/io/layers.t when...
2004-12-31 Nicholas ClarkBug in t/io/layers.t spotted by Ignasi Roca CarriĆ³
2004-11-10 Yitzchak Scott-Tho... Replace a skip by a todo.
2004-11-10 Yitzchak Scott-Tho... Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on...
2004-09-30 Dave Mitchell [perl #31767] open $1, "file" doesn't raise an exception
2004-09-20 Jarkko Hietaniemi[PATCH] encoding and open pragmas
2004-06-25 Andy DoughertyCorrect detection of absent modules. Based on
2004-06-18 Nicholas ClarkNeed to skip test 7 if perl built without the PerlIO...
2004-05-03 Dave Mitchelladd test for change #22746 ([perl #29102] Crash on...
2004-05-03 Dave Mitchelladd test for change #22776 ("open m" crashes Perl)
2004-03-02 Nicholas ClarkWork on eliminating systematic failures on make minitest:
2004-01-01 Dorner ThomasPerl 5.8.3 patches from the BS2000 port - part 2
2003-09-14 Jarkko HietaniemiFor-non-perlio places we need STDOUT back.
2003-09-14 Jarkko HietaniemiMore portable reading.
2003-09-14 Jarkko HietaniemiMore dup testing.
2003-09-13 Jarkko HietaniemiThe "perlio: " prefix looks a little odd
2003-09-13 Jarkko HietaniemiLayer names were recognized by their prefixes
2003-09-13 Jarkko HietaniemiApparently at some point doing 3-arg open with
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-30 Jarkko HietaniemiThis is probably a wrong fix for
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-08-13 Jarkko HietaniemiMake (hopefully) the Windows CR CR LF bug go away
2003-07-21 Craig A. BerryRe: [PATCH] test clean-up for VMS
2003-06-05 Jarkko HietaniemiSKIP label was missing.
2003-06-01 Gerrit P. HaaseTwo Cygwin patches from Gerrit.
2003-05-21 Jarkko HietaniemiMore U/WIN tweaks from John P. Linderman.
2003-05-12 Jarkko HietaniemiWork also without perlio.
2003-05-11 Jarkko HietaniemiUse test.pl.
2003-05-11 Gurusamy Sarathyadd test for change#19475,19479 (bugs#21717,22140)
2003-05-11 Nick Ing-SimmonsTests to prove Ticket 9468 is fixed.
2003-05-01 Jarkko Hietaniemiminiperl cannot handle layers.t.
2003-05-01 Jarkko HietaniemiThe solution in change #19363 was too unportable.
2003-04-28 Artur BergmanFix bug 2681, change the test not to use the shell...
2003-04-25 Jarkko HietaniemiClarify(?) the perlio default layers table.
2003-04-23 Jarkko HietaniemiHandle the combination of dosish and non-faststdio.
2003-04-21 Jarkko HietaniemiIntroduce two new Configure symbols:
2003-04-17 Jarkko HietaniemiDetect the 'fast stdio' case.
2003-04-16 Jarkko HietaniemiHandle PERLIO= and document a bit.
2003-04-16 Jarkko HietaniemiTry to get the layers.t working also for dosish platforms.
2003-04-16 Jarkko HietaniemiWhat does an empty PERLIO= mean, anyway?
2003-04-15 Jarkko HietaniemiHandle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and...
2003-04-15 Jarkko HietaniemiDon't skip the whole test for PERLIO=perlio.
2003-04-14 Jarkko HietaniemiPERLIO=perlio requires extra steps.
2003-04-14 Jarkko HietaniemiSkip as early as possible if no perlio since the
2003-04-14 Jarkko HietaniemiIntroduce PerlIO::get_layers() to allow people to peek
2003-04-09 Jarkko Hietaniemiopen(my $fh, ">&", STDOUT) should not warn under strict.
2003-04-09 Jarkko HietaniemiTry to be more descriptive than just __ANONIO__ which...
2003-03-12 Jarkko HietaniemiIntegrate:
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
2003-02-02 Jarkko Hietaniemiminitest wasn't working. (The $^X /miniperl/ test in
2003-01-26 Slaven RezicRe: truncate using a globref
2003-01-17 Nick Ing-SimmonsRe: 18457 on cygwin/20030113
2003-01-17 Nick Ing-SimmonsCorrect typo (actually copy/paste of wrong thing).
2003-01-14 Jarkko HietaniemiApparently some stdios have bugs (no! don't tell it...
2003-01-12 Nick Ing-SimmonsFix #18711 and add test for it (and indeed tell on...
2002-11-19 Rafael Garcia-Suarezt/io/crlf.t failed with miniperl.
2002-11-06 Slaven RezicRe: [perl #18048] read \*FH, ... returns undef but...
2002-10-20 Nick Ing-SimmonsIntegrate mainline
2002-10-17 Steve GrazziniRe: [perl #17830] open FH, "<&", $fd
2002-08-11 Nick Ing-SimmonsFix for [perl #15986] tell/seek misbehave for :crlf
2002-06-10 Nick Ing-Simmonsbinmode(FH); to act like binmode(FH,":bytes") as well as
2002-05-22 Abhijit Menon-Sen Integrate #16731 from //depot/macperl.
2002-05-04 Paul Greenfix t/io/fs.t for VOS
2002-04-28 Jarkko HietaniemiIntegrate #16254 from macperl;
2002-04-28 Nick Ing-SimmonsUse (file PerlIO::Layer 'perlio') rather than $Config...
2002-04-28 Jarkko HietaniemiPlan better.
2002-04-28 Michael G. SchwernTruncate the truncate tests (was Re: truncate to grow...
next