summaryrefslogtreecommitdiff
path: root/t/io
Commit message (Expand)AuthorAgeFilesLines
* Two Cygwin patches from Gerrit.Gerrit P. Haase2003-06-011-1/+1
* More U/WIN tweaks from John P. Linderman.Jarkko Hietaniemi2003-05-212-1/+3
* Work also without perlio.Jarkko Hietaniemi2003-05-121-8/+14
* Use test.pl.Jarkko Hietaniemi2003-05-111-1/+6
* add test for change#19475,19479 (bugs#21717,22140)Gurusamy Sarathy2003-05-111-3/+14
* Tests to prove Ticket 9468 is fixed.Nick Ing-Simmons2003-05-111-2/+20
* miniperl cannot handle layers.t.Jarkko Hietaniemi2003-05-011-0/+5
* The solution in change #19363 was too unportable.Jarkko Hietaniemi2003-05-011-12/+9
* Fix bug 2681, change the test not to use the shell and use 3+argArtur Bergman2003-04-281-9/+12
* Clarify(?) the perlio default layers table.Jarkko Hietaniemi2003-04-251-7/+7
* Handle the combination of dosish and non-faststdio.Jarkko Hietaniemi2003-04-231-1/+1
* Introduce two new Configure symbols:Jarkko Hietaniemi2003-04-211-6/+2
* Detect the 'fast stdio' case.Jarkko Hietaniemi2003-04-171-7/+35
* Handle PERLIO= and document a bit.Jarkko Hietaniemi2003-04-161-0/+13
* Try to get the layers.t working also for dosish platforms.Jarkko Hietaniemi2003-04-161-7/+15
* What does an empty PERLIO= mean, anyway?Jarkko Hietaniemi2003-04-161-1/+6
* Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.Jarkko Hietaniemi2003-04-151-3/+5
* Don't skip the whole test for PERLIO=perlio.Jarkko Hietaniemi2003-04-151-11/+20
* PERLIO=perlio requires extra steps.Jarkko Hietaniemi2003-04-141-0/+4
* Skip as early as possible if no perlio since theJarkko Hietaniemi2003-04-141-3/+8
* Introduce PerlIO::get_layers() to allow people to peekJarkko Hietaniemi2003-04-142-1/+117
* open(my $fh, ">&", STDOUT) should not warn under strict.Jarkko Hietaniemi2003-04-091-1/+6
* Try to be more descriptive than just __ANONIO__ which is whatJarkko Hietaniemi2003-04-091-1/+32
* Integrate:Jarkko Hietaniemi2003-03-121-1/+1
* A rejected hunk of #18902 reapplied.Jarkko Hietaniemi2003-03-111-2/+1
* Patch from Craig Berry to resolve test failures in VMS.Jarkko Hietaniemi2003-03-111-63/+38
* Comment fix.Jarkko Hietaniemi2003-03-101-1/+1
* Try to give rcatline() a good jog on Unicode.Jarkko Hietaniemi2003-03-041-1/+31
* Re: [perl #21395] rcatline doesn't grok utf8Adrian M. Enache2003-03-041-1/+23
* minitest wasn't working. (The $^X /miniperl/ test inJarkko Hietaniemi2003-02-021-1/+3
* Re: truncate using a globrefSlaven Rezic2003-01-261-12/+35
* Re: 18457 on cygwin/20030113Nick Ing-Simmons2003-01-171-2/+2
* Apparently some stdios have bugs (no! don't tell it is so!)Jarkko Hietaniemi2003-01-141-1/+3
* Fix #18711 and add test for it (and indeed tell on writeNick Ing-Simmons2003-01-121-1/+45
* t/io/crlf.t failed with miniperl.Rafael Garcia-Suarez2002-11-191-0/+2
* Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH no...Slaven Rezic2002-11-063-14/+54
* Integrate mainlineNick Ing-Simmons2002-10-201-7/+10
|\
| * Re: [perl #17830] open FH, "<&", $fdSteve Grazzini2002-10-171-7/+10
* | Fix for [perl #15986] tell/seek misbehave for :crlfNick Ing-Simmons2002-08-111-1/+13
|/
* binmode(FH); to act like binmode(FH,":bytes") as well asNick Ing-Simmons2002-06-101-13/+14
* Integrate #16731 from //depot/macperl.Abhijit Menon-Sen2002-05-221-15/+16
* fix t/io/fs.t for VOSPaul Green2002-05-041-2/+2
* Integrate #16254 from macperl;Jarkko Hietaniemi2002-04-286-14/+45
* Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}Nick Ing-Simmons2002-04-282-5/+5
* Plan better.Jarkko Hietaniemi2002-04-281-1/+1
* Truncate the truncate tests (was Re: truncate to grow file)Michael G. Schwern2002-04-281-8/+2
* Disable warning noiseRafael Garcia-Suarez2002-04-191-0/+1
* More tests for the 3-arg openRafael Garcia-Suarez2002-04-191-1/+13
* Move /dev/full testing post-5.8.0.Jarkko Hietaniemi2002-04-171-32/+0
* With -Uuseperlio the error might be EBADF.Jarkko Hietaniemi2002-04-171-2/+2