Reports by commit
Recent reports
Perl5 CoreSmokeDB
Github
Changes
Branch:
blead
maint-5.42
maint-5.40
maint-5.8
smoke-me/tonyc/selfloader-mixed-io-again
smoke-me/tonyc/24407-revert-selfloader
smoke-me/jkeenan/sync-with-cpan-JSON-PP-4.18-20260429
smoke-me/jkeenan/sync-with-cpan-Encode-3.24-20260429
-- I want an older branch --
Reports for branch
maint-5.8
Show duplicate emailed reports
Filter:
?
Nicholas Clark: Integrate: [ 26135] Subject: [PATCH] Re: Cygwin status, maint and blead From: Yitzchak Scott-Thoennes <sthoenna@efn.org> Date: Sun, 13 Nov 2005 16:01:02 -0800 Message-ID: <20051114000102.GA5556@efn.org>
C
Nicholas Clark: Integrate: [ 26993] Subject: Re: [patch] s/ar ts/ar s/g From: "Philippe M. Chiasson" <gozer@ActiveState.com> Date: Thu, 26 Jan 2006 13:53:07 -0800 Message-ID: <43D944C3.60101@ActiveState.com>
C
Nicholas Clark: Integrate: [ 28093] Subject: [PATCH] t/op/list.t using test.pl From: David Landgren <david@landgren.net> Date: Wed, 03 May 2006 19:40:40 +0200 Message-ID: <4458EB18.8070904@landgren.net>
C
Nicholas Clark: Integrate: [ 28603] In pp_entersub, accept to handle a CV with a NULL padlist. This fixes a crash with mod_perl 1.29.
C
Yves Orton: Integrate: [ 28589] Subject: Re: Fix loads of warnings from the last escaping patch... Message-ID: <9b18b3110607161059j276ac869p450aa178150044ae@mail.gmail.com> p4raw-link: @28589 on //depot/perl: ddc5bc0f233514fa61cd95e6ed80ba2bacf933ac
C
Yves Orton: Integrate: [ 28490] Introduce a new function, pv_escape(), to display contents of PVs that might contain non printable chars.
C
Nicholas Clark: Fix up files by re-running embed.pl I've no idea why these weren't correct to start with, as it all passed make test on saigo.
C
Yves Orton: Integrate: [ 28512] Subject: [PATCH] Macroize vast tracks of duplicated code in regexec.c Message-ID: <9b18b3110607080848u663b114ag86f76ac5c9c9d5e@mail.gmail.com>
C
SADAHIRO Tomoyuki: Integrate: [ 28370] Revert change #20462 (except the regression test), since the bug has been really fixed by change #22074, as explained in : Subject: Re: [perl #39247] defined-ness of substrings disappear over repeated calls Date: Thu
C
Nicholas Clark: Integrate: [ 28525] Add Russ Allbery's public domain implementations of strlcat and strlcpy as Perl_my_strlcat and Perl_my_strlcpy to the Perl core. Thanks Russ!
C
Nicholas Clark: Integrate: [ 27853] stop PL_op and PL_curpad referring to different pads at start of doeval (this could make find_uninit_var do Bad Things)
C
Nicholas Clark: Remove spurious PERL_UNUSED_ARG()s that somehow don't cause errors round here, but make cause all sorts of problems elsewhere.
C
Andy Lester: Integrate: [ 28468] Subject: [PATCH] Clean up mathoms.c Date: Sun, 2 Jul 2006 12:24:45 -0500 Message-ID: <20060702172445.GA20521@petdance.com>
C
Dominic Dunlop: Integrate: [ 28408] Subject: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary string using vector flag Date: Tue, 20 Jun 2006 16:02:38 +0200 Message-Id: <D223CF35-9AC3-4351-A0C9-F4E224AAC19E@mac.com>
C
Nicholas Clark: Integrate: [ 28327] Silence a warning
C
Andy Lester: Integrate: [ 28381] Subject: [PATCH] Proper use of enums Date: Sun, 11 Jun 2006 22:44:34 -0500 Message-ID: <20060612034434.GA21588@petdance.com>
C
Nicholas Clark: Integrate: [ 28376] Subject: [PATCH] Add error checks after execing PL_cshname or PL_sh_path From: "Jan Dubois" <jand@activestate.com> Date: Wed, 7 Jun 2006 15:53:02 -0700 Message-ID: <002301c68a85$21aa7320$d045a8c0@candy>
C
Nicholas Clark: Integrate: [ 28328] Subject: Re: [perl #39126] possible memory related bug when using sprintf with an utf-8 encoded format-string and iso-8859-1 encoded string variables. From: SADAHIRO Tomoyuki <bqw10602@nifty.com> Date: Sun, 21 May 2006
C
Andy Lester: Integrate: [ 28279] Subject: [PATCH] pp_sys cleanup again Date: Sat, 20 May 2006 16:20:20 -0500 Message-ID: <20060520212020.GA30688@petdance.com>
C
Nicholas Clark: Integrate: [ 28218] Add a new macro SvVSTRING_mg that returns vstring magic, if any. SvVOK used to do that, in stealth mode, but now it returns a boolean like it used to. Patch suggested by John Peacock. p4raw-link: @28218 on //depot/perl:
C
Nicholas Clark: Integrate: [ 28251] [perl #32332] Perl segfaults; test case available sub f { s/$var/f()/e } could free the wrong RE
C
Nicholas Clark: Integrate: [ 28193] Subject: [PATCH] strange encodings upsets pp_chr From: SADAHIRO Tomoyuki <bqw10602@nifty.com> Date: Sun, 14 May 2006 19:57:28 +0900 Message-Id: <20060514195532.5422.BQW10602@nifty.com>
C
Nicholas Clark: Integrate: [ 28183] Subject: Re: [PATCH] my_snprintf From: Jarkko Hietaniemi <jhietaniemi@gmail.com> Date: Fri, 12 May 2006 22:28:49 +0300 Message-ID: <4464E1F1.9010706@gmail.com>
C
Jarkko Hietaniemi: Integrate: [ 28132] Subject: [PATCH] PERL_MEM_LOG enhancements Message-ID: <445C5C6E.6070201@gmail.com> p4raw-link: @28132 on //depot/perl: 65ceff029b261068bab583ae655bb00669409fa9
C
Nicholas Clark: Integrate: [ 28205] Subject: [PATCH] refactoring out S_regoptail From: andy@petdance.com (Andy Lester) Date: Sun, 14 May 2006 23:15:18 -0500 Message-ID: <20060515041518.GA15745@petdance.com>
C
Andy Lester: Integrate: [ 28144] In Perl_Gv_AMupdate(), there's no need to call sv_unmagic() if we know the magic isn't there.
C
Nicholas Clark: Re-run embed.pl.
C
Nicholas Clark: Fix 29976 (somehow I can't have run make test) - in maint there need to be push_return() and pop_return() wrapping the faked up eval for constant folding.
C
Nicholas Clark: Integrate: [ 28135] allow exit during fold_constants eg BEGIN { $SIG{__WARN__} = sub{exit};} "a" == "b"
C
Nicholas Clark: Integrate: [ 28069] Add a new hash key flag HVhek_UNSHARED, to mark all unshared hash keys. Otherwise Perl_newSVhek(), called by Perl_hv_iterkeysv(), naively assumes that it can share any hash key directly.
C
Nicholas Clark: Integrate: [ 28058] De-duplicate the code that creates new GPs into Perl_newGP().
C
Nicholas Clark: Go away, stowaway file.
C
Nicholas Clark: Integrate: [ 28063] Fix bug in DynaLoader, which has been passing a filename in dynamic storage to newXS() seemingly forever. This involves creating newXS_flags(), with the first flag being "arrange to copy the filename and free it at the
C
Andy Lester: Integrate: [ 28047] Subject: [PATCH] More tweaking of SvREFCNT_inc calls Date: Sun, 30 Apr 2006 12:06:21 -0500 Message-ID: <20060430170621.GA4054@petdance.com>
C
Nicholas Clark: Correct the definition of S_vdie_common in mathoms.c
C
Nicholas Clark: Integrate: [ 28031] Perl_pack_cat() is a mathom too! p4raw-link: @28031 on //depot/perl: b47163a2906cf2ff40db5092eaa4c948dd1e63f0
C
Jarkko Hietaniemi: Integrate: [ 28008] Subject: [PATCH] reduce gcc -ansi -pedantic noise plus a suggestion Date: Fri, 28 Apr 2006 22:58:58 +0300 Message-ID: <44527402.8000506@gmail.com>
C
Nicholas Clark: Integrate: [ 27976] Subject: [PATCH] Removing unused context From: andy@petdance.com (Andy Lester) Date: Thu, 27 Apr 2006 00:32:15 -0500 Message-ID: <20060427053215.GA31445@petdance.com>
C
Marcus Holland-Moritz: Integrate: [ 27962] Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 Message-ID: <20060424232038.7550f9b6@r2d2> p4raw-link: @27962 on //depot/perl: bb7a0f5422600fd7de7806825a1300a577b7e61f
C
Bas van Sisseren: Integrate: [ 27948] Subject: [perl #38475] attribute multiline fix (in tokenizer) From: bas@quarantainenet.nl (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-38475-129844.11.5904582303176@perl.org>
C
Marcus Holland-Moritz: Integrate: [ 27945] A couple of casts to PADOFFSET. 2nd patch from : Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 Message-ID: <20060423044704.6a383ee8@r2d2>
C
Andy Lester: Integrate: [ 27943] Subject: [PATCH] doop.c consting, take 2 Date: Sun, 23 Apr 2006 20:45:09 -0500 Message-ID: <20060424014509.GA29642@petdance.com>
C
Andy Lester: Integrate: [ 27909] Subject: [PATCH] regexec consting & localizing Message-ID: <20060419173543.GA8268@petdance.com>
C
Nicholas Clark: Integrate: [ 27896] Calling cv_undef() on the CV created by newCONSTSUB() would leak like a Jumblie's preferred maritime craft. To free CvFILE for this case, take advantage of the 0 length prototype that will also be there, and hang it fro
C
Jarkko Hietaniemi: Integrate: [ 27792] Remove SAVEt_FREESHAREDPV, as nothing is using it, and it isn't catered for in Perl_ss_dup, hence nothing is testing it and nothing will alert us if it breaks.
C
Nicholas Clark: Integrate: [ 27871] Subject: Re: [PATCH] update to pp_complement() via Coverity From: SADAHIRO Tomoyuki <bqw10602@nifty.com> Message-Id: <20060416184044.4ADB.BQW10602@nifty.com> Date: Sun, 16 Apr 2006 18:45:37 +0900
C
Nicholas Clark: Integrate: [ 27840] Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" the other two to mathoms.c
C
Jarkko Hietaniemi: Integrate: [ 27801] Subject: [PATCH] doop.c: (Coverity) found a bug but not quite what Coverity thought it did (try valgrind on the new bop.t without the doop.c patch) Date: Thu, 13 Apr 2006 19:20:46 +0300 (EEST) Message-Id: <2006041316
C
Nicholas Clark: Integrate: [ 27641] Subject: [PATCH] Random accumulated patches From: andy@petdance.com (Andy Lester) Date: Thu, 30 Mar 2006 23:42:28 -0600 Message-ID: <20060331054228.GA18940@petdance.com>
C
Andy Lester: Integrate: [ 27753] Subject: [PATCH] True consting goodness in regexes Message-Id: <20060410071558.GA24756@petdance.com>
C
More...