2006-05-03 |
Rafael Garcia-Suarez |
Introduce a new keyword, state, for state variables. |
blob | commitdiff |
2006-05-02 |
Nicholas Clark |
Assert that SvMAGIC() isn't being called on PVMGs which... |
blob | commitdiff | diff to current |
2006-04-30 |
Nicholas Clark |
Document SvGAMAGIC(), and its significance w.r.t. the... |
blob | commitdiff | diff to current |
2006-04-16 |
Nicholas Clark |
Provide a new flag for sv_usepvn_flags, SV_HAS_TRAILING... |
blob | commitdiff | diff to current |
2006-04-16 |
Nicholas Clark |
Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags... |
blob | commitdiff | diff to current |
2006-03-31 |
Andy Lester |
Random accumulated patches |
blob | commitdiff | diff to current |
2006-03-15 |
Nicholas Clark |
Correct the non gcc-brace-group definition of SvAMAGIC_off |
blob | commitdiff | diff to current |
2006-03-15 |
Nicholas Clark |
Expunge references to HV_AMAGIC, HV_AMAGICbad and HV_AM... |
blob | commitdiff | diff to current |
2006-03-15 |
Nicholas Clark |
Moving the overloading flag from the reference to the... |
blob | commitdiff | diff to current |
2006-03-14 |
Nicholas Clark |
SVphv_REHASH can use the same flag bit as SVf_FAKE... |
blob | commitdiff | diff to current |
2006-03-05 |
Nicholas Clark |
Move the GvNAME HEK into the IV union - every GV is... |
blob | commitdiff | diff to current |
2006-03-05 |
Nicholas Clark |
Use a HEK to store the GV's name, rather than a malloc... |
blob | commitdiff | diff to current |
2006-02-27 |
Steve Hay |
Silence a GCC warning |
blob | commitdiff | diff to current |
2006-02-27 |
Andy Lester |
Speedups and shrinkages of SvREFCNT_inc |
blob | commitdiff | diff to current |
2006-02-25 |
Nicholas Clark |
GvFLAGS can be overlaid with SvCUR. |
blob | commitdiff | diff to current |
2006-02-25 |
Nicholas Clark |
Use xpv_len rather than xpv_cur in GVs to store GvASSIG... |
blob | commitdiff | diff to current |
2006-02-25 |
Nicholas Clark |
xgv_stash can be stored as a union with the NV, reducin... |
blob | commitdiff | diff to current |
2006-02-25 |
Nicholas Clark |
Curiously none of the macros SvIVX, SvUVX or SvNVX... |
blob | commitdiff | diff to current |
2006-02-25 |
Nicholas Clark |
Store GvGP in the SV head union. For all the common... |
blob | commitdiff | diff to current |
2006-02-24 |
Nicholas Clark |
Avoid special case SvMAGIC macros just to cope with... |
blob | commitdiff | diff to current |
2006-02-24 |
Nicholas Clark |
Use PVMGs rather than PVGVs to store the names of our... |
blob | commitdiff | diff to current |
2006-02-24 |
Nicholas Clark |
Store the stash for our in the magic slot. This will... |
blob | commitdiff | diff to current |
2006-02-24 |
Nicholas Clark |
Replace usage of GvSTASH for storing the stash of C... |
blob | commitdiff | diff to current |
2006-02-24 |
Nicholas Clark |
assert that SvMAGIC is never non-NULL for any PVMG... |
blob | commitdiff | diff to current |
2006-02-24 |
Nicholas Clark |
Redo previous sv.h change. |
blob | commitdiff | diff to current |
2006-02-23 |
Nicholas Clark |
Replace direct flags tests ... |
blob | commitdiff | diff to current |
2006-02-23 |
Nicholas Clark |
Document a sixth use for SVf_FAKE |
blob | commitdiff | diff to current |
2006-02-23 |
Nicholas Clark |
Remove get magic from typeglobs. This means that PVGVs... |
blob | commitdiff | diff to current |
2006-02-21 |
Nicholas Clark |
Reorder the SV flags so that SVp_?OK and SVf_?OK occupy... |
blob | commitdiff | diff to current |
2006-02-21 |
Nicholas Clark |
Re-order the definitions of the private bits in SvFLAGS... |
blob | commitdiff | diff to current |
2006-02-21 |
Nicholas Clark |
Document the many uses of SVf_FAKE. |
blob | commitdiff | diff to current |
2006-02-20 |
Nicholas Clark |
Steal code from maint, and use PERL_ARENA_ROOTS_SIZE... |
blob | commitdiff | diff to current |
2006-02-20 |
Nicholas Clark |
PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX... |
blob | commitdiff | diff to current |
2006-02-20 |
Nicholas Clark |
xcv_root and xcv_xsub can also be merged into a union... |
blob | commitdiff | diff to current |
2006-02-20 |
Nicholas Clark |
xcv_start and xcv_xsubany can be merged into a union... |
blob | commitdiff | diff to current |
2006-02-19 |
Nicholas Clark |
Shave sizeof(NV) bytes from formats, by using the same... |
blob | commitdiff | diff to current |
2006-02-19 |
Nicholas Clark |
AVs and HVs don't have IVXs or NVXs, so assert this... |
blob | commitdiff | diff to current |
2006-02-19 |
Nicholas Clark |
Under -DDEBUGGING, assert that SvIVX, SvUVX and SvNVX... |
blob | commitdiff | diff to current |
2006-02-18 |
Jim Cromie |
arena-rework : consolidated patch |
blob | commitdiff | diff to current |
2006-02-03 |
Steven Schubiger |
Re: [PATCH] s/Null(gv|hv|sv)/NULL/g |
blob | commitdiff | diff to current |
2006-02-02 |
Steven Schubiger |
Re: [PATCH] s/Null(av|ch)/NULL/g |
blob | commitdiff | diff to current |
2006-01-28 |
Nicholas Clark |
By changing SvVOK() from returning 0/1 to 0/pointer... |
blob | commitdiff | diff to current |
2006-01-04 |
Rafael Garcia-Suarez |
More copyright updates |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas |
Move all the xxxpvs() macros to handy.h. |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas |
Make the new STR_WITH_LEN() affected compile under... |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas |
Introduce newSVpvs_share() macro. |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas |
Introduce the macros newSVpvs(str) and sv_catpvs(sv... |
blob | commitdiff | diff to current |
2005-12-29 |
Andy Lester |
Fixing the SVREFCNT macro |
blob | commitdiff | diff to current |
2005-12-16 |
Nicholas Clark |
Typo fixes from Robin Houston in |
blob | commitdiff | diff to current |
2005-11-19 |
Nicholas Clark |
Map the HE arena onto SV type 0 (SVt_NULL). |
blob | commitdiff | diff to current |
2005-11-17 |
Nicholas Clark |
Move the location of the definition of the arena slot... |
blob | commitdiff | diff to current |
2005-11-16 |
Jim Cromie |
Re: eliminate discreet arenaroots |
blob | commitdiff | diff to current |
2005-11-14 |
Nicholas Clark |
Mark all places where perl needs to look at a possibly... |
blob | commitdiff | diff to current |
2005-11-13 |
Nicholas Clark |
Fix breakages that prevended -DPERL_POISON from compiling. |
blob | commitdiff | diff to current |
2005-10-29 |
Nicholas Clark |
Replace sv_catsv_mg and sv_catpvn_mg, and move the... |
blob | commitdiff | diff to current |
2005-10-29 |
Nicholas Clark |
Add a new SMAGIC flag, to signal a call to SvSETMAGIC... |
blob | commitdiff | diff to current |
2005-10-29 |
Nicholas Clark |
sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen... |
blob | commitdiff | diff to current |
2005-10-29 |
Nicholas Clark |
Replace sv_force_normal with a macro that calls sv_forc... |
blob | commitdiff | diff to current |
2005-10-29 |
Nicholas Clark |
Replace sv_unref with a macro that calls sv_unref_flags |
blob | commitdiff | diff to current |
2005-10-29 |
Nicholas Clark |
sv_taint() can easily be replaced by a macro. |
blob | commitdiff | diff to current |
2005-09-23 |
Steve Peters |
Fix to PERL_DEBUG_COW |
blob | commitdiff | diff to current |
2005-09-22 |
Nicholas Clark |
As SvPVX_mutable and SvPVX_const are new, they don... |
blob | commitdiff | diff to current |
2005-09-21 |
Nicholas Clark |
Remove the last STRLEN n_a;s that my compiler can reach. |
blob | commitdiff | diff to current |
2005-08-30 |
Jim Cromie |
sv-head refactor |
blob | commitdiff | diff to current |
2005-08-17 |
Nicholas Clark |
Given that we now have a union, there's no need for... |
blob | commitdiff | diff to current |
2005-07-31 |
Dominic Dunlop |
Re: Smoke [5.9.3] 25237 FAIL(F) linux 2.6.12-4-686... |
blob | commitdiff | diff to current |
2005-06-23 |
Nicholas Clark |
Indent some of the #ifdef/#define/#endif to make the... |
blob | commitdiff | diff to current |
2005-06-15 |
Nicholas Clark |
assert that you aren't assigning to the NVX of an AV... |
blob | commitdiff | diff to current |
2005-06-13 |
Rafael Garcia-Suarez |
Make SvUPGRADE always have the value '1' |
blob | commitdiff | diff to current |
2005-06-11 |
Nicholas Clark |
This isn't an LVALUE, so make the compiler enforce... |
blob | commitdiff | diff to current |
2005-06-11 |
Nicholas Clark |
Shrink shared hash scalars from PVIV to PV |
blob | commitdiff | diff to current |
2005-06-10 |
Nicholas Clark |
Add SvGROW_mutable |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark |
Add SvPV_mutable for use by the old COW code. |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark |
Allow a null length pointer to sv_pvn_force_flags. |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark |
s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark |
Don't test the core XS code yet with PERL_DEBUG_COW > 1 |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark |
Add SvPVx_nolen and SvPVbytex_nolen |
blob | commitdiff | diff to current |
2005-06-07 |
Rafael Garcia-Suarez |
The definition of SvPVx_nolen_const is missing for... |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark |
Add SvPV_nolen_const and SvPV_nomg_const |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark |
Simplify the implementation of SvPV*nolen functions |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark |
Ensure string table counts are balanced. (Was not true... |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark |
Need const versions of SvPV(), so that its callers... |
blob | commitdiff | diff to current |
2005-06-07 |
Andy Lester |
Unvoid SvUPGRADE |
blob | commitdiff | diff to current |
2005-06-06 |
Nicholas Clark |
Abstract all access to the shared hash value through... |
blob | commitdiff | diff to current |
2005-06-01 |
Nicholas Clark |
Store the xhv_aux structure after the main array. |
blob | commitdiff | diff to current |
2005-05-29 |
Nicholas Clark |
Change the IV to a union. |
blob | commitdiff | diff to current |
2005-05-27 |
Steve Peters |
Documentation nits and fixes for Sv*_set() macros |
blob | commitdiff | diff to current |
2005-05-26 |
Nicholas Clark |
Rename the members of the SV head union to avoid pre... |
blob | commitdiff | diff to current |
2005-05-24 |
Nicholas Clark |
Reorder the union to cause Win32 compilers to use void... |
blob | commitdiff | diff to current |
2005-05-23 |
Nicholas Clark |
Don't allocate an IV slot where the type doesn't use... |
blob | commitdiff | diff to current |
2005-05-23 |
Nicholas Clark |
create an "allocated" structure for PVs, PVAVs and... |
blob | commitdiff | diff to current |
2005-05-22 |
Nicholas Clark |
Re-order IVX slot in SV bodies |
blob | commitdiff | diff to current |
2005-05-21 |
Nicholas Clark |
Add a union in place of xnv_nv, which allows AVs and... |
blob | commitdiff | diff to current |
2005-05-21 |
Nicholas Clark |
Move the xpv_pv/xrv_rv member into the SV head, in... |
blob | commitdiff | diff to current |
2005-05-20 |
Nicholas Clark |
Goodbye AvFLAGS |
blob | commitdiff | diff to current |
2005-05-16 |
Andy Lester |
consting-eleventy.patch: More consts, plus actual bug fix |
blob | commitdiff | diff to current |
2005-05-09 |
Steve Peters |
Sv_*set() doc's and extra const's for the SvPVX_const... |
blob | commitdiff | diff to current |
2005-04-28 |
Nicholas Clark |
Add a new macro SvPV_free() which undoes OOK and free... |
blob | commitdiff | diff to current |
2005-04-22 |
Steve Peters |
bytecode.pl, bytecode.h, and sv.h fixes |
blob | commitdiff | diff to current |
2005-04-19 |
Nicholas Clark |
Restore SvEND_set |
blob | commitdiff | diff to current |
next |