Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Be more explicit testing for \015 not \r | Nick Ing-Simmons | 2002-04-01 | 1 | -2/+3 |
* | t/io/fs.t - skip all tests that fail on VOS | Paul Green | 2002-03-28 | 1 | -11/+13 |
* | More UTF-8 locale sensitivity. | Jarkko Hietaniemi | 2002-03-28 | 1 | -76/+77 |
* | More binmode :bytes. | Jarkko Hietaniemi | 2002-03-27 | 1 | -10/+19 |
* | EPOC update from Olaf Flebbe. | Jarkko Hietaniemi | 2002-03-26 | 1 | -1/+1 |
* | Integrate perlio: | Jarkko Hietaniemi | 2002-03-26 | 1 | -0/+42 |
|\ | |||||
| * | Testcase for crlf spanning buffer boundary | Nick Ing-Simmons | 2002-03-26 | 1 | -0/+42 |
* | | Re: Jarkko likes OOOOs | Gerrit P. Haase | 2002-03-26 | 1 | -4/+4 |
|/ | |||||
* | Take away the perlio-requiring tests.. | Jarkko Hietaniemi | 2002-03-25 | 1 | -57/+1 |
* | More correct now, but actually the two new tests | Jarkko Hietaniemi | 2002-03-25 | 1 | -3/+1 |
* | More neo-io tests from Stas Bekman. | Jarkko Hietaniemi | 2002-03-25 | 1 | -1/+53 |
* | Re: Nearly OK for cygwin@15318 | Slaven Rezic | 2002-03-19 | 1 | -4/+24 |
* | perl/t/io/fs.t -- VOS bug | Paul Green | 2002-03-07 | 1 | -1/+5 |
* | question about fs.t | Nikola Knezevic | 2002-02-21 | 1 | -4/+18 |
* | Remove dubious test. | Abhijit Menon-Sen | 2002-02-16 | 1 | -38/+0 |
* | Absorb #14701 by Sarathy from maint-5.6. | Abhijit Menon-Sen | 2002-02-16 | 1 | -1/+38 |
* | Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle | Rafael Garcia-Suarez | 2002-02-08 | 1 | -2/+20 |
* | temp file not cleaned up | Rafael Garcia-Suarez | 2002-02-01 | 1 | -1/+1 |
* | Turn the I/O Unicode error by default on, but the | Jarkko Hietaniemi | 2002-01-31 | 1 | -3/+48 |
* | Linux/NFS hackery was not faking right number of passes. | Nick Ing-Simmons | 2002-01-25 | 1 | -11/+13 |
* | Integrate mainline (for ndbm fixes etc.) | Nick Ing-Simmons | 2002-01-17 | 1 | -1/+1 |
* | cleaner close on tests, take 2 | Andreas König | 2001-12-29 | 2 | -10/+10 |
* | [PATCH] check return of close | Andreas König | 2001-12-27 | 1 | -2/+2 |
* | Proper skip tests and VMS unlink | Michael G. Schwern | 2001-12-13 | 1 | -77/+79 |
* | VMS test fix-ups | Craig A. Berry | 2001-12-12 | 1 | -1/+1 |
* | Re: Next cygwin round. | Gerrit P. Haase | 2001-12-12 | 1 | -1/+1 |
* | rename() must be tested even without link() | Jarkko Hietaniemi | 2001-12-12 | 1 | -16/+16 |
* | io/fs cleanup: testing on win32/cygwin/netware/djgpp/... | Jarkko Hietaniemi | 2001-12-12 | 1 | -179/+209 |
* | cat2type in tests for VMS | Craig A. Berry | 2001-12-10 | 1 | -1/+1 |
* | Re: [PATCH t/io/openpid.t] Cleanup | Michael G. Schwern | 2001-12-10 | 1 | -29/+27 |
* | [PATCH lib/vmsish.t] Small test name abuse. | Jarkko Hietaniemi | 2001-12-08 | 1 | -134/+128 |
* | which_perl for safer $^Xing | Michael G. Schwern | 2001-12-07 | 1 | -6/+8 |
* | [PATCH t/base/lex.t, term.t] Purging echo from base tests | Michael G. Schwern | 2001-12-07 | 1 | -222/+146 |
* | Move the sysio tests from io/utf8 to lib/open. | Jarkko Hietaniemi | 2001-11-19 | 1 | -70/+4 |
* | Thou shalt not mix stdio and sysio. | Jarkko Hietaniemi | 2001-11-19 | 1 | -11/+13 |
* | Pending further investigation skip the tell() tests. | Jarkko Hietaniemi | 2001-11-19 | 1 | -25/+35 |
* | syswrite() was still returning byte counts, not character counts. | Jarkko Hietaniemi | 2001-11-18 | 1 | -10/+59 |
* | Add test for sysread(). | Jarkko Hietaniemi | 2001-11-18 | 1 | -1/+19 |
* | Prepend a null byte to the test set. | Jarkko Hietaniemi | 2001-11-18 | 1 | -0/+3 |
* | new version of runperl() | Rafael Garcia-Suarez | 2001-11-14 | 1 | -32/+14 |
* | Fix for the :utf8 read() bug noticed by Matt Sergeant: | Jarkko Hietaniemi | 2001-11-13 | 1 | -7/+31 |
* | Recoving dup tests for VMS | Michael G. Schwern | 2001-11-12 | 1 | -11/+29 |
* | some tests not cleaning up properly | Rafael Garcia-Suarez | 2001-11-10 | 1 | -1/+1 |
* | Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS | Michael G. Schwern | 2001-11-08 | 1 | -76/+72 |
* | Skip message nit. | Jarkko Hietaniemi | 2001-10-31 | 1 | -1/+1 |
* | [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin | Gerrit P. Haase | 2001-10-16 | 1 | -9/+17 |
* | Replace the use Test::More in t/{op,io,run} with t/test.pl. | Jarkko Hietaniemi | 2001-09-25 | 1 | -2/+4 |
* | t/io/binmode.t | Nicholas Clark | 2001-08-26 | 1 | -5/+13 |
* | (was Re: PerlIO regerssion tests?) | Nicholas Clark | 2001-08-25 | 1 | -0/+20 |
* | io/tell.t doesn't chdir t | Nicholas Clark | 2001-08-22 | 1 | -0/+5 |