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
Show duplicate emailed reports
Filter:
?
Steve Hay: Correct the sLOCALTIME_{min|max} values added by #34363 for BCC and VC9 (Manually checking with the Configure test programs shows that the values differ fromt he sGMTIME_{min|max} values for these compilers)
C
H.Merijn Brand: A builtin hard upper bound for sLOCALTIME_max to prevent AIX from stalling in the tests
C
H.Merijn Brand: Allow s{GM,LOCAL)TIME_{min,max} to be set from CLI, Policy.sh and hints
C
H.Merijn Brand: Add probes for LOCALTIME_max and LOCALTIME_min (y2038 project)
C
David Mitchell: bump lib/ExtUtils/CBuilder/Platform/cygwin.pm version to match bleed
C
Jerry D. Hedden: Add cygperl*.dll to packlist From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510808250747s1e0c42demb2d4ac8dc5d33925@mail.gmail.com>
C
Reini Urban: Re: Fix 34200 on Cygwin Message-ID: <48B1201B.3080705@x-ray.at>
C
Reini Urban: Cygwin build harmonization, remove cygwin/Makefile.SHs From: "Reini Urban" <rurban@x-ray.at> Message-ID: <6910a60807280355g129511d9v61c9763c3fd12a27@mail.gmail.com>
C
Reini Urban: Cygwin build harmonization, remove cygwin/Makefile.SHs From: "Reini Urban" <rurban@x-ray.at> Message-ID: <6910a60807280355g129511d9v61c9763c3fd12a27@mail.gmail.com>
C
Jerry D. Hedden: Revert const'ing in cygwin.c (repost 2)
C
Jos I. Boumans: Update File::Fetch to 0.16 From: "Jos I. Boumans" <jos@dwim.org> Message-Id: <84818689-C970-47A1-9FE7-969C2B74183D@dwim.org>
C
Steve Hay: Upgrade Compression modules to 2.015
C
Paul Marquess: Update Compression modules to version 2.012 From: "Paul Marquess" <Paul.Marquess@ntlworld.com> Message-ID: <018801c8e6c9$c0a76530$41f62f90$@Marquess@ntlworld.com>
C
Nicholas Clark: Update Changes with the last 51 Perforce applied changes, finishing with 35117
C
Vincent Pit: Silence a podchecker warning in perlxs.pod (cherry picked from commit 6421dfaca61871abc4c112c2f1a2b6eaf40f5d11)
C
Yves Orton: copy over bleads .gitignore
C
Yves Orton: copy .gitignore from the blead branch
C
Dave Mitchell: Integrate: [ 34359] Upgrade to Test::Harness 3.14
C
Dave Mitchell: Integrate: [ 34063] Subject: [PATCH] TODO B-Deparse cpan-bug 33708 From: "Reini Urban" <rurban@x-ray.at> Date: Mon, 16 Jun 2008 14:40:35 +0200 Message-ID: <6910a60806160540v21c7affbte54ef0eedb0cb64d@mail.gmail.com>
C
Dave Mitchell: Integrate: [ 34321] Cross-propagate changes between make_ext and make_ext_cross. Hopefully we can heal the code fork soon. p4raw-link: @34321 on //depot/perl: e37e15afdcc8f08e993ebae0fd343b1a4fdf1e75
C
Vadim Konovalov: Integrate: [ 34317] Subject: [PATCH at 34306] - crosscompilation - step 1 of N+1 Message-ID: <48C49629.4000208@vkonovalov.ru> p4raw-link: @34317 on //depot/perl: 5a20539ce2dad615e8310269cba248e457256f8e
C
Bram: Integrate: [ 34314] Subject: [PATCH?] $ENV{TEST_JOBS} vs $ENV{HARNESS_OPTIONS} Message-ID: <20080812205047.05lrnmbqlccs08g8@horde.wizbit.be>
C
Jari Aalto: Integrate: [ 32892] Subject: [PATCH] v5.8.8: File::Temp.pm (_gettemp): ignore dir -w test on Cygwin Message-ID: <bq8034ba.fsf@blue.sea.net>
C
Dave Mitchell: #35108 missed a MANIFEST entry when merging/resolving 34229
C
Dave Mitchell: Integrate: [ 34231] Khaaaaan! Change 34230 wasn't right. The tests all passed because I had a(nother) copy of Dev::Null in the "right" place. So make that right place official.
C
Dave Mitchell: Integrate: [ 34230] And then add the Dev::Null from Test-Simple-0.80 p4raw-link: @34230 on //depot/perl: c1d0a804f428ce4c274008111b0a08fd9fab5b82
C
Dave Mitchell: Integrate: [ 34229] Move all of Test::Harness's test modules into ext/Test/Harness/t/lib p4raw-link: @34229 on //depot/perl: 6dcddb8726532c0ca8ed36e0327e2ff80954f12c
C
Dave Mitchell: Integrate: [ 34227] Move t/lib/{data,sample-tests,source_tests,subclass_tests} into ext/Test/Harness/t/{data,sample-tests,source_tests,subclass_tests} (The same path as in the Test-Harness distribution.) p4raw-link: @34227 on //depot/perl:
C
Nicholas Clark: Integrate: [ 35066] Bump the debugger's version. Fail to update the changes.
C
Dave Mitchell: Integrate: [ 34216] Note that we have no test coverage for this particular warning.
C
Dave Mitchell: Integrate: [ 34214] In S_mro_get_linear_isa_dfs(), hv_exists_ent() followed by an optional hv_store_ent() can be replaced with an lvalue fetch.
C
Dave Mitchell: [perl #57944] Incorrect nonnull attribution on Perl_parser_dup Apply a fix to maint-5.10. The bleed fix (#33283) changed embed.fnc; we avoid that for maint (bincompat paranoia) and instead make sure parser_dup is never called with a null pr
C
Dave Mitchell: Integrate: [ 34210] Assert that backreferences array is not freed rather than handling it
C
Dave Mitchell: Integrate: [ 34206] Move the modules, tests, prove and Changes file from lib/ to ext/Test/Harness. Not everything is there yet, but it makes it way easier to swap the directory out and replace it with a trunk svn checkout.
C
Bram: Integrate: [ 34202] Subject: RE: [perl #35877] Strange regex failure? Message-ID: <20080803163529.bd73ojeg2s4ow0w4@horde.wizbit.be>
C
Dave Mitchell: Integrate: [ 34190] Don't bother hashing the key, or performing any other preparatory work, if there isn't anything to find. p4raw-link: @34190 on //depot/perl: cd1d2f8a20b8a9f92576c0e00d1dc723574ea002
C
Dave Mitchell: Integrate: [ 34209] [perl #56908] DBI memory leak in 5.10.0 due to change 26530
C
Bram: Integrate: [ 34174] If TEST_JOBS is set to something non-zero, use TAP::Harness to run the tests in parallel. The tests aren't fully parallelisable yet to the level we'd like, but one needs to start somewhere.
C
Dave Mitchell: Integrate: [ 34169] Upgrade to Test::Harness 3.13 p4raw-link: @34169 on //depot/perl: f7c69158501ed4705d71f069f23211f56bd55a2e
C
Rainer Tammer: Integrate: [ 35050] Subject: Re: AIX patches for Perl 5.8.9 RC2 - README.aix Message-ID: <493AAEF0.3020203@tammer.net> p4raw-link: @35050 on //depot/perl: 811896537c0115b45f1f63b8eab8433595bf6414
C
Nicholas Clark: Integrate: [ 35039] Note perl5-security-report@perl.org in INSTALL. Must remember to mention it in the release announcement. p4raw-link: @35039 on //depot/perl: 5acb7768560c2784f756ed5cfc88162c6759ce4e
C
Steffen Mueller: Integrate: [ 34949] Errors to STDERR please
C
Nicholas Clark: Integrate: [ 35008] Subject: Re: File::Path regression in 5.8.9 From: Gisle Aas <gisle@activestate.com> Date: Wed, 19 Nov 2008 19:09:20 +0100 Message-Id: <C72B3504-E0B8-4622-89AA-3C07C57C14E2@activestate.com>
C
Rainer Tammer: Integrate: [ 34983] Unwind change 31976 then apply
C
Dave Mitchell: Integrate: [ 34156] Undo io_linenum.t part of #34148. It was io_multihomed.t that I meant (my mistake), and that is now covered by #34155. p4raw-link: @34156 on //depot/perl: 8fdbae25099b33d6035cb6e295622a0580c070a1
C
Dave Mitchell: Integrate: [ 34151] Welcome to refcount hell. Fix the leaks reported by #57024 along with a bunch other named capture related leaks. p4raw-link: @34151 on //depot/perl: ec83ea38ebd7a9cbfbb0209243d3f52270074917
C
Jerry D. Hedden: Integrate: [ 34148] Subject: [PATCH] watchdog() some IO tests From: "Jerry D. Hedden" <jdhedden@cpan.org> Date: Fri, 11 Jul 2008 12:08:51 -0400 Message-ID: <1ff86f510807110908q4ac81225see2b11aa4729397d@mail.gmail.com>
C
Dave Mitchell: Integrate: [ 34142] Upgrade to version 0.76 by John Peacock Fix segfault in serialized version objects (bug #56606) p4raw-link: @34142 on //depot/perl: 219bf41872a28e4a469d4274a14dca87429a5a5e
C
Dave Mitchell: un-integrate #34133:
C
Dave Mitchell: Integrate: [ 34143] Update to B::Debug 1.11, by Reini Urban Avoid B::Flags in CORE tests not to crash on old XS in @INC
C
More...