summaryrefslogtreecommitdiff
path: root/t/comp
Commit message (Expand)AuthorAgeFilesLines
* `for my($k, $v) (%hash)` should not be a syntax errorNicholas Clark2021-10-192-8/+20
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-081-1/+1
* comp/require.tKarl Williamson2021-07-251-2/+1
* fix typo in comp/parser.tJohn Karr2020-11-241-6/+6
* comp/parser.t count two lines that were being tested to see if they crashedJohn Karr2020-11-241-7/+9
* t/comp: use \Q\E to avoid manual escapingNicolas R2020-08-122-24/+24
* eliminate recursion from yyl_fake_eof() into yyl_try()Tony Cook2020-05-211-1/+0
* test that many blank lines doesn't exhaust stack in the tokenizerTony Cook2020-05-211-1/+12
* toke.c - handle ${10} properly - Issue #12948Yves Orton2020-02-101-2/+8
* (perl #134061) move the test to t/uni/parser.tTony Cook2019-05-031-9/+1
* RT#134061: don't call pad_findmy_pvn() with invalid flagsAaron Crane2019-05-031-1/+9
* Fix t/comp/parser_run.t for EBCDICKarl Williamson2017-12-271-2/+2
* fix naming of some test temp filesZefram2017-11-141-3/+3
* localise $@ around source filtersZefram2017-11-131-0/+32
* prevent invalid memory access in S_check_uni (RT #132433)Lukas Mai2017-11-121-1/+7
* tests - remove useless setting in BEGINNicolas R2017-09-151-5/+1
* tests - Use set_up_inc helper to set @INCNicolas R2017-09-151-2/+2
* (perl #131949) adjust s in case peekspace() moves the line stringTony Cook2017-08-311-1/+11
* (perl #131836) avoid a use-after-free after parsing a "sub" keywordTony Cook2017-08-281-1/+9
* (perl #131793) sanely handle PL_linestart > PL_bufptrTony Cook2017-08-171-1/+8
* t/comp/parser.t: Skip test on 32-bit buildsKarl Williamson2017-07-121-7/+10
* Revert: Restrict code points to <= IV_MAXKarl Williamson2017-07-121-1/+1
* fix utf char > IV_MAX on 32-bit platformsDavid Mitchell2017-06-121-1/+1
* 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