summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-291-10/+2
* Add hook for re_dup() into regex engine as reg_dupe (make reYves Orton2006-09-251-130/+16
* deal with some gcc warningsJarkko Hietaniemi2006-09-211-0/+1
* bleed - silence warning in sv.cPhilip M. Gollucci2006-09-181-1/+1
* Store a pointer to the op in struct block_loop, rather than the Nicholas Clark2006-09-171-3/+1
* Revert changes 28772, 28773, 28774 as they won't gain us anything - INicholas Clark2006-09-161-4/+4
* Re: C++ status [Fwd: Smoke [5.9.4] 28776 FAIL(FM) OSF1 V5.1 (EV6/4 cpu)]Dominic Dunlop2006-09-121-11/+15
* Teach regex optimiser how to handle (?=) and (?<=) properly.Yves Orton2006-09-111-0/+1
* NULL and sv_setpv vs. newSVpvYitzchak Scott-Thoennes2006-09-111-1/+1
* ; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warningsRobin Barker2006-09-051-8/+8
* Access to cx->blk_sub.lval via macros (as it's about to move).Nicholas Clark2006-09-011-1/+1
* Access cx->blk_sub.hasargs via a pair of macros (as it's about toNicholas Clark2006-09-011-3/+3
* Re: [perl #37731] junk and uninit'ed values in tied scalarsYitzchak Scott-Thoennes2006-08-091-1/+9
* g++ large patchJarkko Hietaniemi2006-08-071-8/+9
* various safety/portability tweaksJarkko Hietaniemi2006-07-151-2/+2
* -DPERL_GLOBAL_STRUCT_PRIVATE tweaks (done_sanity_check global? yech!)Jarkko Hietaniemi2006-07-141-2/+4
* Fix another empty if-statement warningSteve Peters2006-07-101-0/+2
* Re: [PATCH] Hash::Util::FieldHashAnno Siegel2006-06-231-1/+3
* Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary ...Dominic Dunlop2006-06-201-6/+5
* Proper use of enumsAndy Lester2006-06-121-4/+6
* Re: [PATCH] regexec/regcomp.c cleanupsYves Orton2006-06-111-1/+11
* sv_dupAndy Lester2006-06-091-45/+39
* Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.Yves Orton2006-06-091-0/+1
* Re: [perl #39126] possible memory related bug when using sprintf with an utf-...SADAHIRO Tomoyuki2006-05-291-17/+19
* Abolish cop_io (the simple way) by storing the value in cop_hints_hash.Nicholas Clark2006-05-201-2/+0
* Rename cop_hints to cop_hints_hashNicholas Clark2006-05-201-2/+2
* Add a new macro SvVSTRING_mg that returns vstring magic, if any.Rafael Garcia-Suarez2006-05-171-1/+1
* Re: [perl #39145] win32, @_ and fork crashing in dounwindDavid Mitchell2006-05-171-0/+2