This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
FREETMPS when leaving eval, even when void/dying
[perl5.git] / toke.c
2017-06-01 Karl WilliamsonFatalize \N{}
2017-06-01 Dagfinn Ilmari Man... Remove deprecated no-op :locked attribute
2017-06-01 Dagfinn Ilmari Man... Remove deprecated no-op :unique attribute
2017-06-01 Dagfinn Ilmari Man... Remove deprecated comma-less format variable lists
2017-03-20 Leon TimmermansRevert "Respect hashbangs containing perl6"
2017-02-21 Hugo van der Sanden[perl #130814] update pointer into PL_linestr after...
2017-02-18 Andy LesterMoving variables to their innermost scope.
2017-02-14 Karl WilliamsonImprove handling pattern compilation errors
2017-02-14 Karl Williamsontoke.c: Make sure things are initialized
2017-02-14 Karl Williamsontoke.c: Quit now if error at end of input
2017-02-14 Karl Williamsontoke.c: Un-special case something
2017-02-14 Karl WilliamsonDon't try to compile a pattern known to be in error
2017-02-14 Karl Williamsontoke.c: Add internal function to abort parsing
2017-02-14 Karl Williamsontoke.c: White-space only
2017-02-14 Karl WilliamsonRelax internal function API
2017-02-14 Karl WilliamsonExtract code into a function
2017-02-14 Karl Williamsontoke.c: Rmv no longer necessary UTF-8 checks
2017-02-14 Karl Williamsontoke.c: Fix bugs where UTF-8 is turned on in mid chunk
2017-02-14 Karl Williamsontoke.c: Add branch prediction
2017-02-14 Karl Williamsontoke.c: Fix comments describing S_tokeq
2017-02-14 Karl Williamsontoke.c: Slight refactor.
2017-02-14 Karl Williamsontoke.c: White space, comments, braces
2017-02-14 Karl Williamsontoke.c: Don't compare same bytes twice
2017-02-14 Karl Williamsontoke.c: Move declaration
2017-02-02 Karl Williamsontoke.c: Remove unused param from static function
2017-01-31 Karl WilliamsonPATCH: [perl #130655] Unrecognized UTF-8 char
2017-01-31 Karl WilliamsonPATCH: [perl #130656] tr// failue with UTF-8 across...
2017-01-30 David Mitchellsignature sub (\x80 triggered an assertion
2017-01-30 Karl WilliamsonPATCH: [perl #130666]: Revert "toke.c, S_scan_ident...
2017-01-26 Karl Williamsonperlapi: Fix grammar
2017-01-26 Karl WilliamsonPATCH: [perl #130567] Assertion failure in scan_const
2017-01-25 Dagfinn Ilmari Man... Use cBOOL() instead of ? TRUE : FALSE
2017-01-24 Tony Cook(perl #129190) intuit_method() can move the line buffer
2017-01-24 Tony Cook(perl #129274) avoid treating the # in $# as a comment...
2017-01-23 AbigailBe consistent in deprecation messages.
2017-01-19 Karl Williamsontoke.c: Refactor part of tr// handling, mostly for...
2017-01-19 Karl Williamsontoke.c: Avoid work if tr/a-b/foo/
2017-01-19 Karl Williamsontoke.c: Avoid work for tr/a-a/.../
2017-01-19 Karl Williamsontoke.c: Save a branch
2017-01-19 Karl Williamsontoke.c: Add, clarify some comments, white-space
2017-01-19 Hugo van der Sanden[perl #129342] ensure range-start is set after error...
2017-01-17 Zeframwarn at most once per literal about misplaced _
2017-01-16 AbigailDeprecation of an unqualified dump() to mean CORE:...
2017-01-16 AbigailUse of comma-less variable lists is deprecated.
2017-01-16 AbigailBare heredocs will be fatal in 5.28.
2017-01-16 AbigailUse of \N{} will be fatal in 5.28.
2017-01-16 AbigailTime limit the deprecation of :unique and :locked.
2017-01-13 Karl WilliamsonAdd /xx regex pattern modifier
2017-01-05 Karl Williamsontoke.c: Make too-long inline function just static
2017-01-04 Hugo van der Sanden[perl #130495] /x comment skipping stops a byte short
2017-01-03 Karl Williamsontoke.c: Clarify comment
2017-01-03 Karl Williamsontoke.c: Keep better track for avoiding work in tr///
2017-01-03 Karl Williamsontoke.c: Fix comment that said the opposite of what...
2017-01-03 Karl Williamsontoke.c: Simplify expression
2017-01-03 Karl WilliamsonSV_UTF8_NO_ENCODING is no longer used
2017-01-03 Karl Williamsontoke.c: White-space only
2017-01-03 Karl Williamsontoke.c: Potentially avoid work when converting to UTF-8
2017-01-03 Karl Williamsontoke.c: Reorder if/else branches
2017-01-03 Karl Williamsontoke.c: Fix too-small SvGROW()
2017-01-03 Karl Williamsontoke.c: Simplify a couple of expressions
2017-01-03 Karl Williamsontoke.c: Convert sv_grow to SvGROW
2016-12-25 David Mitchellmore issues with /(?{ ... <<EOF })/
2016-12-24 Karl WilliamsonDeprecate non-grapheme string delimiter
2016-12-23 Karl Williamsontoke.c: Replace infinite loop reading input by bounded
2016-12-23 Karl Williamsontoke.c: Use fewer branches
2016-12-23 Karl Williamsontoke.c: Use macro instead of repeating code
2016-12-23 Karl Williamsontoke.c: White-space only
2016-12-23 Karl Williamsontoke.c: Convert to use isFOO_utf8_safe() macros
2016-12-23 Karl Williamsontoke.c: Avoid a conversion to/from UTF-8
2016-12-23 Karl WilliamsonPATCH: [perl #126310] single quote UTF-8 malformation...
2016-12-23 Karl WilliamsonUse fnc to force out malformed warnings
2016-12-23 Karl Williamsontoke.c: Silence win32 compiler warning.
2016-12-23 Karl Williamsontoke.c: Simplify finding mirror-image close delimiter
2016-12-23 Karl Williamsontoke.c: Skip some work for UTF-8 invariant
2016-12-11 Karl Williamsontoke.c: Use strpbrk instead of sequential strchr()
2016-12-10 David Mitchellyyparse(): extend parser stack before every shift.
2016-12-10 David Mitchellmisaligned buffer with heredoc and /(?{...})/
2016-12-07 Karl Williamsontoke.c: Swap 'if' and 'else' clauses
2016-12-05 David Mitchellyyparse(): only check stack size in outer loop
2016-12-05 David Mitchelloptimising yyparse: replace stack_size with a ptr
2016-12-05 Yves Ortonmake sure that new heredoc parsing doesn't COW during...
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-11-15 Matthew HorsfallReport indented here-doc line errors correctly
2016-11-14 Lukas Maitoke.c: remove obsolete comment
2016-11-14 Matthew HorsfallAdd indented here-docs.
2016-11-13 David MitchellS_scan_subst() - remove extraneous code
2016-11-12 David MitchellEliminate SVrepl_EVAL and SvEVALED()
2016-11-12 David Mitchellremove eval's usage of SvSCREAM
2016-11-09 Tony Cook(perl #129000) use the new utf8_hop_back()
2016-11-03 Andy LesterMake toke.c:S_lop's x arg a U8 to match PL_expect
2016-10-31 Tony Cook(perl #128997) avoid reading beyond the end of the...
2016-10-31 Andy Lester(perl #129961) code cleanup for clang -Weverything...
2016-10-20 Lukas Maitoke.c: remove redundant (OP *) casts
2016-10-20 Lukas Maitoke.c: get rid of "if (0)"
2016-10-19 Yves Ortontoke.c: use new SvPVCLEAR and constant string friendly...
2016-10-18 Karl Williamsontoke.c: Fix EBCDIC issue
2016-10-18 Karl Williamsontoke.c: Fix grammar in comment
2016-09-27 David MitchellEliminate xpad_cop_seq from _xnvu union
2016-09-10 Father Chrysostomostoke.c: Correct comment
2016-09-07 David Mitchelladd some code comments for the users of delimcpy()
next