This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Assertion failure with $/=*foo; warn;
[perl5.git] / t / io / open.t
2012-06-07 Father ChrysostomosAssertion failure with $/=*foo; warn;
2012-05-25 Karl WilliamsonDeprecate literal unescaped "{" in regexes.
2011-10-06 Brian Frasersv.c: Make most warnings utf8-clean
2011-08-23 Father Chrysostomosclose($undef) should not croak_no_modify
2011-03-07 Nicholas ClarkRefactor 4 tests to use skip_if_miniperl().
2011-02-23 Nicholas ClarkSkip the test for #77684 under minitest, as it requires...
2011-02-21 Nicholas ClarkIn t/io/open.t, skip the tests for loading IO::File...
2010-12-28 Tony Cookclose the produced test file so win32 can unlink it
2010-11-29 David GoldenFilehandle method calls load IO::File on demand
2010-09-13 Father Chrysostomos[perl #77684] Restore the 5.10/12 behaviour of open...
2010-09-01 Father Chrysostomos[perl #77492] open $fh, ">", \*glob causes SEGV
2010-03-21 David Mitchell[perl #73626] get magic wasn't called on 3rd arg of...
2009-09-08 Rafael Garcia-SuarezRemove code specific to MacOS Classic from core tests
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2008-08-07 Nicholas ClarkConvert all unimaginative (ie race condition) temporary...
2008-06-11 John E. Malmberg[patch@34016] VMS passes these t/io/open.t tests now.
2005-07-13 Steve PetersRe: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc...
2004-09-30 Dave Mitchell [perl #31767] open $1, "file" doesn't raise an exception
2004-05-03 Dave Mitchelladd test for change #22746 ([perl #29102] Crash on...
2004-05-03 Dave Mitchelladd test for change #22776 ("open m" crashes Perl)
2004-03-02 Nicholas ClarkWork on eliminating systematic failures on make minitest:
2003-09-13 Jarkko HietaniemiThe "perlio: " prefix looks a little odd
2003-09-13 Jarkko HietaniemiLayer names were recognized by their prefixes
2003-09-13 Jarkko HietaniemiApparently at some point doing 3-arg open with
2003-04-14 Jarkko HietaniemiIntroduce PerlIO::get_layers() to allow people to peek
2003-04-09 Jarkko Hietaniemiopen(my $fh, ">&", STDOUT) should not warn under strict.
2003-04-09 Jarkko HietaniemiTry to be more descriptive than just __ANONIO__ which...
2002-10-17 Steve GrazziniRe: [perl #17830] open FH, "<&", $fd
2002-04-28 Jarkko HietaniemiIntegrate #16254 from macperl;
2002-04-19 Rafael Garcia-SuarezDisable warning noise
2002-04-19 Rafael Garcia-SuarezMore tests for the 3-arg open
2002-03-25 Jarkko HietaniemiTake away the perlio-requiring tests..
2002-03-25 Jarkko HietaniemiMore correct now, but actually the two new tests
2002-03-25 Jarkko HietaniemiMore neo-io tests from Stas Bekman.
2002-02-18 Nick Ing-SimmonsIntegrate mainline
2002-02-16 Abhijit Menon-SenRemove dubious test.
2002-02-16 Abhijit Menon-Sen Absorb #14701 by Sarathy from maint-5.6.
2001-12-07 Michael G. Schwernwhich_perl for safer $^Xing
2001-12-07 Michael G. Schwern[PATCH t/base/lex.t, term.t] Purging echo from base...
2001-03-24 Nick Ing-SimmonsImplement:
2001-03-22 Nick Ing-SimmonsDon't include $@ in not ok message.
2001-03-22 Nick Ing-SimmonsGive a meaning to '&' in n-arg open case:
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-10-26 Peter J. Farley III[ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350...
2000-10-20 Charles BaileySYN SYN
2000-10-16 Peter J. Farley III[ID 20001016.012] [PATCHes Included]OK: perl v5.7.0...
2000-08-29 Mike GuyUse minimal @INC in tests, most of the time just '...
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-03-13 Gurusamy Sarathylexical warnings update for docs and tests (from Paul...
2000-03-02 Charles BaileyIncrement counter for skipped tests (Charles Lane)
2000-03-01 Gurusamy Sarathyconsolidated VMS patches (from Craig A. Berry
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-06 Gurusamy Sarathytweak test in change#4757 for Windows
2000-01-05 Gurusamy Sarathysevere bugs in change#3786 fixed
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-04 Gurusamy Sarathybetter implementation of change#3326; open(local $foo...
1999-11-22 Jarkko HietaniemiSmall VMS nits from Craig A. Berry, <craig.berry@metamo...
1999-09-29 Charles Baileyresync with mainline
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-09-18 Gurusamy Sarathytweak some op names in change#4177 (will any of this...
1999-09-17 Gurusamy Sarathyfix typo
1999-09-06 Charles BaileyIntegrate mainline 5.05_61
1999-08-23 Charles BaileySkip open() tests that rely on Unix fork semantics
1999-08-02 Jarkko HietaniemiExact path to perl for open -|.
1999-07-27 Ilya Zakharevichapplied suggested patch; added missing prototype changes to
1999-05-11 Gurusamy Sarathyvarious fixes for clean build and test on win32; config...
1999-05-08 Nick Ing-SimmonsTweaks to open(my $fh,...) stuff
1999-05-07 Nick Ing-SimmonsImplement open( my $fh, ...) and similar.
1999-05-06 Nick Ing-Simmonsopen(FH,undef) # creates new_tmpfile opened read/write