| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: [PATCH] Hash::Util::FieldHash | Anno Siegel | 2006-06-23 | 1 | -1/+3 |
* | Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary ... | Dominic Dunlop | 2006-06-20 | 1 | -6/+5 |
* | Proper use of enums | Andy Lester | 2006-06-12 | 1 | -4/+6 |
* | Re: [PATCH] regexec/regcomp.c cleanups | Yves Orton | 2006-06-11 | 1 | -1/+11 |
* | sv_dup | Andy Lester | 2006-06-09 | 1 | -45/+39 |
* | Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks. | Yves Orton | 2006-06-09 | 1 | -0/+1 |
* | Re: [perl #39126] possible memory related bug when using sprintf with an utf-... | SADAHIRO Tomoyuki | 2006-05-29 | 1 | -17/+19 |
* | Abolish cop_io (the simple way) by storing the value in cop_hints_hash. | Nicholas Clark | 2006-05-20 | 1 | -2/+0 |
* | Rename cop_hints to cop_hints_hash | Nicholas Clark | 2006-05-20 | 1 | -2/+2 |
* | Add a new macro SvVSTRING_mg that returns vstring magic, if any. | Rafael Garcia-Suarez | 2006-05-17 | 1 | -1/+1 |
* | Re: [perl #39145] win32, @_ and fork crashing in dounwind | David Mitchell | 2006-05-17 | 1 | -0/+2 |
* | sv.c: printf %d wants int not size_t | Jarkko Hietaniemi | 2006-05-13 | 1 | -2/+3 |
* | Re: [PATCH] my_snprintf | Jarkko Hietaniemi | 2006-05-12 | 1 | -14/+4 |
* | The upgrade/croak order in Perl_sv_utf8_encode() seemed utterly | Nicholas Clark | 2006-05-12 | 1 | -1/+1 |
* | Tk spots that S_glob_2pv might be called from *_nolen, so we need to | Nicholas Clark | 2006-05-11 | 1 | -1/+3 |
* | optimize S_find_array_subscript | Andy Lester | 2006-05-03 | 1 | -6/+7 |
* | Remove a variable left unused since change 28065. | Nicholas Clark | 2006-05-02 | 1 | -1/+0 |
* | Add a new hash key flag HVhek_UNSHARED, to mark all unshared hash keys. | Nicholas Clark | 2006-05-02 | 1 | -2/+5 |
* | Assert that SvMAGIC() isn't being called on PVMGs which are using the | Nicholas Clark | 2006-05-02 | 1 | -6/+4 |
* | GvFILE() cannot be a pointer to the memory owned by the COP, because | Nicholas Clark | 2006-05-02 | 1 | -1/+1 |
* | more -ansi -pedantic cleanliness | Jarkko Hietaniemi | 2006-04-29 | 1 | -1/+1 |
* | reduce gcc -ansi -pedantic noise plus a suggestion | Jarkko Hietaniemi | 2006-04-28 | 1 | -7/+7 |
* | dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update | Jarkko Hietaniemi | 2006-04-28 | 1 | -0/+1 |
* | Re: [PATCH] use snprintf/strlcpy/strlcat when useful | Jarkko Hietaniemi | 2006-04-28 | 1 | -2/+13 |
* | Removing unused context | Andy Lester | 2006-04-27 | 1 | -15/+13 |
* | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 | Marcus Holland-Moritz | 2006-04-26 | 1 | -3/+3 |
* | use NOOP macro | Andy Lester | 2006-04-25 | 1 | -7/+7 |
* | Change 27947 forgot to remove one now-unneeded cast. | Nicholas Clark | 2006-04-24 | 1 | -1/+1 |
* | Following change 27942 it's clear that the return type of | Nicholas Clark | 2006-04-24 | 1 | -7/+7 |
* | Refactor S_glob_2inpuv | Andy Lester | 2006-04-24 | 1 | -23/+30 |
* | Given that use re 'debug' can turn on DEBUGGING even on a non-DEBUGGING | Nicholas Clark | 2006-04-21 | 1 | -2/+0 |
* | op_type shrinking | Andy Lester | 2006-04-20 | 1 | -6/+7 |
* | Calling cv_undef() on the CV created by newCONSTSUB() would leak like | Nicholas Clark | 2006-04-19 | 1 | -7/+9 |
* | Revert change 27818, as change 27853 fixes the real bug. | Nicholas Clark | 2006-04-17 | 1 | -3/+1 |
* | Fix bug introduced with change 27841. (len + 1, not just len). | Nicholas Clark | 2006-04-16 | 1 | -1/+1 |
* | In Perl_sv_usepvn_flags, assert() that the caller has RTFM. | Nicholas Clark | 2006-04-16 | 1 | -0/+3 |
* | Provide a new flag for sv_usepvn_flags, SV_HAS_TRAILING_NUL, which | Nicholas Clark | 2006-04-16 | 1 | -7/+16 |
* | Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" the | Nicholas Clark | 2006-04-16 | 1 | -19/+8 |
* | In Perl_sv_usepvn(), force a move under DEBUGGING to shake out caller | Nicholas Clark | 2006-04-16 | 1 | -0/+11 |
* | Deep in the bowels of creating new and exciting bugs, I managed to | Nicholas Clark | 2006-04-15 | 1 | -1/+3 |
* | Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used to | Nicholas Clark | 2006-04-14 | 1 | -15/+3 |
* | S_glob_2inpuv() did not check if lenp was NULL. Oops. | Nicholas Clark | 2006-04-14 | 1 | -1/+5 |
* | doop.c: (Coverity) found a bug but not quite what Coverity thought it did (tr... | Jarkko Hietaniemi | 2006-04-14 | 1 | -6/+8 |
* | eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_ganch PL_reg_sv | Dave Mitchell | 2006-04-13 | 1 | -8/+0 |
* | For duping SAVEHINTS it rather helps if you pay attention to what is | Nicholas Clark | 2006-04-13 | 1 | -2/+2 |
* | Add a break; to the end of the SAVEt_COP_WARNINGS case, and don't try | Nicholas Clark | 2006-04-13 | 1 | -3/+6 |
* | Add SAVEt_COP_WARNINGS to ss_dup. | Nicholas Clark | 2006-04-13 | 1 | -0/+15 |
* | eliminate PL_reg_re | Dave Mitchell | 2006-04-13 | 1 | -2/+0 |
* | Change cop_warnings from an SV holding the warnings bitmask to a | Nicholas Clark | 2006-04-12 | 1 | -2/+1 |
* | Remove the final recursion path from S_regmatch: (??{...}) | Dave Mitchell | 2006-04-12 | 1 | -2/+0 |