| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #30660: Repeated spaces on shebang line stops option parsing | Nicholas Clark | 2008-08-28 | 1 | -1/+17 |
* | Convert all unimaginative (ie race condition) temporary file names to | Nicholas Clark | 2008-08-08 | 7 | -43/+30 |
* | Use test.pl, not Test.pm, in t/run/*.t | Nicholas Clark | 2008-08-08 | 1 | -3/+3 |
* | Fix run/switches test on Win32 | Steve Hay | 2008-06-10 | 1 | -1/+1 |
* | Probably starting with the changes in change #33897, | Steve Peters | 2008-06-01 | 1 | -1/+2 |
* | Handle PL_minus_E before PL_minus_{n,p}. | Florian Ragwitz | 2008-05-11 | 1 | -1/+7 |
* | Test dbmopen more thoroughly, including closing the coverage hole for | Nicholas Clark | 2008-04-17 | 1 | -30/+0 |
* | for -M:Foo, extended and revised | Robin Barker | 2008-03-02 | 1 | -1/+29 |
* | Note the U8 sized space created by removing -P, and check that it is | Nicholas Clark | 2008-01-11 | 1 | -2/+2 |
* | Remove the -P switch | Rafael Garcia-Suarez | 2008-01-11 | 2 | -56/+0 |
* | Remove the 'err' keyword | Rafael Garcia-Suarez | 2007-09-07 | 1 | -6/+1 |
* | Test that all the unknown command line flags are unknown. | Nicholas Clark | 2007-08-25 | 1 | -6/+8 |
* | Test '-x dir' | Jerry D. Hedden | 2007-08-09 | 3 | -3/+53 |
* | cloexec.t works under Cygwin | Jerry D. Hedden | 2007-06-21 | 1 | -2/+0 |
* | Remove support for assertions and -A | Rafael Garcia-Suarez | 2007-06-05 | 1 | -37/+0 |
* | Re: run/cloexec.t is failing | Marcus Holland-Moritz | 2007-01-30 | 1 | -2/+2 |
* | Avoid test failure with for a -Dusesitecustomize perl. | Gisle Aas | 2007-01-29 | 1 | -2/+2 |
* | Re: the new t/run/cloexec.t failing in Solaris and Tru64 | Andrew Savige | 2006-11-06 | 1 | -30/+40 |
* | New test for close-on-exec ($^F): t/run/cloexec.t | Andrew Savige | 2006-11-04 | 1 | -0/+164 |
* | Re: Off by one in the trie code? | Yves Orton | 2006-10-19 | 3 | -3/+3 |
* | z/OS: t/ - mostly EBCDIC fixes | Jarkko Hietaniemi | 2006-07-12 | 1 | -1/+13 |
* | Re: [perl #38657] -d:Foo=bar broke in 5.8.8 | Jarkko Hietaniemi | 2006-03-03 | 1 | -2/+11 |
* | Move "DEVEL####" marker to the 'perl -v' output. | Gisle Aas | 2006-01-06 | 1 | -1/+1 |
* | Make '-s' on the shebang line able to parse -foo=bar switches again. | Gisle Aas | 2006-01-06 | 1 | -3/+19 |
* | Feature bundle is now :5.10, and add -E switch | Robin Houston | 2005-12-21 | 1 | -2/+25 |
* | Remove some hardcoded references to ./perl in tests | Rafael Garcia-Suarez | 2005-12-20 | 1 | -1/+1 |
* | Oops, change 26326 broke t/run/switches.t | Gisle Aas | 2005-12-12 | 1 | -1/+1 |
* | [patch@25763] Fix VMS error/exit handling, update kill function | John E. Malmberg | 2005-10-16 | 1 | -7/+13 |
* | [patch] blead@25282 | John E. Malmberg | 2005-08-11 | 1 | -18/+58 |
* | Being more careful about newlines | Michael G. Schwern | 2005-07-28 | 1 | -5/+8 |
* | Same fix, for the test, now. | Rafael Garcia-Suarez | 2005-06-20 | 1 | -1/+1 |
* | better assertion support | Salvador FandiƱo | 2005-06-14 | 1 | -4/+5 |
* | Skip signals and core dump tests on Win32 | Steve Hay | 2005-05-27 | 1 | -11/+18 |
* | Gisle noted an unused variable | Rafael Garcia-Suarez | 2005-05-20 | 1 | -3/+0 |
* | Fix the new exit() tests, by Gisle Aas : | Rafael Garcia-Suarez | 2005-05-19 | 1 | -2/+1 |
* | Adjust VMS test count | Rafael Garcia-Suarez | 2005-05-19 | 1 | -1/+1 |
* | Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH] | Gisle Aas | 2005-05-18 | 1 | -2/+26 |
* | consting-eleventy.patch: More consts, plus actual bug fix | Andy Lester | 2005-05-16 | 1 | -1/+1 |
* | minitest fix | Rafael Garcia-Suarez | 2005-03-22 | 1 | -1/+1 |
* | Change 23727 broke code that relied on \ being escaped. | Nicholas Clark | 2005-01-02 | 1 | -0/+31 |
* | Fix breakage caused by Change 23179 | Steve Hay | 2004-08-02 | 1 | -1/+1 |
* | Skip test when building without Encode. | Marcus Holland-Moritz | 2004-08-01 | 1 | -0/+1 |
* | Re: Segfault using HTML::Entities | Jarkko Hietaniemi | 2004-07-09 | 1 | -0/+16 |
* | More @INC test fixes | Rafael Garcia-Suarez | 2004-06-25 | 1 | -1/+1 |
* | Include variable names in "Use of uninitialized value" warnings | Dave Mitchell | 2004-04-23 | 2 | -4/+4 |
* | Fix bug #24813 : the -0 wasn't recognized on the #! line | Rafael Garcia-Suarez | 2004-01-06 | 1 | -0/+3 |
* | Use $Config{_exe}. | Jarkko Hietaniemi | 2003-09-14 | 1 | -2/+3 |
* | Re: [PATCH 5.8.1 @20218] OS/2 API | Ilya Zakharevich | 2003-09-14 | 1 | -1/+1 |
* | Make the new glob tests pass (well, skip) even with miniperl. | Jarkko Hietaniemi | 2003-09-13 | 1 | -8/+10 |
* | VMS does not have quite UNIX glob semantics. | Jarkko Hietaniemi | 2003-09-03 | 1 | -0/+14 |