| Commit message (Expand) | Author | Age | Files | Lines |
* | [perl #87064] eval no longer shares filters | Father Chrysostomos | 2011-04-03 | 1 | -0/+3 |
* | recursive-descent expression parsing | Zefram | 2010-12-11 | 1 | -2/+19 |
* | function to parse isolated label | Zefram | 2010-10-25 | 1 | -0/+3 |
* | replace PL_doextract with better kinds of variable | Zefram | 2010-10-21 | 1 | -0/+1 |
* | Store the PL_compcv instead of the the PL_comppad in parser stack, and make i... | Gerard Goossen | 2009-12-16 | 1 | -1/+1 |
* | lexer API | Zefram | 2009-11-15 | 1 | -0/+4 |
* | Add editor blocks to some header files. | Marcus Holland-Moritz | 2008-01-01 | 1 | -1/+9 |
* | Re-order struct yy_parser to save space on most systems. | Nicholas Clark | 2007-07-16 | 1 | -3/+2 |
* | change #31615 added the new field in the wrong place | Dave Mitchell | 2007-07-16 | 1 | -1/+1 |
* | [perl #43425] local $[: fix scoping during parser error handling. | Dave Mitchell | 2007-07-16 | 1 | -0/+1 |
* | move PL_error_count into the PL_parser struct | Dave Mitchell | 2007-05-21 | 1 | -0/+1 |
* | move PL_multi_end into the PL_parser struct | Dave Mitchell | 2007-05-21 | 1 | -0/+2 |
* | move PL_tokenbuf into the PL_parser struct | Dave Mitchell | 2007-05-21 | 1 | -0/+1 |
* | move PL_in_my and PL_in_my_stash into the PL_parser struct | Dave Mitchell | 2007-05-12 | 1 | -1/+4 |
* | save old PL_curcop value in parser struct | Dave Mitchell | 2007-05-12 | 1 | -0/+2 |
* | move PL_rsfp_filters into the parser struct | Dave Mitchell | 2007-05-12 | 1 | -0/+1 |
* | move PL_rsfp into the PL_parser struct | Dave Mitchell | 2007-05-11 | 1 | -0/+1 |
* | move PL_lex_state into the PL_parser struct | Dave Mitchell | 2007-05-05 | 1 | -0/+1 |
* | migrate more variables to PL_parser struct: | Dave Mitchell | 2007-05-05 | 1 | -0/+9 |
* | move some more variables into the PL_parser struct: | Dave Mitchell | 2007-05-04 | 1 | -0/+8 |
* | move PL_expect and PL_copline into the PL_parser structure | Dave Mitchell | 2007-05-04 | 1 | -0/+2 |
* | move PL_linestr from the interpreter struct to the parser struct | Dave Mitchell | 2007-04-24 | 1 | -0/+1 |
* | Several members of struct yy_parser can go on a diet. Some I32s were | Nicholas Clark | 2007-04-21 | 1 | -6/+6 |
* | Rearrange members of structures to reduce memory size on some | Nicholas Clark | 2007-03-31 | 1 | -2/+2 |
* | Update copyright years to include 2007. (Plus a couple of 2006s and | Nicholas Clark | 2007-01-02 | 1 | -1/+1 |
* | move easy lexer state variables into PL_parser | Dave Mitchell | 2007-01-02 | 1 | -0/+41 |
* | split parser initialisation from parser execution | Dave Mitchell | 2007-01-01 | 1 | -0/+2 |
* | split parser stack from parser object | Dave Mitchell | 2007-01-01 | 1 | -2/+3 |
* | move parser state into new parser object, PL_parser | Dave Mitchell | 2006-12-18 | 1 | -0/+34 |