summaryrefslogtreecommitdiff
path: root/t/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [perl #114658] Fix line numbers at the end of string evalFather Chrysostomos2012-10-101-12/+12
* Make 4-arg substr check SvUTF8(target) after stringfyingFather Chrysostomos2012-10-011-0/+6
* Test the resolution behaviour for file handles and package names.Nicholas Clark2012-09-261-0/+8
* [perl #77240] Don’t warn for --subnameFather Chrysostomos2012-09-241-0/+2
* don't crash with -d if DB::DB is seen but not defined [perl #114990]Jesse Luehrs2012-09-241-0/+3
* [perl #107002] No warnings test for require a::b+1Father Chrysostomos2012-09-201-0/+8
* Refactor t/lib/1_compile.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-09-161-21/+14
* Disable lexsubs outside of feature.pmFather Chrysostomos2012-09-152-5/+9
* Don’t mention pkg in proto warnings for lex subsFather Chrysostomos2012-09-151-0/+14
* First stab at my subFather Chrysostomos2012-09-151-5/+0
* Don’t allow name after our/state subFather Chrysostomos2012-09-151-0/+11
* Stop lexical warnings from turning off deprecationsFather Chrysostomos2012-09-143-2/+21
* Fix %vd with alpha versionFather Chrysostomos2012-09-141-0/+12
* newXS_len_flags() shouldn't change the line number on PL_curcop when warning.Nicholas Clark2012-09-031-0/+21
* Test that the warning for "can be 0, test with defined" is for the start.Nicholas Clark2012-09-031-0/+15
* Test that the warning for "Found = in conditional" is for the start line.Nicholas Clark2012-09-031-0/+5
* Test that the line number for a "sub redefined" warning is for the start.Nicholas Clark2012-09-031-0/+5
* 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