| Commit message (Expand) | Author | Age | Files | Lines |
* | Trying my "remove the pTHXes" patch again | Andy Lester | 2006-02-09 | 1 | -24/+26 |
* | And as we've now got to the point where all calls to Perl_moreswitches | Nicholas Clark | 2006-02-03 | 1 | -6/+1 |
* | Eliminating PL_suidscript is more tricky, and requires changing the | Nicholas Clark | 2006-02-03 | 1 | -1/+6 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -20/+20 |
* | Re: [PATCH] s/Null(av|ch)/NULL/g | Steven Schubiger | 2006-02-02 | 1 | -23/+23 |
* | gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanning | Nicholas Clark | 2006-02-02 | 1 | -7/+9 |
* | Make Perl_gv_fetchpvn_flags actually heed the passed in length. | Nicholas Clark | 2006-01-31 | 1 | -2/+2 |
* | Silence another Irix compiler warning. | Nicholas Clark | 2006-01-30 | 1 | -2/+5 |
* | Call gv_fetchpvn_flags where we already know the length. | Nicholas Clark | 2006-01-28 | 1 | -17/+21 |
* | Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags. | Nicholas Clark | 2006-01-28 | 1 | -6/+6 |
* | Change all NEWSV() to newSV() in the core and non-dual-lived modules. | Steve Hay | 2006-01-18 | 1 | -16/+16 |
* | defined %foo::bar:: wasn't working like it used to do in evals | Rafael Garcia-Suarez | 2006-01-16 | 1 | -15/+15 |
* | A few more places that can use hv_fetchs(). | Gisle Aas | 2006-01-11 | 1 | -2/+2 |
* | Missing an initialisation, as spotted by Merijn's HP compiler. | Nicholas Clark | 2006-01-10 | 1 | -0/+1 |
* | Move initialization of old values prior to moreswitches() | Gisle Aas | 2006-01-10 | 1 | -4/+4 |
* | It's the Barbie bus patch | Andy Lester | 2006-01-10 | 1 | -44/+40 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -0/+50 |
* | Remove code duplicated a few lines above by change 19695. | Gisle Aas | 2006-01-06 | 1 | -8/+0 |
* | Make the new STR_WITH_LEN() affected compile under -Dusethreads. | Gisle Aas | 2006-01-04 | 1 | -1/+1 |
* | Add an extra NUL so that we can use sv_catpvs() | Gisle Aas | 2006-01-04 | 1 | -4/+1 |
* | Introduce the macros newSVpvs(str) and sv_catpvs(sv, str). | Gisle Aas | 2006-01-04 | 1 | -25/+25 |
* | Removed unused part of string passed to sv_catpvn(). | Gisle Aas | 2006-01-04 | 1 | -1/+1 |
* | Introduce STR_WITH_LEN macro in the form suggested by Chip. | Gisle Aas | 2006-01-04 | 1 | -1/+1 |
* | silence some compiler warnings | Dave Mitchell | 2006-01-03 | 1 | -7/+8 |
* | Update copyrights for files modified in 2006 | Rafael Garcia-Suarez | 2006-01-02 | 1 | -1/+1 |
* | Get rid of length argument for the FEATURE_IS_ENABLED() macro. | Gisle Aas | 2006-01-01 | 1 | -10/+10 |
* | Making 0 pointers to NULLs | Andy Lester | 2006-01-01 | 1 | -5/+5 |
* | av.c cleanup, plus! | Andy Lester | 2005-12-29 | 1 | -1/+1 |
* | Use memchr() instead of ninstr() to locate the end-of-line. | Gisle Aas | 2005-12-28 | 1 | -2/+1 |
* | Ho! Ho! Ho! Santa brings consting! | Andy Lester | 2005-12-22 | 1 | -14/+4 |
* | Feature bundle is now :5.10, and add -E switch | Robin Houston | 2005-12-21 | 1 | -12/+4 |
* | Take care in toke.c not to convert constant subroutine reference | Nicholas Clark | 2005-12-20 | 1 | -17/+33 |
* | Get the "cv" from the "gv" once, and be more careful so that we can | Nicholas Clark | 2005-12-20 | 1 | -6/+19 |
* | gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather | Nicholas Clark | 2005-12-20 | 1 | -18/+22 |
* | In Perl_yylex, move the declaration of orig_keyword, gv and gvp down to | Nicholas Clark | 2005-12-20 | 1 | -10/+13 |
* | In Perl_yylex, make tmp a temporary variable local to the blocks in | Nicholas Clark | 2005-12-19 | 1 | -213/+250 |
* | Assert that orig_keyword, gv and gvp aren't used before the main | Nicholas Clark | 2005-12-19 | 1 | -0/+3 |
* | Re: [PATCH] Make the 'sort' pragma lexically scoped | Robin Houston | 2005-12-19 | 1 | -1/+4 |
* | latest switch/say/~~ | Robin Houston | 2005-12-19 | 1 | -11/+136 |
* | s/Nullhv/NULL/g; | Nicholas Clark | 2005-12-16 | 1 | -1/+1 |
* | Expand the comment describing the intent of change 26370, and how it | Nicholas Clark | 2005-12-15 | 1 | -1/+12 |
* | Don't autovivify stashes as soon as the lexer sees them. | Rafael Garcia-Suarez | 2005-12-15 | 1 | -4/+9 |
* | More consting, and putting stuff in embed.fnc | Andy Lester | 2005-12-06 | 1 | -24/+13 |
* | It helps to actually *remove* the now-superfluous strlen(). | Nicholas Clark | 2005-11-08 | 1 | -1/+0 |
* | Eliminate some unnecessary strlen()s | Nicholas Clark | 2005-11-08 | 1 | -1/+2 |
* | Etta James presents: More consting | Andy Lester | 2005-10-31 | 1 | -2/+2 |
* | S_tokereport's unused parm | Andy Lester | 2005-10-31 | 1 | -2/+2 |
* | Force _ to be always a bareword after filetest operators | Rafael Garcia-Suarez | 2005-10-18 | 1 | -1/+6 |
* | Fix tokenizer debugging trace for file tests | Rafael Garcia-Suarez | 2005-10-18 | 1 | -1/+1 |
* | Make some casts explicit to keep VC++ 7 happy | Steve Hay | 2005-10-17 | 1 | -1/+1 |