summaryrefslogtreecommitdiff
path: root/sv.h
Commit message (Expand)AuthorAgeFilesLines
* further tweak SvPV() docsDavid Mitchell2013-05-091-5/+7
* clarify SvPV* and SvPV_force* docsDavid Mitchell2013-05-091-9/+18
* better POD for SvPVX, pre-5.9.3 PerlsDaniel Dragan2013-03-061-1/+2
* Remove the check for SVt_BIND from SvOK().Nicholas Clark2013-02-201-5/+1
* perlapi: Fix SvIOK_UV, SvUOK descriptionsKarl Williamson2013-01-231-4/+6
* include SvREADONLY() in SvIMMORTAL() testDavid Mitchell2013-01-121-1/+1
* Fix SvREFCNT_dec doc typoSteven Schubiger2013-01-041-1/+1
* Remove redundant NULL checks.Eric Brine2013-01-031-1/+1
* perlapi: Fix misstatementKarl Williamson2012-12-241-2/+4
* perlapi: Fix typosKarl Williamson2012-12-241-2/+2
* perlapi: Clarify return value of SvREFCNT_inc()Karl Williamson2012-12-221-1/+1
* test the resetting of refcnt for immortalsDavid Mitchell2012-12-181-0/+7
* further fix to SvUPGRADEDavid Mitchell2012-12-141-1/+3
* make SvUPGRADE() a statement.David Mitchell2012-12-141-1/+2
* better POD for mg_get and SvGROWDaniel Dragan2012-12-111-1/+2
* sv.h: Warning about cows in SvPV_set apidocsFather Chrysostomos2012-12-051-1/+6
* add SvREFCNT_dec_NN()David Mitchell2012-12-041-0/+6
* Allow COW with magical and blessed scalars (among others)Father Chrysostomos2012-11-271-5/+7
* Min string length for COWFather Chrysostomos2012-11-271-0/+6
* New COW mechanismFather Chrysostomos2012-11-271-1/+18
* Move a CAN_COW_MASK comment from sv.c to sv.hFather Chrysostomos2012-11-251-0/+2
* SvPVXtrue single eval->multiple evalDaniel Dragan2012-11-231-9/+11
* av_exists: dont make a mortal never to use itbulk88 (via RT)2012-11-231-0/+1
* refactor pp_stringify and pp_andDaniel Dragan2012-11-211-0/+1
* 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