| Commit message (Expand) | Author | Age | Files | Lines |
* | avoid SEGV with uninit warning with multideref | David Mitchell | 2019-07-10 | 1 | -0/+10 |
* | revert smartmatch to 5.27.6 behaviour | Zefram | 2017-12-29 | 1 | -0/+7 |
* | eviscerate smartmatch | Zefram | 2017-11-22 | 1 | -7/+0 |
* | Forbid setting $/ to a reference to a non-postive integer | Dagfinn Ilmari Mannsåker | 2017-06-05 | 1 | -4/+8 |
* | $/ = \-1 will be fatal in Perl 5.28. | Abigail | 2017-01-16 | 1 | -1/+1 |
* | (perl #130335) fix numeric comparison for sort's built-in compare | Tony Cook | 2016-12-23 | 1 | -1/+1 |
* | Use the new metalevel definitions for fp inf/nan/range | Jarkko Hietaniemi | 2016-10-28 | 1 | -6/+3 |
* | netbsd-vax: more skippage due to no inf/nan | Jarkko Hietaniemi | 2016-10-28 | 1 | -1/+1 |
* | vax-netbsd: no nan | Jarkko Hietaniemi | 2016-10-21 | 1 | -3/+14 |
* | undef $0 shouldn't warn about $0 | David Mitchell | 2016-09-28 | 1 | -0/+8 |
* | "" . open(my $fh,...) gave wrong warning | David Mitchell | 2016-08-15 | 1 | -0/+6 |
* | Fix failing uninit test on 64-bit-int builds | Father Chrysostomos | 2016-07-17 | 1 | -1/+1 |
* | Fix stupid test in 9uninit | Father Chrysostomos | 2016-06-23 | 1 | -2/+2 |
* | Preserve 64-bit array offsets in uninit warnings | Father Chrysostomos | 2016-06-23 | 1 | -0/+21 |
* | [perl #127877] Emit undef warning on sassign+concat | Aaron Crane | 2016-05-09 | 1 | -0/+21 |
* | Disable lexical $_ | Father Chrysostomos | 2015-09-29 | 1 | -56/+26 |
* | Add OP_MULTIDEREF | David Mitchell | 2014-12-07 | 1 | -0/+77 |
* | Skip padsv op in $lex =~ ... | Father Chrysostomos | 2014-11-09 | 1 | -0/+5 |
* | Fold join to const or stringify where possible | Father Chrysostomos | 2014-10-12 | 1 | -1/+0 |
* | deal with assignment to $/ better, deprecate edge cases, and forbid others | Yves Orton | 2014-02-03 | 1 | -4/+3 |
* | t/lib/warnings/9uninit: Skip crypt tests if !d_crypt | Jess Robinson | 2014-01-18 | 1 | -0/+1 |
* | Make smartmatch, given & when experimental | Brian Fraser | 2013-03-26 | 1 | -1/+1 |
* | put an experimental warning on lexical topic | Ricardo Signes | 2013-02-20 | 1 | -1/+2 |
* | Un-deprecate the support for lexical $_ | Rafael Garcia-Suarez | 2013-02-20 | 1 | -2/+1 |
* | Deprecate lexical $_ | Father Chrysostomos | 2012-12-04 | 1 | -0/+1 |
* | sv.c: !SvLEN does not mean undefined | Father Chrysostomos | 2012-10-28 | 1 | -0/+14 |
* | fix hash key ordering dependency in t/warnings.t | Yves Orton | 2012-10-26 | 1 | -2/+2 |
* | fix off-by-one error in key detection logic for uninitialized warnings | Yves Orton | 2012-10-20 | 1 | -1/+0 |
* | add a TODO test for uninitialized warning hash bucket fencepost error | Yves Orton | 2012-10-20 | 1 | -0/+30 |
* | Disable const repl optimisation for empty pattern | Father Chrysostomos | 2012-10-11 | 1 | -7/+4 |
* | Use const repl optimisation with s///e where possible | Father Chrysostomos | 2012-10-11 | 1 | -1/+1 |
* | sv.c:varname: Fix bad assertion added by c6fb3f6e | Father Chrysostomos | 2012-08-04 | 1 | -0/+12 |
* | [perl #113576] Restore err msg for &{+undef} | Father Chrysostomos | 2012-07-13 | 1 | -2/+0 |
* | Fix for [perl #9423] vec assignments generate 2 warnings | Brian Fraser | 2012-05-26 | 1 | -1/+0 |
* | Correctly escape UTF-8 in hash keys in uninitialized warnings | Rafael Garcia-Suarez | 2012-01-25 | 1 | -2/+2 |
* | Optimise substr assignment in void context | Father Chrysostomos | 2011-11-26 | 1 | -5/+5 |
* | Don’t coerce $x immediately in foo(substr $x...) | Father Chrysostomos | 2011-11-26 | 1 | -2/+2 |
* | [perl #103766] Wrong $" warning in perl 5.14 | Father Chrysostomos | 2011-11-22 | 1 | -0/+6 |
* | Move a test from t/lib/warnings/sv to .../9uninit | Father Chrysostomos | 2011-11-22 | 1 | -0/+7 |
* | Test for lack of uninit warnings in sub redef | Father Chrysostomos | 2011-11-22 | 1 | -0/+6 |
* | Make sort {} and sort {()} equivalent | Father Chrysostomos | 2011-11-21 | 1 | -0/+7 |
* | Make sort’s warnings dependent on the right hints | Father Chrysostomos | 2011-11-19 | 1 | -1/+8 |
* | Mention implicit $_ in y///r uninit warning | Father Chrysostomos | 2011-11-19 | 1 | -31/+37 |
* | Mention all variables in $undef..$undef warnings | Father Chrysostomos | 2011-10-13 | 1 | -2/+2 |
* | [perl #94390] Optimised numeric sort should warn for nan | Father Chrysostomos | 2011-10-12 | 1 | -0/+16 |
* | Mention sort in warnings about sort sub retvals | Father Chrysostomos | 2011-10-12 | 1 | -0/+5 |
* | Avoid an redundant copy in pp_flop | Father Chrysostomos | 2011-10-12 | 1 | -2/+2 |
* | "Use of uninitialized value..." UTF8 cleanup | Brian Fraser | 2011-10-06 | 1 | -0/+13 |
* | Call get-magic once for implicit rv2gv in close(), etc. | Father Chrysostomos | 2011-08-23 | 1 | -0/+2 |
* | Revert parts of c31c291..96b6b87 | Father Chrysostomos | 2011-04-08 | 1 | -12/+12 |