This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #30733] memory leak in array delete
[perl5.git] / t / io /
2004-06-25 Andy DoughertyCorrect detection of absent modules. Based on
2004-06-18 Nicholas ClarkNeed to skip test 7 if perl built without the PerlIO...
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:
2004-01-01 Dorner ThomasPerl 5.8.3 patches from the BS2000 port - part 2
2003-09-14 Jarkko HietaniemiFor-non-perlio places we need STDOUT back.
2003-09-14 Jarkko HietaniemiMore portable reading.
2003-09-14 Jarkko HietaniemiMore dup testing.
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-09-10 Jarkko HietaniemiLinenumbers for utf8 warnings were wrong, test also...
2003-09-10 Jarkko HietaniemiNo utf8 warnings without use warnings.
2003-09-10 Jarkko Hietaniemi[perl #23770] Reading a latin1 file with open(... ...
2003-08-30 Jarkko HietaniemiThis is probably a wrong fix for
2003-08-21 Jarkko HietaniemiMust close so that unlink works portably.
2003-08-21 Jarkko HietaniemiFix the syswrite downgrade bug of
2003-08-18 Jarkko HietaniemiTypo tweaks from Gerrit P. Haase. Fcntl, fcntl, fcntl.
2003-08-13 Jarkko HietaniemiMake (hopefully) the Windows CR CR LF bug go away
2003-07-21 Craig A. BerryRe: [PATCH] test clean-up for VMS
2003-06-05 Jarkko HietaniemiSKIP label was missing.
2003-06-01 Gerrit P. HaaseTwo Cygwin patches from Gerrit.
2003-05-21 Jarkko HietaniemiMore U/WIN tweaks from John P. Linderman.
2003-05-12 Jarkko HietaniemiWork also without perlio.
2003-05-11 Jarkko HietaniemiUse test.pl.
2003-05-11 Gurusamy Sarathyadd test for change#19475,19479 (bugs#21717,22140)
2003-05-11 Nick Ing-SimmonsTests to prove Ticket 9468 is fixed.
2003-05-01 Jarkko Hietaniemiminiperl cannot handle layers.t.
2003-05-01 Jarkko HietaniemiThe solution in change #19363 was too unportable.
2003-04-28 Artur BergmanFix bug 2681, change the test not to use the shell...
2003-04-25 Jarkko HietaniemiClarify(?) the perlio default layers table.
2003-04-23 Jarkko HietaniemiHandle the combination of dosish and non-faststdio.
2003-04-21 Jarkko HietaniemiIntroduce two new Configure symbols:
2003-04-17 Jarkko HietaniemiDetect the 'fast stdio' case.
2003-04-16 Jarkko HietaniemiHandle PERLIO= and document a bit.
2003-04-16 Jarkko HietaniemiTry to get the layers.t working also for dosish platforms.
2003-04-16 Jarkko HietaniemiWhat does an empty PERLIO= mean, anyway?
2003-04-15 Jarkko HietaniemiHandle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and...
2003-04-15 Jarkko HietaniemiDon't skip the whole test for PERLIO=perlio.
2003-04-14 Jarkko HietaniemiPERLIO=perlio requires extra steps.
2003-04-14 Jarkko HietaniemiSkip as early as possible if no perlio since the
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...
2003-03-12 Jarkko HietaniemiIntegrate:
2003-03-11 Jarkko HietaniemiA rejected hunk of #18902 reapplied.
2003-03-11 Jarkko HietaniemiPatch from Craig Berry to resolve test failures in...
2003-03-10 Jarkko HietaniemiComment fix.
2003-03-04 Jarkko HietaniemiTry to give rcatline() a good jog on Unicode.
2003-03-04 Adrian M. EnacheRe: [perl #21395] rcatline doesn't grok utf8
2003-02-02 Jarkko Hietaniemiminitest wasn't working. (The $^X /miniperl/ test in
2003-01-26 Slaven RezicRe: truncate using a globref
2003-01-17 Nick Ing-SimmonsRe: 18457 on cygwin/20030113
2003-01-17 Nick Ing-SimmonsCorrect typo (actually copy/paste of wrong thing).
2003-01-14 Jarkko HietaniemiApparently some stdios have bugs (no! don't tell it...
2003-01-12 Nick Ing-SimmonsFix #18711 and add test for it (and indeed tell on...
2002-11-19 Rafael Garcia-Suarezt/io/crlf.t failed with miniperl.
2002-11-06 Slaven RezicRe: [perl #18048] read \*FH, ... returns undef but...
2002-10-20 Nick Ing-SimmonsIntegrate mainline
2002-10-17 Steve GrazziniRe: [perl #17830] open FH, "<&", $fd
2002-08-11 Nick Ing-SimmonsFix for [perl #15986] tell/seek misbehave for :crlf
2002-06-10 Nick Ing-Simmonsbinmode(FH); to act like binmode(FH,":bytes") as well as
2002-05-22 Abhijit Menon-Sen Integrate #16731 from //depot/macperl.
2002-05-04 Paul Greenfix t/io/fs.t for VOS
2002-04-28 Jarkko HietaniemiIntegrate #16254 from macperl;
2002-04-28 Nick Ing-SimmonsUse (file PerlIO::Layer 'perlio') rather than $Config...
2002-04-28 Jarkko HietaniemiPlan better.
2002-04-28 Michael G. SchwernTruncate the truncate tests (was Re: truncate to grow...
2002-04-19 Rafael Garcia-SuarezDisable warning noise
2002-04-19 Rafael Garcia-SuarezMore tests for the 3-arg open
2002-04-17 Jarkko HietaniemiMove /dev/full testing post-5.8.0.
2002-04-17 Jarkko HietaniemiWith -Uuseperlio the error might be EBADF.
2002-04-17 Mark-Jason DominusRe: [ID 20020416.001] 'close' does not report failure...
2002-04-17 Jarkko HietaniemiTest tweaks from mjd and Benjamin Goldberg.
2002-04-16 Mark-Jason DominusRe: [ID 20020416.001] 'close' does not report failure...
2002-04-01 Nick Ing-SimmonsBe more explicit testing for \015 not \r
2002-03-28 Paul Greent/io/fs.t - skip all tests that fail on VOS
2002-03-28 Jarkko HietaniemiMore UTF-8 locale sensitivity.
2002-03-27 Jarkko HietaniemiMore binmode :bytes.
2002-03-26 Jarkko HietaniemiEPOC update from Olaf Flebbe.
2002-03-26 Jarkko HietaniemiIntegrate perlio:
2002-03-26 Nick Ing-SimmonsTestcase for crlf spanning buffer boundary
2002-03-26 Gerrit P. HaaseRe: Jarkko likes OOOOs
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-03-21 Nick Ing-SimmonsIntegrate mainline (Win2k/MinGW all ok except threads...
2002-03-19 Slaven RezicRe: Nearly OK for cygwin@15318
2002-03-07 Paul Greenperl/t/io/fs.t -- VOS bug
2002-02-21 Nikola Knezevicquestion about fs.t
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.
2002-02-08 Rafael Garcia-SuarezRe: [PATCH] eof() coredumps when ARGV is aliased to...
2002-02-01 Nick Ing-SimmonsIntegrate mainline
2002-02-01 Rafael Garcia-Suareztemp file not cleaned up
2002-01-31 Jarkko HietaniemiTurn the I/O Unicode error by default on, but the
2002-01-25 Nick Ing-SimmonsLinux/NFS hackery was not faking right number of passes.
2002-01-17 Nick Ing-SimmonsIntegrate mainline (for ndbm fixes etc.)
next