Reports by commit
Recent reports
Perl5 CoreSmokeDB
Github
Changes
Branch:
blead
maint-5.42
maint-5.40
maint-5.10
smoke-me/tonyc/selfloader-mixed-io-again
smoke-me/jkeenan/sync-archive-tar-20260511
smoke-me/tonyc/24407-revert-selfloader
smoke-me/jkeenan/sync-with-cpan-JSON-PP-4.18-20260429
-- I want an older branch --
Reports for branch
maint-5.10
Show duplicate emailed reports
Filter:
?
Jerry D. Hedden: Upgrade to threads::shared 1.28
C
Jerry D. Hedden: Upgrade to threads 1.72
C
David Mitchell: todays merging activity
C
Steve Peters: fileno() was failing when passed a NULL. I'm guessing that we don't really need to increase the refcount on a NULL fd.
C
Nicholas Clark: Re-apply cd5cc49dbc0e5ee748252c2da8b435855908e6d2 (Module::Build on VMS, #42724)
C
Nicholas Clark: Update to Module::Build 0.31_04 (with a tweak to MBTest.pm)
C
Nicholas Clark: Temporarily reverse out change cd5cc49dbc0e5ee748252c2da8b435855908e6d2.
C
Nicholas Clark: Module::Build Changes from 0.31012, which hadn't been updated.
C
John Malmberg: vms.c - Remove .DIR; in UNIX mode.
C
Craig A. Berry: time_t is unsigned 32-bit on VMS; pick sGMTIME_max and sLOCALTIME_max accordingly.
C
Nicholas Clark: Re-apply changes 4adc95e616bac7ee and 200cbd6aa595a074 (RT #61492) (ExtUtils::MM_Win32 should not generate "mt" command when CRT is statically linked)(We'd failed to send this one upstream. Bad us.)
C
Nicholas Clark: Upgrade to ExtUtils::MakeMaker 6.49_01
C
Craig A. Berry: Avoid VMS long filename support on older systems that don't have it.
C
Craig A. Berry: Move redefinition of lstat above its first use in vms/vms.c.
C
Rafael Garcia-Suarez: More smartmatch tests
C
Steffen Mueller: Text::Wrap maintained via the CPAN release
C
Jerry D. Hedden: Check for thread failure in prime number example
C
Alex Davies: Wonky example in perlthrtut
C
Leon Brocard: Remove the -x from the cherry pick and show how to merge the whole branch (suggested by rgs)
C
Rafael Garcia-Suarez: Reorder and complete tests for smart matching with objects
C
Rafael Garcia-Suarez: Fix {%hash} ~~ %hash test
C
Rafael Garcia-Suarez: Better diagnostics for the ~~ test
C
Leon Brocard: Remove an extra space
C
Leon Brocard: Add a section on merging from a branch via GitHub
C
Dan Dascalescu: Fixed missing word in Text::Wrap POD (cherry picked from commit 7e8acedc1c377e0e0cc1a6fe4d1acce5f69323f2)
C
Paul Marquess: [PATCH] DB_File 1.819
C
Nicholas Clark: In runenv.t, break apart running perl and testing the output into two functions.
C
Nicholas Clark: Get $ENV{PERL5LIB} into a known consistent state under TEST - delete it! (It doesn't strike me as good that t/TEST and t/harness are inconsistent - the former runs every test with -MTestInit; the latter sets $ENV{PERL5LIB} to '../lib'; and
C
Nicholas Clark: Move PERL_VERSION_STRING from patchlevel.h to perl.h (and revert a89d24b9fe54d44395806c16ac1c19f3c678cbbb) It's getting too complex to work around some versions of awk which don't want to implement the regular expressions that they are doc
C
Nicholas Clark: Ignore #defines in in patchlevel.h that end the line with backslash. (Otherwise config.sh ends up with part of PERL_VERSION_STRING, and the build chokes to a stop.)
C
Nicholas Clark: By spliting PERL_ARCH_FMT into PERL_ARCH_FMT_PREFIX and SUFFIX, we can replace two more Perl_sv_setpvf()s with sv_setsv()/sv_catpvs() pairs.
C
Nicholas Clark: As PERL_ARCH_FMT_PATH is a compile time constant, can simplify one sv_setpvf() to sv_setsv() and sv_catpvs().
C
Nicholas Clark: PERL_FS_VER_FMT is only used with the current perl version, which is known at compile time, so replace it with PERL_FS_VERSION, a compile time constant.
C
Nicholas Clark: Abolish PERL_AV_SUFFIX_FMT, which was rendered obsolescent 8 years ago with 084592ab0b76f3cbd4d089afb08ccea7ba1c9dd8.
C
Nicholas Clark: Replace *printf "%d.%d.%d", PERL_REVISION, PERL_VERSION, PERL_SUBVERSION with PERL_VERSION_STRING, which can be determined at compile time, as a constant string.
C
Nicholas Clark: Update copyright years. 2008 sneaks in because of 46807d8e809cc127621bf85d9e9
C
Bram: Use tempfile() in tests
C
Dan Kogai: Upgrade to Encode 2.31
C
Bram: Extra regex tests
C
David Mitchell: add placeholder test to op/pat.t to match rejected 609122bd05
C
Rafael Garcia-Suarez: Yves states that patches to ExtUtils::Install should go to blead first
C
Craig A. Berry: Clear Module::Build smoke on VMS while waiting for upstream.
C
Nicholas Clark: Add git_version.h to private so that make distclean deletes it. (It was already in a different target that caused make clean to delete it.)
C
Nicholas Clark: Ignore the OS X GNUmakefile*s, and t/test_state.
C
Nicholas Clark: Ignore lib/NDBM_File.pm
C
David Mitchell: Make git-find-p4-change only find changes done under perforce. That way, later cherry-picking that happens to copy the 'p4raw-id:' text won't be located by mistake.
C
Rafael Garcia-Suarez: More tests for coderefs and smart match
C
Rafael Garcia-Suarez: Remove code that has never been used in any test
C
Craig A. Berry: Handle uninitialized interpreter when performing vmsish pragma checks.
C
Rafael Garcia-Suarez: $object ~~ undef should always test for definedness
C
More...