This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #45173] port the test to MSWin32
[perl5.git] / t / io /
2012-06-07 Father ChrysostomosMake open(... "<&", $fileno) respect magic
2012-06-07 Father ChrysostomosAssertion failure with $/=*foo; warn;
2012-05-25 Karl WilliamsonDeprecate literal unescaped "{" in regexes.
2012-01-01 Father Chrysostomos[perl #103492] Give lvalue cx to (s)printf args
2011-12-25 Father ChrysostomosPerlIO::get_layers: Treat numbers as strings
2011-12-25 Father Chrysostomos[perl #97956] PerlIO::get_layers: call get-magic
2011-12-18 Father ChrysostomosStop seek($glob_copy...) from clearing PL_last_in_gv
2011-12-18 Father ChrysostomosStop eof($glob_copy) from clearing PL_last_in_gv
2011-12-18 Father ChrysostomosStop tell($glob_copy) from clearing PL_last_in_gv
2011-10-06 Brian Frasersv.c: Make most warnings utf8-clean
2011-09-23 Nicholas ClarkMove the test for recursive call to Perl_load_module...
2011-09-16 Craig A. Berryskip_all is a sub in t/test.pl.
2011-09-15 George GreerUse test.pl miniperl check rather than by-hand in t...
2011-09-15 George GreerTests in "t/io" aren't supposed to use Test::More yet...
2011-09-15 Father Chrysostomosshm.t: Skip under miniperl
2011-09-15 Father Chrysostomosshm.t: Don’t call shmctl in END when undefined
2011-09-14 Leon TimmermansFix #98480 math when reading shared memory
2011-09-14 Leon TimmermansAdded SysV shared memory tests
2011-08-23 Father Chrysostomosclose($undef) should not croak_no_modify
2011-08-04 Niko TyniSkip the hanging eintr.t test on GNU/kFreeBSD too
2011-07-17 Father Chrysostomosre-indent some tests for readability
2011-07-17 Father ChrysostomosCorrect skip count in perlio.t
2011-06-16 David Mitchellrevert recent changes to eintr.t
2011-06-15 David Mitchell[perl #92828] eintr.t hangs on FreeBSD
2011-06-11 Father Chrysostomos[perl #90130] Allow CORE::* without feature.pm
2011-06-09 David Mitchelleintr.t: skip based on capability rather than OS
2011-06-06 Father Chrysostomos[perl #92258] <$fh> hangs on a glob copy
2011-05-03 David Mitchellskip t/io/eintr.t on production releases
2011-04-14 Jan Dubois[perl #88420] BOM support on Windows broken in 5.13.11
2011-03-23 Andy DoughertySkip t/io/eintr.t for Solaris 8 as well
2011-03-22 Andy DoughertyImprove comment for skipped test on Solaris in t/io...
2011-03-22 Andy DoughertySkip t/io/eintr.t for Solaris 8 as well
2011-03-17 Jan DuboisRead Perl code on Windows in text mode by default.
2011-03-12 Nicholas ClarkRename test.pl's skip_all_without_extension to *_dynami...
2011-03-12 Craig A. BerrySkip eintr.t on FreeBSD (see perl #85842 and #84688).
2011-03-07 Nicholas ClarkRefactor 4 tests to use skip_if_miniperl().
2011-03-07 Nicholas ClarkRefactor the startup logic in fflush.t to use skip_all()
2011-03-07 Nicholas ClarkRefactor 5 tests to use skip_all(), instead of generati...
2011-03-07 Nicholas ClarkAdd skip_all_without_perlio() to test.pl, and use it...
2011-03-06 Nicholas ClarkEnsure that t/io/{print,read,say}.t load Errno at BEGIN...
2011-03-06 Nicholas ClarkTidy perlio_open.t, by using test.pl skip_all* function...
2011-03-06 Nicholas ClarkAdd skip_all_without_extension() to test.pl, for the...
2011-03-06 Nicholas ClarkTidy t/io/layers.t
2011-03-06 Nicholas ClarkTidy t/io/crlf.t
2011-03-06 Nicholas ClarkTidy t/io/binmode.t
2011-03-06 Nicholas ClarkUnder minitest, tests requiring File::Spec->devnull...
2011-03-06 Nicholas ClarkIn t/ avoid using File::Spec for paths only used by...
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...
2011-02-21 Nicholas ClarkAdd skip_all_if_miniperl() to test.pl, and use it in...
2011-01-28 Leon Timmermans[perl #38456] binmode FH, ":crlf" only modifies top...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in t/*.
2010-12-28 Tony Cookclose the produced test file so win32 can unlink it
2010-12-08 Brad GilbertReplaced '1 while unlink' with 'unlink_all' in t/io...
2010-12-08 Brad GilbertReplaced 'unlink' with 'unlink_all' in t/io/nargv.t
2010-12-08 Brad GilbertReplaced '1 while unlink' with 'unlink_all' in t/io...
2010-12-08 Brad GilbertReplaced '1 while unlink' with 'unlink_all' in t/io...
2010-12-01 Jerry D. HeddenSkip t/io/eintr.t on Cygwin, too - hangs
2010-11-29 David GoldenFilehandle method calls load IO::File on demand
2010-11-29 David Mitchelldocument why eintr.t needs to be skipped on Win32
2010-11-28 David Mitchelldisable t/io/eintr.t on windows
2010-11-28 Craig A. BerrySkip eintr.t on VMS.
2010-11-26 David MitchellMake PerlIO marginally reentrant
2010-11-06 David Goldenlocalize $@ during binmode (RT#78844)
2010-11-06 David GoldenAdded test for RT#78844
2010-10-29 Father ChrysostomosUse STDOUT in defout.t to suppress that ‘#foo’ under...
2010-10-26 Jerry D. HeddenCleanup output from t/io/defout.t RT#78572
2010-10-26 Father ChrysostomosRevert "[PATCH] Cleanup output from t/io/defout.t RT...
2010-10-26 Jerry D. Hedden[PATCH] Cleanup output from t/io/defout.t RT#78572
2010-10-24 Father Chrysostomos[perl #77810] Scalars vs globs
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-07-26 Lubomir RintelRestore errno if signal handler changes it
2010-07-24 David GoldenGlobal executable bit cleanup
2010-07-04 Rafael Garcia-SuarezMake previous test fix conditional on the platform...
2010-07-04 George GreerForce t/io/openpid.t to use the alarm() watchdog strategy.
2010-04-13 David MitchellMerge commit 'origin/davem/post-5.12' into blead
2010-03-30 David MitchellPL_defoutgv isn't always a GV.
2010-03-21 David Mitchell[perl #73626] get magic wasn't called on 3rd arg of...
2010-03-17 Craig A. BerryAttached are two TODO patches for the remaining test...
2010-02-11 Steve PetersPer Jesse, ignoring the skipping the tests form threade...
2010-01-09 Craig A. BerryUpdate skip count in perlio.t.
2010-01-07 Nicholas ClarkAvoid race conditions with files in /tmp, by explicitly...
2010-01-07 Nicholas ClarkUnlink PerlIO's tempfiles for the case of no -T, but...
2010-01-07 Rafael Garcia-SuarezCleanup PerlIO temp files
2009-12-19 Craig A. Berryrunperl may modify arguments passed to it.
2009-12-09 Jan DuboisOS/2 doesn't support inplace editing without backups
2009-12-08 Tony Cook[perl #70802] -i'*' refuses to work
2009-12-08 Bramundef $! before running the errno tests
2009-11-19 Zeframminitest fixes
2009-10-10 Jesse VincentAdded a TODO test for RT#69332 - PerlIO returns undef...
2009-09-29 Steve HayPut a watchdog on openpid.t: it has been found to hang...
2009-09-08 Rafael Garcia-SuarezRemove code specific to MacOS Classic from core tests
2009-08-03 Jesse VincentRemoved vestigal support for Tenon Intersystems MachTen...
2009-08-03 Jesse VincentRemove the port to MiNT. It's a dead platform that...
2009-07-27 Rafael Garcia-SuarezReplace Test::More by test.pl
2009-06-11 Craig A. BerrySome portability and clean-up for errno.t.
2009-06-10 Rafael Garcia-SuarezDo not honor TMPDIR for anonymous temporary files when...
2009-06-10 Niko Tyni[perl #66452] TMPDIR not honored when opening an anonym...
2009-06-08 Stepan Kasalfix RT 39060, errno incorrectly set in perlio
next