| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -1/+1 |
* | Re: [PATCH] s/Null(av|ch)/NULL/g | Steven Schubiger | 2006-02-02 | 1 | -1/+1 |
* | By changing SvVOK() from returning 0/1 to 0/pointer-to-magic we can | Nicholas Clark | 2006-01-28 | 1 | -1/+2 |
* | More copyright updates | Rafael Garcia-Suarez | 2006-01-04 | 1 | -1/+1 |
* | Move all the xxxpvs() macros to handy.h. | Gisle Aas | 2006-01-04 | 1 | -6/+0 |
* | Make the new STR_WITH_LEN() affected compile under -Dusethreads. | Gisle Aas | 2006-01-04 | 1 | -3/+5 |
* | Introduce newSVpvs_share() macro. | Gisle Aas | 2006-01-04 | 1 | -0/+1 |
* | Introduce the macros newSVpvs(str) and sv_catpvs(sv, str). | Gisle Aas | 2006-01-04 | 1 | -0/+3 |
* | Fixing the SVREFCNT macro | Andy Lester | 2005-12-29 | 1 | -1/+1 |
* | Typo fixes from Robin Houston in | Nicholas Clark | 2005-12-16 | 1 | -2/+2 |
* | Map the HE arena onto SV type 0 (SVt_NULL). | Nicholas Clark | 2005-11-19 | 1 | -0/+3 |
* | Move the location of the definition of the arena slot used for pte | Nicholas Clark | 2005-11-17 | 1 | -0/+3 |
* | Re: eliminate discreet arenaroots | Jim Cromie | 2005-11-16 | 1 | -1/+2 |
* | Mark all places where perl needs to look at a possibly-freed scalar | Nicholas Clark | 2005-11-14 | 1 | -0/+5 |
* | Fix breakages that prevended -DPERL_POISON from compiling. | Nicholas Clark | 2005-11-13 | 1 | -2/+9 |
* | Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies to | Nicholas Clark | 2005-10-29 | 1 | -0/+3 |
* | Add a new SMAGIC flag, to signal a call to SvSETMAGIC. Add it to | Nicholas Clark | 2005-10-29 | 1 | -0/+1 |
* | sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replaced | Nicholas Clark | 2005-10-29 | 1 | -0/+3 |
* | Replace sv_force_normal with a macro that calls sv_force_normal_flags. | Nicholas Clark | 2005-10-29 | 1 | -1/+2 |
* | Replace sv_unref with a macro that calls sv_unref_flags | Nicholas Clark | 2005-10-29 | 1 | -0/+2 |
* | sv_taint() can easily be replaced by a macro. | Nicholas Clark | 2005-10-29 | 1 | -0/+2 |
* | Fix to PERL_DEBUG_COW | Steve Peters | 2005-09-23 | 1 | -5/+5 |
* | As SvPVX_mutable and SvPVX_const are new, they don't need to be LVALUEs | Nicholas Clark | 2005-09-22 | 1 | -4/+5 |
* | Remove the last STRLEN n_a;s that my compiler can reach. | Nicholas Clark | 2005-09-21 | 1 | -0/+6 |
* | sv-head refactor | Jim Cromie | 2005-08-30 | 1 | -66/+32 |
* | Given that we now have a union, there's no need for all the HvARRAY() | Nicholas Clark | 2005-08-17 | 1 | -0/+11 |
* | Re: Smoke [5.9.3] 25237 FAIL(F) linux 2.6.12-4-686 [debian] (i686/1 cpu) | Dominic Dunlop | 2005-07-31 | 1 | -1/+3 |
* | Indent some of the #ifdef/#define/#endif to make the nesting clearer. | Nicholas Clark | 2005-06-23 | 1 | -54/+53 |
* | assert that you aren't assigning to the NVX of an AV or HV | Nicholas Clark | 2005-06-15 | 1 | -0/+1 |
* | Make SvUPGRADE always have the value '1' | Rafael Garcia-Suarez | 2005-06-13 | 1 | -1/+1 |
* | This isn't an LVALUE, so make the compiler enforce that. | Nicholas Clark | 2005-06-11 | 1 | -1/+1 |
* | Shrink shared hash scalars from PVIV to PV | Nicholas Clark | 2005-06-11 | 1 | -1/+3 |
* | Add SvGROW_mutable | Nicholas Clark | 2005-06-10 | 1 | -0/+2 |
* | Add SvPV_mutable for use by the old COW code. | Nicholas Clark | 2005-06-08 | 1 | -0/+5 |
* | Allow a null length pointer to sv_pvn_force_flags. | Nicholas Clark | 2005-06-08 | 1 | -0/+4 |
* | s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g | Nicholas Clark | 2005-06-08 | 1 | -2/+2 |
* | Don't test the core XS code yet with PERL_DEBUG_COW > 1 | Nicholas Clark | 2005-06-08 | 1 | -1/+2 |
* | Add SvPVx_nolen and SvPVbytex_nolen | Nicholas Clark | 2005-06-08 | 1 | -0/+4 |
* | The definition of SvPVx_nolen_const is missing for non GNU-C compilers | Rafael Garcia-Suarez | 2005-06-07 | 1 | -0/+1 |
* | Add SvPV_nolen_const and SvPV_nomg_const | Nicholas Clark | 2005-06-07 | 1 | -0/+6 |
* | Simplify the implementation of SvPV*nolen functions | Nicholas Clark | 2005-06-07 | 1 | -3/+3 |
* | Ensure string table counts are balanced. (Was not true in op/pack.t) | Nicholas Clark | 2005-06-07 | 1 | -4/+3 |
* | Need const versions of SvPV(), so that its callers can indicate | Nicholas Clark | 2005-06-07 | 1 | -3/+23 |
* | Unvoid SvUPGRADE | Andy Lester | 2005-06-07 | 1 | -1/+1 |
* | Abstract all access to the shared hash value through SvSHARED_HASH() | Nicholas Clark | 2005-06-06 | 1 | -0/+2 |
* | Store the xhv_aux structure after the main array. | Nicholas Clark | 2005-06-01 | 1 | -1/+4 |
* | Change the IV to a union. | Nicholas Clark | 2005-05-29 | 1 | -75/+66 |
* | Documentation nits and fixes for Sv*_set() macros | Steve Peters | 2005-05-27 | 1 | -9/+13 |
* | Rename the members of the SV head union to avoid pre-processor | Nicholas Clark | 2005-05-26 | 1 | -51/+51 |
* | Reorder the union to cause Win32 compilers to use void * alignment for | Nicholas Clark | 2005-05-24 | 1 | -7/+7 |