| Commit message (Expand) | Author | Age | Files | Lines |
* | Random cleanups #47 | Andy Lester | 2005-06-07 | 1 | -1/+1 |
* | [perl #36193] crash in Perl_yyerror due to missing check for NULL | Todd C. Miller | 2005-06-07 | 1 | -4/+5 |
* | Unvoid SvUPGRADE | Andy Lester | 2005-06-07 | 1 | -2/+2 |
* | Clean up UNI* macros in toke.c | Andy Lester | 2005-06-03 | 1 | -16/+20 |
* | Use newSVhek where we're generating SVs from package names | Nicholas Clark | 2005-06-03 | 1 | -9/+3 |
* | Random consting | Andy Lester | 2005-06-03 | 1 | -2/+2 |
* | 24672 is innocent. valgrind + perl's malloc considered harmful. | Nicholas Clark | 2005-06-02 | 1 | -5/+11 |
* | Changes 24660 and 24665 both introduced errors into the USEMYMALLOC | Nicholas Clark | 2005-06-02 | 1 | -7/+5 |
* | Avoid duplicate calls to PAD_COMPNAME_OURSTASH, which is an expensive | Nicholas Clark | 2005-06-02 | 1 | -5/+7 |
* | Quotes fixed, see also perl #36079 | Andy Lester | 2005-06-02 | 1 | -1/+1 |
* | Store the package name as a shared HEK. | Nicholas Clark | 2005-05-26 | 1 | -3/+6 |
* | embed.fnc cleanup + SvPVX_const usage | Andy Lester | 2005-05-24 | 1 | -1/+1 |
* | The tokenizer should expect an operator after qw(). | Rafael Garcia-Suarez | 2005-05-24 | 1 | -0/+1 |
* | Move hv_name, hv_eiter and hv_riter into a new aux structure. | Nicholas Clark | 2005-05-21 | 1 | -4/+4 |
* | SvPVX_const() - Patch #1 | Steve Peters | 2005-05-20 | 1 | -32/+32 |
* | consting-eleventy.patch: More consts, plus actual bug fix | Andy Lester | 2005-05-16 | 1 | -1/+1 |
* | Silence DEBUGGING compilation warnings | Rafael Garcia-Suarez | 2005-05-12 | 1 | -3/+6 |
* | SvUPGRADE doesn't return false. | Rafael Garcia-Suarez | 2005-05-12 | 1 | -2/+1 |
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 1 | -2/+2 |
* | potential [PATCH] Tru64 crank up strictness | Jarkko Hietaniemi | 2005-05-10 | 1 | -3/+20 |
* | 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 | -4/+4 |
* | attributes-two.patch, the next batch | Andy Lester | 2005-05-09 | 1 | -63/+55 |
* | Sv_*set() doc's and extra const's for the SvPVX_const() tasks | Steve Peters | 2005-05-09 | 1 | -1/+1 |
* | combopatch | Jarkko Hietaniemi | 2005-04-25 | 1 | -1/+1 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -17/+26 |
* | Refactoring to Sv*_set() macros - patch #5 | Steve Peters | 2005-04-19 | 1 | -2/+2 |
* | SvPV_renew also calls SvLEN_set | Nicholas Clark | 2005-04-18 | 1 | -4/+11 |
* | Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUE | Nicholas Clark | 2005-04-18 | 1 | -3/+3 |
* | -Wformat | Robin Barker | 2005-04-13 | 1 | -2/+2 |
* | Refactoring to Sv*_set() macros - patch #2 | Steve Peters | 2005-04-08 | 1 | -9/+9 |
* | Refactoring to Sv*_set() macros - patch #1 | Steve Peters | 2005-04-08 | 1 | -1/+1 |
* | Add casting to allow g++ (3.3.5) to compile the core code. | Nicholas Clark | 2005-04-05 | 1 | -1/+1 |
* | Consting five | Andy Lester | 2005-03-25 | 1 | -5/+5 |
* | Consting part 4 | Andy Lester | 2005-03-25 | 1 | -8/+12 |
* | Forbid the -C option on the command-line | Rafael Garcia-Suarez | 2005-03-22 | 1 | -1/+1 |
* | More consting goodness | Andy Lester | 2005-03-21 | 1 | -44/+44 |
* | Remove an useless line, spotted by Andy Lester | Rafael Garcia-Suarez | 2005-03-18 | 1 | -1/+0 |
* | More const parms | Andy Lester | 2005-03-18 | 1 | -2/+2 |
* | Regenerate Perl_keyword() to remove superfluous goto statements. | Marcus Holland-Moritz | 2005-02-14 | 1 | -44/+0 |
* | Make Perl_keyword() another 30% faster. | Marcus Holland-Moritz | 2005-01-31 | 1 | -1316/+3325 |
* | Ooops. It was 190M when I was using 4 bytes per entry for lengths in | Nicholas Clark | 2005-01-24 | 1 | -1/+1 |
* | Replace Perl_keyword() with a version that's 20% faster on typical | Nicholas Clark | 2005-01-24 | 1 | -584/+1311 |
* | Re: uc($long_utf8_string) exhausts memory | Jarkko Hietaniemi | 2005-01-22 | 1 | -3/+3 |
* | sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't. | Nicholas Clark | 2005-01-14 | 1 | -2/+2 |
* | replace NEWSV(), SvSetSV() with newSVsv() | Nicholas Clark | 2005-01-13 | 1 | -3/+1 |
* | Can pass in a length here without introducing a bug. Might save | Nicholas Clark | 2005-01-09 | 1 | -2/+6 |
* | Pull the am-I-utf8-or-not logic into one place (S_newSV_maybe_utf8) | Nicholas Clark | 2005-01-09 | 1 | -6/+18 |
* | Stage 1 of utf8 support for soft references. | Nicholas Clark | 2005-01-07 | 1 | -1/+1 |
* | D'oh! Spurious aTHX_. Here was I thinking that my test build was | Nicholas Clark | 2005-01-03 | 1 | -1/+1 |