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:
?
John E. Malmberg: Integrate: [ 25025] Add TODO tests for bug #36434
C
Nicholas Clark: Integrate: [ 24851] Subject: [perl #36297] builtin attrs on subrutine declarations From: Salvador "FandiXXo" (via RT) <perlbug-followup@perl.org> Date: 15 Jun 2005 13:54:53 -0000 Message-ID: <rt-3.0.11-36297-115797.8.75971493113916@perl.or
C
Jim Cromie: Integrate: [ 24700] Subject: B::Concise torture Message-ID: <429E8CBE.406@divsol.com> (with formatting nits)
C
Nicholas Clark: Integrate: [ 24546] Bytecode mustn't save the NVX for hashes now that the NVX is a union containing pointers initialised to zero.
C
Nicholas Clark: Integrate: (B changes from) [ 24518] Goodbye AvFLAGS
C
Jim Cromie: Integrate: [ 24653] Subject: Re: [patch] teach B::Concise to see XS code Date: Sat, 21 May 2005 09:24:24 -0600 Message-ID: <428F52A8.20702@divsol.com>
C
Nicholas Clark: Integrate: [ 24967] don't repopulate PADTMP slots with null SVs when freeing ops
C
Nicholas Clark: Integrate: [ 24366] Change inheritance hierarchy of B subclassses :
C
Nicholas Clark: Update Changes
C
Nicholas Clark: Re-integrate: It's back! [ 21449] Subject: [PATCH] SIGN => 1 support for MakeMaker From: Autrijus Tang <autrijus@autrijus.org> Date: Tue, 14 Oct 2003 18:32:28 +0800 Message-Id: <1066127547.65845.35.camel@localhost>
C
Nicholas Clark: Integrate: [ 25291] Subject: [patch@25289] Add sig_count to CONFIGURE.COM From: "John E. Malmberg" <wb8tyw@qsl.net> Date: Fri, 12 Aug 2005 13:39:25 -0400 Message-ID: <42FCDECD.8090009@qsl.net>
C
Craig A. Berry: Integrate: [ 24613] Subject: [PATCH] VMS build update for blead From: "Craig A. Berry" <craigberry@mac.com> Date: Sat, 28 May 2005 23:18:46 -0500 Message-Id: <429942A6.10601@mac.com>
C
Nicholas Clark: VMS also wants these casts.
C
Nicholas Clark: VMS appears to want this cast. "appears", because I can't test it there currently.
C
Nicholas Clark: Integrate: [ 25781] Correct precedence from and to && in an expression with assignment. p4raw-link: @25781 on //depot/perl: 16fa893905d221693a5e0a95ba525247aa3d7a04
C
Nicholas Clark: Suggestion from Yitzchak Scott-Thoennes that correctly fixes platform specific segfaults due to bad destruction ordering assumptions.
C
Nicholas Clark: Presumably this lack of const is what the VMS compiler is complaining about in the "assignment", not that these three function calls are actually assignments.
C
Nicholas Clark: Another cast VMS needs.
C
Nicholas Clark: Cleanups for VMS (including reverting the prototype of cando)
C
Nicholas Clark: Integrate: [ 25709] Avoid a cast p4raw-link: @25709 on //depot/perl: 06e869a4611755754db23526eea75a62d47917e8
C
Nicholas Clark: 25673 broke Windows (and possibly other platforms) by elimiating the declaration of sig_trapped
C
Jarkko Hietaniemi: Integrate: *.c from [ 24271] Subject: [PATCH] Symbian port of Perl Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com>
C
Nicholas Clark: Casts to make Win32 and -DDEBUGGING quieter.
C
Nicholas Clark: Integrate: [ 24919] No need to set flags twice. p4raw-link: @24919 on //depot/perl: a7f5e44d3c17dca4fbe187441ce453de0886cdf3
C
Nicholas Clark: Integrate: [ 24784] $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warns p4raw-link: @24784 on //depot/perl: 1b20cd17751091e44beebad6f2f7034a08eaa442
C
Nicholas Clark: Integrate: [ 24783] Fixes the case of $a = \$#{[]}; and then accessing $$a (but not \$#a after local @a or my @a leave a block) p4raw-link: @24783 on //depot/perl: 83bf042f79af6208af0620b081ee65543ecfed9f
C
Nicholas Clark: Integrate: [ 25211] Silence Win32 warnings when not using USE_LARGE_FILES p4raw-link: @25211 on //depot/perl: 8859a7a0b5d2e549800ebdce5712e285a2861e3d
C
Nicholas Clark: Integrate: [ 24380] Fix getting prototype of builtins mkdir and setpgrp. Hardcode special exceptions for exec and system, instead of trying to be clever and failing. p4raw-link: @24380 on //depot/perl: bdf1bb36db75d3871fd8ac7ace0bba5fcfb86
C
Nicholas Clark: Casts and prototype changes needed to remove warnings in pp_pack.c TODO - merge Ton's structural changes in a compatible way.
C
Nicholas Clark: Casts to fix warnings in pp.c, pp_ctl.c and pp_sys.c
C
Steve Hay: Put back half a comment that got lost during recent integrations
C
Nicholas Clark: Casts to stop warnings in sv.c and xsutils.c
C
Nicholas Clark: Casts to stop warnings in perl*.c
C
Nicholas Clark: Casts to stop warnings in toke.c
C
Nicholas Clark: Casts to stop warnings in op.c
C
Nicholas Clark: Casts to stop warnings in reg*.c
C
Jarkko Hietaniemi: Integrate (the numeric.c tweak): [ 25304] Subject: [PATCH] 5.9.x (and 5.8.x): Symbian update Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A41B@esebe105.NOE.Nokia.com> p4raw-link: @25304 on //depot/perl: c042ae3a74be2a1c6b85173b59f6a60
C
Nicholas Clark: Casts to fix warnings in gv.c, locale.c and mg.c
C
Nicholas Clark: Casts to stop warnings in d*.c
C
Nicholas Clark: Casts to stop warnings in u*.c
C
Nicholas Clark: Integrate: [ 25083] Subject: [PATCH] Pod::Html - correctly link to =item's on the same page From: Yitzchak Scott-Thoennes <sthoenna@efn.org> Date: Mon, 4 Jul 2005 02:07:38 -0700 Message-ID: <20050704090738.GA4056@efn.org>
C
Nicholas Clark: Integrate: [ 25130] Subject: [perl #6749] Perl debugger outputs ctrl-\ wrongly From: "Michael G Schwern via RT" <perlbug-followup@perl.org> Date: Tue, 12 Jul 2005 15:36:54 -0700 Message-ID: <rt-3.0.11-6749-117055.16.4354496694007@perl.org>
C
Nicholas Clark: Integrate: [ 25271] Upgrade to Encode 2.11, plus a patch to PerlIO::encoding by Dan Kogai to fix encoding(utf-8-strict) with partial characters.
C
Nicholas Clark: Integrate: [ 25136] Make -V "Compile-time options" list everything used in makedef.pl
C
Nicholas Clark: Avoid a warning about redefing carp. (Caused by sucking in a hunk that isn't needed in maint)
C
Nicholas Clark: Integrate: [ 24993] Subject: [PATCH] XSLoader for Sys::Syslog From: Alexey Tourbin <at@altlinux.ru> Date: Sun, 26 Jun 2005 08:32:05 +0400 Message-ID: <20050626043204.GA31585@solemn.turbinal.org>
C
Craig A. Berry: Integrate: [ 24359] Subject: [PATCH] undo pod utilities regression in 24034 From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <4272B3B8.6030603@mac.com> p4raw-link: @24359 on //depot/perl: 8478abc46295ec4915771037b890b319744b48cf
C
Nicholas Clark: Integrate: [ 25120] Subject: Re: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv From: Michael G Schwern <schwern@pobox.com> Date: Mon, 11 Jul 2005 17:35:14 -0700 Message-ID: <20050712003514.GA20132@windhund.schwern.org
C
Steve Hay: Save bcc 5.5.1 from its own internal compiler error
C
Nicholas Clark: Integrate: [ 25605] const sausage const const bacon const tomato and const The search_ext parameter to find_script can be a little more const. p4raw-link: @25605 on //depot/perl: 7f315aed809e0b5d2b9e836b3ec901f6db88f7d1
C
More...