summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* simplify s///eee lexing logicLukas Mai2017-09-081-8/+4
* (perl #131949) adjust s in case peekspace() moves the line stringTony Cook2017-08-311-1/+4
* [perl #131883] Include pkg in :prototype warningsFather Chrysostomos2017-08-281-0/+7
* Add another param to validate_protoFather Chrysostomos2017-08-281-2/+3
* (perl #131836) avoid a use-after-free after parsing a "sub" keywordTony Cook2017-08-281-0/+2
* Sprinkle diag_listed_as; perldiag tweaksFather Chrysostomos2017-08-211-0/+13
* (perl #131793) sanely handle PL_linestart > PL_bufptrTony Cook2017-08-171-4/+15
* (perl #131725) ignore the exponent on a decimal float if no digitsTony Cook2017-08-141-2/+19
* [perl #131679] Fix ‘our sub foo::bar’ messageFather Chrysostomos2017-07-021-1/+2
* Parse caret vars with subscripts the same as normal vars inside of ${..} esca...Yves Orton2017-06-291-21/+25
* Forbid use of bare << to mean <<""Dagfinn Ilmari Mannsåker2017-06-051-1/+1
* Fatalize \N{}Karl Williamson2017-06-011-2/+3
* Remove deprecated no-op :locked attributeDagfinn Ilmari Mannsåker2017-06-011-5/+0
* Remove deprecated no-op :unique attributeDagfinn Ilmari Mannsåker2017-06-011-11/+1
* Remove deprecated comma-less format variable listsDagfinn Ilmari Mannsåker2017-06-011-21/+1
* 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