| Commit message (Expand) | Author | Age | Files | Lines |
* | Add "state" feature | Rafael Garcia-Suarez | 2006-05-03 | 1 | -1/+1 |
* | Introduce a new keyword, state, for state variables. | Rafael Garcia-Suarez | 2006-05-03 | 1 | -47/+64 |
* | toke.c: function pointer to data pointer | Jarkko Hietaniemi | 2006-05-02 | 1 | -4/+8 |
* | more -ansi -pedantic cleanliness | Jarkko Hietaniemi | 2006-04-29 | 1 | -4/+4 |
* | reduce gcc -ansi -pedantic noise plus a suggestion | Jarkko Hietaniemi | 2006-04-28 | 1 | -5/+5 |
* | Re: [PATCH] use snprintf/strlcpy/strlcat when useful | Jarkko Hietaniemi | 2006-04-28 | 1 | -0/+4 |
* | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 | Marcus Holland-Moritz | 2006-04-26 | 1 | -1/+1 |
* | [perl #38475] attribute multiline fix (in tokenizer) | Bas van Sisseren | 2006-04-24 | 1 | -7/+18 |
* | Cleanup some gcc warnings | Marcus Holland-Moritz | 2006-04-24 | 1 | -2/+2 |
* | A couple of casts to PADOFFSET. | Marcus Holland-Moritz | 2006-04-24 | 1 | -2/+2 |
* | Fix compilation of microperl, which doesn't have INT_MAX. | Nicholas Clark | 2006-04-19 | 1 | -1/+8 |
* | Coverity is upset about a signed int in ext/Filter/Util/Call/Call.xs, | Nicholas Clark | 2006-04-17 | 1 | -5/+10 |
* | Abstract all the accesses to cop_arybase (apart from ByteLoader) | Nicholas Clark | 2006-04-02 | 1 | -1/+1 |
* | Random accumulated patches | Andy Lester | 2006-03-31 | 1 | -38/+45 |
* | Deprecate :unique even with threads | Rafael Garcia-Suarez | 2006-03-14 | 1 | -1/+1 |
* | Make usage of :unique emit a deprecation warning. | Rafael Garcia-Suarez | 2006-03-14 | 1 | -2/+4 |
* | isSPACE('\0') is false, so can simplify the condition in the for | Nicholas Clark | 2006-03-11 | 1 | -2/+2 |
* | Localizing some vars in S_checkcomma | Andy Lester | 2006-03-11 | 1 | -4/+4 |
* | Move the 12 static MAD variables from toke.c into the interpeter | Nicholas Clark | 2006-03-10 | 1 | -14/+0 |
* | Rename the 12 static variables in toke.c to PL_* | Nicholas Clark | 2006-03-10 | 1 | -331/+331 |
* | Summon constman! S_checkcomma now has all 3 arguments const char. | Nicholas Clark | 2006-03-10 | 1 | -11/+6 |
* | Tease apart the keyword/subroutine test in S_checkcomma. | Nicholas Clark | 2006-03-10 | 1 | -1/+7 |
* | Superior *printf-fu lets us avoid modifying source code. | Nicholas Clark | 2006-03-09 | 1 | -7/+2 |
* | -Dmad works, albeit with some test failures: | Nicholas Clark | 2006-03-09 | 1 | -3/+7 |
* | The remainder of the toke.c MAD changes. Now to investigate why MAD | Nicholas Clark | 2006-03-09 | 1 | -36/+1118 |
* | Another refactoring from Larry implicit in the MAD patch. | Nicholas Clark | 2006-03-09 | 1 | -2/+2 |
* | Refactoring from Larry implicit in the MAD patch. | Nicholas Clark | 2006-03-09 | 1 | -7/+8 |
* | Replace PL_nextval[PL_nexttoke].opval with the macro NEXTVAL_NEXTTOKE | Nicholas Clark | 2006-03-09 | 1 | -27/+31 |
* | MAD changes for bare skipspace() | Nicholas Clark | 2006-03-09 | 1 | -35/+142 |
* | Speedups and shrinkages of SvREFCNT_inc | Andy Lester | 2006-02-27 | 1 | -4/+4 |
* | unused context warnings | Andy Lester | 2006-02-24 | 1 | -2/+3 |
* | Replace direct flags tests & manipulations for SVpad_TYPED and | Nicholas Clark | 2006-02-23 | 1 | -2/+2 |
* | More NullXXX macro removal from Andy Lester | Rafael Garcia-Suarez | 2006-02-20 | 1 | -3/+3 |
* | Sun Studio lint patches | Andy Lester | 2006-02-14 | 1 | -1/+1 |
* | Fix breakage in S_set_csh() from change #27136. | Steve Peters | 2006-02-09 | 1 | -0/+2 |
* | 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 |