summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Provide a new flag for sv_usepvn_flags, SV_HAS_TRAILING_NUL, whichNicholas Clark2006-04-161-7/+16
* Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" theNicholas Clark2006-04-161-19/+8
* In Perl_sv_usepvn(), force a move under DEBUGGING to shake out callerNicholas Clark2006-04-161-0/+11
* Deep in the bowels of creating new and exciting bugs, I managed toNicholas Clark2006-04-151-1/+3
* Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used toNicholas Clark2006-04-141-15/+3
* S_glob_2inpuv() did not check if lenp was NULL. Oops.Nicholas Clark2006-04-141-1/+5
* doop.c: (Coverity) found a bug but not quite what Coverity thought it did (tr...Jarkko Hietaniemi2006-04-141-6/+8
* eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_ganch PL_reg_svDave Mitchell2006-04-131-8/+0
* For duping SAVEHINTS it rather helps if you pay attention to what isNicholas Clark2006-04-131-2/+2
* Add a break; to the end of the SAVEt_COP_WARNINGS case, and don't tryNicholas Clark2006-04-131-3/+6
* Add SAVEt_COP_WARNINGS to ss_dup.Nicholas Clark2006-04-131-0/+15
* eliminate PL_reg_reDave Mitchell2006-04-131-2/+0
* Change cop_warnings from an SV holding the warnings bitmask to aNicholas Clark2006-04-121-2/+1
* Remove the final recursion path from S_regmatch: (??{...})Dave Mitchell2006-04-121-2/+0