summaryrefslogtreecommitdiff
path: root/t/lib
Commit message (Expand)AuthorAgeFilesLines
* Croak for \local %{\%foo}Father Chrysostomos2012-08-261-0/+10
* Restore ‘Can’t localize through ref’ to lv subsFather Chrysostomos2012-08-261-0/+24
* [perl #70836] Fix err msg for unterminated here-doc in evalFather Chrysostomos2012-08-211-0/+10
* sv.c:varname: Fix bad assertion added by c6fb3f6eFather Chrysostomos2012-08-041-0/+12
* [perl #114104] Better error for unterminated heredoc delimFather Chrysostomos2012-08-021-0/+5
* Test that when directories in @INC are skipped, coderefs are still called.Nicholas Clark2012-08-011-0/+6
* Fix scrambled and incorrect proto mismatch errorFather Chrysostomos2012-07-291-0/+5
* [perl #113684] Make redo/last/next/dump accept exprFather Chrysostomos2012-07-271-0/+6
* Only generate above-Uni warning for \p{}, \P{}Karl Williamson2012-07-191-1/+464
* [perl #113576] Restore err msg for &{+undef}Father Chrysostomos2012-07-132-2/+13
* Refactor t/lib/commonsense.t to use t/test.pl instead of making TAP by hand. ...Colin Kuskie2012-07-091-10/+15
* Correct err msg when calling stub w/no autoload fbFather Chrysostomos2012-07-081-0/+13
* Test ‘Missing name in "my sub"’Father Chrysostomos2012-07-051-0/+5
* Use ‘state’ in warning about sort {state $a}Father Chrysostomos2012-07-041-0/+7
* [perl #86136] Downgrade sort {my $a} to a warningFather Chrysostomos2012-07-031-0/+105
* For #16249 - Overwrite PL_last_lop_op when eval() is called.Matthew Horsfall (alh)2012-07-021-0/+7
* toke.c: Make new error UTF-8 safeBrian Fraser2012-06-211-0/+15
* [perl #113712] Don’t create stubs after errorsFather Chrysostomos2012-06-201-0/+6
* regcomp.c: Warn and don't emit a NUL for e.g. /\87/Karl Williamson2012-06-171-0/+14
* make qr/(?{})/ behave with closuresDavid Mitchell2012-06-132-9/+7
* Mostly complete fix for literal /(?{..})/ blocksDavid Mitchell2012-06-132-1/+8
* make re_evals be seen by the toker/parserDavid Mitchell2012-06-131-0/+2
* Require space between regex and following alnum operatorKarl Williamson2012-06-111-7/+12
* Constant folding for xFather Chrysostomos2012-06-081-1/+4
* Make strict refs report $1 the same way as "$1"Father Chrysostomos2012-06-071-0/+23
* util.c:report_evil_fh: Report name w/initial nullFather Chrysostomos2012-06-071-0/+9
* util.c:report_wrongway_fh: Report name w/initial nullFather Chrysostomos2012-06-071-0/+18
* Remove ‘Runaway prototype’ warningFather Chrysostomos2012-05-291-1/+0
* Fix for [perl #9423] vec assignments generate 2 warningsBrian Fraser2012-05-261-1/+0
* remove deprecated qw-as-parens behaviourZefram2012-05-251-236/+0
* Deprecate literal unescaped "{" in regexes.Karl Williamson2012-05-241-3/+7
* Don't warn about "ambiguous without parens" for ctrl-globDagfinn Ilmari Mannsåker2012-05-211-0/+2
* [perl #112316] Make strict vars respect null-to-null assignmentFather Chrysostomos2012-04-201-0/+10
* [perl #111980] Don’t allow ‘my $♠’Father Chrysostomos2012-04-201-0/+14
* Make strict vars respect ‘package ĵ; *ĵ::bar = [];’Father Chrysostomos2012-04-191-0/+9
* [perl #112316] Make strict vars respect assignment from null pkgFather Chrysostomos2012-04-191-0/+9
* [perl #112316] Make strict vars respect assignment to null pkgFather Chrysostomos2012-04-191-0/+9
* PATCH: [perl #111338] Warnings in utf8 subcategories do nothing in isolationKarl Williamson2012-04-171-3/+0
* [perl #112352] Make ‘use v5.15’ always enable unicode_evalFather Chrysostomos2012-04-101-0/+9
* toke.c: "Illegal character in prototype" for Latin-1 protosBrian Fraser2012-03-251-3/+17
* toke.c: "Precedence problem: open %s should be open(%s)" cleanup.Brian Fraser2012-03-251-0/+48
* toke.c: "CORE::%s is not a keyword" cleanup.Brian Fraser2012-03-251-0/+8
* toke.c: "Ambiguous use of -%s resolved as -&%s()" cleanup.Brian Fraser2012-03-251-0/+52
* toke.c: "Bareword "%s" refers to nonexistent package" cleanup.Brian Fraser2012-03-251-0/+24
* op.c: Warnings cleanup.Brian Fraser2012-03-231-0/+8
* PATCH: [perl #11560] extraneous msg in viacodeKarl Williamson2012-03-231-0/+8
* toke.c: "Ambiguous use of %c{%s} resolved to %c%s" cleanup.Brian Fraser2012-03-221-0/+22
* toke.c: "Possible unintended interpolation of %s in string" cleanup.Brian Fraser2012-03-221-1/+21
* toke.c: 'Operator or semicolon missing before %c%s' cleanup.Brian Fraser2012-03-221-0/+20
* toke.c: 'Scalar value %s better written as $%s' cleanup.Brian Fraser2012-03-221-0/+26