| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Down with C++ reserved names | Nicholas Clark | 2005-04-05 | 1 | -3/+3 |
* | const-eight.diff | Andy Lester | 2005-04-04 | 1 | -70/+67 |
* | Clean-up some warnings when compiling on Win32 with VC++ | Steve Hay | 2005-03-29 | 1 | -5/+5 |
* | Downconst external APIs | Rafael Garcia-Suarez | 2005-03-29 | 1 | -5/+4 |
* | Need to return something when the compiler doesn't know that a | Nicholas Clark | 2005-03-26 | 1 | -0/+5 |
* | Consting five | Andy Lester | 2005-03-25 | 1 | -1/+1 |
* | Re: [perl #34568] Perl crashes reading past the end of a heap block while par... | Gurusamy Sarathy | 2005-03-25 | 1 | -2/+1 |
* | Consting part 4 | Andy Lester | 2005-03-25 | 1 | -6/+9 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -22/+22 |
* | More consting goodness | Andy Lester | 2005-03-21 | 1 | -5/+5 |
* | More const parms | Andy Lester | 2005-03-18 | 1 | -2/+2 |
* | Adding const qualifiers | Andy Lester | 2005-03-14 | 1 | -1/+1 |
* | Re: uc($long_utf8_string) exhausts memory | Jarkko Hietaniemi | 2005-01-22 | 1 | -1/+1 |
* | sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't. | Nicholas Clark | 2005-01-14 | 1 | -1/+1 |
* | Stage 1 of utf8 support for soft references. | Nicholas Clark | 2005-01-07 | 1 | -29/+24 |
* | Update copyright years. | Nicholas Clark | 2005-01-04 | 1 | -1/+1 |
* | strEQ/strNE of 1 character strings seems better hand inlined, | Nicholas Clark | 2005-01-01 | 1 | -7/+11 |