summaryrefslogtreecommitdiff
path: root/t/comp
Commit message (Expand)AuthorAgeFilesLines
* fix VMS test failHugo van der Sanden2017-02-261-6/+6
* [perl #130814] Add testcase, and new testfile t/comp/parser_run.tHugo van der Sanden2017-02-211-0/+28
* bump test count in t/comp/parser.tDavid Mitchell2017-02-191-1/+1
* [perl #130815] fix ck_return null-pointer deref on malformed codeAaron Crane2017-02-191-0/+6
* fix range op under aborted constant foldingZefram2017-01-271-1/+4
* handle errors in gen_constant_listZefram2017-01-221-1/+10
* Various .t's: Escape literal '}' and ']' in patternsKarl Williamson2017-01-131-1/+1
* yyparse(): extend parser stack before every shift.David Mitchell2016-12-101-1/+9
* Patch unit tests to explicitly insert "." into @INC when needed.H.Merijn Brand2016-11-111-0/+2
* parser.t: Suppress warningFather Chrysostomos2016-09-041-1/+4
* [perl #129073] Assert failure: ${p{};sub p}()Father Chrysostomos2016-09-041-0/+3
* [perl #125679] Don’t make lvref ops on errorFather Chrysostomos2016-08-281-0/+3
* buffer overflow in "string terminator" err msgDavid Mitchell2016-08-161-1/+10
* Tired of looking up old bug numbersFather Chrysostomos2016-07-291-5/+5
* 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