summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sv.c: printf %d wants int not size_tJarkko Hietaniemi2006-05-131-2/+3
* Re: [PATCH] my_snprintfJarkko Hietaniemi2006-05-121-14/+4
* The upgrade/croak order in Perl_sv_utf8_encode() seemed utterlyNicholas Clark2006-05-121-1/+1
* Tk spots that S_glob_2pv might be called from *_nolen, so we need toNicholas Clark2006-05-111-1/+3
* optimize S_find_array_subscriptAndy Lester2006-05-031-6/+7
* Remove a variable left unused since change 28065.Nicholas Clark2006-05-021-1/+0
* Add a new hash key flag HVhek_UNSHARED, to mark all unshared hash keys.Nicholas Clark2006-05-021-2/+5
* Assert that SvMAGIC() isn't being called on PVMGs which are using theNicholas Clark2006-05-021-6/+4
* GvFILE() cannot be a pointer to the memory owned by the COP, becauseNicholas Clark2006-05-021-1/+1
* more -ansi -pedantic cleanlinessJarkko Hietaniemi2006-04-291-1/+1
* reduce gcc -ansi -pedantic noise plus a suggestionJarkko Hietaniemi2006-04-281-7/+7
* dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) updateJarkko Hietaniemi2006-04-281-0/+1
* Re: [PATCH] use snprintf/strlcpy/strlcat when usefulJarkko Hietaniemi2006-04-281-2/+13
* Removing unused contextAndy Lester2006-04-271-15/+13
* Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2Marcus Holland-Moritz2006-04-261-3/+3
* use NOOP macroAndy Lester2006-04-251-7/+7
* Change 27947 forgot to remove one now-unneeded cast.Nicholas Clark2006-04-241-1/+1
* Following change 27942 it's clear that the return type ofNicholas Clark2006-04-241-7/+7
* Refactor S_glob_2inpuvAndy Lester2006-04-241-23/+30
* Given that use re 'debug' can turn on DEBUGGING even on a non-DEBUGGINGNicholas Clark2006-04-211-2/+0
* op_type shrinkingAndy Lester2006-04-201-6/+7
* Calling cv_undef() on the CV created by newCONSTSUB() would leak likeNicholas Clark2006-04-191-7/+9
* Revert change 27818, as change 27853 fixes the real bug.Nicholas Clark2006-04-171-3/+1
* Fix bug introduced with change 27841. (len + 1, not just len).Nicholas Clark2006-04-161-1/+1
* In Perl_sv_usepvn_flags, assert() that the caller has RTFM.Nicholas Clark2006-04-161-0/+3