Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [perl #56880] Allow v10 as a label or package name | Father Chrysostomos | 2012-09-25 | 1 | -1/+9 |
* | [perl #77240] Don’t warn for --subname | Father Chrysostomos | 2012-09-24 | 1 | -1/+5 |
* | [perl #105924] require 1 << 2 | Father Chrysostomos | 2012-09-20 | 1 | -0/+6 |
* | [perl #114942] Correct scoping for ‘for my $x(){} $x’ | Father Chrysostomos | 2012-09-19 | 1 | -28/+27 |
* | Disable lexsubs outside of feature.pm | Father Chrysostomos | 2012-09-15 | 1 | -0/+7 |
* | Don’t mention pkg in proto warnings for lex subs | Father Chrysostomos | 2012-09-15 | 1 | -2/+5 |
* | perly.y: Remove MYSUB | Father Chrysostomos | 2012-09-15 | 1 | -1/+0 |
* | First stab at my sub | Father Chrysostomos | 2012-09-15 | 1 | -2/+0 |
* | Look up state subs in the pad | Father Chrysostomos | 2012-09-15 | 1 | -17/+34 |
* | Let barewords look up our subs | Father Chrysostomos | 2012-09-15 | 1 | -3/+34 |
* | toke.c:yylex:KEY_sub can use PL_tokenbuf to begin with | Father Chrysostomos | 2012-09-15 | 1 | -4/+3 |
* | Make ‘sub foo{}’ respect ‘our foo’ | Father Chrysostomos | 2012-09-15 | 1 | -20/+9 |
* | Fix our sub with proto | Father Chrysostomos | 2012-09-15 | 1 | -48/+47 |
* | Make do sub() respect our declarations | Father Chrysostomos | 2012-09-15 | 1 | -3/+8 |
* | Make &foo respect our sub | Father Chrysostomos | 2012-09-15 | 1 | -3/+5 |
* | Allocate ‘our sub’ in the pad | Father Chrysostomos | 2012-09-15 | 1 | -7/+16 |
* | Don’t allow name after our/state sub | Father Chrysostomos | 2012-09-15 | 1 | -2/+8 |
* | Fix listop-hash-infix parsing | Father Chrysostomos | 2012-09-12 | 1 | -4/+1 |
* | toke.c: Under -DT, dump complement properly | Father Chrysostomos | 2012-09-12 | 1 | -1/+1 |
* | Remove some set but unused variables | Florian Ragwitz | 2012-09-10 | 1 | -2/+1 |
* | Revert "toke.c: PL_in_eval purge" | Father Chrysostomos | 2012-08-31 | 1 | -4/+4 |
* | s/${foo#}//e should be an error | Father Chrysostomos | 2012-08-31 | 1 | -1/+1 |
* | Commit 6b00f562ed broke s/${\%x}{3}//e | Father Chrysostomos | 2012-08-31 | 1 | -1/+1 |
* | Break s//3}->{3/e | Father Chrysostomos | 2012-08-30 | 1 | -1/+4 |
* | Fix two minor s//.../e parsing bugs | Father Chrysostomos | 2012-08-30 | 1 | -3/+6 |
* | toke.c: PL_in_eval purge | Father Chrysostomos | 2012-08-30 | 1 | -4/+4 |
* | toke.c:scan_heredoc: comments, comments | Father Chrysostomos | 2012-08-30 | 1 | -18/+22 |
* | toke.c:scan_heredoc: Merge similar code | Father Chrysostomos | 2012-08-30 | 1 | -56/+24 |
* | toke.c:scan_heredoc: Remove incorrect part of comment | Father Chrysostomos | 2012-08-30 | 1 | -2/+1 |
* | toke.c:scan_heredoc: Merge two adjacent #ifdefs | Father Chrysostomos | 2012-08-30 | 1 | -2/+0 |
* | toke.c:scan_heredoc: Remove unnecessary assignment | Father Chrysostomos | 2012-08-30 | 1 | -1/+0 |
* | toke.c:scan_heredoc: less pointer fiddling; one less SV | Father Chrysostomos | 2012-08-30 | 1 | -32/+12 |
* | toke.c:S_scan_heredoc: put the croaking code in one spot | Father Chrysostomos | 2012-08-30 | 1 | -12/+9 |
* | Make eval "s//<<END/e" slightly faster | Father Chrysostomos | 2012-08-30 | 1 | -6/+2 |
* | Fix here-doc body extraction in eval 's//<<END/' | Father Chrysostomos | 2012-08-30 | 1 | -0/+2 |
* | Finish fixing here-docs in re-evals | Father Chrysostomos | 2012-08-30 | 1 | -32/+45 |
* | toke.c:S_scan_heredoc: Put stream-based parser in else block | Father Chrysostomos | 2012-08-30 | 1 | -5/+7 |
* | Avoid uninit warning for qq|${\<<FOO}| | Father Chrysostomos | 2012-08-30 | 1 | -1/+1 |
* | toke.c: S_scan_heredoc: prune dead code | Father Chrysostomos | 2012-08-30 | 1 | -4/+6 |
* | Use PL_parser->lex_shared instead of Sv[IN]VX(PL_linestr) | Father Chrysostomos | 2012-08-28 | 1 | -39/+21 |
* | Stop here-docs from gutting (caller $n)[6] | Father Chrysostomos | 2012-08-27 | 1 | -0/+12 |
* | Fix eval 'q;;' | Father Chrysostomos | 2012-08-27 | 1 | -2/+1 |
* | Fix line numbers inside here-docs | Father Chrysostomos | 2012-08-27 | 1 | -12/+21 |
* | Add PL_parser->lex_shared struct; move herelines into it | Father Chrysostomos | 2012-08-27 | 1 | -8/+12 |
* | Stop invalid y/// ranges from leaking | Father Chrysostomos | 2012-08-27 | 1 | -1/+3 |
* | toke.c: Merge KEY_tr and KEY_y | Father Chrysostomos | 2012-08-27 | 1 | -4/+1 |
* | Stop unterminated here-docs from leaking memory | Father Chrysostomos | 2012-08-27 | 1 | -0/+6 |
* | [perl #114070] Fix lines nums after <<foo | Father Chrysostomos | 2012-08-27 | 1 | -16/+25 |
* | toke.c: Extreme paranoia | Father Chrysostomos | 2012-08-22 | 1 | -1/+3 |
* | [perl #114040] Fix here-docs in multiline re-evals | Father Chrysostomos | 2012-08-22 | 1 | -7/+33 |