summaryrefslogtreecommitdiff
path: root/sv.h
Commit message (Expand)AuthorAgeFilesLines
* Better ithreads cloning - add all SVs with a 0 refcnt to the temps stack.Nicholas Clark2010-05-241-0/+1
* Cleaner implementations for Perl_clone_params_{new,del}Nicholas Clark2010-05-241-0/+1
* make overload respect get magicDavid Mitchell2010-05-211-0/+7
* Remove union _xivu from _XPVCV_COMMON, and hence structs xpvcv and xpvfmNicholas Clark2010-05-211-4/+3
* Remove union _xivu from struct regexp - replace it with a non-union paren_names.Nicholas Clark2010-05-211-1/+0
* Remove union _xivu from struct xpvav - replace it with a non-union xav_alloc.Nicholas Clark2010-05-211-1/+0
* In the SV body, exchange the positions of the NV and stash/magic.Nicholas Clark2010-05-211-13/+12
* SvIVX() isn't valid on SVt_REGEXPNicholas Clark2010-05-201-0/+3
* add SV_SKIP_OVERLOAD flag to sv_2*v_flags fnsDavid Mitchell2010-05-081-0/+3
* add flags arg to sv_2nv (as sv_2nv_flags)David Mitchell2010-05-081-0/+1
* Don't allocate pointer table entries from arenas.Nicholas Clark2010-04-251-7/+3
* Innocently looking union member swapReini Urban2009-12-061-1/+1
* Abolish xio_lines from struct PVIO - store IoLINES() in the IVX slot.Nicholas Clark2009-11-191-2/+2
* PVIOs don't use the SvIVX slot.Nicholas Clark2009-11-191-0/+2
* Doc typo fixRafael Garcia-Suarez2009-09-301-1/+1
* Eliminate *_ALLOCATED_HEAD and *_HEAD macros which are now used only once.Nicholas Clark2009-08-221-5/+2
* Eliminate the remaining definitions for *_allocated structs.Nicholas Clark2009-08-221-15/+0
* Perl_newIO() can become a mathom by making newIO() a wrapper around newSV_type()Nicholas Clark2009-08-081-0/+3
* Eliminate struct regexp_allocated and xpvio_allocated.Nicholas Clark2009-07-171-6/+0
* Add a parameter "destructing" to Gv_AMupdate()Rafael Garcia-Suarez2009-07-081-1/+1
* Fix API docs:SvGAMAGIC returns a U32, not a char*Steffen Mueller2009-06-191-1/+1
* Make SvOK and SvTRUE API docs slightly less utterly confusingSteffen Mueller2009-06-131-3/+3
* Bump coopyright year in embed.pl and various files that were just touchedRafael Garcia-Suarez2009-01-021-1/+1
* Faster sv_utf8_upgrade()karl williamson2009-01-021-0/+5
* Update comments and documentation dealing with utfKarl2008-12-261-4/+4
* It looks like the previous patch is working fine on UNIXish boxes,Steve Peters2008-12-191-0/+4
* Allow lvalue usage of SvRV() and add MUTABLE_SV() check.Marcus Holland-Moritz2008-11-101-1/+13
* Revert SvPVX() to allow lvalue usage, but also add aMarcus Holland-Moritz2008-11-071-1/+1
* Correct SvVALID() and SvTAIL() - they are actually const.Nicholas Clark2008-10-271-2/+2
* Add a macro MUTABLE_PTR(p), which on (non-pedantic) gcc will not castNicholas Clark2008-10-271-41/+41
* Update copyright years.Nicholas Clark2008-10-251-2/+2
* Add SV allocation tracing to -Dm and PERL_MEM_LOGMarcus Holland-Moritz2008-10-241-0/+1
* Abolish xfm_lines from struct xpvfm. structs xpvfm and xpvcv are nowNicholas Clark2008-07-121-4/+2
* PVFMs don't need to access the IVX any more. (as of change 32836, whichNicholas Clark2008-07-121-0/+2
* Re: [PATCH] More COW lvaluesReini Urban2008-06-091-1/+1
* Re: [PATCH] readable assertion names, now sv.hReini Urban2008-06-081-90/+90
* Define sv_insert() as a wrapper to sv_insert_flags(), and moveNicholas Clark2008-04-011-0/+3
* Fix bit-fields for VC [was RE: [perl #50386] GIMME_V broken with 5.10.0/GCC a...Jan Dubois2008-02-121-4/+4
* Standardise the conditional compilation protection of ({}) fromNicholas Clark2008-01-261-2/+2
* PVIOs don't need space for SvNVX allocated.Nicholas Clark2008-01-251-28/+40
* For 5.12: saner behaviour for `length`Nicholas Clark2008-01-121-0/+2
* With regexps stored as real RVs, we can eliminate SvREPADTMP().Nicholas Clark2008-01-081-12/+2
* Clarify the use of SVf_BREAK on PL_reg_curpm.Nicholas Clark2008-01-071-1/+3
* Make REGEXP a type distinct from SV. (Much like AV, CV, GV, HV).Nicholas Clark2008-01-051-0/+5
* In struct regexp move the member paren_names to the IV union.Nicholas Clark2008-01-051-0/+1
* BER is all very well, but it turns out that it's better to store theNicholas Clark2008-01-051-6/+63
* Re-implement the SvOOK() hack to store the offset as a BER encodedNicholas Clark2008-01-041-5/+12
* Missed three sv_2mortal(newSVpvn(...))s in the headers.Nicholas Clark2008-01-031-1/+1
* Add a new function newSVpvn_flags(), which takes a third parameter ofNicholas Clark2008-01-021-0/+11
* Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs,Nicholas Clark2008-01-021-6/+0