summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sprinkle diag_listed_asFather Chrysostomos2013-11-171-0/+3
* Remove extraneous dot from ‘Missing right brace...’Father Chrysostomos2013-11-171-1/+1
* perldiag: \%d better written as $%dFather Chrysostomos2013-11-171-0/+1
* [perl #120463] s/// and tr/// with wide delimitersFather Chrysostomos2013-11-141-20/+26
* toke.c: Remove unnecessary assignmentFather Chrysostomos2013-11-081-1/+1
* Warn for all uses of %hash{...} in scalar cxFather Chrysostomos2013-11-081-7/+0
* Make _charnames comparison null-safeFather Chrysostomos2013-11-081-1/+2
* Stop lexical CORE sub from interfering with CORE::Father Chrysostomos2013-11-081-5/+6
* toke.c: Remove dead code handling <FH> //Father Chrysostomos2013-11-081-4/+1
* remove some unused vars from op.c and toke.cDavid Mitchell2013-11-081-1/+0
* Fix qx, `` and <<`` overridesFather Chrysostomos2013-11-061-31/+2
* toke.c: Remove unnecessary UTF checkFather Chrysostomos2013-11-061-1/+1
* Put common override code into gv_overrideFather Chrysostomos2013-11-061-22/+2
* Fix readline overriden with a constantFather Chrysostomos2013-11-061-2/+7
* Allow CORE::GLOBAL:: subs in general to be aliased to constsFather Chrysostomos2013-11-061-2/+7
* toke.c: Remove unnecessary SvRV null checkFather Chrysostomos2013-11-051-2/+2
* Fix readpipe overriden with a constantFather Chrysostomos2013-11-051-2/+7
* toke.c:S_tokeq: add commentFather Chrysostomos2013-11-011-1/+1
* toke.c:S_tokeq: remove dead codeFather Chrysostomos2013-11-011-7/+7
* Eliminate ‘Can't use \1 to mean $1’ false positivesFather Chrysostomos2013-10-301-1/+2
* Silence some Win32 compiler warningsKarl Williamson2013-10-241-3/+6
* spurious "Use of "-x" without parentheses" mesgDavid Mitchell2013-10-221-1/+1
* add comment to foreach toking codeDavid Mitchell2013-10-181-0/+1
* Correctly parse class name in 'for my class $fooHio2013-10-181-1/+1
* fix compiler warningJesse Luehrs2013-10-171-1/+1