| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace direct flags tests & manipulations for SVpad_TYPED and | Nicholas Clark | 2006-02-23 | 1 | -0/+8 |
* | Document a sixth use for SVf_FAKE | Nicholas Clark | 2006-02-23 | 1 | -0/+3 |
* | Remove get magic from typeglobs. This means that PVGVs holding | Nicholas Clark | 2006-02-23 | 1 | -2/+2 |
* | Reorder the SV flags so that SVp_?OK and SVf_?OK occupy 8 contiguous | Nicholas Clark | 2006-02-21 | 1 | -24/+25 |
* | Re-order the definitions of the private bits in SvFLAGS by value, so | Nicholas Clark | 2006-02-21 | 1 | -20/+30 |
* | Document the many uses of SVf_FAKE. | Nicholas Clark | 2006-02-21 | 1 | -1/+12 |
* | Steal code from maint, and use PERL_ARENA_ROOTS_SIZE to size the arena | Nicholas Clark | 2006-02-20 | 1 | -0/+2 |
* | PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving | Nicholas Clark | 2006-02-20 | 1 | -6/+16 |
* | xcv_root and xcv_xsub can also be merged into a union, providing a new | Nicholas Clark | 2006-02-20 | 1 | -6/+12 |
* | xcv_start and xcv_xsubany can be merged into a union, as they are never | Nicholas Clark | 2006-02-20 | 1 | -2/+4 |
* | Shave sizeof(NV) bytes from formats, by using the same offset | Nicholas Clark | 2006-02-19 | 1 | -0/+29 |
* | AVs and HVs don't have IVXs or NVXs, so assert this too. | Nicholas Clark | 2006-02-19 | 1 | -1/+7 |
* | Under -DDEBUGGING, assert that SvIVX, SvUVX and SvNVX aren't being | Nicholas Clark | 2006-02-19 | 1 | -6/+30 |
* | arena-rework : consolidated patch | Jim Cromie | 2006-02-18 | 1 | -1/+6 |
* | 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 |