| Commit message (Expand) | Author | Age | Files | Lines |
* | gcc complains when it sees variables declared | Steve Peters | 2005-10-14 | 1 | -2/+2 |
* | Stas' croak patch and then some | Andy Lester | 2005-10-13 | 1 | -8/+9 |
* | SvPVutf8_nolen crashes [PATCH] | Gisle Aas | 2005-10-13 | 1 | -1/+1 |
* | Re: [PATCH] Random constings and printf cleanup | Andy Lester | 2005-10-05 | 1 | -6/+6 |
* | Clone PL_statusvalue_posix [PATCH] | Gisle Aas | 2005-10-03 | 1 | -0/+2 |
* | The second argument to Move() is the destination, so cannot possibly | Nicholas Clark | 2005-09-19 | 1 | -3/+3 |
* | First argument to he_dup is actually a const HE * | Nicholas Clark | 2005-09-19 | 1 | -1/+1 |
* | Revert 25331 (except for the typo fix). | Nicholas Clark | 2005-08-25 | 1 | -4/+0 |
* | To make the current implementation of sv_replace sane, we should | Nicholas Clark | 2005-08-25 | 1 | -1/+5 |
* | Promote the warning about reference miscount in sv_replace to a panic. | Nicholas Clark | 2005-08-25 | 1 | -2/+4 |
* | Use SvGETMAGIC more often | Rick Delaney | 2005-08-23 | 1 | -12/+6 |
* | More embed.fnc goodness | Andy Lester | 2005-07-29 | 1 | -10/+10 |
* | RE: blead: no longer supports %vd format | Robin Barker | 2005-07-18 | 1 | -29/+70 |
* | more embed cleanup | Andy Lester | 2005-07-15 | 1 | -7/+8 |
* | Error in earlier patch in sv.c | Robin Barker | 2005-07-13 | 1 | -0/+2 |
* | make the expensive ckWARN() be called as late as possible | Dave Mitchell | 2005-07-13 | 1 | -13/+14 |
* | Re: Scalar leaked in 'local $0' under ithreads + taint mode | Steve Hay | 2005-07-12 | 1 | -2/+4 |
* | Change New*() to Newx*() in various comments and documentation | Steve Hay | 2005-07-12 | 1 | -1/+1 |
* | [patch: sv.c] reuse new_body_inline in Perl_new_body | Jim Cromie | 2005-07-11 | 1 | -12/+11 |
* | sv_dec is supposed to go *down*, m'kay. | Nicholas Clark | 2005-07-09 | 1 | -1/+1 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -34/+33 |
* | Provide a macro version of S_new_body to inline it within the hot code. | Nicholas Clark | 2005-07-04 | 1 | -16/+26 |
* | Post-YAPC consting, now with an attachment! | Andy Lester | 2005-07-04 | 1 | -17/+15 |
* | sv_setuv_mg is so rarely called that the IV optimisation test is not | Nicholas Clark | 2005-07-04 | 1 | -15/+3 |
* | Copying the first parameter in the macro del_body seems to reduce | Nicholas Clark | 2005-07-02 | 1 | -2/+3 |
* | Unwrap the del_Xfoo() macros by explicitly noting the arena to free | Nicholas Clark | 2005-07-02 | 1 | -57/+45 |
* | Given that the GV no longer owns a reference on the symbol table, we | Nicholas Clark | 2005-07-02 | 1 | -16/+9 |
* | Passing gvtype as char rather than char * to S_varname generates | Nicholas Clark | 2005-07-02 | 1 | -17/+17 |
* | Don't inline offer_nice_chunk, as it's rarely called. | Nicholas Clark | 2005-07-02 | 1 | -0/+21 |
* | Don't check the pointer is non-NULL before calling Safefree() in | Nicholas Clark | 2005-07-02 | 1 | -2/+1 |
* | [perl #36434] assigning shared consts (eg __PACKAGE__) to magic vars | Dave Mitchell | 2005-06-30 | 1 | -1/+6 |
* | Replace newSVpv(...,0) with newSVpvn where we know the length. | Nicholas Clark | 2005-06-30 | 1 | -2/+2 |
* | If gp_flags is unused, why are we even allocating it? | Nicholas Clark | 2005-06-30 | 1 | -1/+0 |
* | Fixes to -DPERL_DONT_CREATE_GVSV to make more tests pass | Nicholas Clark | 2005-06-29 | 1 | -11/+15 |
* | First stab at not automatically creating an unused SV for GvSV | Nicholas Clark | 2005-06-29 | 1 | -1/+5 |
* | Remove old variable needed for binary compatibility | Rafael Garcia-Suarez | 2005-06-29 | 1 | -2/+0 |
* | Convert strcpy to memcpy where we already know the length. | Nicholas Clark | 2005-06-28 | 1 | -1/+1 |
* | Fix sv_dec of undefined PVs to (a) not downgrade to NV | Nicholas Clark | 2005-06-27 | 1 | -4/+4 |
* | We're going round in circles with pp_sys.c | Andy Lester | 2005-06-27 | 1 | -4/+4 |
* | Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalars | Nicholas Clark | 2005-06-24 | 1 | -1/+5 |
* | Remove the reference loop between symbol tables and typeglobs. | Nicholas Clark | 2005-06-23 | 1 | -34/+42 |
* | The current implementation of :unique is fundamentally flawed, | Nicholas Clark | 2005-06-23 | 1 | -68/+1 |
* | Add a define PERL_POISON which tries to trip up anything accessing | Nicholas Clark | 2005-06-23 | 1 | -8/+3 |
* | Const Boy II: The Localizing | Andy Lester | 2005-06-23 | 1 | -24/+24 |
* | remove taint hack now that local $tainted no longer copies taint magic | Dave Mitchell | 2005-06-22 | 1 | -1/+1 |
* | Avoid having NULL entries in the weakref backreference array, and | Nicholas Clark | 2005-06-21 | 1 | -9/+17 |
* | As there will be no old body to dispose of, we can return immediately. | Nicholas Clark | 2005-06-21 | 1 | -3/+3 |
* | Re: [perl #36310] sv_vcatpvfn() fails on some (very limited) situations | Tsutomu IKEGAMI | 2005-06-21 | 1 | -5/+3 |
* | Replace the non-const initialiser block + loop with a series of calls | Nicholas Clark | 2005-06-20 | 1 | -50/+31 |
* | The continuing adventures of Constman and Localize Boy | Andy Lester | 2005-06-20 | 1 | -35/+43 |