| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove compiler warnings. | Nicholas Clark | 2005-01-02 | 1 | -6/+5 |
* | Change 23727 broke code that relied on \ being escaped. | Nicholas Clark | 2005-01-02 | 1 | -3/+16 |
* | Splitting the -n/-p code and concatenating strings generates | Nicholas Clark | 2005-01-02 | 1 | -5/+7 |
* | Concatenate some string constants | Nicholas Clark | 2005-01-01 | 1 | -2/+2 |
* | Use Rafael's sick trick of ASCII NUL as a q'' delimiter to save a | Nicholas Clark | 2005-01-01 | 1 | -12/+5 |
* | Probably should be using *pvn rather than *pv forms for speed in | Nicholas Clark | 2005-01-01 | 1 | -4/+4 |
* | strEQ/strNE of 1 character strings seems better hand inlined, | Nicholas Clark | 2005-01-01 | 1 | -9/+13 |
* | Remove double checking of acceptable switches on tr/// ops. | Nicholas Clark | 2004-12-03 | 1 | -4/+12 |
* | use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c) | Nicholas Clark | 2004-12-03 | 1 | -10/+16 |
* | Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong value | Rafael Garcia-Suarez | 2004-11-23 | 1 | -1/+1 |
* | Make "err" a weak keyword; | Rafael Garcia-Suarez | 2004-11-19 | 1 | -0/+10 |
* | Turn regcomp into a list op | Dave Mitchell | 2004-10-10 | 1 | -4/+17 |
* | Make the perl interpreter more tolerant of UTF-16-encoded script | Rafael Garcia-Suarez | 2004-10-08 | 1 | -32/+32 |
* | the improved -DT output of #23325 could print an uninit stack value | Dave Mitchell | 2004-09-28 | 1 | -1/+1 |
* | Perl -DT segfaults when parsing a 'use' statement | Rafael Garcia-Suarez | 2004-09-28 | 1 | -1/+4 |