summaryrefslogtreecommitdiff
path: root/t/io
Commit message (Expand)AuthorAgeFilesLines
* Replace a skip by a todo.Yitzchak Scott-Thoennes2004-11-101-3/+3
* Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64in...Yitzchak Scott-Thoennes2004-11-101-1/+7
* [perl #31767] open $1, "file" doesn't raise an exceptionDave Mitchell2004-09-301-1/+7
* [PATCH] encoding and open pragmasJarkko Hietaniemi2004-09-201-0/+2
* Correct detection of absent modules. Based onAndy Dougherty2004-06-251-1/+1
* Need to skip test 7 if perl built without the PerlIO::scalar extensionNicholas Clark2004-06-181-1/+2
* add test for change #22746 ([perl #29102] Crash on assign to lex fh)Dave Mitchell2004-05-031-1/+5
* add test for change #22776 ("open m" crashes Perl)Dave Mitchell2004-05-031-1/+6
* Work on eliminating systematic failures on make minitest:Nicholas Clark2004-03-026-9/+21
* Perl 5.8.3 patches from the BS2000 port - part 2Dorner Thomas2004-01-011-4/+9
* For-non-perlio places we need STDOUT back.Jarkko Hietaniemi2003-09-141-0/+3
* More portable reading.Jarkko Hietaniemi2003-09-141-3/+7
* More dup testing.Jarkko Hietaniemi2003-09-141-2/+46
* The "perlio: " prefix looks a little oddJarkko Hietaniemi2003-09-131-6/+6
* Layer names were recognized by their prefixesJarkko Hietaniemi2003-09-131-4/+14
* Apparently at some point doing 3-arg open withJarkko Hietaniemi2003-09-131-1/+14
* Linenumbers for utf8 warnings were wrong, test also rcatline.Jarkko Hietaniemi2003-09-101-2/+10
* No utf8 warnings without use warnings.Jarkko Hietaniemi2003-09-101-1/+2
* [perl #23770] Reading a latin1 file with open(... "<:utf8") will freezeJarkko Hietaniemi2003-09-101-3/+16
* This is probably a wrong fix forJarkko Hietaniemi2003-08-301-1/+9
* Must close so that unlink works portably.Jarkko Hietaniemi2003-08-211-0/+1
* Fix the syswrite downgrade bug ofJarkko Hietaniemi2003-08-211-1/+10
* Typo tweaks from Gerrit P. Haase. Fcntl, fcntl, fcntl.Jarkko Hietaniemi2003-08-181-1/+1
* Make (hopefully) the Windows CR CR LF bug go awayJarkko Hietaniemi2003-08-132-10/+41
* Re: [PATCH] test clean-up for VMSCraig A. Berry2003-07-211-1/+1
* SKIP label was missing.Jarkko Hietaniemi2003-06-051-7/+9
* 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