summaryrefslogtreecommitdiff
path: root/t/comp
Commit message (Expand)AuthorAgeFilesLines
* [perl #123652] eval {label:} crashFather Chrysostomos2015-06-011-0/+3
* parser.t: Correct bug numberFather Chrysostomos2015-01-131-1/+1
* parser.t: Correct skip countFather Chrysostomos2015-01-121-1/+1
* [perl #123452] Fix crash with s/${<>{})//Father Chrysostomos2015-01-121-1/+4
* '$! = 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
* Prevent __FILE__ corruption when ${"_<..."} is modifiedFather Chrysostomos2013-08-051-1/+6
* Test that __PACKAGE__ is read-onlyFather Chrysostomos2013-08-031-1/+6
* [perl #119055] Make qq with no vars read-onlyFather Chrysostomos2013-07-281-1/+8
* Stop folding of ops from changing mutabilityFather Chrysostomos2013-07-251-1/+1
* ref.t: To-do test for retvals of folded opsFather Chrysostomos2013-07-251-1/+10
* [perl #118567] Add a warning for prototypes if a missingPeter Martini2013-07-131-1/+14
* Split the handling for "Illegal character" and "Illegal character after '_'"Peter Martini2013-07-101-7/+32
* Introduce validate_proto / stop stripping spacesPeter Martini2013-07-051-1/+1
* Make t/comp/parser.t get the correct libraries.Craig A. Berry2013-06-301-1/+6
* cv_ckproto should disregard spacesPeter Martini2013-06-271-1/+10
* Treat a consecutive semicolons in a prototype as 1Peter Martini2013-06-221-1/+24
* Test that C<format ::Foo> is identical to C<format Foo>Nicholas Clark2013-06-111-1/+11
* Test that C<format 'Foo> is identical to C<format Foo>Brian Fraser2013-06-111-1/+13
* [perl #24482] Fix sort and require to treat CORE:: as keywordFather Chrysostomos2013-06-071-1/+10
* require.t: handle parallel runsDavid Mitchell2013-06-051-2/+14
* add descriptions to require.t test outputDavid Mitchell2013-03-231-44/+44
* Deprecate lexical $_Father Chrysostomos2012-12-041-0/+8
* [perl #114942] Correct scoping for ‘for my $x(){} $x’Father Chrysostomos2012-09-191-1/+4
* Make &foo respect our subFather Chrysostomos2012-09-151-3/+3
* Prevent assertion failure with ‘no a a 3’Father Chrysostomos2012-09-141-1/+5
* Fix line numbers inside here-docsFather Chrysostomos2012-08-271-1/+5
* [perl #114070] Fix lines nums after <<fooFather Chrysostomos2012-08-271-1/+8
* parser.t: Move a test above ‘Add new tests here’Father Chrysostomos2012-08-241-10/+10
* Fix format closure bug with redefined outer subFather Chrysostomos2012-08-211-2/+14
* [perl #114040] Parse here-docs correctly in quoted constructsFather Chrysostomos2012-08-211-1/+15
* parser.t: Correct test countFather Chrysostomos2012-08-171-1/+1
* [perl #114040] Allow pod in quoted constructsFather Chrysostomos2012-08-171-1/+20
* Test initial tick in sub declarationFather Chrysostomos2012-08-141-1/+4
* [perl #114040] Parse formats in interpolating constructsFather Chrysostomos2012-08-061-1/+10
* parser.t: Move tests above ‘Add tests here’Father Chrysostomos2012-08-051-2/+2
* Recursive formats and closures in formats.Father Chrysostomos2012-08-051-6/+15