This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldiag: Add missing regexp delims
[perl5.git] / sv.h
2012-06-15 Father Chrysostomossv.h: Move comment just before struct it describes
2012-06-08 Father Chrysostomossv.h: Comment typo
2012-06-07 Father Chrysostomos[perl #109542] Make num ops treat $1 as "$1"
2012-05-30 Father Chrysostomossv.h: Document the only use of SvSCREAM
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-22 Father ChrysostomosCheck HvNAME in Gv_AMG
2012-05-22 Father Chrysostomossv.h: define SvAMAGIC in terms of HvAMAGIC
2012-05-22 Father Chrysostomossv.h: Turn off AMAGIC flag in Gv_AMG
2012-05-22 Father Chrysostomossv.h: Add HvAMAGIC macros
2012-05-22 Father ChrysostomosDon’t check PL_amagic_generation in Gv_AMG
2012-05-22 Father ChrysostomosMove SvAMAGIC flag from object to stash
2012-03-20 Karl Williamsonperlapi (from sv.h) clarifications
2012-03-06 David Mitchellfix slowdown in nested hash freeing
2012-01-23 Father Chrysostomossv_force_normal: Don’t confuse regexps with cows
2011-12-31 Father ChrysostomosFix bad reference in sv.h’s docs
2011-12-04 Father ChrysostomosAdjust substr offsets when using, not when creating...
2011-12-01 Father ChrysostomosBring SvOOK_on back, but simpler
2011-12-01 Father ChrysostomosRemove SvOOK_on
2011-11-30 Father ChrysostomosRemove obsolete comment about SvPOKp in sv.h
2011-11-28 Father ChrysostomosRemove duplicate comment from sv.h
2011-11-26 Father Chrysostomossv.h: Consistent use of spaces after dots
2011-11-26 Father Chrysostomos[perl #97632] Improve SvTAINT docs
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-10-17 Tony Cookdocument boolSV(), which is used in the default typemap
2011-10-12 Father ChrysostomosImprove documentation of XS autoloading
2011-10-10 Father ChrysostomosUpdate docs for XS AUTOLOAD
2011-10-08 Father ChrysostomosCorrect SvEND docs
2011-10-07 David Mitchellrenumber SVpad_STATE and free a bit in SvFLAGS
2011-10-07 David Mitchellmake SVs_PADTMP and SVs_PADSTALE share a bit
2011-10-06 Father Chrysostomosmro.c: Correct utf8 and bytes concatenation
2011-09-10 Father ChrysostomosAdd MAYBE_DEREF_GV macro
2011-07-15 David Mitchellreplace many SvTYPE assertions with lookup tables
2011-07-15 David Mitchellensure SVs_PADTMP and SVs_PADTMP not both on
2011-07-12 Father ChrysostomosMake SvIsCOW honest about globs
2011-06-11 Nicholas ClarkStore FBMs in PVMGs, instead of GVs.
2011-06-11 Nicholas ClarkStore the BM table in mg_ptr instead of after SvCUR().
2011-06-11 Nicholas ClarkAbolish xbm_rare. Move BmUSEFUL() to union _xnvu and...
2011-06-11 Nicholas ClarkUse SvTAIL() instead of BmFLAGS(). The core no longer...
2011-06-11 Nicholas ClarkEmulate the value of BmFLAGS() using SvTAIL().
2011-06-11 Nicholas ClarkUse 0x40008000 in SvFLAGS() for SVpad_NAME, not 0x40000000
2011-05-24 Nicholas ClarkImprove comments in sv.h describing SVrepl_EVAL and...
2011-05-19 Nicholas ClarkRemove empty #ifdef/#else/#endif block.
2011-05-18 Nicholas ClarkStore the compiled format in mg_ptr instead of after...
2010-11-11 Nicholas ClarkInline sv_cmp() and sv_cmp_locale() as macros wrapping...
2010-10-25 Tony Cookrt #72398 - get magic before downgrading in SvPVbyte()
2010-09-29 Father ChrysostomosRevert "[perl #77928] Glob slot assignment and set...
2010-09-28 Zeframsystematically provide pv/pvn/pvs/sv quartets
2010-09-28 Father Chrysostomos[perl #77928] Glob slot assignment and set-magic
2010-09-25 Father Chrysostomosdefine SvTRUE_nomg for compilers other than gcc
2010-09-25 Father Chrysostomos[perl #76814] FETCH called twice - !
2010-09-25 Father Chrysostomos[perl #76814] FETCH called twice - string comparison ops
2010-09-01 David Mitchellfix some 64-bit casts under DEBUG_LEAKING_SCALARS
2010-08-21 Ben MorrowRemove CALL_FPTR and CPERLscope.
2010-08-01 David MitchellDEBUG_LEAKING_SCALARS: add sv_debug_parent
2010-06-30 Nicholas ClarkStore xio_ifp in sv_u in the SV head, reducing XPVIO...
2010-06-30 Nicholas ClarkOnly allow SvPVX() on SVt_PVIO when IOf_FAKE_DIRP is...
2010-06-28 Nicholas ClarkEliminate macro _XPVIO_TAIL by inlining it within struc...
2010-05-24 Nicholas ClarkBetter ithreads cloning - add all SVs with a 0 refcnt...
2010-05-24 Nicholas ClarkCleaner implementations for Perl_clone_params_{new...
2010-05-21 David Mitchellmake overload respect get magic
2010-05-21 Nicholas ClarkRemove union _xivu from _XPVCV_COMMON, and hence struct...
2010-05-21 Nicholas ClarkRemove union _xivu from struct regexp - replace it...
2010-05-21 Nicholas ClarkRemove union _xivu from struct xpvav - replace it with...
2010-05-21 Nicholas ClarkIn the SV body, exchange the positions of the NV and...
2010-05-20 Nicholas ClarkSvIVX() isn't valid on SVt_REGEXP
2010-05-08 David Mitchelladd SV_SKIP_OVERLOAD flag to sv_2*v_flags fns
2010-05-08 David Mitchelladd flags arg to sv_2nv (as sv_2nv_flags)
2010-04-25 Nicholas ClarkDon't allocate pointer table entries from arenas.
2009-12-06 Reini UrbanInnocently looking union member swap
2009-11-19 Nicholas ClarkAbolish xio_lines from struct PVIO - store IoLINES...
2009-11-19 Nicholas ClarkPVIOs don't use the SvIVX slot.
2009-09-30 Rafael Garcia-SuarezDoc typo fix
2009-08-22 Nicholas ClarkEliminate *_ALLOCATED_HEAD and *_HEAD macros which...
2009-08-22 Nicholas ClarkEliminate the remaining definitions for *_allocated...
2009-08-08 Nicholas ClarkPerl_newIO() can become a mathom by making newIO()...
2009-07-17 Nicholas ClarkEliminate struct regexp_allocated and xpvio_allocated.
2009-07-08 Rafael Garcia-SuarezAdd a parameter "destructing" to Gv_AMupdate()
2009-06-19 Steffen MuellerFix API docs:SvGAMAGIC returns a U32, not a char*
2009-06-13 Steffen MuellerMake SvOK and SvTRUE API docs slightly less utterly...
2009-01-02 Rafael Garcia-SuarezBump coopyright year in embed.pl and various files...
2009-01-02 karl williamsonFaster sv_utf8_upgrade()
2008-12-26 KarlUpdate comments and documentation dealing with utf
2008-12-20 Steve PetersIt looks like the previous patch is working fine on...
2008-11-10 Marcus Holland-MoritzAllow lvalue usage of SvRV() and add MUTABLE_SV() check.
2008-11-07 Marcus Holland-MoritzRevert SvPVX() to allow lvalue usage, but also add a
2008-10-27 Nicholas ClarkCorrect SvVALID() and SvTAIL() - they are actually...
2008-10-27 Nicholas ClarkAdd a macro MUTABLE_PTR(p), which on (non-pedantic...
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-10-24 Marcus Holland-MoritzAdd SV allocation tracing to -Dm and PERL_MEM_LOG
2008-07-12 Nicholas ClarkAbolish xfm_lines from struct xpvfm. structs xpvfm...
2008-07-12 Nicholas ClarkPVFMs don't need to access the IVX any more. (as of...
2008-06-09 Reini UrbanRe: [PATCH] More COW lvalues
2008-06-08 Reini UrbanRe: [PATCH] readable assertion names, now sv.h
2008-04-01 Nicholas ClarkDefine sv_insert() as a wrapper to sv_insert_flags...
2008-02-12 Jan DuboisFix bit-fields for VC [was RE: [perl #50386] GIMME_V...
2008-01-26 Nicholas ClarkStandardise the conditional compilation protection...
2008-01-25 Nicholas ClarkPVIOs don't need space for SvNVX allocated.
2008-01-12 Nicholas ClarkFor 5.12: saner behaviour for `length`
2008-01-08 Nicholas ClarkWith regexps stored as real RVs, we can eliminate SvREP...
2008-01-07 Nicholas ClarkClarify the use of SVf_BREAK on PL_reg_curpm.
next