summaryrefslogtreecommitdiff
path: root/sv.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* factor out duplicate code in struct xpv*Marcus Holland-Moritz2007-12-301-305/+86
* Include SVf_UTF8 in the bitmask when checking the SvFLAGS inMarcus Holland-Moritz2007-12-301-1/+1
* First class regexps.Nicholas Clark2007-12-281-1/+32
* SvPVX_const() triggers an assertion that when the sv isn't a PV.Steve Peters2007-12-281-1/+1
* Take code that occurs in three places to take a scalar and ready it toNicholas Clark2007-12-261-0/+14
* Eliminate SVt_RV, and use SVt_IV to store plain references.Nicholas Clark2007-12-261-8/+12
* Swap SVt_RV and SVt_NV in the SV ordering.Nicholas Clark2007-12-261-4/+4
* In SvPV_free(), assert() that no-one is trying to free up a reference.Nicholas Clark2007-12-231-0/+1
* Bug fix for storing shared objects in shared structuresJerry D. Hedden2007-11-081-0/+1
* Nothing is using IoSUBPROCESS() so eliminate xio_subprocess.Nicholas Clark2007-10-011-3/+1
* Under -DDEBUGGING (on gcc), assert that SvRV(sv) is being called onNicholas Clark2007-09-231-2/+16