summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* Fix listop-hash-infix parsingFather Chrysostomos2012-09-121-4/+1
* toke.c: Under -DT, dump complement properlyFather Chrysostomos2012-09-121-1/+1
* Remove some set but unused variablesFlorian Ragwitz2012-09-101-2/+1
* Revert "toke.c: PL_in_eval purge"Father Chrysostomos2012-08-311-4/+4
* s/${foo#}//e should be an errorFather Chrysostomos2012-08-311-1/+1
* Commit 6b00f562ed broke s/${\%x}{3}//eFather Chrysostomos2012-08-311-1/+1
* Break s//3}->{3/eFather Chrysostomos2012-08-301-1/+4
* Fix two minor s//.../e parsing bugsFather Chrysostomos2012-08-301-3/+6
* toke.c: PL_in_eval purgeFather Chrysostomos2012-08-301-4/+4
* toke.c:scan_heredoc: comments, commentsFather Chrysostomos2012-08-301-18/+22
* toke.c:scan_heredoc: Merge similar codeFather Chrysostomos2012-08-301-56/+24
* toke.c:scan_heredoc: Remove incorrect part of commentFather Chrysostomos2012-08-301-2/+1
* toke.c:scan_heredoc: Merge two adjacent #ifdefsFather Chrysostomos2012-08-301-2/+0
* toke.c:scan_heredoc: Remove unnecessary assignmentFather Chrysostomos2012-08-301-1/+0
* toke.c:scan_heredoc: less pointer fiddling; one less SVFather Chrysostomos2012-08-301-32/+12
* toke.c:S_scan_heredoc: put the croaking code in one spotFather Chrysostomos2012-08-301-12/+9
* Make eval "s//<<END/e" slightly fasterFather Chrysostomos2012-08-301-6/+2
* Fix here-doc body extraction in eval 's//<<END/'Father Chrysostomos2012-08-301-0/+2
* Finish fixing here-docs in re-evalsFather Chrysostomos2012-08-301-32/+45
* toke.c:S_scan_heredoc: Put stream-based parser in else blockFather Chrysostomos2012-08-301-5/+7
* Avoid uninit warning for qq|${\<<FOO}|Father Chrysostomos2012-08-301-1/+1
* toke.c: S_scan_heredoc: prune dead codeFather Chrysostomos2012-08-301-4/+6
* Use PL_parser->lex_shared instead of Sv[IN]VX(PL_linestr)Father Chrysostomos2012-08-281-39/+21
* Stop here-docs from gutting (caller $n)[6]Father Chrysostomos2012-08-271-0/+12
* Fix eval 'q;;'Father Chrysostomos2012-08-271-2/+1
* Fix line numbers inside here-docsFather Chrysostomos2012-08-271-12/+21
* Add PL_parser->lex_shared struct; move herelines into itFather Chrysostomos2012-08-271-8/+12
* Stop invalid y/// ranges from leakingFather Chrysostomos2012-08-271-1/+3
* toke.c: Merge KEY_tr and KEY_yFather Chrysostomos2012-08-271-4/+1
* Stop unterminated here-docs from leaking memoryFather Chrysostomos2012-08-271-0/+6
* [perl #114070] Fix lines nums after <<fooFather Chrysostomos2012-08-271-16/+25
* toke.c: Extreme paranoiaFather Chrysostomos2012-08-221-1/+3
* [perl #114040] Fix here-docs in multiline re-evalsFather Chrysostomos2012-08-221-7/+33
* toke.c: -DT should report forced tokens under -DmadFather Chrysostomos2012-08-221-5/+0
* Fix format closure bug with redefined outer subFather Chrysostomos2012-08-211-0/+2
* toke.c:scan_heredoc: Use PL_tokenbuf lessFather Chrysostomos2012-08-211-4/+2
* Fix substitution in substitution patternFather Chrysostomos2012-08-211-6/+9
* Fix here-docs in nested quote-like operatorsFather Chrysostomos2012-08-211-17/+64
* Don’t use strchr when scanning for newline after <<fooFather Chrysostomos2012-08-211-1/+1
* here-doc in quotes in multiline s//.../e in evalFather Chrysostomos2012-08-211-3/+6
* heredoc after "" in s/// in evalFather Chrysostomos2012-08-211-2/+4
* toke.c:S_scan_heredoc: Add comment about <<\FOODavid Nicol2012-08-211-0/+1
* [perl #65838] Allow here-doc with no final newlineFather Chrysostomos2012-08-211-2/+10
* [perl #114040] Parse here-docs correctly in quoted constructsFather Chrysostomos2012-08-211-24/+47
* [perl #70836] Fix err msg for unterminated here-doc in evalFather Chrysostomos2012-08-211-4/+5
* Omnibus removal of register declarationsKarl Williamson2012-08-181-30/+30
* [perl #114040] Allow pod in quoted constructsFather Chrysostomos2012-08-171-1/+2
* toke.c: Remove unnecessary assignmentFather Chrysostomos2012-08-101-1/+0
* toke.c: Set PL_lex_state less when scanning formatsFather Chrysostomos2012-08-101-4/+2
* toke.c: One less token for missing format argsFather Chrysostomos2012-08-101-2/+1