Pod::Html - correctly link to =item's on the same page
[p5sagit/p5-mst-13.2.git] / t / io /
2005-06-08 H.Merijn Brand Cygwin fails to open $^X on many occasion here
2005-05-06 Nicholas Clark Get the correct refcount on the temporary assignment...
2005-01-24 Craig A. Berry assorted tempfile clean-up in the test suite
2005-01-21 Todd Vierling [perl #33892] Add Interix support
2005-01-04 Nicholas Clark Use the new ${^UTF8LOCALE} to make the test reliable.
2005-01-01 Nicholas Clark Change 23714 accidentally broke t/io/layers.t when...
2004-12-31 Nicholas Clark Bug 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 Dougherty Correct detection of absent modules. Based on
2004-06-18 Nicholas Clark Need to skip test 7 if perl built without the PerlIO...
2004-05-03 Dave Mitchell add test for change #22746 ([perl #29102] Crash on...
2004-05-03 Dave Mitchell add test for change #22776 ("open m" crashes Perl)
2004-03-02 Nicholas Clark Work on eliminating systematic failures on make minitest:
2004-01-01 Dorner Thomas Perl 5.8.3 patches from the BS2000 port - part 2
2003-09-14 Jarkko Hietaniemi For-non-perlio places we need STDOUT back.
2003-09-14 Jarkko Hietaniemi More portable reading.
2003-09-14 Jarkko Hietaniemi More dup testing.
2003-09-13 Jarkko Hietaniemi The "perlio: " prefix looks a little odd
2003-09-13 Jarkko Hietaniemi Layer names were recognized by their prefixes
2003-09-13 Jarkko Hietaniemi Apparently at some point doing 3-arg open with
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-30 Jarkko Hietaniemi This is probably a wrong fix for
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-08-13 Jarkko Hietaniemi Make (hopefully) the Windows CR CR LF bug go away
2003-07-21 Craig A. Berry Re: [PATCH] test clean-up for VMS
2003-06-05 Jarkko Hietaniemi SKIP label was missing.
2003-06-01 Gerrit P. Haase Two Cygwin patches from Gerrit.
2003-05-21 Jarkko Hietaniemi More U/WIN tweaks from John P. Linderman.
2003-05-12 Jarkko Hietaniemi Work also without perlio.
2003-05-11 Jarkko Hietaniemi Use test.pl.
2003-05-11 Gurusamy Sarathy add test for change#19475,19479 (bugs#21717,22140)
2003-05-11 Nick Ing-Simmons Tests to prove Ticket 9468 is fixed.
2003-05-01 Jarkko Hietaniemi miniperl cannot handle layers.t.
2003-05-01 Jarkko Hietaniemi The solution in change #19363 was too unportable.
2003-04-28 Artur Bergman Fix bug 2681, change the test not to use the shell...
2003-04-25 Jarkko Hietaniemi Clarify(?) the perlio default layers table.
2003-04-23 Jarkko Hietaniemi Handle the combination of dosish and non-faststdio.
2003-04-21 Jarkko Hietaniemi Introduce two new Configure symbols:
2003-04-17 Jarkko Hietaniemi Detect the 'fast stdio' case.
2003-04-16 Jarkko Hietaniemi Handle PERLIO= and document a bit.
2003-04-16 Jarkko Hietaniemi Try to get the layers.t working also for dosish platforms.
2003-04-16 Jarkko Hietaniemi What does an empty PERLIO= mean, anyway?
2003-04-15 Jarkko Hietaniemi Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and...
2003-04-15 Jarkko Hietaniemi Don't skip the whole test for PERLIO=perlio.
2003-04-14 Jarkko Hietaniemi PERLIO=perlio requires extra steps.
2003-04-14 Jarkko Hietaniemi Skip as early as possible if no perlio since the
2003-04-14 Jarkko Hietaniemi Introduce PerlIO::get_layers() to allow people to peek
2003-04-09 Jarkko Hietaniemi open(my $fh, ">&", STDOUT) should not warn under strict.
2003-04-09 Jarkko Hietaniemi Try to be more descriptive than just __ANONIO__ which...
2003-03-12 Jarkko Hietaniemi Integrate:
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
2003-02-02 Jarkko Hietaniemi minitest wasn't working. (The $^X /miniperl/ test in
2003-01-26 Slaven Rezic Re: truncate using a globref
2003-01-17 Nick Ing-Simmons Re: 18457 on cygwin/20030113
2003-01-17 Nick Ing-Simmons Correct typo (actually copy/paste of wrong thing).
2003-01-14 Jarkko Hietaniemi Apparently some stdios have bugs (no! don't tell it...
2003-01-12 Nick Ing-Simmons Fix #18711 and add test for it (and indeed tell on...
2002-11-19 Rafael Garcia-Suarez t/io/crlf.t failed with miniperl.
2002-11-06 Slaven Rezic Re: [perl #18048] read \*FH, ... returns undef but...
2002-10-20 Nick Ing-Simmons Integrate mainline
2002-10-17 Steve Grazzini Re: [perl #17830] open FH, "<&", $fd
2002-08-11 Nick Ing-Simmons Fix for [perl #15986] tell/seek misbehave for :crlf
2002-06-10 Nick Ing-Simmons binmode(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 Green fix t/io/fs.t for VOS
2002-04-28 Jarkko Hietaniemi Integrate #16254 from macperl;
2002-04-28 Nick Ing-Simmons Use (file PerlIO::Layer 'perlio') rather than $Config...
2002-04-28 Jarkko Hietaniemi Plan better.
2002-04-28 Michael G. Schwern Truncate the truncate tests (was Re: truncate to grow...
2002-04-19 Rafael Garcia-Suarez Disable warning noise
2002-04-19 Rafael Garcia-Suarez More tests for the 3-arg open
2002-04-17 Jarkko Hietaniemi Move /dev/full testing post-5.8.0.
2002-04-17 Jarkko Hietaniemi With -Uuseperlio the error might be EBADF.
2002-04-17 Mark-Jason Dominus Re: [ID 20020416.001] 'close' does not report failure...
2002-04-17 Jarkko Hietaniemi Test tweaks from mjd and Benjamin Goldberg.
2002-04-16 Mark-Jason Dominus Re: [ID 20020416.001] 'close' does not report failure...
2002-04-01 Nick Ing-Simmons Be more explicit testing for \015 not \r
2002-03-28 Paul Green t/io/fs.t - skip all tests that fail on VOS
2002-03-28 Jarkko Hietaniemi More UTF-8 locale sensitivity.
2002-03-27 Jarkko Hietaniemi More binmode :bytes.
2002-03-26 Jarkko Hietaniemi EPOC update from Olaf Flebbe.
2002-03-26 Jarkko Hietaniemi Integrate perlio:
2002-03-26 Nick Ing-Simmons Testcase for crlf spanning buffer boundary
2002-03-26 Gerrit P. Haase Re: Jarkko likes OOOOs
2002-03-25 Jarkko Hietaniemi Take away the perlio-requiring tests..
2002-03-25 Jarkko Hietaniemi More correct now, but actually the two new tests
2002-03-25 Jarkko Hietaniemi More neo-io tests from Stas Bekman.
2002-03-21 Nick Ing-Simmons Integrate mainline (Win2k/MinGW all ok except threads...
2002-03-19 Slaven Rezic Re: Nearly OK for cygwin@15318
next