summaryrefslogtreecommitdiff
path: root/sv.h
Commit message (Expand)AuthorAgeFilesLines
* Hash Function Change - Murmur hash and true per process hash seedYves Orton2012-11-171-2/+0
* SVf_IsCOWFather Chrysostomos2012-11-141-12/+9
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-5/+9
* Allow regexp-to-pvlv assignmentFather Chrysostomos2012-10-301-5/+19
* Better documentation for internal SV typesFather Chrysostomos2012-10-261-8/+83
* Simplify the fix for bug #41530Father Chrysostomos2012-10-111-0/+2
* [perl #79824] Don’t cow for sv_mortalcopy call from XSFather Chrysostomos2012-10-051-0/+2
* Oops; fix threaded buildFather Chrysostomos2012-10-011-0/+1
* Stop substr lvalues from being confused by changing UTF8nessFather Chrysostomos2012-10-011-4/+0
* Stop pos from panicking when overloading changes UTF8nessFather Chrysostomos2012-10-011-0/+11
* Allow CVs to point to HEKs rather than GVsFather Chrysostomos2012-09-151-1/+4
* Unify CvDEPTH for formats and subsFather Chrysostomos2012-09-111-18/+3
* More PAD APIsFather Chrysostomos2012-08-211-0/+12
* Use PADLIST in more placesFather Chrysostomos2012-08-211-1/+1
* Static inline functions for SvPADTMP and SvPADSTALEFather Chrysostomos2012-08-211-45/+4
* Use fast SvREFCNT_dec for non-GCCFather Chrysostomos2012-08-211-16/+1
* Use static inline functions for SvREFCNT_incFather Chrysostomos2012-08-211-36/+4
* sv.h: Don’t repeat _XPV_HEADFather Chrysostomos2012-08-171-16/+8
* Restore VC++ 6 build on WindowsSteve Hay2012-08-181-0/+19
* Insert missing words into SvPV_force* documentationSteve Hay2012-08-131-2/+2
* assert_(...)Father Chrysostomos2012-08-051-15/+5
* Add a depth field to formatsFather Chrysostomos2012-08-051-1/+6
* Make PL_(top|body|form)target PVIVsFather Chrysostomos2012-08-051-2/+1
* sv.h: Document SvTHINKFIRSTFather Chrysostomos2012-07-281-0/+24
* Oust sv_gmagical_2iv_pleaseFather Chrysostomos2012-07-281-6/+1
* Flatten vstrings modified in placeFather Chrysostomos2012-07-271-1/+1
* Make all the SvPV*force* macros always return sv with SvPOK_only, as APIChip Salzenberg2012-07-261-11/+18
* make SvOOK_offset macro safer, with parens and underscoresChip Salzenberg2012-07-201-14/+14
* Magic flags harmonization.Chip Salzenberg2012-07-151-94/+75
* sv.h: Improve docs of Sv[GS]ETMAGICFather Chrysostomos2012-07-031-2/+5
* sv.h: Move comment just before struct it describesFather Chrysostomos2012-06-151-2/+2
* sv.h: Comment typoFather Chrysostomos2012-06-081-1/+1
* [perl #109542] Make num ops treat $1 as "$1"Father Chrysostomos2012-06-071-2/+8
* sv.h: Document the only use of SvSCREAMFather Chrysostomos2012-05-291-2/+2
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* Check HvNAME in Gv_AMGFather Chrysostomos2012-05-211-1/+3
* sv.h: define SvAMAGIC in terms of HvAMAGICFather Chrysostomos2012-05-211-5/+3
* sv.h: Turn off AMAGIC flag in Gv_AMGFather Chrysostomos2012-05-211-1/+2
* sv.h: Add HvAMAGIC macrosFather Chrysostomos2012-05-211-0/+5
* Don’t check PL_amagic_generation in Gv_AMGFather Chrysostomos2012-05-211-1/+1
* Move SvAMAGIC flag from object to stashFather Chrysostomos2012-05-211-6/+13
* perlapi (from sv.h) clarificationsKarl Williamson2012-03-191-2/+4
* fix slowdown in nested hash freeingDavid Mitchell2012-03-061-0/+1
* sv_force_normal: Don’t confuse regexps with cowsFather Chrysostomos2012-01-221-1/+2
* Fix bad reference in sv.h’s docsFather Chrysostomos2011-12-301-1/+1
* Adjust substr offsets when using, not when creating, lvalueFather Chrysostomos2011-12-041-0/+2
* Bring SvOOK_on back, but simplerFather Chrysostomos2011-12-011-0/+1
* Remove SvOOK_onFather Chrysostomos2011-11-301-1/+0
* Remove obsolete comment about SvPOKp in sv.hFather Chrysostomos2011-11-291-4/+0
* Remove duplicate comment from sv.hFather Chrysostomos2011-11-271-1/+1