summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* [perl #123711] Fix crash with 0-5x-l{0}Father Chrysostomos2015-08-171-0/+1
* Fix "...without parentheses is ambuguous" warning for UTF-8 function namesAlex Vandiver2015-08-101-1/+1
* Allow unquoted UTF-8 HERE-document terminatorsAlex Vandiver2015-08-101-3/+7
* [perl #124113] Make check for multi-dimensional arrays be UTF8-awareAlex Vandiver2015-08-101-1/+1
* intuit_more: no need to copy before keyword checkHugo van der Sanden2015-01-211-4/+3
* [perl #123410] sort CORE::fake bizarre behaviourFather Chrysostomos2015-01-101-2/+3
* Wrap various pod uses of NUL with C<>Karl Williamson2014-07-141-2/+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
* Fix a bug with ->@ inside "@{...}"Father Chrysostomos2013-10-051-1/+3
* Make postderef experimentalFather Chrysostomos2013-10-051-0/+4
* Allow ->@ ->$ interpolation under postderef_qq featureFather Chrysostomos2013-10-051-2/+17
* Hide postderef behind the feature featureFather Chrysostomos2013-10-051-2/+4