summaryrefslogtreecommitdiff
path: root/t/lib
Commit message (Expand)AuthorAgeFilesLines
* [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
* Test error when constant overload handler returns undefFather Chrysostomos2012-12-081-0/+44
* [perl #115818] Don’t croak for /[.zog.]/Father Chrysostomos2012-12-041-1/+0
* Deprecate lexical $_Father Chrysostomos2012-12-042-0/+15
* Warn when declaring lexsubs, not when enabling themFather Chrysostomos2012-11-243-3/+8
* Warn by default for constant my sub redefinitionFather Chrysostomos2012-11-241-0/+19
* Inline regcomp.c:S_checkposixcc into its only callerFather Chrysostomos2012-11-181-4/+4
* Hash Function Change - Murmur hash and true per process hash seedYves Orton2012-11-171-2/+0
* under -Dusedl there are no warnings about the other dl_ functionsTony Cook2012-11-161-1/+1
* Validate above-Latin1 characters in \N{} aliasesKarl Williamson2012-11-111-3/+28
* toke.c: [RT#73022] Make \N{...} UTF-8 clean.Brian Fraser2012-11-111-0/+8
* charnames: Don't accept illegal :aliasesKarl Williamson2012-11-111-0/+14
* charnames.t: Make EXPECTs more robustKarl Williamson2012-11-111-40/+30
* 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
* toke.c: Avoid unnecessary uninitialized value msgsKarl Williamson2012-10-241-17/+0
* charnames.t: Add names for some testsKarl Williamson2012-10-241-7/+7
* Make \N{unknown char} a syntax errorKarl Williamson2012-10-241-26/+54
* fix off-by-one error in key detection logic for uninitialized warningsYves Orton2012-10-201-1/+0