| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Subs with builtin attributes shouldn't be made constant | Salvador FandiƱo | 2005-06-16 | 1 | -1/+1 |
* | [perl #36297] builtin attrs on subrutine declarations | Salvador FandiXXo | 2005-06-15 | 1 | -5/+6 |
* | With shared hash key scalars now accessing the hash via the PVX, you | Nicholas Clark | 2005-06-13 | 1 | -25/+5 |
* | Move SvPV consting, remove an n_a, and correct one error in Move() | Nicholas Clark | 2005-06-10 | 1 | -6/+6 |
* | More SvPV consting | Nicholas Clark | 2005-06-08 | 1 | -2/+2 |
* | Nuke some more n_a, and convert S_gv_ename from char * to const char * | Nicholas Clark | 2005-06-08 | 1 | -9/+5 |
* | Random cleanups #47 | Andy Lester | 2005-06-07 | 1 | -15/+23 |
* | Lots of consting | Nicholas Clark | 2005-06-07 | 1 | -23/+47 |
* | Unvoid SvUPGRADE | Andy Lester | 2005-06-07 | 1 | -3/+3 |
* | Use newSVhek where we're generating SVs from package names | Nicholas Clark | 2005-06-03 | 1 | -8/+3 |
* | Re: [patch] teach B::Concise to see XS code | Stephen McCamant | 2005-06-01 | 1 | -0/+1 |
* | [PATCH] More embed.fnc strictures, plus consting and localizing | Andy Lester | 2005-05-30 | 1 | -2/+3 |
* | Store the package name as a shared HEK. | Nicholas Clark | 2005-05-26 | 1 | -2/+2 |
* | embed.fnc cleanup + SvPVX_const usage | Andy Lester | 2005-05-24 | 1 | -22/+10 |
* | Move hv_name, hv_eiter and hv_riter into a new aux structure. | Nicholas Clark | 2005-05-21 | 1 | -6/+6 |
* | SvPVX_const - patch #2 | Steve Peters | 2005-05-21 | 1 | -15/+15 |
* | Remove PMROOT and replace it with a small shell script. Er, magic. | Nicholas Clark | 2005-05-20 | 1 | -13/+21 |
* | Attribute configuration | Andy Lester | 2005-05-20 | 1 | -5/+1 |
* | perl 5.9.x (@ 24471): Symbian update | Jarkko Hietaniemi | 2005-05-17 | 1 | -6/+5 |
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 1 | -2/+2 |
* | Add editor boilerplates to all C files | Rafael Garcia-Suarez | 2005-05-10 | 1 | -1/+1 |
* | s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ | Nicholas Clark | 2005-05-10 | 1 | -2/+2 |
* | As we have the length of the string easily to hand, no reason not to | Nicholas Clark | 2005-05-10 | 1 | -3/+4 |
* | attributes-two.patch, the next batch | Andy Lester | 2005-05-09 | 1 | -2/+1 |
* | GCC attributes! | Andy Lester | 2005-05-07 | 1 | -0/+1 |
* | while (my $x ...) { ...; redo } shouldn't undef $x. | Dave Mitchell | 2005-05-07 | 1 | -3/+4 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -4/+53 |
* | DEBUG_LEAKING_SCALARS could use the value of a freed PL_op | Dave Mitchell | 2005-04-19 | 1 | -0/+4 |
* | Refactoring to Sv*_set() macros - patch #5 | Steve Peters | 2005-04-19 | 1 | -5/+4 |
* | Fix for: | bstrand@switchmanagement.com | 2005-04-14 | 1 | -0/+2 |
* | Don't PERL_HASH(SvUVX(...)...) as it's actually a set. | Nicholas Clark | 2005-04-12 | 1 | -3/+25 |
* | Refactoring to Sv*_set() macros - patch #2 | Steve Peters | 2005-04-08 | 1 | -1/+1 |