| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add some information to the comments describing SV flag bits. | Nicholas Clark | 2007-07-01 | 1 | -1/+6 |
* | Also get copy on write working with ithreads. It hadn't been working | Nicholas Clark | 2007-06-24 | 1 | -1/+3 |
* | Where possible, use SvIV instead of SvIVX, SvNV instead of SvNVX, | Nicholas Clark | 2007-04-21 | 1 | -7/+11 |
* | Wrap the SvTYPE macro definition in parens. | Rafael Garcia-Suarez | 2007-02-07 | 1 | -1/+1 |
* | Fix a typo and some doubled spaces in comments. | Nicholas Clark | 2007-01-22 | 1 | -3/+3 |
* | Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv_release_IVX(). | Nicholas Clark | 2007-01-17 | 1 | -2/+2 |
* | Change the API doc for some of the SvXXX testing macros. | Rafael Garcia-Suarez | 2007-01-08 | 1 | -24/+24 |
* | Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOURSTASH_set. | Nicholas Clark | 2007-01-03 | 1 | -2/+2 |
* | Update copyright years to include 2007. (Plus a couple of 2006s and | Nicholas Clark | 2007-01-02 | 1 | -1/+1 |
* | Remove the vestigal "#if 0"s from header files that defined same-sized | Nicholas Clark | 2007-01-02 | 1 | -8/+0 |
* | Move SVt_BIND to be the lowest type after SVt_NULL. This will force all | Nicholas Clark | 2006-12-31 | 1 | -5/+7 |
* | Eliminate BmPREVIOUS_set - with the complexity gone from how the datum | Nicholas Clark | 2006-12-28 | 1 | -2/+0 |
* | Move all the FBM data fields from the table into a struct xbm_s which | Nicholas Clark | 2006-12-28 | 1 | -46/+63 |
* | Move the low/high cop sequences from NVX/IVX to a two U32 structure | Nicholas Clark | 2006-12-28 | 1 | -0/+36 |
* | Silence an unused variable warning in sv.c. | Steve Peters | 2006-12-22 | 1 | -9/+7 |
* | Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym for SVf_SCREAM) | Nicholas Clark | 2006-12-16 | 1 | -0/+9 |
* | Split out the use of SVp_SCREAM for GVs with GPs into a new symbolic | Nicholas Clark | 2006-12-16 | 1 | -3/+19 |
* | Better documentation for SVf_UTF8. Including SvPV() 1st, SvUTF() 2nd. | Nicholas Clark | 2006-12-15 | 1 | -2/+8 |
* | Turn a tab into 2 spaces to make more room for comments about SV flags. | Nicholas Clark | 2006-12-14 | 1 | -59/+57 |
* | Swap the order of PERL_FBM_PREVIOUS_{L,H}_OFFSET_FROM_TABLE on little | Nicholas Clark | 2006-12-13 | 1 | -2/+7 |
* | Restore the two comments describing BmRARE and BmPREVIOUS that I'd | Nicholas Clark | 2006-12-13 | 1 | -1/+4 |
* | Eliminate PVBM. Store fast Boyer-Moore tables in PVGV. | Nicholas Clark | 2006-12-13 | 1 | -35/+24 |
* | Assert that SvPAD_TYPED_on(), SvPAD_OUR_on() and SvPAD_STATE_on() | Nicholas Clark | 2006-12-12 | 1 | -4/+23 |
* | Assert that PVGVs are never SvVALID() in the PVBM sense. | Nicholas Clark | 2006-12-12 | 1 | -3/+17 |
* | Silence VC warnings about possible operator precedence problems | Steve Hay | 2006-12-12 | 1 | -3/+3 |
* | By moving xbm_previous into the SvPVX, we save a U16 from struct xpvbm, | Nicholas Clark | 2006-12-12 | 1 | -19/+38 |
* | Add BmPREVIOUS_set(), and use it in the one place that BmPREVIOUS is | Nicholas Clark | 2006-12-11 | 1 | -0/+3 |
* | Move PERL_FBM_TABLE_OFFSET and PERL_FBM_FLAGS_OFFSET_FROM_TABLE to sv.h | Nicholas Clark | 2006-12-11 | 1 | -3/+15 |
* | Fix typo in change 29518 which broke non-debugging builds. | Nicholas Clark | 2006-12-11 | 1 | -1/+1 |
* | Assert that BmRARE() BmPREVIOUS() and BmUSEFUL() are only called on | Nicholas Clark | 2006-12-11 | 1 | -0/+3 |
* | Change SvTAIL() to check that both SVpbm_TAIL|SVpbm_VALID are true. | Nicholas Clark | 2006-12-11 | 1 | -6/+9 |
* | Swap SVpbm_TAIL and SVpbm_VALID. | Nicholas Clark | 2006-12-10 | 1 | -2/+2 |
* | assert that SvTAIL() isn't being called on PVAVs or PVHVs | Nicholas Clark | 2006-12-08 | 1 | -2/+10 |
* | Wrap some macro arguments in () to avoid precedence problems. | Nicholas Clark | 2006-12-08 | 1 | -7/+7 |
* | Assert that BmRARE, BmUSEFUL and BmPREVIOUS are only called on SVtPVBM | Nicholas Clark | 2006-12-08 | 1 | -3/+21 |
* | Change 24714 was arguably over-ambitious, in that non-core modules | Nicholas Clark | 2006-11-12 | 1 | -3/+19 |
* | assert() that SvPV_set() isn't used on arrays. | Nicholas Clark | 2006-11-06 | 1 | -0/+1 |
* | assert() that SvPV_set() isn't used on hashes. | Nicholas Clark | 2006-11-06 | 1 | -0/+1 |
* | assert() that scalars are of the correct type in *set macros. | Nicholas Clark | 2006-11-06 | 1 | -0/+11 |
* | PVCVs no longer allocate memory for the SvNVX slot, so assert that | Nicholas Clark | 2006-11-06 | 1 | -0/+1 |
* | Proper use of enums | Andy Lester | 2006-06-12 | 1 | -1/+1 |
* | The SvREFCNT_*void* macros return void, not SV*. | Marcus Holland-Moritz | 2006-05-24 | 1 | -4/+4 |
* | Remove duplicate documentation for SvREFCNT_inc(). | Marcus Holland-Moritz | 2006-05-21 | 1 | -3/+6 |
* | There is no STASH type. | Marcus Holland-Moritz | 2006-05-19 | 1 | -1/+1 |
* | Add a new macro SvVSTRING_mg that returns vstring magic, if any. | Rafael Garcia-Suarez | 2006-05-17 | 1 | -0/+4 |
* | Introduce a new keyword, state, for state variables. | Rafael Garcia-Suarez | 2006-05-03 | 1 | -1/+7 |
* | Assert that SvMAGIC() isn't being called on PVMGs which are using the | Nicholas Clark | 2006-05-02 | 1 | -0/+2 |
* | Document SvGAMAGIC(), and its significance w.r.t. the side effects of | Nicholas Clark | 2006-04-30 | 1 | -0/+12 |
* | Provide a new flag for sv_usepvn_flags, SV_HAS_TRAILING_NUL, which | Nicholas Clark | 2006-04-16 | 1 | -0/+1 |
* | Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" the | Nicholas Clark | 2006-04-16 | 1 | -0/+2 |