This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Changes to get perl to compile with g++ on Cygwin. Some additional
[perl5.git] / sv.c
2006-10-30 Steve PetersChanges to get perl to compile with g++ on Cygwin....
2006-10-26 SADAHIRO TomoyukiRe: [perl #40583] sprintf "%#04X" also uppercases the...
2006-10-25 Nicholas ClarkAdd a %B sprintf format
2006-10-22 Nicholas ClarkFix the other bug introduced by change 29079
2006-10-22 Nicholas ClarkFix bug in change 27321 - Perl_ss_dup should also have...
2006-10-22 Nicholas ClarkFix a bug introduced by change 29079
2006-10-22 Nicholas ClarkMerge cases in Perl_ss_dup().
2006-10-22 Nicholas Clarkconst the variable used for the save stack type in...
2006-10-19 Alexander Goughstab at UNITCHECK blocks
2006-10-18 Nicholas Clarkpanic if we attempt to sv_setsv to or from an already...
2006-10-16 SADAHIRO TomoyukiRe: sprintf 64 test
2006-10-10 Anatoly Vorobey[perl #40473] sprintf width+precision fails on wide...
2006-10-08 Rafael Garcia-SuarezRevert change 28962 (at least until a better solution...
2006-10-07 Nicholas ClarkNo need to create a new magic vtable if it's all 0...
2006-10-07 Nicholas ClarkMake reference stringification (blessed and unblessed...
2006-10-07 Yves OrtonRe: [PATCH] Initial attempt at named captures for perls...
2006-10-06 Nicholas ClarkMake the executable slightly smaller by using PL_hexdig...
2006-10-03 Jarkko Hietaniemiconst sv_reftype
2006-09-29 Yves OrtonRe: [PATCH] Add hook for re_dup() into regex engine...
2006-09-25 Yves OrtonAdd hook for re_dup() into regex engine as reg_dupe...
2006-09-21 Jarkko Hietaniemideal with some gcc warnings
2006-09-18 Philip M. Golluccibleed - silence warning in sv.c
2006-09-17 Nicholas ClarkStore a pointer to the op in struct block_loop, rather...
2006-09-16 Nicholas ClarkRevert changes 28772, 28773, 28774 as they won't gain...
2006-09-12 Dominic DunlopRe: C++ status [Fwd: Smoke [5.9.4] 28776 FAIL(FM) OSF1...
2006-09-11 Yves OrtonTeach regex optimiser how to handle (?=) and (?<=)...
2006-09-11 Yitzchak Scott-Tho... NULL and sv_setpv vs. newSVpv
2006-09-05 Robin Barker; was RE: [PATCH perlio.c pp.c regcomp.c] silence forma...
2006-09-01 Nicholas ClarkAccess to cx->blk_sub.lval via macros (as it's about...
2006-09-01 Nicholas ClarkAccess cx->blk_sub.hasargs via a pair of macros (as...
2006-08-09 Yitzchak Scott-Tho... Re: [perl #37731] junk and uninit'ed values in tied...
2006-08-07 Jarkko Hietaniemig++ large patch
2006-07-15 Jarkko Hietaniemivarious safety/portability tweaks
2006-07-14 Jarkko Hietaniemi-DPERL_GLOBAL_STRUCT_PRIVATE tweaks (done_sanity_check...
2006-07-10 Steve PetersFix another empty if-statement warning
2006-06-23 Anno SiegelRe: [PATCH] Hash::Util::FieldHash
2006-06-20 Dominic DunlopRe: [perl #39530] printf: bad formatting of hexadecimal...
2006-06-12 Andy LesterProper use of enums
2006-06-11 Yves OrtonRe: [PATCH] regexec/regcomp.c cleanups
2006-06-09 Andy Lestersv_dup
2006-06-09 Yves OrtonRe: [PATCH] Better version of the Aho-Corasick patch...
2006-05-29 SADAHIRO TomoyukiRe: [perl #39126] possible memory related bug when...
2006-05-20 Nicholas ClarkAbolish cop_io (the simple way) by storing the value...
2006-05-20 Nicholas ClarkRename cop_hints to cop_hints_hash
2006-05-17 Rafael Garcia-SuarezAdd a new macro SvVSTRING_mg that returns vstring magic...
2006-05-17 David MitchellRe: [perl #39145] win32, @_ and fork crashing in dounwind
2006-05-13 Jarkko Hietaniemisv.c: printf %d wants int not size_t
2006-05-12 Jarkko HietaniemiRe: [PATCH] my_snprintf
2006-05-12 Nicholas ClarkThe upgrade/croak order in Perl_sv_utf8_encode() seemed...
2006-05-11 Nicholas ClarkTk spots that S_glob_2pv might be called from *_nolen...
2006-05-03 Andy Lesteroptimize S_find_array_subscript
2006-05-02 Nicholas ClarkRemove a variable left unused since change 28065.
2006-05-02 Nicholas ClarkAdd a new hash key flag HVhek_UNSHARED, to mark all...
2006-05-02 Nicholas ClarkAssert that SvMAGIC() isn't being called on PVMGs which...
2006-05-02 Nicholas ClarkGvFILE() cannot be a pointer to the memory owned by...
2006-04-29 Jarkko Hietaniemimore -ansi -pedantic cleanliness
2006-04-28 Jarkko Hietaniemireduce gcc -ansi -pedantic noise plus a suggestion
2006-04-28 Jarkko HietaniemidVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update
2006-04-28 Jarkko HietaniemiRe: [PATCH] use snprintf/strlcpy/strlcat when useful
2006-04-27 Andy LesterRemoving unused context
2006-04-26 Marcus Holland-MoritzRe: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-25 Andy Lesteruse NOOP macro
2006-04-24 Nicholas ClarkChange 27947 forgot to remove one now-unneeded cast.
2006-04-24 Nicholas ClarkFollowing change 27942 it's clear that the return type of
2006-04-24 Andy LesterRefactor S_glob_2inpuv
2006-04-21 Nicholas ClarkGiven that use re 'debug' can turn on DEBUGGING even...
2006-04-20 Andy Lesterop_type shrinking
2006-04-19 Nicholas ClarkCalling cv_undef() on the CV created by newCONSTSUB...
2006-04-17 Nicholas ClarkRevert change 27818, as change 27853 fixes the real...
2006-04-16 Nicholas ClarkFix bug introduced with change 27841. (len + 1, not...
2006-04-16 Nicholas ClarkIn Perl_sv_usepvn_flags, assert() that the caller has...
2006-04-16 Nicholas ClarkProvide a new flag for sv_usepvn_flags, SV_HAS_TRAILING...
2006-04-16 Nicholas ClarkMerge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags...
2006-04-16 Nicholas ClarkIn Perl_sv_usepvn(), force a move under DEBUGGING to...
2006-04-15 Nicholas ClarkDeep in the bowels of creating new and exciting bugs...
2006-04-14 Nicholas ClarkChange SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS()...
2006-04-14 Nicholas Clark S_glob_2inpuv() did not check if lenp was NULL. Oops.
2006-04-14 Jarkko Hietaniemidoop.c: (Coverity) found a bug but not quite what Cover...
2006-04-13 Dave Mitchelleliminate PL_regbol PL_regtill PL_regnarrate PL_reg_gan...
2006-04-13 Nicholas ClarkFor duping SAVEHINTS it rather helps if you pay attenti...
2006-04-13 Nicholas ClarkAdd a break; to the end of the SAVEt_COP_WARNINGS case...
2006-04-13 Nicholas ClarkAdd SAVEt_COP_WARNINGS to ss_dup.
2006-04-13 Dave Mitchelleliminate PL_reg_re
2006-04-12 Nicholas ClarkChange cop_warnings from an SV holding the warnings...
2006-04-12 Dave MitchellRemove the final recursion path from S_regmatch: ...
2006-04-11 Nicholas ClarkFirst stab at using the pad to store the serialised...
2006-04-11 Nicholas ClarkWithin Perl_newSVhek, inline most of newSVpvn_share...
2006-04-11 Nicholas ClarkStop Perl_newSVpvn_share() potentially leaking the...
2006-04-09 Nicholas ClarkFix pointer error in change 27741, spotted by John...
2006-04-08 Jarkko Hietaniemisv.c, rs.t, perlvar.pod (Coverity finding: did you...
2006-04-08 Nicholas ClarkAs av_dup, gv_dup and hv_dup are the same as sv_dup...
2006-04-08 Nicholas ClarkBy swapping the order of pushes onto the save stack for
2006-04-08 Nicholas ClarkTeach ss_dup about SAVEt_RE_STATE. (As correctly as...
2006-04-08 Nicholas Clarkss_dup of SAVEt_COP_ARYBASE can use the same code as...
2006-04-07 Nicholas ClarkGive more information in the panic in ss_dup. (Although...
2006-04-06 Nicholas ClarkMove all the regexp state variables into a single struc...
2006-04-05 Dave Mitchelleliminate PL_regprecomp, PL_regprogram, PL_regnpar...
2006-04-02 Dave Mitchelluse slabs to allocate save state space in regmatch()
2006-04-01 Nicholas ClarkIf the passed in target rv for Perl_newSVrv() was alrea...
2006-04-01 Nicholas ClarkInconsistencies in paramter const-ness noticed by SADAH...
next