summaryrefslogtreecommitdiff
path: root/sv.h
Commit message (Expand)AuthorAgeFilesLines
* un-integrate #34133:Dave Mitchell2008-12-061-2/+0
* Integrate:Dave Mitchell2008-12-051-0/+2
* Integrate:Reini Urban2008-12-041-1/+1
* Integrate:Reini Urban2008-12-041-89/+89
* Integrate:Nicholas Clark2008-10-261-2/+2
* Integrate:Nicholas Clark2008-01-301-1/+12
* Integrate:Nicholas Clark2008-01-301-1/+1
* Integrate:Nicholas Clark2008-01-301-1/+3
* 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
* Add some information to the comments describing SV flag bits.Nicholas Clark2007-07-011-1/+6
* Also get copy on write working with ithreads. It hadn't been workingNicholas Clark2007-06-241-1/+3
* Where possible, use SvIV instead of SvIVX, SvNV instead of SvNVX,Nicholas Clark2007-04-211-7/+11
* Wrap the SvTYPE macro definition in parens.Rafael Garcia-Suarez2007-02-071-1/+1
* Fix a typo and some doubled spaces in comments.Nicholas Clark2007-01-221-3/+3
* Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv_release_IVX().Nicholas Clark2007-01-171-2/+2
* Change the API doc for some of the SvXXX testing macros.Rafael Garcia-Suarez2007-01-081-24/+24
* Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOURSTASH_set.Nicholas Clark2007-01-031-2/+2
* Update copyright years to include 2007. (Plus a couple of 2006s andNicholas Clark2007-01-021-1/+1
* Remove the vestigal "#if 0"s from header files that defined same-sizedNicholas Clark2007-01-021-8/+0
* Move SVt_BIND to be the lowest type after SVt_NULL. This will force allNicholas Clark2006-12-311-5/+7
* Eliminate BmPREVIOUS_set - with the complexity gone from how the datumNicholas Clark2006-12-281-2/+0
* Move all the FBM data fields from the table into a struct xbm_s whichNicholas Clark2006-12-281-46/+63
* Move the low/high cop sequences from NVX/IVX to a two U32 structureNicholas Clark2006-12-281-0/+36
* Silence an unused variable warning in sv.c.Steve Peters2006-12-221-9/+7
* Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym for SVf_SCREAM)Nicholas Clark2006-12-161-0/+9
* Split out the use of SVp_SCREAM for GVs with GPs into a new symbolicNicholas Clark2006-12-161-3/+19
* Better documentation for SVf_UTF8. Including SvPV() 1st, SvUTF() 2nd.Nicholas Clark2006-12-151-2/+8
* Turn a tab into 2 spaces to make more room for comments about SV flags.Nicholas Clark2006-12-141-59/+57
* Swap the order of PERL_FBM_PREVIOUS_{L,H}_OFFSET_FROM_TABLE on littleNicholas Clark2006-12-131-2/+7
* Restore the two comments describing BmRARE and BmPREVIOUS that I'dNicholas Clark2006-12-131-1/+4
* Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.Nicholas Clark2006-12-131-35/+24
* Assert that SvPAD_TYPED_on(), SvPAD_OUR_on() and SvPAD_STATE_on()Nicholas Clark2006-12-121-4/+23
* Assert that PVGVs are never SvVALID() in the PVBM sense.Nicholas Clark2006-12-121-3/+17
* Silence VC warnings about possible operator precedence problemsSteve Hay2006-12-121-3/+3
* By moving xbm_previous into the SvPVX, we save a U16 from struct xpvbm,Nicholas Clark2006-12-121-19/+38
* Add BmPREVIOUS_set(), and use it in the one place that BmPREVIOUS isNicholas Clark2006-12-111-0/+3
* Move PERL_FBM_TABLE_OFFSET and PERL_FBM_FLAGS_OFFSET_FROM_TABLE to sv.hNicholas Clark2006-12-111-3/+15
* Fix typo in change 29518 which broke non-debugging builds.Nicholas Clark2006-12-111-1/+1
* Assert that BmRARE() BmPREVIOUS() and BmUSEFUL() are only called onNicholas Clark2006-12-111-0/+3
* Change SvTAIL() to check that both SVpbm_TAIL|SVpbm_VALID are true.Nicholas Clark2006-12-111-6/+9
* Swap SVpbm_TAIL and SVpbm_VALID.Nicholas Clark2006-12-101-2/+2
* assert that SvTAIL() isn't being called on PVAVs or PVHVsNicholas Clark2006-12-081-2/+10
* Wrap some macro arguments in () to avoid precedence problems.Nicholas Clark2006-12-081-7/+7
* Assert that BmRARE, BmUSEFUL and BmPREVIOUS are only called on SVtPVBMNicholas Clark2006-12-081-3/+21
* Change 24714 was arguably over-ambitious, in that non-core modulesNicholas Clark2006-11-121-3/+19
* assert() that SvPV_set() isn't used on arrays.Nicholas Clark2006-11-061-0/+1
* assert() that SvPV_set() isn't used on hashes.Nicholas Clark2006-11-061-0/+1
* assert() that scalars are of the correct type in *set macros.Nicholas Clark2006-11-061-0/+11