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/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.10
Show duplicate emailed reports
Filter:
?
Niko Tyni: Clarify PERL_SYS_INIT3() usage.
C
Nicholas Clark: Move vms/perlvms.pod to pod/ and update the Makfiles and Makefile generators.
C
Nicholas Clark: In the Makefile, no need to change into pod/ to create symlinks to READMEs etc.
C
Nicholas Clark: Move the symlink fo perl51110delta.pod to perldelta.pod to a top level rule. Add perldelta.pod to the generated_pods macro so that it is deleted still.
C
Nicholas Clark: In buildtoc, refactor all the duplicated checking logic into a subroutine.
C
Nicholas Clark: For Win32, add the generated files to the delete list generated by buildtoc.
C
Nicholas Clark: For VMS, generate the delete rules for generated and copied files in buildtoc.
C
Max Maischein: Make autodoc.pl accept the root dir in @ARGV
C
Nicholas Clark: autodoc.pl needs -Ilib. I had been testing with a perl that was also installed.
C
David Mitchell: fix trivial typo in MANIFEST
C
Nicholas Clark: As autodoc.pl no longer rebuilds repository files, no need to use regen_lib.pl Refactor the duplicated logic for opening, generating and closing files into a single output() subroutine.
C
Nicholas Clark: grep then sort, as it's more efficient to sort a shorter list.
C
Nicholas Clark: Add a --quiet option, to suppress all the routine warnings when scanning for pod
C
Nicholas Clark: Generate perlapi.pod and perlintern.pod at build time, instead of shipping them.
C
Steve Hay: Fix failing Time-Piece tests on Win32
C
Nicholas Clark: In autodoc.pl, inline and hence eliminate walk_table(). This simplifies the code considerably, as walk_table() was relying on its & prototype to cause the block after it to be co-erced to a passed in subroutine.
C
Nicholas Clark: In autodoc.pl, remove the unused parameters and functionality from walk_table(). It seems that walk_table() was a direct copy from embed.pl back when autodoc.pl was created by commit 94bdecf9800c3bee967274854f7adf2933ffd42b, and the "bonus
C
Steve Hay: Add reference to MS KB article describing leak in putenv()
C
Steve Hay: Remove last vestiges of USE_WIN32_RTL_ENV
C
Rafael Garcia-Suarez: Ignore some autogenerated makefiles
C
Nicholas Clark: Avoid loading Config, as we don't need to distinguish between NetWare and Win32. Eliminate $Is_W32 $Is_OS2 $Is_Cygwin $Is_NetWare, and simply set $Needs_Write directly from $^O.
C
Rafael Garcia-Suarez: Bump VERSION of Data::Dumper
C
Alex Vandiver: Data::Dumper hash iterator needs to be reset on all hashrefs (fixes #64744)
C
Niko Tyni: Squelch 'Constant subroutine ... undefined' warnings from .ph files
C
Niko Tyni: Add tests to verify that h2ph output compiles and is warning free
C
Chris 'BinGOs' Williams: Update CPANPLUS::Dist::Build to 0.22
C
Tom Hukins: Documentation Patch: perlxs.pod
C
Steve Peters: Upgrade to CGI.pm-3.43
C
David Mitchell: re-add the lib/CGI.pm pod fixes from 3b46207fed, temp removed by c4f43d3
C
Paul Marquess: [PATCH] Compress-Raw-Bzip2 2.018 (was RE: Compress-Raw-Bzip2 fails for g++)
C
Nicholas Clark: cherry-pick just the concise-xs.t part of
C
Nicholas Clark: Remove an unnecessary use Config;
C
Nicholas Clark: Remove Makefile.PLs that make_ext.pl can automatically generate. (For core modules, or where the dual life module on CPAN has a Makefile.PL that is not the same. AUTHOR is only used for the ppm target, which the core doesn't need.)
C
Nicholas Clark: TODO tests for deparsing strict, warnings as strings, and my $x if 0;
C
Nicholas Clark: our $TODO should be local $::TODO, revealing a bug in the de-commenting regexp. Remove some orphaned trailing quotes from TODO message that are no longer conditional code.
C
Nicholas Clark: Correct two other tests that apparently should be TODOs rather than SKIPs.
C
Nicholas Clark: A perl-version portable fix for B coping with CVf_LOCKED being removed in 5.11.
C
Nicholas Clark: Tweak t/lib/common.pl to use test.pl's (better) tempfile() function.
C
Nicholas Clark: Propagate the upgraded TODO/SKIP parser from ext/B/t/deparse.t
C
Nicholas Clark: Refactor the SKIP parser to also handle TODOs. TODO 3 tests that were wrongly SKIPs.
C
Nicholas Clark: Remove #ifdef CVf_LVALUE/#endif - LVALUE subs aren't conditionally compiled.
C
David Mitchell: Rebuild pod/perltoc.pod (perl pod/buildtoc --build-toc)
C
David Mitchell: make manisort
C
David Mitchell: fix maint-specific -Dd_dosuid build breakage (Nicholas)
C
David Mitchell: Remove extraneous Test-Harness file in distclean
C
David Mitchell: todays merging activity
C
Florian Ragwitz: Upgrade to NEXT-0.63.
C
Nicholas Clark: Don't SEGV while warning about redefining the format STDOUT. Fixes RT #64562.
C
Chris Williams: Update CPANPLUS::Dist::Build to 0.20
C
David Cantrell: Net::hostent fails make test if can't resolve localhost
C
More...