Reports by commit
Recent reports
Perl5 CoreSmokeDB
Github
Changes
Branch:
blead
maint-5.42
maint-5.40
maint-5.10
smoke-me/jkeenan/sync-win32-20260515
smoke-me/jkeenan/sync-io-socket-ip-20260515
smoke-me/tonyc/selfloader-mixed-io-again
smoke-me/jkeenan/sync-archive-tar-20260511
-- I want an older branch --
Reports for branch
maint-5.10
There's more than one sequence of commits recorded for this branch
Show duplicate emailed reports
Filter:
?
This sequence of commits was last seen 2012-02-16 04:30:19
Nicholas Clark: Integrate: [ 33223] Produce a more generic expectation management system, and use it to encode the 5.8.x vs 5.10/5.11 differences. Provide general purpose TODOs for both the intial tests and Gerard's "is it unchanged on repeat?" test.
C
This sequence of commits was last seen 2012-02-16 04:30:19
Nicholas Clark: Integrate: [ 33222] Upgrade to Math::Complex 1.48 and Math::Trig 1.13 p4raw-link: @33222 on //depot/perl: b57c8994d18dca212b1e1f9547c24fffd7deff90
C
This sequence of commits was last seen 2012-02-16 04:30:19
Nicholas Clark: Integrate: [ 32791] Fix VMS::Stdio bug introduced in 32713. p4raw-link: @32791 on //depot/perl: b9893e571ac0b667e330dd75c20bb498b61c4750
C
Nicholas Clark: Integrate: [ 33208] 5.8.x and earler have a SUBPROCESS line in the dump of a PVIO. p4raw-link: @33208 on //depot/perl: 98deaf8b6f81f2134325cdb77e2cb53eef33afb3
C
This sequence of commits was last seen 2012-02-16 04:30:19
Nicholas Clark: Integrate: [ 33206] Change 27244 wasn't quite correct. XSUB is dumped as 0x0, not 0. p4raw-link: @33206 on //depot/perl: 349133794f77de879ecfb64dfb8a697273132fe6
C
This sequence of commits was last seen 2012-02-16 04:30:19
Alex Davies: Integrate: [ 33127] Formatting for C<<{ bydepth => 1 }>> doesn't seem to be working right in the manpage.
C
Nicholas Clark: Integrate: [ 33051] Deprecate (and remove core use of ) Nullav, Nullcv, Nullgv, Nullhe, Nullhek and Nullhv. Nullop is going to be a bit less simple.
C
Abigail: Integrate: [ 32986] Subject: [PATCH utils/perlbug.PL] Don't ask about a module when using -ok Message-ID: <20080116174617.GA30446@abigail.be> p4raw-link: @32986 on //depot/perl: f5798d0b2034b9dc921c9d100f271ad247a5d59b
C
Paul Johnson: Integrate: [ 32945] Subject: [DOC PATCH] was Re: things deprecated for removal in 5.12 Message-ID: <20080110224420.GB29292@pjcj.net> p4raw-link: @32945 on //depot/perl: ad863579382841c61dc43ad0aa70b6073602d57e
C
Jerry D. Hedden: Integrate: [ 33031] Subject: [PATCH] Ignore build dir when installing perl From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510801190919o6e3af1bboff1f885c76cf2bc7@mail.gmail.com> p4raw-link: @33031 on //depot/perl: ebef0ab4b
C
Nicholas Clark: Integrate: [ 33010] In struct block_loop access element label via the macro CxLABEL() (for the places that aren't about to change)
C
Nicholas Clark: Integrate: [ 33011] Fix (probable) bug-by-inspection - CxREALEVAL(), CxTRYBLOCK(), CxFOREACH() and CxFOREACHDEF() should all be masking against CXTYPEMASK rather than their own type number. p4raw-link: @33011 on //depot/perl: 0588a1501b88
C
Nicholas Clark: Integrate: [ 32949] Introduce macro PERL_MAX_SUB_DEPTH
C
This sequence of commits was last seen 2012-02-16 04:30:19
Nicholas Clark: Integrate: [ 33193] Remove the _ prototype, as Maintainers is used by makemeta, and in turn that has to be run with the newly built perl. Which can be 5.8.x. p4raw-link: @33193 on //depot/perl: 357244ac7b8824046a2f6fdab432230dbbd8cadd
C
This sequence of commits was last seen 2012-02-16 04:30:19
Nicholas Clark: Integrate: [ 32867] Clarify the intent of the code in Perl_op_clear. Under ithreads, avoid calling sv_ivset twice. As a side effect, eliminate PM_GETRE_SAFE and PM_SETRE_SAFE, as we're doing "safe" explicitly in Perl_op_clear().
C
Sam Vilain: Integrate: [ 32832] Subject: Notice of git tag retraction; also, [PATCH] correct Module::CoreList Message-ID: <47737E14.9040908@vilain.net> p4raw-link: @32832 on //depot/perl: 553688848e7546a541b923ffc9973e898bf5d8aa
C
Nicholas Clark: Integrate: [ 32807] Add a new function newSVpvn_flags(), which takes a third parameter of flag bits. Right now the only flag bit is SVf_UTF8, which will call SvUTF8_on() on the new SV for you. Provide a wrapper newSVpvn_utf8(), which takes
C
Nicholas Clark: Integrate: [ 32816] Fix memory leaks in XS_PerlIO_get_layers() by mortalizing all variables pushed on the stack. Also make sure the loop is using mXPUSHi() and not XPUSHi().
C
Nicholas Clark: Integrate: [ 32763] Perl_sv_chop() can return early if it's being asked to do nothing.
C
Marcus Holland-Moritz: Integrate: [ 32762] die if multiple macros in regexp.h attempt to use the same flag bit.
C
Nicholas Clark: Integrate: [ 32761] Fix Perl #49190, tests from Abigail, codefix from me.
C
Jerry D. Hedden: Integrate: [ 32741] You don't need $(DYNALOADER) to make $(nonxs_ext) (which makes it easier to run minitest)
C
Nicholas Clark: Integrate: [ 32724] A test for upgrading scalars. Curiously, before this, lib/Math/Trig.t was the only code anywhere in the build or testsuite that upgraded an NV to an RV.
C
Nicholas Clark: Integrate: [ 32686] Subject: mg_free frees data but leaves it accessible From: Yuval Kogman <nothingmuch@woobling.org> Message-ID: <20071220221331.GG10631@woobling.org> Date: Fri, 21 Dec 2007 00:13:31 +0200
C
Jerry D. Hedden: Integrate: [ 32808] OP_THREADSV was removed by #29727
C
Nicholas Clark: Integrate: [ 32753] Wrap all accesses to the members precomp and prelen of struct regexp in the macros RX_PRECOMP() and RX_PRELEN(). This will allow us to reduce the regexp storage overhead by computing them at retrieve time.
C
This sequence of commits was last seen 2012-02-16 04:30:19
Nicholas Clark: Integrate: [ 33004] Avoid an unused argument in S_sv_2iuv_non_preserve() by using conditional compilation to only pass it in if it's needed. p4raw-link: @33004 on //depot/perl: 47031da69d9704a7f7f2f86084deec4a32cbaf6e
C
Nicholas Clark: Integrate: [ 32997] Collect all the S_validate_suid() unused argument logic in one place.
C
Nicholas Clark: Integrate: [ 32878] Fix "grep in void context" warnings
C
Nicholas Clark: Integrate: [ 33124] Bump Safe's version p4raw-link: @33124 on //depot/perl: fad23372ba209cec4e1b9aca9f05def99e23d439
C
This sequence of commits was last seen 2012-02-16 04:30:19
Florian Ragwitz: Integrate: [ 32869] Fix bug #49298: B::Deparse fails to deparse a reference to an anonymous hash
C
Nicholas Clark: Integrate: [ 32853] Convert all accesses of the member paren_names of struct regexp to be accessed via RXp_PAREN_NAMES(). (They are entirely within the regexp implementation). p4raw-link: @32853 on //depot/perl: 5daac39cdfb40a97f596516dfd1
C
Nicholas Clark: Integrate: [ 32849] Replace all reads of RXf_UTF8 with RX_UTF8(). p4raw-link: @32849 on //depot/perl: 3c8556c3bff92f6c755a00c0166f795d7176b75d
C
Nicholas Clark: Integrate: [ 32843] Abolish RXp_PRELEN(rx) and RXp_WRAPLEN() Fix up some uses of RX_* macros in the block conditionally compiled with STUPID_PATTERN_CHECKS. p4raw-link: @32843 on //depot/perl: 5509d87acdf3aa5ea39fe6c8e59a42b46a5141cd
C
Nicholas Clark: Integrate: [ 32866] Fix a bug in mad - regexps can be 8 bit, not just ASCII or UTF-8.
C
Nicholas Clark: Integrate: [ 32810] Fixes to get MAD working after change 32804, and some newSVpvn_utf8()s I missed becase (silly Nick) the grep for plausible files was done on the 5.8.x tree. p4raw-link: @32810 on //depot/perl: d914baabc285a9c03dd7b4ed08
C
Nicholas Clark: Integrate: [ 32840] Add RX_UTF8(), which is effectively SvUTF8() but for regexps. Remove RXp_PRECOMP() and RXp_WRAPPED(). Change the parameter of S_debug_start_match() from regexp to REGEXP. Change its callers [the only part wrong for 5.10
C
This sequence of commits was last seen 2012-02-16 04:30:19
Nicholas Clark: Integrate: [ 32688] Update the hash documentation to reflect the changes between 5.8.1 and 5.8.2, that disabled the automatic randomisation of all hashes.
C
Nicholas Clark: Integrate: [ 32648] Make -E require 5.11 features
C
Nicholas Clark: Integrate: [ 32712] Subject: [PATCH] Fix cygwin.c again From: "Jerry D. Hedden" <jdhedden@cpan.org> Date: Sat, 22 Dec 2007 16:11:48 -0500 Message-ID: <1ff86f510712221311v1c58d606jc8dfeee6a21e6194@mail.gmail.com>
C
Nicholas Clark: Integrate: [ 32704] Exterminate PL_na! Exterminate! Exterminate! Exterminate!
C
Nicholas Clark: Integrate: [ 32689] Subject: [PATCH] const'ing in cygwin.c From: "Jerry D. Hedden" <jdhedden@cpan.org> Date: Fri, 21 Dec 2007 09:13:41 -0500 Message-ID: <1ff86f510712210613s71712346i6e9f2b5e7275aa34@mail.gmail.com>
C
Nicholas Clark: Integrate: [ 32889] Win32 doesn't set $Config{d_fork} when its pseudofork emulation is present, and checking for $Config{d_pseudofork} is no good for dual- lived modules that must work with older perls, so do a more elaborate test (as per
C
Robin Barker: Integrate: [ 32784] Add script to check source code for ANSI-C violations.
C
Nicholas Clark: Integrate: [ 32664] Fix embarrassing typo
C
Nicholas Clark: Integrate: [ 32786] Upgrade to Math-Complex-1.38
C
Robin Barker: Integrate: [ 32710] The ext/Cwd/Cwd.xs part of...
C
Nicholas Clark: Integrate: [ 32652] Upgrade to File-Temp-0.19
C
This sequence of commits was last seen 2012-02-16 04:30:19
Nicholas Clark: Integrate: [ 33170] Break apart the list of functions defined in universal.c by perl version (from 5.8.8 upwards) p4raw-link: @33170 on //depot/perl: bb9fb6628b9ed86b811b4c60fa191b01d65e5ce6
C
This sequence of commits was last seen 2012-02-16 04:30:19
Robin Barker: Integrate: [ 32751] First class regexps.
C
More...