Perl 5 Commit Summary
[email protected] (Perl 5 commit summary) Sat, 21 Feb 2026 03:26:42 +0000 (UTC)
| Newsgroups | perl.perl5.porters |
|---|---|
| Message-ID | <[email protected]> |
Perl 5 commit summary, activity since Wednesday Current branch blead 42 commits. 5 unique authors. 4 unique committers. 48 files changed, 2123 insertions(+), 1400 deletions(-) Thanks, applied: Richard Leach (3) Snapshot: http://github.com/Perl/perl5/tarball/f24efeaf1366547f Prepare Module::Corelist Richard Leach 4 files changed, 32 insertions(+), 3 deletions(- https://github.com/Perl/perl5/commit/f24efeaf1366547f Bump the perl version in various places for 5.43.8 Richard Leach 20 files changed, 124 insertions(+), 124 deletio https://github.com/Perl/perl5/commit/1546bebfb708a8c6 Archive perldelta 5.43.8 Richard Leach 10 files changed, 713 insertions(+), 261 deletio https://github.com/Perl/perl5/commit/4aafeb16818ecd4c Mark 5.43.8 as released Richard Leach 1 file changed, 1 insertion(+), 1 deletion(-) https://github.com/Perl/perl5/commit/2316b091a49ccb3a Update epigraphs.pod for 5.43.8 Richard Leach 1 file changed, 7 insertions(+) https://github.com/Perl/perl5/commit/e8fe8cfcbb9016ab Add new release to perlhist Richard Leach 1 file changed, 1 insertion(+) https://github.com/Perl/perl5/commit/58f6f0b70c384e91 Update perldelta for 5.43.8 Richard Leach 1 file changed, 71 insertions(+), 271 deletions( https://github.com/Perl/perl5/commit/ea8df7bbb4402b9e Update Module::CoreList for 5.43.8 Richard Leach 1 file changed, 61 insertions(+) https://github.com/Perl/perl5/commit/be2d37abe2dd3d70 perldelta entry for de-fatalizing calling missing import method Graham Knop 1 file changed, 11 insertions(+), 1 deletion(-) https://github.com/Perl/perl5/commit/a755d257f7085f51 t/io/scalar.t: Add a testcase for GH #24199 TAKAI Kousuke 2 files changed, 11 insertions(+), 3 deletions(- https://github.com/Perl/perl5/commit/6a4d489f37b8f112 PerlIOScalar_write: fixed broken C++ compilation TAKAI Kousuke 1 file changed, 1 insertion(+), 1 deletion(-) https://github.com/Perl/perl5/commit/a23c62fd31a6caed PerlIOScalar_write: handle the case where vbuf overlaps the target scalar TAKAI Kousuke 3 files changed, 38 insertions(+), 2 deletions(- https://github.com/Perl/perl5/commit/254b30e378233c89 Merge branch 'intuit_more fixups' into blead Karl Williamson 2 parents https://github.com/Perl/perl5/commit/5a263ce5be86b98d intuit_more: Add finer granularity checks Karl Williamson 1 file changed, 86 insertions(+), 16 deletions(- https://github.com/Perl/perl5/commit/3bab8d1649e5b26f intuit_more: Look for lexicals, not just globals Karl Williamson 1 file changed, 16 insertions(+), 12 deletions(- https://github.com/Perl/perl5/commit/e5b5ccf877f67366 intuit_more: Update list of punctuation variables Karl Williamson 1 file changed, 7 insertions(+), 5 deletions(-) https://github.com/Perl/perl5/commit/0d658d97cd0e3d8d intuit_more; Swap order of conditionals Karl Williamson 1 file changed, 13 insertions(+), 13 deletions(- https://github.com/Perl/perl5/commit/55dc95c497424fef intuit_more: Handle numeric identifiers Karl Williamson 1 file changed, 65 insertions(+), 5 deletions(-) https://github.com/Perl/perl5/commit/5045258c1b299e7c intuit_more: Save scan_ident return Karl Williamson 1 file changed, 7 insertions(+), 3 deletions(-) https://github.com/Perl/perl5/commit/2fcfe31e07a4449b intuit_more: Remove over allocation of buffer Karl Williamson 1 file changed, 2 insertions(+), 6 deletions(-) https://github.com/Perl/perl5/commit/953b7d3ed1f6bafc intuit_more: Punctuation variables are exactly length 1 Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-) https://github.com/Perl/perl5/commit/52ed04210d56ecff intuit_more: Use cleaned-up value instead of raw Karl Williamson 1 file changed, 8 insertions(+), 7 deletions(-) https://github.com/Perl/perl5/commit/3b85b09deef998bd intuit_more: Add further validity check Karl Williamson 1 file changed, 7 insertions(+) https://github.com/Perl/perl5/commit/28f5abc31e016f79 intuit_more: White-space only Karl Williamson 1 file changed, 16 insertions(+), 17 deletions(- https://github.com/Perl/perl5/commit/644155d81a3ed6f8 intuit_more: Swap order of conditionals Karl Williamson 1 file changed, 7 insertions(+), 5 deletions(-) https://github.com/Perl/perl5/commit/ac673a9b0248ea71 intuit_more: Move declaration to first use Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-) https://github.com/Perl/perl5/commit/c5d1cf338e5c7f69 intuit_more: Reserve first byte of buffer Karl Williamson 1 file changed, 9 insertions(+), 5 deletions(-) https://github.com/Perl/perl5/commit/4354639ac5321a5c intuit_more: Add a bit more commentary Karl Williamson 1 file changed, 26 insertions(+), 10 deletions(- https://github.com/Perl/perl5/commit/accdcb1dc01bb1d4 intuit_more: Convert 'else if' series to use 'break' Karl Williamson 1 file changed, 13 insertions(+), 4 deletions(-) https://github.com/Perl/perl5/commit/bb8be86822ffacda intuit_more: White space only Karl Williamson 1 file changed, 55 insertions(+), 56 deletions(- https://github.com/Perl/perl5/commit/31583e894ecaa1f6 intuit_more: Handle easy thing first Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-) https://github.com/Perl/perl5/commit/2a82671a9f5369e2 toke.c: S_intuit_more: Simplify a bit of code Karl Williamson 1 file changed, 1 insertion(+), 4 deletions(-) https://github.com/Perl/perl5/commit/9bad2d8b4880c5ae toke.c: Convert some 'unsigned char' to U8 Karl Williamson 1 file changed, 5 insertions(+), 4 deletions(-) https://github.com/Perl/perl5/commit/0dea91e504861513 Deprecate two constructs under qr//xx Karl Williamson 3 files changed, 42 insertions(+), 4 deletions(- https://github.com/Perl/perl5/commit/676b5c9be55b844b regcomp.c: Swap order of conditionals Karl Williamson 1 file changed, 6 insertions(+), 6 deletions(-) https://github.com/Perl/perl5/commit/efc631789825047c embed.pl Fix up for GH #24200, BBC failures Karl Williamson 2 files changed, 154 insertions(+), 155 deletion https://github.com/Perl/perl5/commit/38ffea9b3c2002cc op_reg_common.h: Rm obsolete comment Karl Williamson 1 file changed, 2 deletions(-) https://github.com/Perl/perl5/commit/e0b0582fe5f7f858 embed.pl: Don't generate prototypes for macros Karl Williamson 2 files changed, 803 insertions(+), 787 deletion https://github.com/Perl/perl5/commit/3bd64dc228ad1270 embed.pl: Fix BBC build failures #24196, #24197 Karl Williamson 2 files changed, 173 insertions(+), 150 deletion https://github.com/Perl/perl5/commit/fedec10a95a33a5e perldelta for GH #24212 fix David Mitchell 1 file changed, 11 insertions(+) https://github.com/Perl/perl5/commit/34f84ef118cf4d76 goto: impose scalar context on XSUB return values David Mitchell 2 files changed, 61 insertions(+), 3 deletions(- https://github.com/Perl/perl5/commit/d0d82f50bd6d895b feature.pm: Add avail start version for module_true Karl Williamson 2 files changed, 4 insertions(+) https://github.com/Perl/perl5/commit/ea3929892a0a203b New branch haarg/missing-import-warning-perldelta 1 commit. 1 unique author. 1 unique committer. Snapshot: http://github.com/Perl/perl5/tarball/68bb2befa645a1ff perldelta entry for de-fatalizing calling missing import method Graham Knop 1 file changed, 11 insertions(+), 1 deletion(-) https://github.com/Perl/perl5/commit/68bb2befa645a1ff Martian commit d13878345b0b123df3461553b529d980ce77f6f4 1 commit. 1 unique author. 1 unique committer. Snapshot: http://github.com/Perl/perl5/tarball/d13878345b0b123d embed.pl Fix up for GH #24200, BBC failures Karl Williamson 2 files changed, 154 insertions(+), 155 deletion https://github.com/Perl/perl5/commit/d13878345b0b123d Martian commit 83e8a0dfb82ba90d416c61869e667cd08aebdca5 2 commits. 1 unique author. 1 unique committer. Snapshot: http://github.com/Perl/perl5/tarball/83e8a0dfb82ba90d perldelta for GH #24212 fix David Mitchell 1 file changed, 11 insertions(+) https://github.com/Perl/perl5/commit/83e8a0dfb82ba90d goto: impose scalar context on XSUB return values David Mitchell 2 files changed, 61 insertions(+), 3 deletions(- https://github.com/Perl/perl5/commit/afb1c797c72c2f57 Martian commit 9fc601d78f171bfda16e774e6b445a6565acb107 1 commit. 1 unique author. 1 unique committer. Snapshot: http://github.com/Perl/perl5/tarball/9fc601d78f171bfd feature.pm: Add avail start version for module_true Karl Williamson 2 files changed, 4 insertions(+) https://github.com/Perl/perl5/commit/9fc601d78f171bfd Ignored 87 GitHub auto-generated merge commits