| Commit message (Expand) | Author | Age | Files | Lines |
* | eliminate recursion from yyl_fake_eof() into yyl_try() | Tony Cook | 2020-05-21 | 1 | -1/+0 |
* | test that many blank lines doesn't exhaust stack in the tokenizer | Tony Cook | 2020-05-21 | 1 | -1/+12 |
* | toke.c - handle ${10} properly - Issue #12948 | Yves Orton | 2020-02-10 | 1 | -2/+8 |
* | (perl #134061) move the test to t/uni/parser.t | Tony Cook | 2019-05-03 | 1 | -9/+1 |
* | RT#134061: don't call pad_findmy_pvn() with invalid flags | Aaron Crane | 2019-05-03 | 1 | -1/+9 |
* | Fix t/comp/parser_run.t for EBCDIC | Karl Williamson | 2017-12-27 | 1 | -2/+2 |
* | fix naming of some test temp files | Zefram | 2017-11-14 | 1 | -3/+3 |
* | localise $@ around source filters | Zefram | 2017-11-13 | 1 | -0/+32 |
* | prevent invalid memory access in S_check_uni (RT #132433) | Lukas Mai | 2017-11-12 | 1 | -1/+7 |
* | tests - remove useless setting in BEGIN | Nicolas R | 2017-09-15 | 1 | -5/+1 |
* | tests - Use set_up_inc helper to set @INC | Nicolas R | 2017-09-15 | 1 | -2/+2 |
* | (perl #131949) adjust s in case peekspace() moves the line string | Tony Cook | 2017-08-31 | 1 | -1/+11 |
* | (perl #131836) avoid a use-after-free after parsing a "sub" keyword | Tony Cook | 2017-08-28 | 1 | -1/+9 |
* | (perl #131793) sanely handle PL_linestart > PL_bufptr | Tony Cook | 2017-08-17 | 1 | -1/+8 |
* | t/comp/parser.t: Skip test on 32-bit builds | Karl Williamson | 2017-07-12 | 1 | -7/+10 |
* | Revert: Restrict code points to <= IV_MAX | Karl Williamson | 2017-07-12 | 1 | -1/+1 |
* | fix utf char > IV_MAX on 32-bit platforms | David Mitchell | 2017-06-12 | 1 | -1/+1 |
* | fix VMS test fail | Hugo van der Sanden | 2017-02-26 | 1 | -6/+6 |
* | [perl #130814] Add testcase, and new testfile t/comp/parser_run.t | Hugo van der Sanden | 2017-02-21 | 1 | -0/+28 |
* | bump test count in t/comp/parser.t | David Mitchell | 2017-02-19 | 1 | -1/+1 |
* | [perl #130815] fix ck_return null-pointer deref on malformed code | Aaron Crane | 2017-02-19 | 1 | -0/+6 |
* | fix range op under aborted constant folding | Zefram | 2017-01-27 | 1 | -1/+4 |
* | handle errors in gen_constant_list | Zefram | 2017-01-22 | 1 | -1/+10 |
* | Various .t's: Escape literal '}' and ']' in patterns | Karl Williamson | 2017-01-13 | 1 | -1/+1 |
* | yyparse(): extend parser stack before every shift. | David Mitchell | 2016-12-10 | 1 | -1/+9 |
* | Patch unit tests to explicitly insert "." into @INC when needed. | H.Merijn Brand | 2016-11-11 | 1 | -0/+2 |
* | parser.t: Suppress warning | Father Chrysostomos | 2016-09-04 | 1 | -1/+4 |
* | [perl #129073] Assert failure: ${p{};sub p}() | Father Chrysostomos | 2016-09-04 | 1 | -0/+3 |
* | [perl #125679] Don’t make lvref ops on error | Father Chrysostomos | 2016-08-28 | 1 | -0/+3 |
* | buffer overflow in "string terminator" err msg | David Mitchell | 2016-08-16 | 1 | -1/+10 |
* | Tired of looking up old bug numbers | Father Chrysostomos | 2016-07-29 | 1 | -5/+5 |
* | Make lv keys distinguish scalar/list cx properly | Father Chrysostomos | 2016-06-11 | 1 | -1/+8 |
* | use yyerror instead of croaking immediately (RT #127993) | Lukas Mai | 2016-06-06 | 1 | -3/+3 |
* | recognize and reject version control conflict markers (RT #127993) | Lukas Mai | 2016-05-22 | 1 | -1/+20 |
* | make 'require ::Foo::Bar' die | David Mitchell | 2016-05-10 | 1 | -4/+4 |
* | Treat require ::foo::bar; the same as foo::bar; | Nicholas Clark | 2016-05-10 | 1 | -2/+6 |
* | Disable lexical $_ | Father Chrysostomos | 2015-09-29 | 1 | -30/+1 |
* | allow undef as an arg to '&' prototype | David Mitchell | 2015-05-08 | 1 | -1/+2 |
* | RT #124207: assert failure in ck_stringify() | David Mitchell | 2015-04-22 | 1 | -2/+9 |
* | [perl #124153] Fix require(v5.6) | Father Chrysostomos | 2015-03-27 | 1 | -1/+5 |
* | t/comp/require.t: No longer needed to skip on EBCDIC | Karl Williamson | 2015-03-05 | 1 | -2/+2 |
* | [perl #123848] Allow OPpTARGET_MY on qr | Father Chrysostomos | 2015-03-01 | 1 | -0/+6 |
* | fix assertions for UTF8_TWO_BYTE_HI/LO | Hugo van der Sanden | 2015-02-12 | 1 | -7/+9 |
* | [perl #123753] Fix assertion failure with map+map | Father Chrysostomos | 2015-02-06 | 1 | -0/+4 |
* | [perl #123652] eval {label:} crash | Father Chrysostomos | 2015-01-24 | 1 | -0/+3 |
* | parser.t: Correct bug number | Father Chrysostomos | 2015-01-08 | 1 | -1/+1 |
* | parser.t: Correct skip count | Father Chrysostomos | 2015-01-08 | 1 | -1/+1 |
* | [perl #123452] Fix crash with s/${<>{})// | Father Chrysostomos | 2015-01-07 | 1 | -1/+4 |
* | [perl #123514] Make prototype() imply $_ | Father Chrysostomos | 2014-12-28 | 1 | -1/+7 |
* | Fix assertion failure with $x[CONST->[0]] | Father Chrysostomos | 2014-12-20 | 1 | -0/+2 |