summaryrefslogtreecommitdiff
path: root/t/io/open.t
Commit message (Expand)AuthorAgeFilesLines
* Remove code specific to MacOS Classic from core testsRafael Garcia-Suarez2009-09-081-7/+2
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Convert all unimaginative (ie race condition) temporary file names toNicholas Clark2008-08-071-35/+36
* [patch@34016] VMS passes these t/io/open.t tests now.John E. Malmberg2008-06-111-9/+2
* Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc/1 cpu)Steve Peters2005-07-131-1/+1
* [perl #31767] open $1, "file" doesn't raise an exceptionDave Mitchell2004-09-301-1/+7
* 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-021-2/+6
* 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
* Introduce PerlIO::get_layers() to allow people to peekJarkko Hietaniemi2003-04-141-1/+0
* 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
* Re: [perl #17830] open FH, "<&", $fdSteve Grazzini2002-10-171-7/+10
* Integrate #16254 from macperl;Jarkko Hietaniemi2002-04-281-4/+9
* Disable warning noiseRafael Garcia-Suarez2002-04-191-0/+1
* More tests for the 3-arg openRafael Garcia-Suarez2002-04-191-1/+13
* Take away the perlio-requiring tests..Jarkko Hietaniemi2002-03-251-57/+1
* More correct now, but actually the two new testsJarkko Hietaniemi2002-03-251-3/+1
* More neo-io tests from Stas Bekman.Jarkko Hietaniemi2002-03-251-1/+53
* Remove dubious test.Abhijit Menon-Sen2002-02-161-38/+0
* Absorb #14701 by Sarathy from maint-5.6.Abhijit Menon-Sen2002-02-161-1/+38
* which_perl for safer $^XingMichael G. Schwern2001-12-071-6/+8
* [PATCH t/base/lex.t, term.t] Purging echo from base testsMichael G. Schwern2001-12-071-222/+146
* Implement:Nick Ing-Simmons2001-03-241-1/+16
* Don't include $@ in not ok message.Nick Ing-Simmons2001-03-221-2/+2
* Give a meaning to '&' in n-arg open case:Nick Ing-Simmons2001-03-221-16/+16
* [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perlPeter J. Farley III2000-10-261-0/+9
* [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgppPeter J. Farley III2000-10-161-2/+2
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-291-1/+1
* lexical warnings update for docs and tests (from Paul Marquess)Gurusamy Sarathy2000-03-131-1/+6
* consolidated VMS patches (from Craig A. BerryGurusamy Sarathy2000-03-011-4/+4
* tweak test in change#4757 for WindowsGurusamy Sarathy2000-01-061-3/+11
* severe bugs in change#3786 fixedGurusamy Sarathy2000-01-051-1/+10
* better implementation of change#3326; open(local $foo,...) nowGurusamy Sarathy1999-12-041-84/+230
* Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.Jarkko Hietaniemi1999-11-221-2/+2
* tweak some op names in change#4177 (will any of this break code thatGurusamy Sarathy1999-09-181-2/+2
* fix typoGurusamy Sarathy1999-09-171-1/+1
* Integrate mainline 5.05_61Charles Bailey1999-09-061-2/+2
|\
| * Exact path to perl for open -|.Jarkko Hietaniemi1999-08-021-2/+2
* | Skip open() tests that rely on Unix fork semanticsCharles Bailey1999-08-231-2/+5
|/
* applied suggested patch; added missing prototype changes toIlya Zakharevich1999-07-271-1/+77
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-111-1/+2
* Tweaks to open(my $fh,...) stuffNick Ing-Simmons1999-05-081-1/+1
* Implement open( my $fh, ...) and similar.Nick Ing-Simmons1999-05-071-10/+22
* open(FH,undef) # creates new_tmpfile opened read/writeNick Ing-Simmons1999-05-061-0/+22