2017-12-22 |
Zefram | test that open()ed filehandles are close-on-exec |
blob | commitdiff |
2017-12-10 |
Zefram | stop gensyming when vivifying IO handles |
blob | commitdiff | diff to current |
2016-08-18 |
Nicolas R | Use set_up_inc for several unit tests |
blob | commitdiff | diff to current |
2015-06-03 |
Tony Cook | [perl #125115] don't create file GLOB(...) when dupping... |
blob | commitdiff | diff to current |
2014-09-03 |
Father Chrysostomos | Get t/io/open.t working under miniperl |
blob | commitdiff | diff to current |
2013-09-09 |
Tony Cook | [perl #117265] correctly handle overloaded strings |
blob | commitdiff | diff to current |
2013-09-09 |
Tony Cook | [perl #117265] TODO tests for overloading issues |
blob | commitdiff | diff to current |
2013-08-26 |
Tony Cook | [perl #117265] safesyscalls: check embedded nul in... |
blob | commitdiff | diff to current |
2013-06-08 |
Father Chrysostomos | [perl #117941] Handle vivification crashing w/freed... |
blob | commitdiff | diff to current |
2012-06-07 |
Father Chrysostomos | Make open(... "<&", $fileno) respect magic |
blob | commitdiff | diff to current |
2012-06-07 |
Father Chrysostomos | Assertion failure with $/=*foo; warn; |
blob | commitdiff | diff to current |
2012-05-25 |
Karl Williamson | Deprecate literal unescaped "{" in regexes. |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | sv.c: Make most warnings utf8-clean |
blob | commitdiff | diff to current |
2011-08-23 |
Father Chrysostomos | close($undef) should not croak_no_modify |
blob | commitdiff | diff to current |
2011-03-07 |
Nicholas Clark | Refactor 4 tests to use skip_if_miniperl(). |
blob | commitdiff | diff to current |
2011-02-23 |
Nicholas Clark | Skip the test for #77684 under minitest, as it requires... |
blob | commitdiff | diff to current |
2011-02-21 |
Nicholas Clark | In t/io/open.t, skip the tests for loading IO::File... |
blob | commitdiff | diff to current |
2010-12-28 |
Tony Cook | close the produced test file so win32 can unlink it |
blob | commitdiff | diff to current |
2010-11-29 |
David Golden | Filehandle method calls load IO::File on demand |
blob | commitdiff | diff to current |
2010-09-13 |
Father Chrysostomos | [perl #77684] Restore the 5.10/12 behaviour of open... |
blob | commitdiff | diff to current |
2010-09-01 |
Father Chrysostomos | [perl #77492] open $fh, ">", \*glob causes SEGV |
blob | commitdiff | diff to current |
2010-03-21 |
David Mitchell | [perl #73626] get magic wasn't called on 3rd arg of... |
blob | commitdiff | diff to current |
2009-09-08 |
Rafael Garcia-Suarez | Remove code specific to MacOS Classic from core tests |
blob | commitdiff | diff to current |
2009-06-06 |
Rafael Garcia-Suarez | Mark all .t and .pm files as non executable |
blob | commitdiff | diff to current |
2008-08-07 |
Nicholas Clark | Convert all unimaginative (ie race condition) temporary... |
blob | commitdiff | diff to current |
2008-06-11 |
John E. Malmberg | [patch@34016] VMS passes these t/io/open.t tests now. |
blob | commitdiff | diff to current |
2005-07-13 |
Steve Peters | Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc... |
blob | commitdiff | diff to current |
2004-09-30 |
Dave Mitchell | [perl #31767] open $1, "file" doesn't raise an exception |
blob | commitdiff | diff to current |
2004-05-03 |
Dave Mitchell | add test for change #22746 ([perl #29102] Crash on... |
blob | commitdiff | diff to current |
2004-05-03 |
Dave Mitchell | add test for change #22776 ("open m" crashes Perl) |
blob | commitdiff | diff to current |
2004-03-02 |
Nicholas Clark | Work on eliminating systematic failures on make minitest: |
blob | commitdiff | diff to current |
2003-09-13 |
Jarkko Hietaniemi | The "perlio: " prefix looks a little odd |
blob | commitdiff | diff to current |
2003-09-13 |
Jarkko Hietaniemi | Layer names were recognized by their prefixes |
blob | commitdiff | diff to current |
2003-09-13 |
Jarkko Hietaniemi | Apparently at some point doing 3-arg open with |
blob | commitdiff | diff to current |
2003-04-14 |
Jarkko Hietaniemi | Introduce PerlIO::get_layers() to allow people to peek |
blob | commitdiff | diff to current |
2003-04-09 |
Jarkko Hietaniemi | open(my $fh, ">&", STDOUT) should not warn under strict. |
blob | commitdiff | diff to current |
2003-04-09 |
Jarkko Hietaniemi | Try to be more descriptive than just __ANONIO__ which... |
blob | commitdiff | diff to current |
2002-10-17 |
Steve Grazzini | Re: [perl #17830] open FH, "<&", $fd |
blob | commitdiff | diff to current |
2002-04-28 |
Jarkko Hietaniemi | Integrate #16254 from macperl; |
blob | commitdiff | diff to current |
2002-04-19 |
Rafael Garcia-Suarez | Disable warning noise |
blob | commitdiff | diff to current |
2002-04-19 |
Rafael Garcia-Suarez | More tests for the 3-arg open |
blob | commitdiff | diff to current |
2002-03-25 |
Jarkko Hietaniemi | Take away the perlio-requiring tests.. |
blob | commitdiff | diff to current |
2002-03-25 |
Jarkko Hietaniemi | More correct now, but actually the two new tests |
blob | commitdiff | diff to current |
2002-03-25 |
Jarkko Hietaniemi | More neo-io tests from Stas Bekman. |
blob | commitdiff | diff to current |
2002-02-18 |
Nick Ing-Simmons | Integrate mainline |
blob | commitdiff | diff to current |
2002-02-16 |
Abhijit Menon-Sen | Remove dubious test. |
blob | commitdiff | diff to current |
2002-02-16 |
Abhijit Menon-Sen | Absorb #14701 by Sarathy from maint-5.6. |
blob | commitdiff | diff to current |
2001-12-07 |
Michael G. Schwern | which_perl for safer $^Xing |
blob | commitdiff | diff to current |
2001-12-07 |
Michael G. Schwern | [PATCH t/base/lex.t, term.t] Purging echo from base... |
blob | commitdiff | diff to current |
2001-03-24 |
Nick Ing-Simmons | Implement: |
blob | commitdiff | diff to current |
2001-03-22 |
Nick Ing-Simmons | Don't include $@ in not ok message. |
blob | commitdiff | diff to current |
2001-03-22 |
Nick Ing-Simmons | Give a meaning to '&' in n-arg open case: |
blob | commitdiff | diff to current |
2001-01-08 |
Charles Bailey | Once again syncing after too long an absence |
blob | commitdiff | diff to current |
2000-10-26 |
Peter J. Farley III | [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350... |
blob | commitdiff | diff to current |
2000-10-20 |
Charles Bailey | SYN SYN |
blob | commitdiff | diff to current |
2000-10-16 |
Peter J. Farley III | [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0... |
blob | commitdiff | diff to current |
2000-08-29 |
Mike Guy | Use minimal @INC in tests, most of the time just '... |
blob | commitdiff | diff to current |
2000-05-23 |
Charles Bailey | Resync with mainline prior to post-5.6.0 updates |
blob | commitdiff | diff to current |
2000-03-13 |
Gurusamy Sarathy | lexical warnings update for docs and tests (from Paul... |
blob | commitdiff | diff to current |
2000-03-02 |
Charles Bailey | Increment counter for skipped tests (Charles Lane) |
blob | commitdiff | diff to current |
2000-03-01 |
Gurusamy Sarathy | consolidated VMS patches (from Craig A. Berry |
blob | commitdiff | diff to current |
2000-01-20 |
Charles Bailey | Quick integration of mainline changes to date |
blob | commitdiff | diff to current |
2000-01-06 |
Gurusamy Sarathy | tweak test in change#4757 for Windows |
blob | commitdiff | diff to current |
2000-01-05 |
Gurusamy Sarathy | severe bugs in change#3786 fixed |
blob | commitdiff | diff to current |
1999-12-12 |
Gurusamy Sarathy | integrate mainline changes |
blob | commitdiff | diff to current |
1999-12-04 |
Gurusamy Sarathy | better implementation of change#3326; open(local $foo... |
blob | commitdiff | diff to current |
1999-11-22 |
Jarkko Hietaniemi | Small VMS nits from Craig A. Berry, <craig.berry@metamo... |
blob | commitdiff | diff to current |
1999-09-29 |
Charles Bailey | resync with mainline |
blob | commitdiff | diff to current |
1999-09-18 |
Nick Ing-Simmons | Re-integrate mainline |
blob | commitdiff | diff to current |
1999-09-18 |
Gurusamy Sarathy | tweak some op names in change#4177 (will any of this... |
blob | commitdiff | diff to current |
1999-09-17 |
Gurusamy Sarathy | fix typo |
blob | commitdiff | diff to current |
1999-09-06 |
Charles Bailey | Integrate mainline 5.05_61 |
blob | commitdiff | diff to current |
1999-08-23 |
Charles Bailey | Skip open() tests that rely on Unix fork semantics |
blob | commitdiff | diff to current |
1999-08-02 |
Jarkko Hietaniemi | Exact path to perl for open -|. |
blob | commitdiff | diff to current |
1999-07-27 |
Ilya Zakharevich | applied suggested patch; added missing prototype changes to |
blob | commitdiff | diff to current |
1999-05-11 |
Gurusamy Sarathy | various fixes for clean build and test on win32; config... |
blob | commitdiff | diff to current |
1999-05-08 |
Nick Ing-Simmons | Tweaks to open(my $fh,...) stuff |
blob | commitdiff | diff to current |
1999-05-07 |
Nick Ing-Simmons | Implement open( my $fh, ...) and similar. |
blob | commitdiff | diff to current |
1999-05-06 |
Nick Ing-Simmons | open(FH,undef) # creates new_tmpfile opened read/write |
blob | commitdiff | diff to current |
|