summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Missing an initialisation, as spotted by Merijn's HP compiler.Nicholas Clark2006-01-101-0/+1
* Move initialization of old values prior to moreswitches()Gisle Aas2006-01-101-4/+4
* It's the Barbie bus patchAndy Lester2006-01-101-44/+40
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+50
* Remove code duplicated a few lines above by change 19695.Gisle Aas2006-01-061-8/+0
* Make the new STR_WITH_LEN() affected compile under -Dusethreads.Gisle Aas2006-01-041-1/+1
* Add an extra NUL so that we can use sv_catpvs()Gisle Aas2006-01-041-4/+1
* Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).Gisle Aas2006-01-041-25/+25
* Removed unused part of string passed to sv_catpvn().Gisle Aas2006-01-041-1/+1
* Introduce STR_WITH_LEN macro in the form suggested by Chip.Gisle Aas2006-01-041-1/+1
* silence some compiler warningsDave Mitchell2006-01-031-7/+8
* Update copyrights for files modified in 2006Rafael Garcia-Suarez2006-01-021-1/+1
* Get rid of length argument for the FEATURE_IS_ENABLED() macro.Gisle Aas2006-01-011-10/+10
* Making 0 pointers to NULLsAndy Lester2006-01-011-5/+5