| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct SvVALID() and SvTAIL() - they are actually const. | Nicholas Clark | 2008-10-27 | 1 | -2/+2 |
* | Add a macro MUTABLE_PTR(p), which on (non-pedantic) gcc will not cast | Nicholas Clark | 2008-10-27 | 1 | -41/+41 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | Add SV allocation tracing to -Dm and PERL_MEM_LOG | Marcus Holland-Moritz | 2008-10-24 | 1 | -0/+1 |
* | Abolish xfm_lines from struct xpvfm. structs xpvfm and xpvcv are now | Nicholas Clark | 2008-07-12 | 1 | -4/+2 |
* | PVFMs don't need to access the IVX any more. (as of change 32836, which | Nicholas Clark | 2008-07-12 | 1 | -0/+2 |
* | Re: [PATCH] More COW lvalues | Reini Urban | 2008-06-09 | 1 | -1/+1 |
* | Re: [PATCH] readable assertion names, now sv.h | Reini Urban | 2008-06-08 | 1 | -90/+90 |
* | Define sv_insert() as a wrapper to sv_insert_flags(), and move | Nicholas Clark | 2008-04-01 | 1 | -0/+3 |
* | Fix bit-fields for VC [was RE: [perl #50386] GIMME_V broken with 5.10.0/GCC a... | Jan Dubois | 2008-02-12 | 1 | -4/+4 |
* | Standardise the conditional compilation protection of ({}) from | Nicholas Clark | 2008-01-26 | 1 | -2/+2 |
* | PVIOs don't need space for SvNVX allocated. | Nicholas Clark | 2008-01-25 | 1 | -28/+40 |
* | For 5.12: saner behaviour for `length` | Nicholas Clark | 2008-01-12 | 1 | -0/+2 |
* | With regexps stored as real RVs, we can eliminate SvREPADTMP(). | Nicholas Clark | 2008-01-08 | 1 | -12/+2 |
* | Clarify the use of SVf_BREAK on PL_reg_curpm. | Nicholas Clark | 2008-01-07 | 1 | -1/+3 |
* | Make REGEXP a type distinct from SV. (Much like AV, CV, GV, HV). | Nicholas Clark | 2008-01-05 | 1 | -0/+5 |
* | In struct regexp move the member paren_names to the IV union. | Nicholas Clark | 2008-01-05 | 1 | -0/+1 |
* | BER is all very well, but it turns out that it's better to store the | Nicholas Clark | 2008-01-05 | 1 | -6/+63 |
* | Re-implement the SvOOK() hack to store the offset as a BER encoded | Nicholas Clark | 2008-01-04 | 1 | -5/+12 |
* | Missed three sv_2mortal(newSVpvn(...))s in the headers. | Nicholas Clark | 2008-01-03 | 1 | -1/+1 |
* | Add a new function newSVpvn_flags(), which takes a third parameter of | Nicholas Clark | 2008-01-02 | 1 | -0/+11 |
* | Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs, | Nicholas Clark | 2008-01-02 | 1 | -6/+0 |
* | factor out duplicate code in struct xpv* | Marcus Holland-Moritz | 2007-12-30 | 1 | -305/+86 |
* | Include SVf_UTF8 in the bitmask when checking the SvFLAGS in | Marcus Holland-Moritz | 2007-12-30 | 1 | -1/+1 |
* | First class regexps. | Nicholas Clark | 2007-12-28 | 1 | -1/+32 |
* | SvPVX_const() triggers an assertion that when the sv isn't a PV. | Steve Peters | 2007-12-28 | 1 | -1/+1 |
* | Take code that occurs in three places to take a scalar and ready it to | Nicholas Clark | 2007-12-26 | 1 | -0/+14 |
* | Eliminate SVt_RV, and use SVt_IV to store plain references. | Nicholas Clark | 2007-12-26 | 1 | -8/+12 |
* | Swap SVt_RV and SVt_NV in the SV ordering. | Nicholas Clark | 2007-12-26 | 1 | -4/+4 |
* | In SvPV_free(), assert() that no-one is trying to free up a reference. | Nicholas Clark | 2007-12-23 | 1 | -0/+1 |
* | Bug fix for storing shared objects in shared structures | Jerry D. Hedden | 2007-11-08 | 1 | -0/+1 |
* | Nothing is using IoSUBPROCESS() so eliminate xio_subprocess. | Nicholas Clark | 2007-10-01 | 1 | -3/+1 |
* | Under -DDEBUGGING (on gcc), assert that SvRV(sv) is being called on | Nicholas Clark | 2007-09-23 | 1 | -2/+16 |
* | 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 |