summaryrefslogtreecommitdiff
path: root/parser.h
Commit message (Expand)AuthorAgeFilesLines
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* parser.h: Make nexttoke unsignedFather Chrysostomos2015-02-221-1/+1
* [perl #77452] Deparse { ...; BEGIN{} } correctlyFather Chrysostomos2014-11-201-0/+1
* parser.h: Comment that lex_expect is unusedFather Chrysostomos2014-08-241-1/+1
* Remove MAD.Jarkko Hietaniemi2014-06-131-19/+0
* Allow ->@ ->$ interpolation under postderef_qq featureFather Chrysostomos2013-10-051-1/+2
* Fix line numbers with #! -d:foo and PERL5DB=$'\n'Father Chrysostomos2013-09-081-0/+1
* Move herelines out of the lex_shared structFather Chrysostomos2013-09-071-2/+1
* [perl #117535, #76910] Fix bogus ambiguity warningsFather Chrysostomos2013-06-261-0/+1
* add lex_re_reparsing boolean to yy_parser structDavid Mitchell2013-04-121-1/+1
* Fix our sub with protoFather Chrysostomos2012-09-151-1/+1
* Finish fixing here-docs in re-evalsFather Chrysostomos2012-08-301-0/+2
* Use PL_parser->lex_shared instead of Sv[IN]VX(PL_linestr)Father Chrysostomos2012-08-281-0/+2
* parser.h: Document copline with more detailFather Chrysostomos2012-08-271-1/+5
* Add PL_parser->lex_shared struct; move herelines into itFather Chrysostomos2012-08-271-1/+8
* [perl #114070] Fix lines nums after <<fooFather Chrysostomos2012-08-271-0/+1
* [perl #114040] Parse formats in interpolating constructsFather Chrysostomos2012-08-061-0/+1
* parser.h: Add comments explaining *bufptrFather Chrysostomos2012-07-031-3/+5
* parser.h: Correct comment explaining last_lop_opFather Chrysostomos2012-07-031-1/+1
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* The parser should always close the file handle that it opened.Nicholas Clark2012-02-271-1/+2
* In struct yy_parser, change lex_flags to a U8, from part of a bitfield.Nicholas Clark2012-02-271-1/+1
* Bump several file copyright datesSteffen Schwigon2012-01-191-1/+1
* Fix a 5-year-old typo in a commentRodolfo Carvalho2011-11-201-1/+1
* Avoid redundant copies in string evalsFather Chrysostomos2011-11-061-1/+3
* Merge some parser fieldsFather Chrysostomos2011-11-061-3/+3
* Make source filters work in evalbytesFather Chrysostomos2011-11-061-1/+5
* parser.h: Rearrange constantsFather Chrysostomos2011-11-061-1/+2
* eval STRING UTF8 cleanup.Brian Fraser2011-11-061-0/+2
* [perl #87064] eval no longer shares filtersFather Chrysostomos2011-04-031-0/+3
* recursive-descent expression parsingZefram2010-12-111-2/+19
* function to parse isolated labelZefram2010-10-251-0/+3
* replace PL_doextract with better kinds of variableZefram2010-10-211-0/+1
* Store the PL_compcv instead of the the PL_comppad in parser stack, and make i...Gerard Goossen2009-12-161-1/+1
* lexer APIZefram2009-11-151-0/+4
* Add editor blocks to some header files.Marcus Holland-Moritz2008-01-011-1/+9
* Re-order struct yy_parser to save space on most systems.Nicholas Clark2007-07-161-3/+2
* change #31615 added the new field in the wrong placeDave Mitchell2007-07-161-1/+1
* [perl #43425] local $[: fix scoping during parser error handling.Dave Mitchell2007-07-161-0/+1
* move PL_error_count into the PL_parser structDave Mitchell2007-05-211-0/+1
* move PL_multi_end into the PL_parser structDave Mitchell2007-05-211-0/+2
* move PL_tokenbuf into the PL_parser structDave Mitchell2007-05-211-0/+1
* move PL_in_my and PL_in_my_stash into the PL_parser structDave Mitchell2007-05-121-1/+4
* save old PL_curcop value in parser structDave Mitchell2007-05-121-0/+2
* move PL_rsfp_filters into the parser structDave Mitchell2007-05-121-0/+1
* move PL_rsfp into the PL_parser structDave Mitchell2007-05-111-0/+1
* move PL_lex_state into the PL_parser structDave Mitchell2007-05-051-0/+1
* migrate more variables to PL_parser struct:Dave Mitchell2007-05-051-0/+9
* move some more variables into the PL_parser struct:Dave Mitchell2007-05-041-0/+8
* move PL_expect and PL_copline into the PL_parser structureDave Mitchell2007-05-041-0/+2