| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | test that version.pm does not clobber locale | Ricardo Signes | 2011-12-18 | 1 | -1/+31 |
* | Fix pp_goto crash with orphaned GV | Father Chrysostomos | 2011-11-18 | 1 | -1/+17 |
* | Make sure $DB::sub is callable | Father Chrysostomos | 2011-11-18 | 1 | -1/+17 |
* | Restore VMS glob skip removed in 1bb8785a. | Craig A. Berry | 2011-11-04 | 1 | -12/+19 |
* | Rewrite csh_glob in C; fix two quoting bugs | Father Chrysostomos | 2011-10-26 | 1 | -43/+17 |
* | Make switchC.t pass if the environment variable PERL_UNICODE contains "S" | Rafael Garcia-Suarez | 2011-08-31 | 1 | -6/+11 |
* | Document and test the phase-change probe | Shawn M Moore | 2011-07-12 | 1 | -1/+63 |
* | Load modules only after setting up @INC | Florian Ragwitz | 2011-07-12 | 1 | -3/+4 |
* | New test file that exercises Perl's DTrace support | Shawn M Moore | 2011-07-11 | 1 | -0/+94 |
* | Move the test for 078c425b721ea35d from fresh_perl.t to pat_rt_report.t | Nicholas Clark | 2011-03-07 | 1 | -17/+0 |
* | Add skip_all_without_config() to test.pl, and use it in 6 tests. | Nicholas Clark | 2011-03-07 | 2 | -10/+3 |
* | Add skip_all_without_perlio() to test.pl, and use it in 8 tests. | Nicholas Clark | 2011-03-07 | 1 | -4/+1 |
* | Refactor 6 tests in t/op and t/run to use skip_all_if_miniperl(). | Nicholas Clark | 2011-03-07 | 1 | -7/+3 |
* | In t/ avoid using File::Spec for paths only used by Perl. | Nicholas Clark | 2011-03-06 | 1 | -4/+3 |
* | In switchI.t, use nolib => 1 to make the tests pass on miniperl once more. | Nicholas Clark | 2011-02-21 | 1 | -5/+2 |
* | In runenv.t, don't automatically add -I../lib to the test program's arguments. | Nicholas Clark | 2011-02-21 | 1 | -14/+11 |
* | Refactor t/run/runenv.t to use lexical file handles. | Nicholas Clark | 2011-02-21 | 1 | -12/+13 |
* | In runenv.t, inline runperl() into try(), its only caller. | Nicholas Clark | 2011-02-21 | 1 | -33/+9 |
* | Fix typos (spelling errors) in t/*. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -1/+1 |
* | Replaced '1 while unlink' with 'unlink_all' in t/run/switches.t | Brad Gilbert | 2010-12-08 | 1 | -2/+2 |
* | Extend -d:foo=bar to make -d:-foo expand to C<no foo>, consistent with -M-foo | Nicholas Clark | 2010-11-25 | 1 | -1/+7 |
* | Adjust t/run/switchd-78586.t to work under t/TEST and t/harness. | Nicholas Clark | 2010-11-11 | 1 | -1/+7 |
* | Test for [perl #78586] | Tim Bunce | 2010-11-11 | 1 | -0/+40 |
* | Document that the -Ci, -Co, and -CD options have file scope | Niko Tyni | 2010-11-05 | 1 | -1/+16 |
* | Don't fold constants in sprintf() if locales are used | Niko Tyni | 2010-10-27 | 1 | -1/+14 |
* | LC_NUMERIC documentation updates + tests | Niko Tyni | 2010-10-27 | 1 | -5/+88 |
* | Refactor LC_NUMERIC test out of t/run/fresh_perl.t | Niko Tyni | 2010-10-27 | 2 | -36/+50 |
* | refactor and regularise label/statement grammar | Zefram | 2010-10-25 | 1 | -2/+2 |
* | [perl #48332] Debugger corrupts symbol table munging | Father Chrysostomos | 2010-09-30 | 1 | -2/+17 |
* | #!perl -C -w dies | Father Chrysostomos | 2010-09-26 | 1 | -1/+14 |
* | Add a warning to test.pl if quotes are used in one-liners. | Nicholas Clark | 2010-09-24 | 1 | -6/+6 |
* | [perl #71806] perldb does not setup %dbline with the shebang option -d | Father Chrysostomos | 2010-09-23 | 1 | -1/+14 |
* | Add (?^...) regex construct | Karl Williamson | 2010-09-20 | 1 | -1/+1 |
* | further fix for RT #23810 | David Mitchell | 2010-05-18 | 1 | -0/+40 |
* | Change perl -v version format | David Golden | 2009-11-14 | 1 | -1/+3 |
* | Move script.t from t/comp to t/run, as it's a test for invoking perl. | Nicholas Clark | 2009-10-08 | 1 | -0/+29 |
* | Adapt test to accept local uncommitted changes | Rafael Garcia-Suarez | 2009-10-03 | 1 | -1/+1 |
* | For miniperl, disable PERL_UNICODE and -C. | Nicholas Clark | 2009-09-23 | 1 | -0/+5 |
* | split: Remove implicit split to @_ | Bo Borgerson | 2009-09-13 | 1 | -2/+2 |
* | Remove code specific to MacOS Classic from core tests | Rafael Garcia-Suarez | 2009-09-08 | 4 | -13/+7 |
* | t/TEST shouldn't use -M options until we've tested that they work. | Nicholas Clark | 2009-08-26 | 1 | -2/+2 |
* | WIFEXITED() cygwin regression | Reini Urban | 2009-08-04 | 1 | -1/+1 |
* | Avoid using embedded newlines in the "one"liners passed to runperl(). | Nicholas Clark | 2009-07-27 | 1 | -3/+3 |
* | Add tests for where -C differs between then #! and command lines. | Nicholas Clark | 2009-07-26 | 1 | -1/+13 |
* | Allow -C on the #! line when it is identical to -C on the command line. | Father Chrysostomos | 2009-07-26 | 1 | -1/+5 |
* | 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 |
* | Trim all trailing / from "." in @INC when filling %INC | Rafael Garcia-Suarez | 2009-06-25 | 1 | -1/+16 |