summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* toke.c consting and localizingAndy Lester2006-07-041-4/+3
* Fix a couple of compilation warningsRafael Garcia-Suarez2006-06-301-2/+2
* <toke.c> isALNUM(*s) && *s != '_'Dr.Ruud2006-06-211-2/+1
* Change 28404 broke the construct s/foo/<<BAR/e. So, try to be moreRafael Garcia-Suarez2006-06-201-1/+3
* [perl #39365] Bug in toke.c (eval in subst) Ben Carter2006-06-201-1/+1
* Accumulated toke.c cleanupsAndy Lester2006-06-061-52/+78
* Re: [PATCH] my_snprintfJarkko Hietaniemi2006-05-121-5/+1
* Proper use of static funcs in toke.c and pp_sys.cAndy Lester2006-05-121-7/+5
* Add "state" featureRafael Garcia-Suarez2006-05-031-1/+1
* Introduce a new keyword, state, for state variables.Rafael Garcia-Suarez2006-05-031-47/+64
* toke.c: function pointer to data pointerJarkko Hietaniemi2006-05-021-4/+8
* more -ansi -pedantic cleanlinessJarkko Hietaniemi2006-04-291-4/+4
* reduce gcc -ansi -pedantic noise plus a suggestionJarkko Hietaniemi2006-04-281-5/+5
* Re: [PATCH] use snprintf/strlcpy/strlcat when usefulJarkko Hietaniemi2006-04-281-0/+4
* Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2Marcus Holland-Moritz2006-04-261-1/+1
* [perl #38475] attribute multiline fix (in tokenizer) Bas van Sisseren2006-04-241-7/+18
* Cleanup some gcc warningsMarcus Holland-Moritz2006-04-241-2/+2
* A couple of casts to PADOFFSET.Marcus Holland-Moritz2006-04-241-2/+2
* Fix compilation of microperl, which doesn't have INT_MAX.Nicholas Clark2006-04-191-1/+8
* Coverity is upset about a signed int in ext/Filter/Util/Call/Call.xs,Nicholas Clark2006-04-171-5/+10
* Abstract all the accesses to cop_arybase (apart from ByteLoader)Nicholas Clark2006-04-021-1/+1
* Random accumulated patchesAndy Lester2006-03-311-38/+45
* Deprecate :unique even with threadsRafael Garcia-Suarez2006-03-141-1/+1
* Make usage of :unique emit a deprecation warning.Rafael Garcia-Suarez2006-03-141-2/+4
* isSPACE('\0') is false, so can simplify the condition in the forNicholas Clark2006-03-111-2/+2
* Localizing some vars in S_checkcommaAndy Lester2006-03-111-4/+4
* Move the 12 static MAD variables from toke.c into the interpeterNicholas Clark2006-03-101-14/+0
* Rename the 12 static variables in toke.c to PL_*Nicholas Clark2006-03-101-331/+331
* Summon constman! S_checkcomma now has all 3 arguments const char.Nicholas Clark2006-03-101-11/+6
* Tease apart the keyword/subroutine test in S_checkcomma.Nicholas Clark2006-03-101-1/+7
* Superior *printf-fu lets us avoid modifying source code.Nicholas Clark2006-03-091-7/+2
* -Dmad works, albeit with some test failures:Nicholas Clark2006-03-091-3/+7
* The remainder of the toke.c MAD changes. Now to investigate why MADNicholas Clark2006-03-091-36/+1118
* Another refactoring from Larry implicit in the MAD patch.Nicholas Clark2006-03-091-2/+2
* Refactoring from Larry implicit in the MAD patch.Nicholas Clark2006-03-091-7/+8
* Replace PL_nextval[PL_nexttoke].opval with the macro NEXTVAL_NEXTTOKENicholas Clark2006-03-091-27/+31
* MAD changes for bare skipspace()Nicholas Clark2006-03-091-35/+142
* Speedups and shrinkages of SvREFCNT_incAndy Lester2006-02-271-4/+4
* unused context warningsAndy Lester2006-02-241-2/+3
* Replace direct flags tests & manipulations for SVpad_TYPED andNicholas Clark2006-02-231-2/+2
* More NullXXX macro removal from Andy LesterRafael Garcia-Suarez2006-02-201-3/+3
* Sun Studio lint patchesAndy Lester2006-02-141-1/+1
* Fix breakage in S_set_csh() from change #27136.Steve Peters2006-02-091-0/+2
* Trying my "remove the pTHXes" patch againAndy Lester2006-02-091-24/+26
* And as we've now got to the point where all calls to Perl_moreswitchesNicholas Clark2006-02-031-6/+1
* Eliminating PL_suidscript is more tricky, and requires changing theNicholas Clark2006-02-031-1/+6
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-20/+20
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-23/+23
* gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanningNicholas Clark2006-02-021-7/+9
* Make Perl_gv_fetchpvn_flags actually heed the passed in length.Nicholas Clark2006-01-311-2/+2