| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch unit tests to explicitly insert "." into @INC when needed. | H.Merijn Brand | 2016-11-11 | 1 | -3/+3 |
* | Tired of looking up old bug numbers | Father Chrysostomos | 2016-07-29 | 1 | -1/+1 |
* | Various tests: use centralized locale detection | Karl Williamson | 2015-11-20 | 1 | -4/+2 |
* | minitest: miniperl on win32 always displays the x86 arch, so skip testing it | Tony Cook | 2015-01-06 | 1 | -7/+11 |
* | Get t/run/switches.t working under minitest | Father Chrysostomos | 2014-09-02 | 1 | -2/+5 |
* | t/run/switches.t: Skip setlocale tests if !d_setlocale | Jess Robinson | 2014-01-18 | 1 | -0/+2 |
* | Get switches.t to pass under miniperl | Father Chrysostomos | 2013-12-06 | 1 | -2/+4 |
* | Make smartmatch, given & when experimental | Brian Fraser | 2013-03-26 | 1 | -2/+2 |
* | syntax check a directory: set the test process locale too | Tony Cook | 2013-01-22 | 1 | -0/+2 |
* | further refinement to EISDIR tests from `perl dir` | Ricardo Signes | 2013-01-18 | 1 | -3/+2 |
* | in testing EISDIR string, check known value first | Ricardo Signes | 2013-01-16 | 1 | -5/+6 |
* | avoid having to worry whether the test runs in a locale | Ricardo Signes | 2013-01-15 | 1 | -0/+4 |
* | expect a different error for `perl dir` on Win32 | Ricardo Signes | 2013-01-12 | 1 | -1/+5 |
* | Add a test to detect error when attempting to syntax-check a directory. | James E Keenan | 2013-01-12 | 1 | -1/+12 |
* | warn on -i with no input files given [perl #113410] | Jesse Luehrs | 2012-06-26 | 1 | -1/+21 |
* | Test ‘Too late for -[Mm]’ | Father Chrysostomos | 2011-12-30 | 1 | -1/+5 |
* | [perl #104288] Die with ‘Unrecognized switch’ on #! line | Father Chrysostomos | 2011-12-30 | 1 | -1/+15 |
* | Replaced '1 while unlink' with 'unlink_all' in t/run/switches.t | Brad Gilbert | 2010-12-08 | 1 | -2/+2 |
* | Add a warning to test.pl if quotes are used in one-liners. | Nicholas Clark | 2010-09-24 | 1 | -6/+6 |
* | Change perl -v version format | David Golden | 2009-11-14 | 1 | -1/+3 |
* | Adapt test to accept local uncommitted changes | Rafael Garcia-Suarez | 2009-10-03 | 1 | -1/+1 |
* | Some of the TODOs in switches.t actually work on VMS. | Craig A. Berry | 2009-07-18 | 1 | -0/+6 |
* | use strict by default if "use 5.011" is in effect! | Steffen Mueller | 2009-07-07 | 1 | -1/+6 |
* | much better git related version numbering in our (*nix for now) build process | Yves Orton | 2008-12-31 | 1 | -2/+3 |
* | f6a80292c3db127d1561c118f409c1cffd1b55d9 needs to be reflected in our switch | Nicholas Clark | 2008-12-20 | 1 | -1/+1 |
* | 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 | 1 | -18/+16 |
* | Fix run/switches test on Win32 | Steve Hay | 2008-06-10 | 1 | -1/+1 |
* | Handle PL_minus_E before PL_minus_{n,p}. | Florian Ragwitz | 2008-05-11 | 1 | -1/+7 |
* | 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 '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 |
* | Re: Off by one in the trie code? | Yves Orton | 2006-10-19 | 1 | -1/+1 |
* | 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 |
* | Oops, change 26326 broke t/run/switches.t | Gisle Aas | 2005-12-12 | 1 | -1/+1 |
* | Same fix, for the test, now. | Rafael Garcia-Suarez | 2005-06-20 | 1 | -1/+1 |
* | 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 |
* | Add test for -i. | Jarkko Hietaniemi | 2003-08-31 | 1 | -2/+38 |
* | Add tests for -h and (unknown) -z. | Jarkko Hietaniemi | 2003-08-31 | 1 | -4/+24 |
* | Add test for -v. | Jarkko Hietaniemi | 2003-08-31 | 1 | -3/+22 |
* | List the switches tested in switches.t. | Jarkko Hietaniemi | 2003-08-31 | 1 | -1/+2 |
* | Re: SPUG:-s option doesn't always work! | Yitzchak Scott-Thoennes | 2003-06-05 | 1 | -3/+2 |
* | Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86) | Abe Timmerman | 2002-10-17 | 1 | -1/+1 |
* | The -0 command-line switch wasn't setting $/ at compile-time. | Rafael Garcia-Suarez | 2002-10-12 | 1 | -1/+7 |
* | Re: [PATCH] perl -V: | Jarkko Hietaniemi | 2002-01-31 | 1 | -2/+33 |
* | cleaner close on tests, take 2 | Andreas König | 2001-12-29 | 1 | -3/+3 |