This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Pass $obj to _DB__trim_command*.
[perl5.git] / toke.c
2012-11-11 Karl Williamsontoke.c: White-space only; no code changes
2012-11-11 Karl Williamsontoke.c: Don't force \N{} into utf8 unnecessarily
2012-11-11 Karl Williamsontoke.c: Remove redundant checks
2012-11-11 Karl Williamsontoke.c: Reorder declaration
2012-11-11 Karl Williamsontoke.c: Use UTF-8 macros for portability
2012-11-11 Karl WilliamsonValidate above-Latin1 characters in \N{} aliases
2012-11-11 Karl Williamsontoke.c: Fail on malformed UTF-8 in \N{} input
2012-11-11 Karl Williamsontoke.c: Remove no-longer needed {...} and outdent corre...
2012-11-11 Brian Frasertoke.c: [RT#73022] Make \N{...} UTF-8 clean.
2012-11-11 Karl Williamsontoke.c Refactor S_get_and_check_backslash_N_name()
2012-11-11 Karl Williamsontoke.c: Don't validate core charnames output
2012-11-11 Karl Williamsoncharnames: Don't accept illegal :aliases
2012-11-11 Karl WilliamsonMake \N{alias} deprecations fatal.
2012-11-11 Karl Williamsontoke.c: Extract part of \N{} processing to new function
2012-11-06 Father ChrysostomosStop eval "qq'\$\0foo'" from leaking
2012-11-05 Father ChrysostomosDon’t leak pattern buffer when invalid flags croak
2012-11-05 Father ChrysostomosFix invalid token warning with PERL_XMLDUMP and label
2012-10-28 Daniel Draganyyerror->yyerror_pvn in toke.c:S_new_constant
2012-10-28 Daniel Draganrmv a sv_2mortal and unused var in toke.c:Perl_yyerror_pvn
2012-10-27 Yves Ortonsilence warning in toke.c charnames support
2012-10-27 Reini UrbanRT #115488 cxstack -1 at nested scan_heredoc
2012-10-25 Karl Williamsontoke.c: Avoid unnecessary uninitialized value msgs
2012-10-24 Karl WilliamsonMake \N{unknown char} a syntax error
2012-10-24 Karl Williamsontoke.c: Indent properly
2012-10-17 Father ChrysostomosUsed pad name lists for pad ids
2012-10-12 Father Chrysostomostoke.c: Rewrite bogus yylex comment
2012-10-10 Father Chrysostomos[perl #114658] Fix line numbers at the end of string...
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
next