As using -C to turn on utf8 IO is equivalent to the open pragma,
[p5sagit/p5-mst-13.2.git] / t / io / open.t
2005-07-13 Steve Peters Re: 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 Mitchell add test for change #22746 ([perl #29102] Crash on...
2004-05-03 Dave Mitchell add test for change #22776 ("open m" crashes Perl)
2004-03-02 Nicholas Clark Work on eliminating systematic failures on make minitest:
2003-09-13 Jarkko Hietaniemi The "perlio: " prefix looks a little odd
2003-09-13 Jarkko Hietaniemi Layer names were recognized by their prefixes
2003-09-13 Jarkko Hietaniemi Apparently at some point doing 3-arg open with
2003-04-14 Jarkko Hietaniemi Introduce PerlIO::get_layers() to allow people to peek
2003-04-09 Jarkko Hietaniemi open(my $fh, ">&", STDOUT) should not warn under strict.
2003-04-09 Jarkko Hietaniemi Try to be more descriptive than just __ANONIO__ which...
2002-10-17 Steve Grazzini Re: [perl #17830] open FH, "<&", $fd
2002-04-28 Jarkko Hietaniemi Integrate #16254 from macperl;
2002-04-19 Rafael Garcia-Suarez Disable warning noise
2002-04-19 Rafael Garcia-Suarez More tests for the 3-arg open
2002-03-25 Jarkko Hietaniemi Take away the perlio-requiring tests..
2002-03-25 Jarkko Hietaniemi More correct now, but actually the two new tests
2002-03-25 Jarkko Hietaniemi More neo-io tests from Stas Bekman.
2002-02-18 Nick Ing-Simmons Integrate mainline
2002-02-16 Abhijit Menon-Sen Remove dubious test.
2002-02-16 Abhijit Menon-Sen Absorb #14701 by Sarathy from maint-5.6.
2001-12-07 Michael G. Schwern which_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-Simmons Implement:
2001-03-22 Nick Ing-Simmons Don't include $@ in not ok message.
2001-03-22 Nick Ing-Simmons Give a meaning to '&' in n-arg open case:
2001-01-08 Charles Bailey Once 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 Bailey SYN SYN
2000-10-16 Peter J. Farley III [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0...
2000-08-29 Mike Guy Use minimal @INC in tests, most of the time just '...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-03-13 Gurusamy Sarathy lexical warnings update for docs and tests (from Paul...
2000-03-02 Charles Bailey Increment counter for skipped tests (Charles Lane)
2000-03-01 Gurusamy Sarathy consolidated VMS patches (from Craig A. Berry
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-06 Gurusamy Sarathy tweak test in change#4757 for Windows
2000-01-05 Gurusamy Sarathy severe bugs in change#3786 fixed
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-04 Gurusamy Sarathy better implementation of change#3326; open(local $foo...
1999-11-22 Jarkko Hietaniemi Small VMS nits from Craig A. Berry, <craig.berry@metamo...
1999-09-29 Charles Bailey resync with mainline
1999-09-18 Nick Ing-Simmons Re-integrate mainline
1999-09-18 Gurusamy Sarathy tweak some op names in change#4177 (will any of this...
1999-09-17 Gurusamy Sarathy fix typo
1999-09-06 Charles Bailey Integrate mainline 5.05_61
1999-08-23 Charles Bailey Skip open() tests that rely on Unix fork semantics
1999-08-02 Jarkko Hietaniemi Exact path to perl for open -|.
1999-07-27 Ilya Zakharevich applied suggested patch; added missing prototype changes to
1999-05-11 Gurusamy Sarathy various fixes for clean build and test on win32; config...
1999-05-08 Nick Ing-Simmons Tweaks to open(my $fh,...) stuff
1999-05-07 Nick Ing-Simmons Implement open( my $fh, ...) and similar.
1999-05-06 Nick Ing-Simmons open(FH,undef) # creates new_tmpfile opened read/write