| Commit message (Expand) | Author | Age | Files | Lines |
* | toke.c, scan_ident(): use PEEKSPACE() to skip over whitespace. | Brian Fraser | 2013-09-18 | 1 | -2/+65 |
* | [perl #119123] disallow literal control character variables | Brian Fraser | 2013-09-18 | 1 | -0/+37 |
* | test and briefly document DB::goto | Tony Cook | 2013-09-16 | 1 | -0/+6 |
* | op.c: Warn on "return $a or $b" [perl #59802] | Niels Thykier | 2013-09-15 | 1 | -0/+115 |
* | Reduce false positives for @hsh{$s} and @ary[$s] warnings | Father Chrysostomos | 2013-09-14 | 1 | -12/+134 |
* | Move ‘Scalar value better written as’ tests from toke to op | Father Chrysostomos | 2013-09-14 | 2 | -41/+41 |
* | [perl #117265] safesyscalls: check embedded nul in syscall args | Tony Cook | 2013-08-26 | 1 | -0/+32 |
* | Don’t give unavailability warnings about our vars | Father Chrysostomos | 2013-08-24 | 1 | -0/+7 |
* | [perl #118753] Remove erroneous elsif("") warning | Father Chrysostomos | 2013-08-20 | 1 | -0/+1 |
* | [perl #3330] avoid an uncaught warning from op/inc.t | Tony Cook | 2013-08-14 | 1 | -0/+2 |
* | [perl #3330] warn on increment of an non number/non-magically incable value | Tony Cook | 2013-08-12 | 1 | -0/+12 |
* | Stop ‘used once’ warnings from crashing on circularities | Father Chrysostomos | 2013-08-05 | 1 | -0/+7 |
* | Don’t use CopFILESV for ‘once’ warnings | Father Chrysostomos | 2013-08-05 | 1 | -0/+7 |
* | PATCH: [perl #119101] Extraneous warnings in Parse::ErrorString::Perl | Karl Williamson | 2013-07-31 | 1 | -3/+17 |
* | Remove a duplicate test separator "########\n" line from the pp_sys tests. | Nicholas Clark | 2013-07-22 | 1 | -3/+2 |
* | Move file parsing code from t/lib/common.pl to t/test.pl | Nicholas Clark | 2013-07-22 | 1 | -36/+1 |
* | Refactor the setup code in t/lib/common.pl | Nicholas Clark | 2013-07-22 | 1 | -22/+23 |
* | lib/warnings.t should actually run the test in t/lib/warnings/doop | Nicholas Clark | 2013-07-22 | 2 | -1/+16 |
* | [perl #118857] Test punct vars’ exemption from ‘once’ warnings | Father Chrysostomos | 2013-07-12 | 1 | -0/+10 |
* | 'Prototype after' and 'Illegal character' warnings should both pretty print t... | Peter Martini | 2013-07-09 | 1 | -13/+19 |
* | PATCH: [perl #114178] di/ds/ig exempt from warnings in void context | Karl Williamson | 2013-07-04 | 1 | -1/+7 |
* | t/lib/warnings/utf8: Fix improper TODO test | Karl Williamson | 2013-07-03 | 1 | -2/+2 |
* | [perl #117535, #76910] Fix bogus ambiguity warnings | Father Chrysostomos | 2013-06-26 | 1 | -0/+58 |
* | [perl #118047] Don’t warn for tr//a/c | Father Chrysostomos | 2013-06-19 | 1 | -1/+3 |
* | fix category on "Statement unlikely to be reached" | Ricardo Signes | 2013-06-13 | 2 | -3/+7 |
* | More tests for the "Ambiguous use of ... resolved ..." warning S_scan_ident(). | Nicholas Clark | 2013-05-22 | 1 | -0/+15 |
* | Restore the warning previously issued by (-l $fh) | Ricardo Signes | 2013-05-08 | 1 | -0/+6 |
* | Revert "Change the warning for $* to add ", and will become a syntax error"." | Nicholas Clark | 2013-05-03 | 2 | -9/+9 |
* | Revert "Add a deprecation warning for all uses of @*, %*, &* and **." | Nicholas Clark | 2013-05-03 | 1 | -18/+0 |
* | Make smartmatch, given & when experimental | Brian Fraser | 2013-03-26 | 4 | -18/+18 |
* | Add a deprecation warning for all uses of @*, %*, &* and **. | Nicholas Clark | 2013-03-21 | 1 | -0/+18 |
* | Change the warning for $* to add ", and will become a syntax error". | Nicholas Clark | 2013-03-21 | 2 | -9/+9 |
* | Generate the deprecation warnings for all uses $* or $#. | Nicholas Clark | 2013-03-21 | 1 | -12/+22 |
* | Additional tests for the deprecation warnings when using $* or $#. | Nicholas Clark | 2013-03-21 | 1 | -0/+40 |
* | t/lib/common.pl should use absolute paths in @INC | Nicholas Clark | 2013-03-07 | 1 | -1/+1 |
* | Restrict the valid identifier syntax, fix some identifier bugs. | Brian Fraser | 2013-03-06 | 1 | -8/+0 |
* | put an experimental warning on lexical topic | Ricardo Signes | 2013-02-20 | 2 | -1/+16 |
* | Un-deprecate the support for lexical $_ | Rafael Garcia-Suarez | 2013-02-20 | 2 | -16/+1 |
* | Move t/lib/warnings/regcomp to t/re/reg_mesg.t | Karl Williamson | 2013-01-23 | 1 | -279/+1 |
* | regcomp.c: Change warning category to just deprecated | Karl Williamson | 2013-01-23 | 1 | -2/+2 |
* | Replace XXX by correct bug number | Karl Williamson | 2013-01-19 | 1 | -1/+1 |
* | Deprecate certain rare uses of backslashes within regexes | Karl Williamson | 2013-01-19 | 1 | -0/+27 |
* | Revert "Deprecate literal unescaped "{" in regexes." | Karl Williamson | 2013-01-19 | 1 | -7/+3 |
* | lib/warnings/regcomp: Add note about better place for these | Karl Williamson | 2013-01-11 | 1 | -0/+2 |
* | charnames: Deprecate character names with spacing issues | Karl Williamson | 2013-01-04 | 1 | -0/+18 |
* | charnames: :alias alone implies :full | Karl Williamson | 2013-01-04 | 1 | -8/+0 |
* | charnames: comment, error message clarifications | Karl Williamson | 2013-01-04 | 1 | -1/+1 |
* | skip the \N{...} unloaded charnames croak test when PERL_UNICODE set | Tony Cook | 2012-12-17 | 1 | -0/+1 |
* | Change Constant(undef) error to something meaningful | Father Chrysostomos | 2012-12-08 | 1 | -6/+6 |
* | Test ‘Constant(%s) unknown’ error | Father Chrysostomos | 2012-12-08 | 1 | -0/+51 |