This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Data::Dumper: Promote dev version to stable release
[perl5.git] / toke.c
2012-09-25 Father Chrysostomos[perl #56880] Allow v10 as a label or package name
2012-09-24 Father Chrysostomos[perl #77240] Don’t warn for --subname
2012-09-20 Father Chrysostomos[perl #105924] require 1 << 2
2012-09-19 Father Chrysostomos[perl #114942] Correct scoping for ‘for my $x(){} $x’
2012-09-16 Father ChrysostomosDisable lexsubs outside of feature.pm
2012-09-16 Father ChrysostomosDon’t mention pkg in proto warnings for lex subs
2012-09-16 Father Chrysostomosperly.y: Remove MYSUB
2012-09-16 Father ChrysostomosFirst stab at my sub
2012-09-16 Father ChrysostomosLook up state subs in the pad
2012-09-16 Father ChrysostomosLet barewords look up our subs
2012-09-16 Father Chrysostomostoke.c:yylex:KEY_sub can use PL_tokenbuf to begin with
2012-09-16 Father ChrysostomosMake ‘sub foo{}’ respect ‘our foo’
2012-09-16 Father ChrysostomosFix our sub with proto
2012-09-16 Father ChrysostomosMake do sub() respect our declarations
2012-09-16 Father ChrysostomosMake &foo respect our sub
2012-09-16 Father ChrysostomosAllocate ‘our sub’ in the pad
2012-09-16 Father ChrysostomosDon’t allow name after our/state sub
2012-09-12 Father ChrysostomosFix listop-hash-infix parsing
2012-09-12 Father Chrysostomostoke.c: Under -DT, dump complement properly
2012-09-10 Florian RagwitzRemove some set but unused variables
2012-08-31 Father ChrysostomosRevert "toke.c: PL_in_eval purge"
2012-08-31 Father Chrysostomoss/${foo#}//e should be an error
2012-08-31 Father ChrysostomosCommit 6b00f562ed broke s/${\%x}{3}//e
2012-08-31 Father ChrysostomosBreak s//3}->{3/e
2012-08-31 Father ChrysostomosFix two minor s//.../e parsing bugs
2012-08-31 Father Chrysostomostoke.c: PL_in_eval purge
2012-08-31 Father Chrysostomostoke.c:scan_heredoc: comments, comments
2012-08-31 Father Chrysostomostoke.c:scan_heredoc: Merge similar code
2012-08-31 Father Chrysostomostoke.c:scan_heredoc: Remove incorrect part of comment
2012-08-31 Father Chrysostomostoke.c:scan_heredoc: Merge two adjacent #ifdefs
2012-08-31 Father Chrysostomostoke.c:scan_heredoc: Remove unnecessary assignment
2012-08-31 Father Chrysostomostoke.c:scan_heredoc: less pointer fiddling; one less SV
2012-08-31 Father Chrysostomostoke.c:S_scan_heredoc: put the croaking code in one...
2012-08-31 Father ChrysostomosMake eval "s//<<END/e" slightly faster
2012-08-31 Father ChrysostomosFix here-doc body extraction in eval 's//<<END/'
2012-08-31 Father ChrysostomosFinish fixing here-docs in re-evals
2012-08-31 Father Chrysostomostoke.c:S_scan_heredoc: Put stream-based parser in else...
2012-08-31 Father ChrysostomosAvoid uninit warning for qq|${\<<FOO}|
2012-08-31 Father Chrysostomostoke.c: S_scan_heredoc: prune dead code
2012-08-28 Father ChrysostomosUse PL_parser->lex_shared instead of Sv[IN]VX(PL_linestr)
2012-08-28 Father ChrysostomosStop here-docs from gutting (caller $n)[6]
2012-08-28 Father ChrysostomosFix eval 'q;;'
2012-08-28 Father ChrysostomosFix line numbers inside here-docs
2012-08-28 Father ChrysostomosAdd PL_parser->lex_shared struct; move herelines into it
2012-08-28 Father ChrysostomosStop invalid y/// ranges from leaking
2012-08-28 Father Chrysostomostoke.c: Merge KEY_tr and KEY_y
2012-08-28 Father ChrysostomosStop unterminated here-docs from leaking memory
2012-08-28 Father Chrysostomos[perl #114070] Fix lines nums after <<foo
2012-08-22 Father Chrysostomostoke.c: Extreme paranoia
2012-08-22 Father Chrysostomos[perl #114040] Fix here-docs in multiline re-evals
2012-08-22 Father Chrysostomostoke.c: -DT should report forced tokens under -Dmad
2012-08-21 Father ChrysostomosFix format closure bug with redefined outer sub
2012-08-21 Father Chrysostomostoke.c:scan_heredoc: Use PL_tokenbuf less
2012-08-21 Father ChrysostomosFix substitution in substitution pattern
2012-08-21 Father ChrysostomosFix here-docs in nested quote-like operators
2012-08-21 Father ChrysostomosDon’t use strchr when scanning for newline after <<foo
2012-08-21 Father Chrysostomoshere-doc in quotes in multiline s//.../e in eval
2012-08-21 Father Chrysostomosheredoc after "" in s/// in eval
2012-08-21 David Nicoltoke.c:S_scan_heredoc: Add comment about <<\FOO
2012-08-21 Father Chrysostomos[perl #65838] Allow here-doc with no final newline
2012-08-21 Father Chrysostomos[perl #114040] Parse here-docs correctly in quoted...
2012-08-21 Father Chrysostomos[perl #70836] Fix err msg for unterminated here-doc...
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-08-17 Father Chrysostomos[perl #114040] Allow pod in quoted constructs
2012-08-10 Father Chrysostomostoke.c: Remove unnecessary assignment
2012-08-10 Father Chrysostomostoke.c: Set PL_lex_state less when scanning formats
2012-08-10 Father Chrysostomostoke.c: One less token for missing format args
2012-08-08 Father ChrysostomosDon’t let format arguments ‘leak out’ of formline
2012-08-08 Father Chrysostomostoke.c: Remove unnecessary assignment
2012-08-08 Father ChrysostomosPrevent double frees/crashes with format syntax errs
2012-08-08 Father Chrysostomostoke.c: Remove TOKENTYPE_GVVAL
2012-08-08 Father Chrysostomostoke.c: Add missing debug tokens
2012-08-08 Father Chrysostomostoke.c: Fix confused interp-in-format parsing
2012-08-06 Father ChrysostomosNested formats
2012-08-06 Father Chrysostomostoke.c: move leftbracket label
2012-08-06 Father Chrysostomos[perl #114040] Parse formats in interpolating constructs
2012-08-06 Father ChrysostomosForbid braces as format delimiters
2012-08-05 Father Chrysostomos[perl #78550] Fix bad assertion in toke.c:start_subparse
2012-08-04 Father Chrysostomos[perl #114222] Make ‘use’ parse arguments in term context
2012-08-02 Father Chrysostomos[perl #114104] Better error for unterminated heredoc...
2012-07-24 David Mitchelllex_grow_linestr(): update re_eval_start
2012-07-08 Father ChrysostomosLet rv2cv-hook CVs’ protos participate in method intuition
2012-07-07 Father Chrysostomos[perl #113016] Parse CORE::foo::bar as a bareword
2012-07-07 Father Chrysostomosrv2cv hooks should not create 2nd-class subs
2012-07-07 Father Chrysostomostoke.c: Correct comment
2012-07-06 Father Chrysostomosdo-file should not force a bareword
2012-07-05 Father ChrysostomosRecord folded constants in the op tree
2012-07-04 Father Chrysostomos[perl #86136] Downgrade sort {my $a} to a warning
2012-07-03 Father Chrysostomostoke.c: Merge UNI2 and UNIBRACK
2012-07-03 Matthew Horsfall... For #16249 - Overwrite PL_last_lop_op when eval() is...
2012-06-27 Jesse Luehrsclean up compilation warnings
2012-06-21 Karl Williamsontoke.c: Add, clarify comments
2012-06-21 Brian Frasertoke.c: Make new error UTF-8 safe
2012-06-20 Karl WilliamsonRefactor \x processing to single function
2012-06-20 Karl Williamsontoke.c: Don't convert \x{} from native
2012-06-17 Karl Williamsontoke.c: Combine macro calls
2012-06-13 David MitchellFix up runtime regex codeblocks.
2012-06-13 David Mitchellimprove skipping of regex [..] char class in toker
2012-06-13 David Mitchellfix scanning for code blocks
2012-06-13 David Mitchellmake qr/(?{})/ behave with closures
next