| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce the macros newSVpvs(str) and sv_catpvs(sv, str). | Gisle Aas | 2006-01-04 | 1 | -10/+10 |
* | Silence compiler warning; ref change 26598 | Gisle Aas | 2006-01-04 | 1 | -1/+1 |
* | Since we no longer autovivify stashes (change #26370), we need | Rafael Garcia-Suarez | 2006-01-02 | 1 | -1/+12 |
* | gv_fetch_flags in newATTRSUB can actually be const. | Nicholas Clark | 2005-12-27 | 1 | -4/+8 |
* | Don't try to store PL_sv_undef in pads. (For now) | Nicholas Clark | 2005-12-26 | 1 | -0/+12 |
* | Unless the peephole optimiser already knows that we're in void context, | Nicholas Clark | 2005-12-24 | 1 | -0/+4 |
* | Ho! Ho! Ho! Santa brings consting! | Andy Lester | 2005-12-22 | 1 | -10/+10 |
* | eliminate HINT_HH_FOR_EVAL | Robin Houston | 2005-12-22 | 1 | -2/+1 |
* | Add an optimisation to allow proxy constant subroutines to be copied | Nicholas Clark | 2005-12-22 | 1 | -0/+58 |
* | Get the "cv" from the "gv" once, and be more careful so that we can | Nicholas Clark | 2005-12-20 | 1 | -3/+5 |
* | gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather | Nicholas Clark | 2005-12-20 | 1 | -15/+15 |
* | [perl #8262] //g loops infinitely on tainted data | Dave Mitchell | 2005-12-19 | 1 | -5/+11 |
* | Re: [PATCH] Make the 'sort' pragma lexically scoped | Robin Houston | 2005-12-19 | 1 | -0/+15 |
* | latest switch/say/~~ | Robin Houston | 2005-12-19 | 1 | -1/+225 |
* | Two it's => its grammar fixes. | Nicholas Clark | 2005-12-17 | 1 | -1/+1 |
* | s/Nullhv/NULL/g; | Nicholas Clark | 2005-12-16 | 1 | -5/+5 |
* | More consting, and putting stuff in embed.fnc | Andy Lester | 2005-12-06 | 1 | -16/+17 |
* | Disable constant folding of sprintf | Gisle Aas | 2005-12-01 | 1 | -1/+0 |
* | Revert change #26110 (already reverted in maintperl by change 26182) | Rafael Garcia-Suarez | 2005-12-01 | 1 | -3/+0 |
* | Revert change #22520 (optimise away my $foo = undef and similar | Rafael Garcia-Suarez | 2005-11-30 | 1 | -22/+0 |
* | Cleaning up some warnings generated by "gcc -W" | Steve Peters | 2005-11-19 | 1 | -1/+2 |
* | Mark all places where perl needs to look at a possibly-freed scalar | Nicholas Clark | 2005-11-14 | 1 | -1/+1 |
* | Integrate: | Nicholas Clark | 2005-11-13 | 1 | -0/+3 |
* | Simplify Perl_allocmy slightly, and cope better with the name is "" | Nicholas Clark | 2005-11-09 | 1 | -2/+4 |
* | Eliminate some unnecessary strlen()s | Nicholas Clark | 2005-11-08 | 1 | -1/+2 |
* | sort/multicall patch | Robin Houston | 2005-11-02 | 1 | -3/+0 |
* | perlio.c consting | Andy Lester | 2005-11-01 | 1 | -1/+1 |
* | Etta James presents: More consting | Andy Lester | 2005-10-31 | 1 | -2/+2 |
* | Functions that die aren't exactly well used code. | Nicholas Clark | 2005-10-30 | 1 | -19/+0 |
* | save_hints is a mathom. | Nicholas Clark | 2005-10-30 | 1 | -7/+0 |
* | Add a new file, mathoms.c, to hold old code kept around for binary | Steve Peters | 2005-10-28 | 1 | -9/+0 |
* | Re: do { EXPR for EXPR } | Robin Houston | 2005-10-24 | 1 | -1/+8 |
* | Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of A... | Robin Houston | 2005-10-19 | 1 | -9/+22 |
* | Make some casts explicit to keep VC++ 7 happy | Steve Hay | 2005-10-17 | 1 | -5/+5 |
* | pre{inc,dec} is faster, even with integers | Hugo van der Sanden | 2005-10-15 | 1 | -0/+10 |
* | Stas' croak patch and then some | Andy Lester | 2005-10-13 | 1 | -100/+89 |
* | Fix the overriding of CORE::do, just like change 25599 | Rafael Garcia-Suarez | 2005-09-27 | 1 | -5/+9 |
* | Micro-optimisation: use PL_globalstash instead of looking up | Rafael Garcia-Suarez | 2005-09-27 | 1 | -2/+4 |
* | CORE::require was always parsed as require(). | Rafael Garcia-Suarez | 2005-09-26 | 1 | -5/+7 |
* | Add the "no 6" / "no v6" syntax. | Rafael Garcia-Suarez | 2005-09-01 | 1 | -0/+2 |
* | Fix for [perl #37036] perl segfault at 'compile'-time | Rafael Garcia-Suarez | 2005-08-31 | 1 | -0/+1 |
* | Post-OSCON NN/NULLOK-ing | Andy Lester | 2005-08-08 | 1 | -6/+6 |
* | More embed.fnc goodness | Andy Lester | 2005-07-29 | 1 | -27/+29 |
* | The continuing plod through embed.fnc | Andy Lester | 2005-07-18 | 1 | -1/+1 |
* | more embed cleanup | Andy Lester | 2005-07-15 | 1 | -5/+5 |
* | More embed.fnc plowing | Andy Lester | 2005-07-13 | 1 | -11/+14 |
* | make the expensive ckWARN() be called as late as possible | Dave Mitchell | 2005-07-13 | 1 | -15/+17 |
* | Making my way thru embed.fnc | Andy Lester | 2005-07-10 | 1 | -2/+2 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -1/+1 |
* | Re: [PATCH replacement] Re: [perl #36313] perl -e "1for$[=0" crash | Rick Delaney | 2005-06-20 | 1 | -7/+7 |