summaryrefslogtreecommitdiff
path: root/sv.h
Commit message (Expand)AuthorAgeFilesLines
...
* Stop pos() from being confused by changing utf8nessFather Chrysostomos2013-08-251-2/+1
* [perl #118691] Allow defelem magic with neg indicesFather Chrysostomos2013-08-211-1/+7
* sv.h: Add comment about gv_check and SvIsCOWFather Chrysostomos2013-08-061-0/+1
* Skip trailing constants when searching padsFather Chrysostomos2013-07-301-1/+2
* sv.h: Comments added/typo fixed.Karl Williamson2013-07-191-1/+8
* Remove redundant field from inversion listsKarl Williamson2013-07-161-1/+0
* Reinstate "Use new Svt_INVLIST for inversion lists."Karl Williamson2013-07-161-0/+8
* Reinstate "Create SVt_INVLIST"Karl Williamson2013-07-161-6/+14
* Fix typo in docs for SvPV: ") => >"Brian Gottreu2013-07-101-1/+1
* Revert "Create SVt_INVLIST"Karl Williamson2013-07-041-14/+6
* Revert "Use new Svt_INVLIST for inversion lists."Karl Williamson2013-07-041-8/+0
* Use new Svt_INVLIST for inversion lists.Karl Williamson2013-07-031-0/+8
* Create SVt_INVLISTKarl Williamson2013-07-031-6/+14
* SV_CONST(name) and PL_sv_constsRuslan Zakirov2013-06-301-0/+48
* sv.h: Correct assertion in BmUSEFULFather Chrysostomos2013-06-221-1/+1
* Remove BmRARE and BmPREVIOUSFather Chrysostomos2013-06-211-20/+8
* Upgrade cv_flags_t from 16 to 32 bits.Peter Martini2013-06-181-1/+1
* [perl #118159] Make PVs take precedence in SvTRUEFather Chrysostomos2013-05-261-3/+4
* Remove core references to SVt_BINDKarl Williamson2013-05-181-2/+1
* 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