summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* av.c cleanup, plus!Andy Lester2005-12-291-1/+1
* Use memchr() instead of ninstr() to locate the end-of-line.Gisle Aas2005-12-281-2/+1
* Ho! Ho! Ho! Santa brings consting!Andy Lester2005-12-221-14/+4
* Feature bundle is now :5.10, and add -E switchRobin Houston2005-12-211-12/+4
* Take care in toke.c not to convert constant subroutine referenceNicholas Clark2005-12-201-17/+33
* Get the "cv" from the "gv" once, and be more careful so that we canNicholas Clark2005-12-201-6/+19
* gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, ratherNicholas Clark2005-12-201-18/+22
* In Perl_yylex, move the declaration of orig_keyword, gv and gvp down toNicholas Clark2005-12-201-10/+13
* In Perl_yylex, make tmp a temporary variable local to the blocks inNicholas Clark2005-12-191-213/+250
* Assert that orig_keyword, gv and gvp aren't used before the mainNicholas Clark2005-12-191-0/+3
* Re: [PATCH] Make the 'sort' pragma lexically scopedRobin Houston2005-12-191-1/+4
* latest switch/say/~~Robin Houston2005-12-191-11/+136
* s/Nullhv/NULL/g;Nicholas Clark2005-12-161-1/+1
* Expand the comment describing the intent of change 26370, and how itNicholas Clark2005-12-151-1/+12
* Don't autovivify stashes as soon as the lexer sees them.Rafael Garcia-Suarez2005-12-151-4/+9
* More consting, and putting stuff in embed.fncAndy Lester2005-12-061-24/+13
* It helps to actually *remove* the now-superfluous strlen().Nicholas Clark2005-11-081-1/+0
* Eliminate some unnecessary strlen()sNicholas Clark2005-11-081-1/+2
* Etta James presents: More constingAndy Lester2005-10-311-2/+2
* S_tokereport's unused parmAndy Lester2005-10-311-2/+2
* Force _ to be always a bareword after filetest operatorsRafael Garcia-Suarez2005-10-181-1/+6
* Fix tokenizer debugging trace for file testsRafael Garcia-Suarez2005-10-181-1/+1
* Make some casts explicit to keep VC++ 7 happySteve Hay2005-10-171-1/+1