summaryrefslogtreecommitdiff
path: root/t/comp
Commit message (Expand)AuthorAgeFilesLines
...
* Make lv keys distinguish scalar/list cx properlyFather Chrysostomos2016-06-111-1/+8
* use yyerror instead of croaking immediately (RT #127993)Lukas Mai2016-06-061-3/+3
* recognize and reject version control conflict markers (RT #127993)Lukas Mai2016-05-221-1/+20
* make 'require ::Foo::Bar' dieDavid Mitchell2016-05-101-4/+4
* Treat require ::foo::bar; the same as foo::bar;Nicholas Clark2016-05-101-2/+6
* Disable lexical $_Father Chrysostomos2015-09-291-30/+1
* allow undef as an arg to '&' prototypeDavid Mitchell2015-05-081-1/+2
* RT #124207: assert failure in ck_stringify()David Mitchell2015-04-221-2/+9
* [perl #124153] Fix require(v5.6)Father Chrysostomos2015-03-271-1/+5
* t/comp/require.t: No longer needed to skip on EBCDICKarl Williamson2015-03-051-2/+2
* [perl #123848] Allow OPpTARGET_MY on qrFather Chrysostomos2015-03-011-0/+6
* fix assertions for UTF8_TWO_BYTE_HI/LOHugo van der Sanden2015-02-121-7/+9
* [perl #123753] Fix assertion failure with map+mapFather Chrysostomos2015-02-061-0/+4
* [perl #123652] eval {label:} crashFather Chrysostomos2015-01-241-0/+3
* parser.t: Correct bug numberFather Chrysostomos2015-01-081-1/+1
* parser.t: Correct skip countFather Chrysostomos2015-01-081-1/+1
* [perl #123452] Fix crash with s/${<>{})//Father Chrysostomos2015-01-071-1/+4
* [perl #123514] Make prototype() imply $_Father Chrysostomos2014-12-281-1/+7
* Fix assertion failure with $x[CONST->[0]]Father Chrysostomos2014-12-201-0/+2
* Fix assertion failure with $x[($_)]Father Chrysostomos2014-12-201-0/+4
* Allow OPf_SPECIAL on OP_GVFather Chrysostomos2014-12-131-0/+6
* Fix assertion failure with ($_[0])->{$_}Father Chrysostomos2014-12-081-1/+4
* form_scope.t: Diagnostics for test 13Father Chrysostomos2014-12-061-2/+2
* allow PERL_DISABLE_PMC to be defined from anywhereDaniel Dragan2014-11-271-3/+8
* [perl #77860] \& proto should disallow sub callsFather Chrysostomos2014-11-251-1/+12
* [perl #47363] \@ proto and parenthesised arraysFather Chrysostomos2014-11-251-1/+16
* Allow \(&sub) for & protoFather Chrysostomos2014-11-251-1/+2
* [perl #123062] & proto: only sub{} and \&subFather Chrysostomos2014-11-231-1/+16
* [perl #122695] Fix line number for else{foo}Father Chrysostomos2014-10-221-1/+7
* Test preamble: unify chdir 't' if -d 't';Jarkko Hietaniemi2014-10-082-2/+2
* Skip warnable const folding outside warnings scopeFather Chrysostomos2014-09-091-1/+10
* Stop barewords from trumping subs with (*) protoFather Chrysostomos2014-09-081-2/+2
* Get t/comp/hints.t working under miniperlFather Chrysostomos2014-09-021-1/+6
* Partial minitest fix-upFather Chrysostomos2014-08-232-2/+2
* [perl #46947] Parse method-BLOCK arguments as a termFather Chrysostomos2014-08-121-1/+5
* '$! = EACCESS; require ...' could failDavid Mitchell2013-10-291-1/+16
* Correctly parse class name in 'for my class $fooHio2013-10-181-4/+8
* Fix line nums when multiline ${expr} spans here-docFather Chrysostomos2013-09-201-1/+9
* [perl #119501] \(1+2) always referencing the same svFather Chrysostomos2013-09-171-1/+7
* Fix buffer overflow with overlong identifiersFather Chrysostomos2013-09-091-1/+9
* Respect #line directives in here-docsFather Chrysostomos2013-09-071-1/+8
* Fix line numbers in <<foo,<<barFather Chrysostomos2013-09-071-2/+15
* Refactor some parser.t line number testsFather Chrysostomos2013-09-011-8/+14
* Fix debugger lines with keyword <newline> =>Father Chrysostomos2013-09-011-0/+3
* line_debug.t: Add diagnosticsFather Chrysostomos2013-09-011-1/+5
* Fix two line numbers bugs involving quote-like opsFather Chrysostomos2013-09-011-1/+9
* Fix typo in bf1b738b; another line num bugFather Chrysostomos2013-08-231-1/+6
* [perl #118931] Fix line number bugFather Chrysostomos2013-08-221-1/+6
* [perl #2726] Prototype is not applied until BLOCK is definedPeter Martini2013-08-061-1/+8
* Make eval "#line" account for ${"_<foo"} changesFather Chrysostomos2013-08-051-1/+14