summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Silence another Irix compiler warning.Nicholas Clark2006-01-301-2/+5
* Call gv_fetchpvn_flags where we already know the length.Nicholas Clark2006-01-281-17/+21
* Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.Nicholas Clark2006-01-281-6/+6
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-16/+16
* defined %foo::bar:: wasn't working like it used to do in evalsRafael Garcia-Suarez2006-01-161-15/+15
* A few more places that can use hv_fetchs().Gisle Aas2006-01-111-2/+2