summaryrefslogtreecommitdiff
path: root/t/lib
Commit message (Expand)AuthorAgeFilesLines
* toke.c, scan_ident(): use PEEKSPACE() to skip over whitespace.Brian Fraser2013-09-181-2/+65
* [perl #119123] disallow literal control character variablesBrian Fraser2013-09-181-0/+37
* test and briefly document DB::gotoTony Cook2013-09-161-0/+6
* op.c: Warn on "return $a or $b" [perl #59802]Niels Thykier2013-09-151-0/+115
* Reduce false positives for @hsh{$s} and @ary[$s] warningsFather Chrysostomos2013-09-141-12/+134
* Move ‘Scalar value better written as’ tests from toke to opFather Chrysostomos2013-09-142-41/+41
* [perl #117265] safesyscalls: check embedded nul in syscall argsTony Cook2013-08-261-0/+32
* Don’t give unavailability warnings about our varsFather Chrysostomos2013-08-241-0/+7
* [perl #118753] Remove erroneous elsif("") warningFather Chrysostomos2013-08-201-0/+1
* [perl #3330] avoid an uncaught warning from op/inc.tTony Cook2013-08-141-0/+2
* [perl #3330] warn on increment of an non number/non-magically incable valueTony Cook2013-08-121-0/+12
* Stop ‘used once’ warnings from crashing on circularitiesFather Chrysostomos2013-08-051-0/+7
* Don’t use CopFILESV for ‘once’ warningsFather Chrysostomos2013-08-051-0/+7
* PATCH: [perl #119101] Extraneous warnings in Parse::ErrorString::PerlKarl Williamson2013-07-311-3/+17
* Remove a duplicate test separator "########\n" line from the pp_sys tests.Nicholas Clark2013-07-221-3/+2
* Move file parsing code from t/lib/common.pl to t/test.plNicholas Clark2013-07-221-36/+1
* Refactor the setup code in t/lib/common.plNicholas Clark2013-07-221-22/+23
* lib/warnings.t should actually run the test in t/lib/warnings/doopNicholas Clark2013-07-222-1/+16
* [perl #118857] Test punct vars’ exemption from ‘once’ warningsFather Chrysostomos2013-07-121-0/+10
* 'Prototype after' and 'Illegal character' warnings should both pretty print t...Peter Martini2013-07-091-13/+19
* PATCH: [perl #114178] di/ds/ig exempt from warnings in void contextKarl Williamson2013-07-041-1/+7
* t/lib/warnings/utf8: Fix improper TODO testKarl Williamson2013-07-031-2/+2
* [perl #117535, #76910] Fix bogus ambiguity warningsFather Chrysostomos2013-06-261-0/+58
* [perl #118047] Don’t warn for tr//a/cFather Chrysostomos2013-06-191-1/+3
* fix category on "Statement unlikely to be reached"Ricardo Signes2013-06-132-3/+7
* More tests for the "Ambiguous use of ... resolved ..." warning S_scan_ident().Nicholas Clark2013-05-221-0/+15
* Restore the warning previously issued by (-l $fh)Ricardo Signes2013-05-081-0/+6
* Revert "Change the warning for $* to add ", and will become a syntax error"."Nicholas Clark2013-05-032-9/+9
* Revert "Add a deprecation warning for all uses of @*, %*, &* and **."Nicholas Clark2013-05-031-18/+0
* Make smartmatch, given & when experimentalBrian Fraser2013-03-264-18/+18
* Add a deprecation warning for all uses of @*, %*, &* and **.Nicholas Clark2013-03-211-0/+18
* Change the warning for $* to add ", and will become a syntax error".Nicholas Clark2013-03-212-9/+9
* Generate the deprecation warnings for all uses $* or $#.Nicholas Clark2013-03-211-12/+22
* Additional tests for the deprecation warnings when using $* or $#.Nicholas Clark2013-03-211-0/+40
* t/lib/common.pl should use absolute paths in @INCNicholas Clark2013-03-071-1/+1
* Restrict the valid identifier syntax, fix some identifier bugs.Brian Fraser2013-03-061-8/+0
* put an experimental warning on lexical topicRicardo Signes2013-02-202-1/+16
* Un-deprecate the support for lexical $_Rafael Garcia-Suarez2013-02-202-16/+1
* Move t/lib/warnings/regcomp to t/re/reg_mesg.tKarl Williamson2013-01-231-279/+1
* regcomp.c: Change warning category to just deprecatedKarl Williamson2013-01-231-2/+2
* Replace XXX by correct bug numberKarl Williamson2013-01-191-1/+1
* Deprecate certain rare uses of backslashes within regexesKarl Williamson2013-01-191-0/+27
* Revert "Deprecate literal unescaped "{" in regexes."Karl Williamson2013-01-191-7/+3
* lib/warnings/regcomp: Add note about better place for theseKarl Williamson2013-01-111-0/+2
* charnames: Deprecate character names with spacing issuesKarl Williamson2013-01-041-0/+18
* charnames: :alias alone implies :fullKarl Williamson2013-01-041-8/+0
* charnames: comment, error message clarificationsKarl Williamson2013-01-041-1/+1
* skip the \N{...} unloaded charnames croak test when PERL_UNICODE setTony Cook2012-12-171-0/+1
* Change Constant(undef) error to something meaningfulFather Chrysostomos2012-12-081-6/+6
* Test ‘Constant(%s) unknown’ errorFather Chrysostomos2012-12-081-0/+51