summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* Initialize the variable.Jarkko Hietaniemi2017-11-281-2/+2
* toke.c: Don’t leak memoryFather Chrysostomos2017-11-261-0/+1
* [perl #132485] Warn about "$foo'bar"Father Chrysostomos2017-11-261-5/+31
* toke.c: Comment typoFather Chrysostomos2017-11-261-1/+1
* toke.c: Convert to use is_utf8_non_invariant_stringKarl Williamson2017-11-261-4/+3
* toke.c lex_stuff_pvn(): Use fcn, not handrolled codeKarl Williamson2017-11-231-7/+1
* localise $@ around source filtersZefram2017-11-131-1/+6
* avoid redundant initialisation around Newxz()Zefram2017-11-131-2/+4
* prevent invalid memory access in S_check_uni (RT #132433)Lukas Mai2017-11-121-1/+1
* add wrap_keyword_plugin function (RT #132413)Lukas Mai2017-11-111-0/+73
* parse yada-yada only as a statementZefram2017-11-101-1/+1
* toke.c: Add commentKarl Williamson2017-11-081-0/+2
* Dest buffer needs to be bigger for utf16_to_utf8()Karl Williamson2017-11-081-1/+4
* restore error message for unterminated stringsLukas Mai2017-11-081-7/+13
* toke.c: Fix wrong use of memrchrKarl Williamson2017-11-071-1/+1
* toke.c: use my_memrchr helper for portability [round 2]Nicolas R2017-11-061-2/+2
* toke.c: Convert some strchr to memchrKarl Williamson2017-11-061-14/+20
* toke.c use memBEGINs with prev commitKarl Williamson2017-11-061-2/+4
* toke.c: Add limit parameter to 3 static functionsKarl Williamson2017-11-061-26/+31
* dquote.c: Use memchr() instead of strchr()Karl Williamson2017-11-061-2/+4
* Add memBEGINPs() to core and use itKarl Williamson2017-11-061-9/+16
* Change some strBEGINs() to memBEGINs()Karl Williamson2017-11-061-11/+21
* Change some strncmp(), etc. to strBEGINs()Karl Williamson2017-11-061-1/+1
* Use memEQs, memNEs in core filesKarl Williamson2017-11-061-10/+8
* Rename strEQs to strBEGINs; remove strNEsKarl Williamson2017-11-061-14/+14
* add assertions about format lexingZefram2017-11-051-2/+4
* yada-yada is a term, not an operatorLukas Mai2017-11-021-1/+1
* toke.c: Rmv useless codeKarl Williamson2017-11-021-7/+0
* toke.c: White space onlyKarl Williamson2017-11-021-33/+33
* (perl #132245) don't leak on \N{}Tony Cook2017-10-301-0/+1
* (perl #132245) don't try to process a char range with no preceding charTony Cook2017-10-301-3/+3
* toke.c: Add commentaryKarl Williamson2017-10-271-5/+6
* Use SvLEN_set/SvCUR_set in a few extra locationsNicolas R2017-10-191-2/+2
* Use preprocessor check for some DEBUG_X_TESTNicolas R2017-10-161-0/+10
* get rid of "implicit fallthrough" warnings with gcc 7Lukas Mai2017-10-131-0/+1
* (perl #131777) prevent non-'=' assign ops tokens in sub signaturesTony Cook2017-09-191-3/+34
* 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