summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* toke.c:S_parse_opt_lexvar: Don’t use null terminatorFather Chrysostomos2014-10-101-1/+0
* toke.c: Extract into a named string constantKarl Williamson2014-10-071-4/+9
* toke.c: Update, clarify comments, fix some indentsKarl Williamson2014-10-071-39/+50
* silence some compiler warnings on VC6Daniel Dragan2014-10-061-2/+2
* Correct ‘"my" variable "&f::b"...’ messageFather Chrysostomos2014-10-051-1/+3
* toke.c: Add comment for greppabilityFather Chrysostomos2014-10-051-0/+1
* Introduce the double-diamond operator <<>>Rafael Garcia-Suarez2014-09-301-3/+12
* Deprecate multiple "x" in "/xx"Karl Williamson2014-09-291-4/+13
* toke.c: Clarify commentKarl Williamson2014-09-291-6/+6
* A little help for clang++ in toke.cCraig A. Berry2014-09-261-1/+1
* toke.c: Fix bad read in S_scan_heredocFather Chrysostomos2014-09-181-1/+2
* Make ‘No comma allowed’ respect lex subsFather Chrysostomos2014-09-161-0/+8
* toke.c: Remove obsolete commentFather Chrysostomos2014-09-161-1/+0
* Avoid creating GVs when subs are declaredFather Chrysostomos2014-09-151-1/+5
* Remove bogus gv-handling code from toke.cFather Chrysostomos2014-09-151-15/+0
* toke.c: Remove redundant PL_expect checkFather Chrysostomos2014-09-131-1/+1
* Remove GV_ADDINEVALFather Chrysostomos2014-09-061-9/+4
* Fix my constant $var utf8 confusionFather Chrysostomos2014-09-051-1/+1
* Remove -foo ambiguity warningFather Chrysostomos2014-09-041-11/+0
* toke.c: Avoid extra sv_setpv for foo <newline> =>Father Chrysostomos2014-09-041-7/+11
* Fix our-sub method confusionFather Chrysostomos2014-09-041-0/+9
* toke.c: Combine two identical chunks via gotoFather Chrysostomos2014-09-041-5/+2
* Avoid duplicate GV lookup for barewordsFather Chrysostomos2014-09-031-14/+10
* Don’t call intuit_method twice for the same barewordsFather Chrysostomos2014-09-031-1/+5
* MAD leftovers in toke.cFather Chrysostomos2014-09-031-43/+38
* toke.c: Stop using len to indicate trailing ::Father Chrysostomos2014-09-031-3/+5
* Fix thinko in toke.c in 211a434Father Chrysostomos2014-09-011-1/+1
* Fix assertion failure with our subs and constantsFather Chrysostomos2014-09-011-1/+1
* Avoid vivifying stuff when looking up barewordsFather Chrysostomos2014-08-291-2/+20
* toke.c: Remove unnecessary PL_expect assignmentFather Chrysostomos2014-08-251-1/+0
* Stop trying to disambiguate {} after $Father Chrysostomos2014-08-251-0/+5
* toke.c: Remove unnecessary conditionFather Chrysostomos2014-08-241-1/+1
* Set PL_expect only once after curly subscriptsFather Chrysostomos2014-08-241-6/+6
* toke.c: Remove PL_lex_expect defineFather Chrysostomos2014-08-241-1/+0
* Stop setting PL_lex_expectFather Chrysostomos2014-08-241-1/+0
* toke.c: Consolidate some PL_expect assignmentsFather Chrysostomos2014-08-241-5/+3
* Stop using the value of PL_expectFather Chrysostomos2014-08-241-3/+1
* toke.c: For plugins, don’t set PL_expect if PL_nexttokeFather Chrysostomos2014-08-241-2/+2
* toke.c: Touch PL_expect less for implicit [.,] in quotesFather Chrysostomos2014-08-241-5/+5
* [perl #80368] Fix implicit assignop in qq"a\U="Father Chrysostomos2014-08-241-1/+3
* toke.c: Correct S_ao descriptionFather Chrysostomos2014-08-241-2/+2
* toke.c: Skip PL_expect assignment under KEY_requireFather Chrysostomos2014-08-241-1/+1
* toke.c: Rework LOOPX macroFather Chrysostomos2014-08-241-11/+5
* toke.c:S_lop: Don’t set PL_expect if PL_nexttokeFather Chrysostomos2014-08-241-1/+1
* Expand a comment in toke.c (eliminate ‘why?’)Father Chrysostomos2014-08-241-1/+4
* Set PL_expect less often when parsing semicolonsFather Chrysostomos2014-08-241-1/+2
* toke.c: Don’t set PL_expect when emitting USE tokensFather Chrysostomos2014-08-241-2/+2
* Fix the PEEK_INFNAN (wrong macro arg name).Jarkko Hietaniemi2014-08-221-4/+5
* Add and use macros for case-insensitive comparisonKarl Williamson2014-08-221-13/+14
* Use constant now defined for ESCKarl Williamson2014-08-211-1/+1