summaryrefslogtreecommitdiff
path: root/t/lib/warnings/9uninit
Commit message (Expand)AuthorAgeFilesLines
* report uninit variable name even in optimized casesLukas Mai2023-03-241-0/+30
* Replace 'experimental::smartmatch' by 'deprecated' in testsPhilippe Bruhat (BooK)2023-02-251-1/+1
* avoid SEGV with uninit warning with multiderefDavid Mitchell2019-07-101-0/+10
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-0/+7
* eviscerate smartmatchZefram2017-11-221-7/+0
* Forbid setting $/ to a reference to a non-postive integerDagfinn Ilmari Mannsåker2017-06-051-4/+8
* $/ = \-1 will be fatal in Perl 5.28.Abigail2017-01-161-1/+1
* (perl #130335) fix numeric comparison for sort's built-in compareTony Cook2016-12-231-1/+1
* Use the new metalevel definitions for fp inf/nan/rangeJarkko Hietaniemi2016-10-281-6/+3
* netbsd-vax: more skippage due to no inf/nanJarkko Hietaniemi2016-10-281-1/+1
* vax-netbsd: no nanJarkko Hietaniemi2016-10-211-3/+14
* undef $0 shouldn't warn about $0David Mitchell2016-09-281-0/+8
* "" . open(my $fh,...) gave wrong warningDavid Mitchell2016-08-151-0/+6
* Fix failing uninit test on 64-bit-int buildsFather Chrysostomos2016-07-171-1/+1
* Fix stupid test in 9uninitFather Chrysostomos2016-06-231-2/+2
* Preserve 64-bit array offsets in uninit warningsFather Chrysostomos2016-06-231-0/+21
* [perl #127877] Emit undef warning on sassign+concatAaron Crane2016-05-091-0/+21
* Disable lexical $_Father Chrysostomos2015-09-291-56/+26
* Add OP_MULTIDEREFDavid Mitchell2014-12-071-0/+77
* Skip padsv op in $lex =~ ...Father Chrysostomos2014-11-091-0/+5
* Fold join to const or stringify where possibleFather Chrysostomos2014-10-121-1/+0
* deal with assignment to $/ better, deprecate edge cases, and forbid othersYves Orton2014-02-031-4/+3
* t/lib/warnings/9uninit: Skip crypt tests if !d_cryptJess Robinson2014-01-181-0/+1
* Make smartmatch, given & when experimentalBrian Fraser2013-03-261-1/+1
* put an experimental warning on lexical topicRicardo Signes2013-02-201-1/+2
* Un-deprecate the support for lexical $_Rafael Garcia-Suarez2013-02-201-2/+1
* Deprecate lexical $_Father Chrysostomos2012-12-041-0/+1
* sv.c: !SvLEN does not mean undefinedFather Chrysostomos2012-10-281-0/+14
* fix hash key ordering dependency in t/warnings.tYves Orton2012-10-261-2/+2
* fix off-by-one error in key detection logic for uninitialized warningsYves Orton2012-10-201-1/+0
* add a TODO test for uninitialized warning hash bucket fencepost errorYves Orton2012-10-201-0/+30
* Disable const repl optimisation for empty patternFather Chrysostomos2012-10-111-7/+4
* Use const repl optimisation with s///e where possibleFather Chrysostomos2012-10-111-1/+1
* sv.c:varname: Fix bad assertion added by c6fb3f6eFather Chrysostomos2012-08-041-0/+12
* [perl #113576] Restore err msg for &{+undef}Father Chrysostomos2012-07-131-2/+0
* Fix for [perl #9423] vec assignments generate 2 warningsBrian Fraser2012-05-261-1/+0
* Correctly escape UTF-8 in hash keys in uninitialized warningsRafael Garcia-Suarez2012-01-251-2/+2
* Optimise substr assignment in void contextFather Chrysostomos2011-11-261-5/+5
* Don’t coerce $x immediately in foo(substr $x...)Father Chrysostomos2011-11-261-2/+2
* [perl #103766] Wrong $" warning in perl 5.14Father Chrysostomos2011-11-221-0/+6
* Move a test from t/lib/warnings/sv to .../9uninitFather Chrysostomos2011-11-221-0/+7
* Test for lack of uninit warnings in sub redefFather Chrysostomos2011-11-221-0/+6
* Make sort {} and sort {()} equivalentFather Chrysostomos2011-11-211-0/+7
* Make sort’s warnings dependent on the right hintsFather Chrysostomos2011-11-191-1/+8
* Mention implicit $_ in y///r uninit warningFather Chrysostomos2011-11-191-31/+37
* Mention all variables in $undef..$undef warningsFather Chrysostomos2011-10-131-2/+2
* [perl #94390] Optimised numeric sort should warn for nanFather Chrysostomos2011-10-121-0/+16
* Mention sort in warnings about sort sub retvalsFather Chrysostomos2011-10-121-0/+5
* Avoid an redundant copy in pp_flopFather Chrysostomos2011-10-121-2/+2
* "Use of uninitialized value..." UTF8 cleanupBrian Fraser2011-10-061-0/+13