| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | gv_fullname4() can get rid of the main:: for us. | Nicholas Clark | 2004-12-03 | 1 | -3/+1 |
* | $foo::_ was wrongly forced as $main::_. | Rafael Garcia-Suarez | 2004-12-03 | 1 | -1/+2 |
* | Fix Win32 breakage caused by changes to op.c in change 23433. | Steve Hay | 2004-11-16 | 1 | -4/+16 |
* | Add some descriptive text from Larry to op.c on how optrees are built | Dave Mitchell | 2004-11-12 | 1 | -2/+37 |
* | Turn regcomp into a list op | Dave Mitchell | 2004-10-10 | 1 | -7/+51 |
* | fields.pm lost compile-time benefit | Rick Delaney | 2004-09-01 | 1 | -0/+81 |
* | Add comment to the top of most .c files explaining their purpose | Dave Mitchell | 2004-07-31 | 1 | -0/+24 |
* | for (reverse @foo) now iterates in reverse in place. | Nicholas Clark | 2004-07-15 | 1 | -1/+10 |
* | Optimise for (reverse ...) | Nicholas Clark | 2004-07-15 | 1 | -5/+6 |
* | Now optimising for $a (reverse ...) | Nicholas Clark | 2004-07-15 | 1 | -3/+22 |
* | "That's the way to do it" | Nicholas Clark | 2004-07-14 | 1 | -5/+5 |
* | Optimise foreach my $i (reverse ...) | Nicholas Clark | 2004-07-14 | 1 | -0/+61 |
* | Optimise list context reverse sort to reverse as part of the sort op | Nicholas Clark | 2004-07-13 | 1 | -6/+24 |
* | A proper, working, stable optimisation for sort {$b cmp $a} | Nicholas Clark | 2004-07-13 | 1 | -4/+0 |
* | The current optimisation for sort {$b cmp $a} is bogus now that we | Nicholas Clark | 2004-07-13 | 1 | -6/+11 |