Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put a watchdog on openpid.t: it has been found to hang in some Win32 smokes. | Steve Hay | 2009-09-29 | 1 | -1/+1 |
| | |||||
* | Remove code specific to MacOS Classic from core tests | Rafael Garcia-Suarez | 2009-09-08 | 4 | -23/+7 |
| | |||||
* | Removed vestigal support for Tenon Intersystems MachTen Unix layer for MacOS ↵ | Jesse Vincent | 2009-08-03 | 1 | -3/+2 |
| | | | | | | Classic. Perl hasn't supported MachTen since 5.6. | ||||
* | Remove the port to MiNT. It's a dead platform that hasn't had any love ↵ | Jesse Vincent | 2009-08-03 | 3 | -5/+4 |
| | | | | since 5.005 | ||||
* | Replace Test::More by test.pl | Rafael Garcia-Suarez | 2009-07-27 | 3 | -5/+13 |
| | |||||
* | Some portability and clean-up for errno.t. | Craig A. Berry | 2009-06-11 | 1 | -2/+13 |
| | |||||
* | Do not honor TMPDIR for anonymous temporary files when tainting | Rafael Garcia-Suarez | 2009-06-10 | 1 | -2/+2 |
| | | | | | | | Use a default of /tmp on Unixes when TMPDIR is unset or empty, or when creation of a temporary file in it fails This goes on top of commit 26e8050aaf2eeca2f04cdc7bc5df07f8dc4ff0f9 | ||||
* | [perl #66452] TMPDIR not honored when opening an anonymous temporary file | Niko Tyni | 2009-06-10 | 1 | -1/+14 |
| | |||||
* | fix RT 39060, errno incorrectly set in perlio | Stepan Kasal | 2009-06-08 | 1 | -0/+26 |
| | |||||
* | Mark all .t and .pm files as non executable | Rafael Garcia-Suarez | 2009-06-06 | 13 | -0/+0 |
| | |||||
* | Skip under miniperl (cannot load Fcntl) | Rafael Garcia-Suarez | 2009-05-25 | 1 | -3/+7 |
| | |||||
* | Skip tests if PerlIO::scalar is not available | Rafael Garcia-Suarez | 2009-05-25 | 1 | -1/+5 |
| | |||||
* | [perl #56644] TODO was too severe. Only :unix :stdio were failing | David Mitchell | 2009-04-25 | 1 | -4/+7 |
| | |||||
* | Remove spurious TODO indicators | Rafael Garcia-Suarez | 2009-02-26 | 1 | -1/+1 |
| | | | | | By definition, the first test in a series for testing a leak should always succeed | ||||
* | Move the 4 tests of core PerlIO functionality to t/io. PerlIO::Layer::find is | Nicholas Clark | 2009-02-09 | 4 | -0/+252 |
| | | | | implemented in perlio.c | ||||
* | Haiku Port | Ingo Weinhold | 2008-10-29 | 1 | -1/+1 |
| | | | | | Message-Id: <20081029022544.413.1@knochen-vm.localdomain> p4raw-id: //depot/perl@34630 | ||||
* | VMS-specific follow-up to tempfile name changes in 34182, plus | Craig A. Berry | 2008-08-13 | 2 | -13/+7 |
| | | | | | a TODO in dup.t that's long since to-done. p4raw-id: //depot/perl@34203 | ||||
* | Convert all unimaginative (ie race condition) temporary file names to | Nicholas Clark | 2008-08-07 | 13 | -166/+158 |
| | | | | | use test.pl's tempfile(). p4raw-id: //depot/perl@34182 | ||||
* | Skip chown() tests added by #34092 on Win32 | Steve Hay | 2008-07-03 | 1 | -2/+5 |
| | | | p4raw-id: //depot/perl@34101 | ||||
* | Some more missing isGV_with_GP()s | Ben Morrow | 2008-06-28 | 1 | -0/+81 |
| | | | | | Message-ID: <20080628160017.GA81579@osiris.mauzo.dyndns.org> p4raw-id: //depot/perl@34092 | ||||
* | [patch@34016] VMS passes these t/io/open.t tests now. | John E. Malmberg | 2008-06-11 | 1 | -9/+2 |
| | | | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <484F51EA.6050005@qsl.net> Date: Tue, 10 Jun 2008 23:17:46 -0500 p4raw-id: //depot/perl@34042 | ||||
* | Make fs.t compare the permissions of a link with those | Craig A. Berry | 2008-02-11 | 1 | -2/+6 |
| | | | | | of the linked file rather than guessing at system defaults. p4raw-id: //depot/perl@33274 | ||||
* | Adjust the skip count for t/io/dup.t for the -Uuseperlio case, in a way | Nicholas Clark | 2007-11-05 | 1 | -2/+3 |
| | | | | | that will hopefully make it harder for it to get out of sync again. p4raw-id: //depot/perl@32225 | ||||
* | Fix a few segfaults and a when() bug | josh | 2007-10-17 | 1 | -3/+10 |
| | | | | | | From: "josh" <twists@gmail.com> Message-ID: <20071015043708.GA10981@grenekatz.org> p4raw-id: //depot/perl@32120 | ||||
* | Check rename() under Cygwin | Jerry D. Hedden | 2007-09-26 | 1 | -1/+1 |
| | | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510709250855o2c9115cdi6ce830a9ccaec696@mail.gmail.com> p4raw-id: //depot/perl@31980 | ||||
* | Various fixes for EBCDIC platforms. | Steve Peters | 2007-07-23 | 1 | -3/+3 |
| | | | p4raw-id: //depot/perl@31648 | ||||
* | Don't use utf8.pm in the test (avoiding embedding utf8 in the test | Rafael Garcia-Suarez | 2007-03-31 | 1 | -3/+2 |
| | | | | | | file), and use greek to test for something out of 8-bit latin, as Jarkko suggested. Everything flows. p4raw-id: //depot/perl@30805 | ||||
* | When dup'ing a filehandle, retain the :utf8 layer | Rafael Garcia-Suarez | 2007-03-30 | 1 | -1/+21 |
| | | | p4raw-id: //depot/perl@30781 | ||||
* | Upgrade inplace.t and iprefix.t to use test.pl, avoiding a lot | Craig A. Berry | 2007-03-11 | 2 | -64/+42 |
| | | | | | of OS-specific shenanigans. p4raw-id: //depot/perl@30543 | ||||
* | Fixes for the test suite on OS/2 | Ilya Zakharevich | 2006-12-18 | 1 | -1/+1 |
| | | | | | Message-ID: <20061214023222.GA29084@powdermilk.math.berkeley.edu> p4raw-id: //depot/perl@29578 | ||||
* | Text mode wrongly set on pipe file descriptors | Ilya Zakharevich | 2006-12-13 | 1 | -2/+45 |
| | | | | | Message-ID: <20061213072825.GA26300@powdermilk.math.berkeley.edu> p4raw-id: //depot/perl@29550 | ||||
* | Re: $, and say | Gisle Aas | 2006-11-02 | 1 | -1/+7 |
| | | | | | | | | Message-ID: <lrek2t1e8n.fsf@caliper.activestate.com> with tweaks so "say;" continues to default to $_ plus a regression test p4raw-id: //depot/perl@29187 | ||||
* | Re: Off by one in the trie code? | Yves Orton | 2006-10-19 | 2 | -5/+5 |
| | | | | | | | | Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com> change test files that do a require "./test.pl"; without a BEGIN block to ensure prototypes are seen, plus fix any breakage this reveals. p4raw-id: //depot/perl@29056 | ||||
* | The binmode in t/iop/utf8.t doesn't need to be conditional on ${^OPEN} | Nicholas Clark | 2006-06-07 | 1 | -3/+1 |
| | | | p4raw-id: //depot/perl@28369 | ||||
* | patch@27236 vms glob/readdir/chdir EFS/long filename support | John E. Malmberg | 2006-02-20 | 1 | -0/+1 |
| | | | | | Message-ID: <43F92CE6.5040704@qsl.net> p4raw-id: //depot/perl@27239 | ||||
* | Give up on through.t on VMS for now -- no can do with current | Craig A. Berry | 2006-01-14 | 1 | -0/+4 |
| | | | | | pipe implementation. p4raw-id: //depot/perl@26857 | ||||
* | latest switch/say/~~ | Robin Houston | 2005-12-19 | 1 | -0/+49 |
| | | | | | Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26400 | ||||
* | Pulling ancient RCS comments | Andy Lester | 2005-11-20 | 3 | -6/+0 |
| | | | | | Message-ID: <20051119061639.GA25086@petdance.com> p4raw-id: //depot/perl@26178 | ||||
* | I/O is UTF-8, not "UNICODE" | Nicholas Clark | 2005-11-09 | 1 | -7/+7 |
| | | | p4raw-id: //depot/perl@26066 | ||||
* | As using -C to turn on utf8 IO is equivalent to the open pragma, | Nicholas Clark | 2005-11-09 | 1 | -2/+8 |
| | | | | | | change 25925 had the side effect of breaking t/io/utf8.t Fixed by adding the missing binmode()s. p4raw-id: //depot/perl@26065 | ||||
* | Better diagnostics from io/utf8.t | Nicholas Clark | 2005-11-09 | 1 | -31/+36 |
| | | | p4raw-id: //depot/perl@26064 | ||||
* | Re: A surprising segfault | SADAHIRO Tomoyuki | 2005-11-08 | 2 | -2/+25 |
| | | | | | Message-Id: <20051108233535.735D.BQW10602@nifty.com> p4raw-id: //depot/perl@26045 | ||||
* | Add appropriate skips to t/io/fs.t to fix test failures on Cygwin. | Steve Peters | 2005-11-03 | 1 | -2/+8 |
| | | | p4raw-id: //depot/perl@25974 | ||||
* | More core test cleanups. Mainly fixes to remove code that caused | Steve Peters | 2005-11-03 | 6 | -18/+30 |
| | | | | | | warnings, but there were a few bug fixes that were hidden by no using warnings. p4raw-id: //depot/perl@25973 | ||||
* | Clean up some test files. | Steve Peters | 2005-11-03 | 5 | -6/+18 |
| | | | p4raw-id: //depot/perl@25967 | ||||
* | Test case should not execute /no_such_process if it does exist. | Steve Peters | 2005-11-02 | 1 | -1/+2 |
| | | | p4raw-id: //depot/perl@25965 | ||||
* | Re: futimes [PATCH] | Gisle Aas | 2005-11-02 | 1 | -47/+52 |
| | | | | | Message-ID: <lrbr1494o2.fsf@caliper.activestate.com> p4raw-id: //depot/perl@25951 | ||||
* | Lowercase barewords considered harmful to your health. | Steve Peters | 2005-11-02 | 1 | -6/+6 |
| | | | p4raw-id: //depot/perl@25949 | ||||
* | futimes [PATCH] | Gisle Aas | 2005-10-31 | 1 | -2/+27 |
| | | | | | Message-ID: <lrk6ft8ia6.fsf_-_@caliper.activestate.com> p4raw-id: //depot/perl@25941 | ||||
* | Comment nit by Vadim Konovalov | Rafael Garcia-Suarez | 2005-09-27 | 1 | -58/+58 |
| | | | | | And while we're at it, reindent consistently. p4raw-id: //depot/perl@25625 |