summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* 4th patch from: Marcus Holland-Moritz2007-01-041-8/+8
* The first three patches from:Marcus Holland-Moritz2007-01-041-9/+9
* Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a...Yves Orton2007-01-041-3/+0
* Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOURSTASH_set.Nicholas Clark2007-01-031-2/+2
* handle cloning of parsers on the save stackDave Mitchell2007-01-031-0/+11
* Make the ptr_table functions available in an unthreaded perl, as otherNicholas Clark2007-01-031-0/+3
* Copying to FORMATs should work (and not fail assertions if the valueNicholas Clark2007-01-021-1/+8
* Note that the examples for the structure copying bug example are noNicholas Clark2007-01-021-1/+3
* move easy lexer state variables into PL_parserDave Mitchell2007-01-021-34/+66
* Welcome to 2007! Time to update copyrights from changes earlierSteve Peters2007-01-011-1/+1
* Symbian port: add Series 90 supportJarkko Hietaniemi2007-01-011-4/+13
* PL_linestr needs to survive until the end of scope, not just the nextNicholas Clark2006-12-311-35/+14
* Move SVt_BIND to be the lowest type after SVt_NULL. This will force allNicholas Clark2006-12-311-3/+5
* With PAD_COMPNAME_GEN in SvUVX, SvCUR is trustworthy once more.Nicholas Clark2006-12-281-2/+1
* Split out the use of SVp_SCREAM for GVs with GPs into a new symbolicNicholas Clark2006-12-161-4/+6
* Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.Nicholas Clark2006-12-131-33/+33
* Oops. As of some point one stopped being able to assign integers andNicholas Clark2006-12-121-0/+5
* pads haven't actually contained any PVGVs since change 27313.Nicholas Clark2006-12-121-0/+1
* PVBMs mustn't enter anything that turns SVIVisUV_on().Nicholas Clark2006-12-091-3/+11
* Exterminate! 2 pieces of superfluous code related to UV setting.Nicholas Clark2006-12-091-9/+0
* add missing OP_REFCNT_LOCK/UNLOCKs and document itDave Mitchell2006-12-081-0/+4
* Continue split of perl internal regexp structures from ones that are engine s...Yves Orton2006-12-011-11/+2
* Change 29364 forgot to turn the POK flag on.Nicholas Clark2006-11-231-0/+1
* Assigning to a PVCV effectively just sets the prototype, so make thisNicholas Clark2006-11-231-1/+13
* Remove superfluous SvROK()Nicholas Clark2006-11-231-2/+1
* Fix a signedness cast warningRafael Garcia-Suarez2006-11-151-1/+1
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-131-83/+12
* Change 24714 was arguably over-ambitious, in that non-core modulesNicholas Clark2006-11-121-3/+24
* assert() that SvPV_set() isn't used on arrays.Nicholas Clark2006-11-061-2/+2
* assert() that SvPV_set() isn't used on hashes.Nicholas Clark2006-11-061-5/+3
* Change 27506 wasn't quite correct - the copy of the AMAGIC flag shouldNicholas Clark2006-11-041-6/+3
* replace S_sv_pos_b2u_forwards with utf8_length (was: sv_pos_b2u dislikes the ...SADAHIRO Tomoyuki2006-11-031-39/+4
* Changes to get perl to compile with g++ on Cygwin. Some additionalSteve Peters2006-10-301-1/+1
* Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefixSADAHIRO Tomoyuki2006-10-261-1/+2
* Add a %B sprintf formatNicholas Clark2006-10-251-1/+2
* Fix the other bug introduced by change 29079Nicholas Clark2006-10-221-1/+2
* Fix bug in change 27321 - Perl_ss_dup should also have been updated.Nicholas Clark2006-10-221-6/+0
* Fix a bug introduced by change 29079Nicholas Clark2006-10-221-1/+1
* Merge cases in Perl_ss_dup().Nicholas Clark2006-10-221-33/+18
* const the variable used for the save stack type in Perl_ss_dup().Nicholas Clark2006-10-221-4/+5
* stab at UNITCHECK blocksAlexander Gough2006-10-191-0/+2
* panic if we attempt to sv_setsv to or from an already freed SV.Nicholas Clark2006-10-181-0/+9
* Re: sprintf 64 testSADAHIRO Tomoyuki2006-10-161-3/+11
* [perl #40473] sprintf width+precision fails on wide chars Anatoly Vorobey2006-10-101-1/+5
* Revert change 28962 (at least until a better solution is found)Rafael Garcia-Suarez2006-10-081-1/+3
* No need to create a new magic vtable if it's all 0 pointers.Nicholas Clark2006-10-071-3/+1
* Make reference stringification (blessed and unblessed) about as fast asNicholas Clark2006-10-071-12/+60
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-071-0/+3
* Make the executable slightly smaller by using PL_hexdigit inNicholas Clark2006-10-061-2/+1
* const sv_reftypeJarkko Hietaniemi2006-10-031-1/+1