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:
?
Yves Orton: move subs from bottom to top, and add a vim and shebang line
C
Yves Orton: various changes
C
Kenichi Ishigaki: Almost a literal conversion of make_patchnum.sh
C
Yves Orton: prepare for refactoring to perl
C
Yves Orton: modified make_patchnum.sh script
C
Slaven Rezic: Another regexp failure with utf8-flagged string and byte-flagged pattern (reminder)
C
Nicholas Clark: Remove duplicate return in S_mro_get_linear_isa_c3() accidentally added by fa60396f123333e92849ecaecffb9252458d6678
C
David Mitchell: todays merging activity
C
David Mitchell: add -d option to Porting/cmpVERSION.pl to display diffs
C
David Mitchell: some more Porting/ script documentation
C
David Mitchell: Add some basic decriptions and/or usage info to some Porting/ scripts
C
Nicholas Clark: Changing get_isa_hash() to static means that it needs to be wrapped in an #if defined(PERL_IN_UNIVERSAL_C).
C
Nicholas Clark: get_isa_hash() is only used in S_isa_lookup(), so it can be static. Also, it has never been in a released version of perl, so this change has no compatibility implications.
C
Nicholas Clark: Following change 34356, which decoupled get_isa_hash() from S_mro_get_linear_isa_dfs(), we can move get_isa_hash() to any other source file.
C
Ben Morrow: Fix a thinko in regression test for [perl #54956]
C
Yuval Kogman: a test for Paul Evan's qr leak
C
Yuval Kogman: More comprehensive smartmatch.t, supersedes smobj.t
C
Yuval Kogman: add eval and error support to the t/op/smartmatch.t test
C
Yuval Kogman: add undef tests to t/op/smartmatch.t
C
brian d foy: perlsyn: equivalent code for HASH ~~ ARRAY Message-ID: <070620082359221579%brian.d.foy@gmail.com>
C
Paul Fenwick: Minimal mention of overloading.pm in overload.pm
C
Vincent Pit: In amagic_call(), offset should be strictly lesser than the SV len to be allowed to access the corresponding string buffer byte
C
Rafael Garcia-Suarez: Add a new test for overloading.pm
C
Vincent Pit: Fix overload index mismatch in overloading logic.
C
David Mitchell: run regen
C
Rafael Garcia-Suarez: Bump coopyright year in embed.pl and various files that were just touched
C
Rafael Garcia-Suarez: Factorize numeric constant for "overloading" lexical hint
C
ian.goodacre@xtra.co.nz (via RT): [perl #61392] Method call documentation in perlobj.pod
C
David Mitchell: make overloading.pm recognise 5.10.x (this should really go in bleed, once 5.10.1 exists)
C
Rafael Garcia-Suarez: Bump copyright year after previous change
C
Ben Morrow: [perl #54956] crash on binary-or lvalue operation on qr//
C
Rafael Garcia-Suarez: Bump copyright year after previous change d15cd8313063e574
C
Rafael Garcia-Suarez: Move variable declaration without initialisation at the top
C
Rafael Garcia-Suarez: Fix a couple of typos in overloading.pm docs
C
Yuval Kogman: 'overloading' pragma
C
Craig A. Berry: Following 33291, on VMS we need to use the same prototypes other platforms use in order to get the do_spawn-related assert macros defined. Based on suggestions by John Malmberg.
C
Marcus Holland-Moritz: Upgrade to IPC::SysV 2.00_02
C
Marcus Holland-Moritz: Upgrade to IPC::SysV 2.00_01
C
Marcus Holland-Moritz: Re: [PATCH] Exclude .svn and _darcs from IPC::SysV's Makefile.PL libscan Message-ID: <20080109195811.2c5353e5@r2d2>
C
Craig A. Berry: First cut at handling git patch numbers on VMS. Partially based on suggestions from John Malmberg at <495C279C.7020106@gmail.com>.
C
Nicholas Clark: Switching to `` requires one more \ to escape $Config in new_config=`...`
C
Nicholas Clark: Switching from $() to `` requires two more backticks in unpushed_commits=`...`
C
Nicholas Clark: More efficient API choices for string appending.
C
Nicholas Clark: cflags also runs under /bin/sh so can't use $()
C
Nicholas Clark: Solaris awk (at least) thinks that + should be escaped.
C
Nicholas Clark: Solaris /bin/sh doesn't do POSIX $( ... ) syntax for ` .... `
C
Nicholas Clark: varargs functions such as sv_catpvf can't have compatibility wrappers for threads, so have to be written longhand as Perl_sv_catpvf(aTHX_ ...) :-(
C
Yves Orton: much better git related version numbering in our (*nix for now) build process
C
Igor Sutton: added information how to build on Leopard
C
Rafael Garcia-Suarez: Mark my dual-life modules as authoritative in blead
C
More...