This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Harmonise Module-CoreList version for CPAN release
[perl5.git] / sv.h
2014-05-13 David Goldenclarify SvPV documentation
2014-05-12 Yves OrtonImplement "max waste" thresholds to avoid problems...
2014-03-12 David Mitchellsprinkle LIKELY() on pp_hot.c scope.c and some *.h
2014-03-07 David Mitchellsv.h: add some more flag usage commentary
2014-02-28 David Mitchellgv_check(): use aux flag rather than IsCOW
2014-02-17 Karl Williamsonsv.h: Add comment
2014-02-13 Matthew Horsfall... Fix small typo (dsb -> dsv)
2014-02-05 Brian FraserAvoid compiler warnings by consistently using #ifdef...
2014-01-17 Father ChrysostomosSvGROW should un-cow under PERL_OLD_COPY_ON_WRITE
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-11-16 David MitchellRevert "make perl core quiet under -Wfloat-equal"
2013-11-09 David Mitchellmake perl core quiet under -Wfloat-equal
2013-10-23 Daniel Dragancorrect POD for SvIsCOW, it returns a U32
2013-09-15 Father Chrysostomossv.h: Make BmUSEFUL the same type on debug/non-debug...
2013-09-13 Nicholas ClarkMove BmUSEFUL to the IV slot from the NV slot, simplify...
2013-09-04 Reini Urban[perl #119481] Check SvVALID for !SvSCREAM, skip PAD
2013-08-25 Father ChrysostomosStop pos() from being confused by changing utf8ness
2013-08-21 Father Chrysostomos[perl #118691] Allow defelem magic with neg indices
2013-08-06 Father Chrysostomossv.h: Add comment about gv_check and SvIsCOW
2013-07-30 Father ChrysostomosSkip trailing constants when searching pads
2013-07-19 Karl Williamsonsv.h: Comments added/typo fixed.
2013-07-16 Karl WilliamsonRemove redundant field from inversion lists
2013-07-16 Karl WilliamsonReinstate "Use new Svt_INVLIST for inversion lists."
2013-07-16 Karl WilliamsonReinstate "Create SVt_INVLIST"
2013-07-10 Brian GottreuFix typo in docs for SvPV: ") => >"
2013-07-05 Karl WilliamsonRevert "Create SVt_INVLIST"
2013-07-04 Karl WilliamsonRevert "Use new Svt_INVLIST for inversion lists."
2013-07-04 Karl WilliamsonUse new Svt_INVLIST for inversion lists.
2013-07-04 Karl WilliamsonCreate SVt_INVLIST
2013-06-30 Ruslan ZakirovSV_CONST(name) and PL_sv_consts
2013-06-23 Father Chrysostomossv.h: Correct assertion in BmUSEFUL
2013-06-21 Father ChrysostomosRemove BmRARE and BmPREVIOUS
2013-06-18 Peter MartiniUpgrade cv_flags_t from 16 to 32 bits.
2013-05-26 Father Chrysostomos[perl #118159] Make PVs take precedence in SvTRUE
2013-05-18 Karl WilliamsonRemove core references to SVt_BIND
2013-05-09 David Mitchellfurther tweak SvPV() docs
2013-05-09 David Mitchellclarify SvPV* and SvPV_force* docs
2013-03-06 Daniel Draganbetter POD for SvPVX, pre-5.9.3 Perls
2013-02-20 Nicholas ClarkRemove the check for SVt_BIND from SvOK().
2013-01-23 Karl Williamsonperlapi: Fix SvIOK_UV, SvUOK descriptions
2013-01-12 David Mitchellinclude SvREADONLY() in SvIMMORTAL() test
2013-01-04 Steven SchubigerFix SvREFCNT_dec doc typo
2013-01-04 Eric BrineRemove redundant NULL checks.
2012-12-24 Karl Williamsonperlapi: Fix misstatement
2012-12-24 Karl Williamsonperlapi: Fix typos
2012-12-22 Karl Williamsonperlapi: Clarify return value of SvREFCNT_inc()
2012-12-18 David Mitchelltest the resetting of refcnt for immortals
2012-12-14 David Mitchellfurther fix to SvUPGRADE
2012-12-14 David Mitchellmake SvUPGRADE() a statement.
2012-12-12 Daniel Draganbetter POD for mg_get and SvGROW
2012-12-05 Father Chrysostomossv.h: Warning about cows in SvPV_set apidocs
2012-12-04 David Mitchelladd SvREFCNT_dec_NN()
2012-11-27 Father ChrysostomosAllow COW with magical and blessed scalars (among others)
2012-11-27 Father ChrysostomosMin string length for COW
2012-11-27 Father ChrysostomosNew COW mechanism
2012-11-26 Father ChrysostomosMove a CAN_COW_MASK comment from sv.c to sv.h
2012-11-24 Daniel DraganSvPVXtrue single eval->multiple eval
2012-11-23 bulk88 (via RT)av_exists: dont make a mortal never to use it
2012-11-21 Daniel Draganrefactor pp_stringify and pp_and
2012-11-17 Yves OrtonHash Function Change - Murmur hash and true per process...
2012-11-14 Father ChrysostomosSVf_IsCOW
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl origin/smueller/no_taint3
2012-10-30 Father ChrysostomosAllow regexp-to-pvlv assignment
2012-10-26 Father ChrysostomosBetter documentation for internal SV types
2012-10-12 Father ChrysostomosSimplify the fix for bug #41530
2012-10-05 Father Chrysostomos[perl #79824] Don’t cow for sv_mortalcopy call from XS
2012-10-01 Father ChrysostomosOops; fix threaded build
2012-10-01 Father ChrysostomosStop substr lvalues from being confused by changing...
2012-10-01 Father ChrysostomosStop pos from panicking when overloading changes UTF8ness
2012-09-16 Father ChrysostomosAllow CVs to point to HEKs rather than GVs
2012-09-12 Father ChrysostomosUnify CvDEPTH for formats and subs
2012-08-21 Father ChrysostomosMore PAD APIs
2012-08-21 Father ChrysostomosUse PADLIST in more places
2012-08-21 Father ChrysostomosStatic inline functions for SvPADTMP and SvPADSTALE
2012-08-21 Father ChrysostomosUse fast SvREFCNT_dec for non-GCC
2012-08-21 Father ChrysostomosUse static inline functions for SvREFCNT_inc
2012-08-18 Father Chrysostomossv.h: Don’t repeat _XPV_HEAD
2012-08-17 Steve HayRestore VC++ 6 build on Windows
2012-08-13 Steve HayInsert missing words into SvPV_force* documentation
2012-08-06 Father Chrysostomosassert_(...)
2012-08-05 Father ChrysostomosAdd a depth field to formats
2012-08-05 Father ChrysostomosMake PL_(top|body|form)target PVIVs
2012-07-29 Father Chrysostomossv.h: Document SvTHINKFIRST
2012-07-29 Father ChrysostomosOust sv_gmagical_2iv_please
2012-07-28 Father ChrysostomosFlatten vstrings modified in place
2012-07-27 Chip SalzenbergMake all the SvPV*force* macros always return sv with...
2012-07-21 Chip Salzenbergmake SvOOK_offset macro safer, with parens and underscores
2012-07-15 Chip SalzenbergMagic flags harmonization.
2012-07-03 Father Chrysostomossv.h: Improve docs of Sv[GS]ETMAGIC
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
next