| Commit message (Expand) | Author | Age | Files | Lines |
* | Use set_up_inc for several unit tests | Nicolas R | 2016-08-18 | 1 | -1/+1 |
* | [perl #125115] don't create file GLOB(...) when dupping a closed handle | Tony Cook | 2015-06-03 | 1 | -1/+9 |
* | Get t/io/open.t working under miniperl | Father Chrysostomos | 2014-09-02 | 1 | -15/+21 |
* | [perl #117265] correctly handle overloaded strings | Tony Cook | 2013-09-09 | 1 | -6/+0 |
* | [perl #117265] TODO tests for overloading issues | Tony Cook | 2013-09-09 | 1 | -6/+35 |
* | [perl #117265] safesyscalls: check embedded nul in syscall args | Tony Cook | 2013-08-26 | 1 | -1/+60 |
* | [perl #117941] Handle vivification crashing w/freed stash | Father Chrysostomos | 2013-06-08 | 1 | -1/+6 |
* | Make open(... "<&", $fileno) respect magic | Father Chrysostomos | 2012-06-07 | 1 | -1/+5 |
* | Assertion failure with $/=*foo; warn; | Father Chrysostomos | 2012-06-07 | 1 | -1/+6 |
* | Deprecate literal unescaped "{" in regexes. | Karl Williamson | 2012-05-24 | 1 | -2/+2 |
* | sv.c: Make most warnings utf8-clean | Brian Fraser | 2011-10-06 | 1 | -1/+10 |
* | close($undef) should not croak_no_modify | Father Chrysostomos | 2011-08-23 | 1 | -1/+10 |
* | Refactor 4 tests to use skip_if_miniperl(). | Nicholas Clark | 2011-03-07 | 1 | -2/+1 |
* | Skip the test for #77684 under minitest, as it requires PerlIO::scalar | Nicholas Clark | 2011-02-23 | 1 | -1/+2 |
* | In t/io/open.t, skip the tests for loading IO::File when running under miniperl | Nicholas Clark | 2011-02-21 | 1 | -1/+2 |
* | close the produced test file so win32 can unlink it | Tony Cook | 2010-12-28 | 1 | -0/+1 |
* | Filehandle method calls load IO::File on demand | David Golden | 2010-11-29 | 1 | -1/+11 |
* | [perl #77684] Restore the 5.10/12 behaviour of open $fh, ">", \$glob_copy | Father Chrysostomos | 2010-09-13 | 1 | -1/+11 |
* | [perl #77492] open $fh, ">", \*glob causes SEGV | Father Chrysostomos | 2010-09-01 | 1 | -1/+14 |
* | [perl #73626] get magic wasn't called on 3rd arg of open | David Mitchell | 2010-03-21 | 1 | -1/+15 |
* | Remove code specific to MacOS Classic from core tests | Rafael Garcia-Suarez | 2009-09-08 | 1 | -7/+2 |
* | Mark all .t and .pm files as non executable | Rafael Garcia-Suarez | 2009-06-06 | 1 | -0/+0 |
* | Convert all unimaginative (ie race condition) temporary file names to | Nicholas Clark | 2008-08-07 | 1 | -35/+36 |
* | [patch@34016] VMS passes these t/io/open.t tests now. | John E. Malmberg | 2008-06-11 | 1 | -9/+2 |
* | Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc/1 cpu) | Steve Peters | 2005-07-13 | 1 | -1/+1 |
* | [perl #31767] open $1, "file" doesn't raise an exception | Dave Mitchell | 2004-09-30 | 1 | -1/+7 |
* | add test for change #22746 ([perl #29102] Crash on assign to lex fh) | Dave Mitchell | 2004-05-03 | 1 | -1/+5 |
* | add test for change #22776 ("open m" crashes Perl) | Dave Mitchell | 2004-05-03 | 1 | -1/+6 |
* | Work on eliminating systematic failures on make minitest: | Nicholas Clark | 2004-03-02 | 1 | -2/+6 |
* | The "perlio: " prefix looks a little odd | Jarkko Hietaniemi | 2003-09-13 | 1 | -6/+6 |
* | Layer names were recognized by their prefixes | Jarkko Hietaniemi | 2003-09-13 | 1 | -4/+14 |
* | Apparently at some point doing 3-arg open with | Jarkko Hietaniemi | 2003-09-13 | 1 | -1/+14 |
* | Introduce PerlIO::get_layers() to allow people to peek | Jarkko Hietaniemi | 2003-04-14 | 1 | -1/+0 |
* | open(my $fh, ">&", STDOUT) should not warn under strict. | Jarkko Hietaniemi | 2003-04-09 | 1 | -1/+6 |
* | Try to be more descriptive than just __ANONIO__ which is what | Jarkko Hietaniemi | 2003-04-09 | 1 | -1/+32 |
* | Re: [perl #17830] open FH, "<&", $fd | Steve Grazzini | 2002-10-17 | 1 | -7/+10 |
* | Integrate #16254 from macperl; | Jarkko Hietaniemi | 2002-04-28 | 1 | -4/+9 |
* | Disable warning noise | Rafael Garcia-Suarez | 2002-04-19 | 1 | -0/+1 |
* | More tests for the 3-arg open | Rafael Garcia-Suarez | 2002-04-19 | 1 | -1/+13 |
* | Take away the perlio-requiring tests.. | Jarkko Hietaniemi | 2002-03-25 | 1 | -57/+1 |
* | More correct now, but actually the two new tests | Jarkko Hietaniemi | 2002-03-25 | 1 | -3/+1 |
* | More neo-io tests from Stas Bekman. | Jarkko Hietaniemi | 2002-03-25 | 1 | -1/+53 |
* | Remove dubious test. | Abhijit Menon-Sen | 2002-02-16 | 1 | -38/+0 |
* | Absorb #14701 by Sarathy from maint-5.6. | Abhijit Menon-Sen | 2002-02-16 | 1 | -1/+38 |
* | which_perl for safer $^Xing | Michael G. Schwern | 2001-12-07 | 1 | -6/+8 |
* | [PATCH t/base/lex.t, term.t] Purging echo from base tests | Michael G. Schwern | 2001-12-07 | 1 | -222/+146 |
* | Implement: | Nick Ing-Simmons | 2001-03-24 | 1 | -1/+16 |
* | Don't include $@ in not ok message. | Nick Ing-Simmons | 2001-03-22 | 1 | -2/+2 |
* | Give a meaning to '&' in n-arg open case: | Nick Ing-Simmons | 2001-03-22 | 1 | -16/+16 |
* | [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl | Peter J. Farley III | 2000-10-26 | 1 | -0/+9 |