| Commit message (Expand) | Author | Age | Files | Lines |
* | bleed - silence warning in sv.c | Philip M. Gollucci | 2006-09-18 | 1 | -1/+1 |
* | Store a pointer to the op in struct block_loop, rather than the | Nicholas Clark | 2006-09-17 | 1 | -3/+1 |
* | Revert changes 28772, 28773, 28774 as they won't gain us anything - I | Nicholas Clark | 2006-09-16 | 1 | -4/+4 |
* | Re: C++ status [Fwd: Smoke [5.9.4] 28776 FAIL(FM) OSF1 V5.1 (EV6/4 cpu)] | Dominic Dunlop | 2006-09-12 | 1 | -11/+15 |
* | Teach regex optimiser how to handle (?=) and (?<=) properly. | Yves Orton | 2006-09-11 | 1 | -0/+1 |
* | NULL and sv_setpv vs. newSVpv | Yitzchak Scott-Thoennes | 2006-09-11 | 1 | -1/+1 |
* | ; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warnings | Robin Barker | 2006-09-05 | 1 | -8/+8 |
* | Access to cx->blk_sub.lval via macros (as it's about to move). | Nicholas Clark | 2006-09-01 | 1 | -1/+1 |
* | Access cx->blk_sub.hasargs via a pair of macros (as it's about to | Nicholas Clark | 2006-09-01 | 1 | -3/+3 |
* | Re: [perl #37731] junk and uninit'ed values in tied scalars | Yitzchak Scott-Thoennes | 2006-08-09 | 1 | -1/+9 |
* | g++ large patch | Jarkko Hietaniemi | 2006-08-07 | 1 | -8/+9 |
* | various safety/portability tweaks | Jarkko Hietaniemi | 2006-07-15 | 1 | -2/+2 |
* | -DPERL_GLOBAL_STRUCT_PRIVATE tweaks (done_sanity_check global? yech!) | Jarkko Hietaniemi | 2006-07-14 | 1 | -2/+4 |
* | Fix another empty if-statement warning | Steve Peters | 2006-07-10 | 1 | -0/+2 |
* | 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 |