summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Comment: scan_num also handles hexadecimal floats now.Jarkko Hietaniemi2014-08-201-3/+4
* Update exp_name in toke.c, following b5b6210a976Father Chrysostomos2014-08-151-1/+2
* On literal hexadecimal floats use uquad, not UV.Jarkko Hietaniemi2014-08-141-19/+21
* Use XDIGIT_VALUE().Jarkko Hietaniemi2014-08-141-4/+1
* Whitespace only: line breaks before elses.Jarkko Hietaniemi2014-08-141-2/+4
* Hexadecimal float literals, for perl #122219Jarkko Hietaniemi2014-08-131-9/+168
* [perl #46947] Parse method-BLOCK arguments as a termFather Chrysostomos2014-08-121-1/+8
* Unused dVARs found by g++ -DPERL_GLOBAL_STRUCT_PRIVATE.Jarkko Hietaniemi2014-07-241-2/+0
* Remove flagging OP_READLINE with OPf_SPECIALRafael Garcia-Suarez2014-07-241-2/+0
* Use grok_atou instead of atoi.Jarkko Hietaniemi2014-07-221-1/+1
* toke.c: White-space alignment, add commentKarl Williamson2014-06-281-15/+16
* Follow-up to 51f14a05: not ignoring my_snprintf return values.Jarkko Hietaniemi2014-06-251-3/+6
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-55/+1
* Unused snprintf results noticed by clang in Linux.Jarkko Hietaniemi2014-06-251-3/+5
* PERL_UNUSED_CONTEXT -> remove interp context where possibleDaniel Dragan2014-06-241-1/+1
* Remove "ternary operator parsed as search pattern" warningDagfinn Ilmari Mannsåker2014-06-171-8/+2
* Remove support for ?PATTERN? without explicit 'm' operatorDagfinn Ilmari Mannsåker2014-06-171-50/+31
* For HP-UX, do not potentially deref NULL CopFILESV.Jarkko Hietaniemi2014-06-161-18/+25
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-151-1/+4
* Revert "Some low-hanging -Wunreachable-code fruits."Jarkko Hietaniemi2014-06-131-4/+1
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-131-1/+4
* Remove MAD.Jarkko Hietaniemi2014-06-131-1168/+45
* Deprecate unescaped literal "{" in regex patternsKarl Williamson2014-06-121-96/+19
* toke.c: Change S_scan_str parameter meaningKarl Williamson2014-06-121-8/+15
* Adding missing SVfARG() invocationsBrian Fraser2014-06-131-1/+1
* perlapi: Include general informationKarl Williamson2014-06-051-1/+0
* Clarify "require <>"-message.Norman Koch2014-05-311-1/+1
* Wrap various pod uses of NUL with C<>Karl Williamson2014-05-301-2/+2
* Deprecate NBSP in \N{...} namesKarl Williamson2014-05-301-0/+13
* Fix bug where charnames xlator doesn't return utf8Karl Williamson2014-05-301-0/+4
* Fatalize deprecated \N{} definitionsKarl Williamson2014-05-301-22/+28