summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* (perl #125351) abort parsing if parse errors happen in a sub lexSteve Hay2018-03-191-0/+18
* (perl #131949) adjust s in case peekspace() moves the line stringTony Cook2018-03-121-1/+4
* (perl #131836) avoid a use-after-free after parsing a "sub" keywordTony Cook2018-03-121-0/+2
* (perl #131793) sanely handle PL_linestart > PL_bufptrTony Cook2018-03-121-4/+15
* Revert "Respect hashbangs containing perl6"Leon Timmermans2017-03-201-2/+0
* [perl #130814] update pointer into PL_linestr after lookaheadHugo van der Sanden2017-02-211-0/+4
* Moving variables to their innermost scope.Andy Lester2017-02-181-6/+6
* Improve handling pattern compilation errorsKarl Williamson2017-02-141-4/+4
* toke.c: Make sure things are initializedKarl Williamson2017-02-131-0/+3
* toke.c: Quit now if error at end of inputKarl Williamson2017-02-131-1/+2
* toke.c: Un-special case somethingKarl Williamson2017-02-131-2/+2
* Don't try to compile a pattern known to be in errorKarl Williamson2017-02-131-0/+9
* toke.c: Add internal function to abort parsingKarl Williamson2017-02-131-0/+9
* toke.c: White-space onlyKarl Williamson2017-02-131-81/+86
* Relax internal function APIKarl Williamson2017-02-131-9/+23
* Extract code into a functionKarl Williamson2017-02-131-0/+14
* toke.c: Rmv no longer necessary UTF-8 checksKarl Williamson2017-02-131-28/+1
* toke.c: Fix bugs where UTF-8 is turned on in mid chunkKarl Williamson2017-02-131-0/+33
* toke.c: Add branch predictionKarl Williamson2017-02-131-4/+7
* toke.c: Fix comments describing S_tokeqKarl Williamson2017-02-131-4/+3
* toke.c: Slight refactor.Karl Williamson2017-02-131-10/+13
* toke.c: White space, comments, bracesKarl Williamson2017-02-131-6/+16
* toke.c: Don't compare same bytes twiceKarl Williamson2017-02-131-1/+2
* toke.c: Move declarationKarl Williamson2017-02-131-1/+2
* toke.c: Remove unused param from static functionKarl Williamson2017-02-011-11/+8
* PATCH: [perl #130655] Unrecognized UTF-8 charKarl Williamson2017-01-311-0/+2
* PATCH: [perl #130656] tr// failue with UTF-8 across linesKarl Williamson2017-01-311-3/+16
* signature sub (\x80 triggered an assertionDavid Mitchell2017-01-301-1/+1
* PATCH: [perl #130666]: Revert "toke.c, S_scan_ident(): Don't take a "end of b...Karl Williamson2017-01-291-11/+8
* perlapi: Fix grammarKarl Williamson2017-01-261-1/+1
* PATCH: [perl #130567] Assertion failure in scan_constKarl Williamson2017-01-251-0/+14
* Use cBOOL() instead of ? TRUE : FALSEDagfinn Ilmari Mannsåker2017-01-251-2/+2
* (perl #129190) intuit_method() can move the line bufferTony Cook2017-01-241-1/+9
* (perl #129274) avoid treating the # in $# as a comment introTony Cook2017-01-241-1/+3
* Be consistent in deprecation messages.Abigail2017-01-231-1/+1
* toke.c: Refactor part of tr// handling, mostly for EBCDICKarl Williamson2017-01-191-30/+86
* toke.c: Avoid work if tr/a-b/foo/Karl Williamson2017-01-191-0/+8
* toke.c: Avoid work for tr/a-a/.../Karl Williamson2017-01-191-1/+14
* toke.c: Save a branchKarl Williamson2017-01-191-3/+5
* toke.c: Add, clarify some comments, white-spaceKarl Williamson2017-01-191-69/+67
* [perl #129342] ensure range-start is set after error in tr///Hugo van der Sanden2017-01-191-2/+2
* warn at most once per literal about misplaced _Zefram2017-01-171-26/+23
* Deprecation of an unqualified dump() to mean CORE::dump().Abigail2017-01-161-2/+4
* Use of comma-less variable lists is deprecated.Abigail2017-01-161-1/+1
* Bare heredocs will be fatal in 5.28.Abigail2017-01-161-1/+1
* Use of \N{} will be fatal in 5.28.Abigail2017-01-161-2/+1
* Time limit the deprecation of :unique and :locked.Abigail2017-01-161-2/+4
* Add /xx regex pattern modifierKarl Williamson2017-01-131-8/+0
* toke.c: Make too-long inline function just staticKarl Williamson2017-01-051-1/+1
* [perl #130495] /x comment skipping stops a byte shortHugo van der Sanden2017-01-041-1/+6