summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* charnames: Eliminate need to sync code in two placesKarl Williamson2014-05-301-2/+3
* Revert "DEBUG_X_TEST are only for DEBUGGING."Jarkko Hietaniemi2014-05-291-12/+0
* DEBUG_X_TEST are only for DEBUGGING.Jarkko Hietaniemi2014-05-291-0/+12
* Unify the "fall-through" lint annotation.Jarkko Hietaniemi2014-05-291-6/+6
* Pointers set but then (immediately or very shortly) overwritten.Jarkko Hietaniemi2014-05-291-1/+0
* Annotate intentional case fallthrough, or add breaks.Jarkko Hietaniemi2014-05-281-0/+2
* ensure qw//, q'' and '' report line on a missing terminatorTony Cook2014-05-121-4/+4
* Silence some VC++ compiler warningsSteve Hay2014-02-251-1/+1
* Remove a redundant EXTEND (its followed by XPUSHs)Peter Martini2014-02-151-1/+0
* merge basic zefram/purple_signatures into bleadZefram2014-02-061-7/+207
|\
| * subroutine signaturesZefram2014-02-011-7/+207
* | Forbid "\c{" and \c{non-ascii}Karl Williamson2014-02-051-1/+1
|/
* [perl #119973] Treat initial { in format args as blockFather Chrysostomos2014-01-181-0/+10
* toke.c: Set locale for all scan_num() calls; restore instead of resetKarl Williamson2014-01-041-8/+2
* toke.c: Remove redundant checkFather Chrysostomos2013-12-301-1/+2
* Interpret do CORE() as do-fileFather Chrysostomos2013-12-241-1/+2
* toke.c: Pass GV_NOTQUAL for override lookupFather Chrysostomos2013-12-041-1/+2
* silence -Wformat-nonliteral compiler warningsDavid Mitchell2013-11-281-1/+12
* ->$#*Father Chrysostomos2013-11-241-6/+13
* Perl_load_module() no longer moves the current stack, so no need to save it.Nicholas Clark2013-11-221-1/+1