Front page | perl.perl5.porters |
Postings from August 2023
Perl 5 Commit Summary
Thread Next
From:
Perl 5 commit summary
Date:
August 23, 2023 03:11
Subject:
Perl 5 Commit Summary
Message ID:
20230823031135.872AEB1407@dromedary.p5h.org
Perl 5 commit summary, activity since Saturday
Current branch blead
40 commits. 9 unique authors. 7 unique committers.
81 files changed, 1632 insertions(+), 1056 deletions(-)
Net code removal: James E Keenan (3 lines)
Thanks, applied: Paul Evans (2) Tony Cook (1) James E Keenan (1)
Karl Williamson (1)
Snapshot: http://github.com/Perl/perl5/tarball/225d64bc50818556
loc_tools: Handle ignored positional categories
Karl Williamson 1 file changed, 28 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/225d64bc50818556
Fix ignoring locale categories
Karl Williamson 6 files changed, 394 insertions(+), 37 deletions
https://github.com/Perl/perl5/commit/d3966372b48fd82a
locale_table.h: Use CTYPE instead of LC_CTYPE, etc
Karl Williamson 3 files changed, 27 insertions(+), 22 deletions(
https://github.com/Perl/perl5/commit/7c6d23b7585d4376
Move code from perl.h to locale_table.h
Karl Williamson 2 files changed, 87 insertions(+), 57 deletions(
https://github.com/Perl/perl5/commit/ee5d3da4901872af
locale.c: Change name of macro formal parameter
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/d0ce9562107310d6
switch_locale_context: Add aTHX
Karl Williamson 8 files changed, 44 insertions(+), 27 deletions(
https://github.com/Perl/perl5/commit/6e13fe3b438e4955
locale.c: Change DEBUG statements to include non-0 errno
Karl Williamson 1 file changed, 39 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/0f3f89d1add9d562
locale.c: Move a macro definition earlier in the file
Karl Williamson 1 file changed, 6 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/f5fd83d629966da8
perldelta for 72d0a0a0ea
Tony Cook 1 file changed, 4 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/8fc9ef8326921230
t/op/magic.t: handle busybox ps
Tony Cook 1 file changed, 6 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/72d0a0a0eaacc085
various: timespec/timeval.tv_sec is time_t, not long, according to POSIX
Alexander Kanavin 5 files changed, 6 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/abe403b1902de63c
intrpvar.h: Comments
Karl Williamson 1 file changed, 8 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/19a602a27f1befa0
intrpvar.h: Initialize two variables
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/1f2e6db5b11f90df
Suppress -Wunused_variable warning during 'make'
James E Keenan 1 file changed, 1 insertion(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/1892bf8c3ca0bdfe
Prepare Module::CoreList for 5.39.3
Paul "LeoNerd" Evans 3 files changed, 25 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/54b961a5767a834a
remove template content from perl5390delta
Graham Knop 1 file changed, 1 insertion(+), 393 deletions(-)
https://github.com/Perl/perl5/commit/e428e4926379aac6
Bump version in lib/B/Op_private.pm for 5.39.3
Paul "LeoNerd" Evans 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/77bdbfbd05cb8534
Fix version in latest added epigraph for 5.39.2
Paul "LeoNerd" Evans 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/528827f29e4ca70b
Bump version for 5.39.3
Paul "LeoNerd" Evans 17 files changed, 122 insertions(+), 122 deletio
https://github.com/Perl/perl5/commit/0e2004378bcee7cd
New perldelta for 5.39.3
Paul "LeoNerd" Evans 10 files changed, 625 insertions(+), 173 deletio
https://github.com/Perl/perl5/commit/7a3daaa5773cb620
Tick release 5.39.2
Paul "LeoNerd" Evans 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/c391b9482f640b45
Add epigraph for 5.39.2
Paul "LeoNerd" Evans 1 file changed, 9 insertions(+)
https://github.com/Perl/perl5/commit/03bf7f48bf8e2e88
Merge branch 'release-5.39.2' into blead
Paul "LeoNerd" Evans 2 parents
https://github.com/Perl/perl5/commit/9d2ef8261d8c496c
Add 5.39.2 to perlhist.pod
Paul "LeoNerd" Evans 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/e246fd63c3ad4034
Updated pod/perldelta.pod for 5.39.2
Paul "LeoNerd" Evans 1 file changed, 98 insertions(+), 260 deletions(
https://github.com/Perl/perl5/commit/f099705bda9e264d
Update Module::CoreList for 5.39.2
Paul "LeoNerd" Evans 1 file changed, 134 insertions(+)
https://github.com/Perl/perl5/commit/afaa63ec76d6e4d2
perldelta.pod: Fix POD formatting '= item'
Paul "LeoNerd" Evans 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/292a7135a54eb726
perldelta: Document new sv_strftime_foo functions
Karl Williamson 1 file changed, 7 insertions(+)
https://github.com/Perl/perl5/commit/6f8fa8373791a06a
POSIX: time.t: Add missing arg to shift
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/1b1c4d94ee78046f
Add the next few months of volunteers to Porting/release_schedule.pod
Paul "LeoNerd" Evans 1 file changed, 5 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/b13b7a24d7ed748e
Add perldelta for Serenity OS support
Leon Timmermans 1 file changed, 4 insertions(+)
https://github.com/Perl/perl5/commit/82ce6c999f66fc86
Porting/corelist-perldelta.pm: Fix name of IO::Compress module (not dist)
Paul "LeoNerd" Evans 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/b44a5a6c3467ebb6
cpan/IO-Socket-IP - Update to version 0.42
Paul Evans 28 files changed, 156 insertions(+), 178 deletio
https://github.com/Perl/perl5/commit/6ce03f50fc73c9cd
Decustomize entry for IO::Socket::IP
James E Keenan 1 file changed, 4 deletions(-)
https://github.com/Perl/perl5/commit/ccaf6336a7e49eb6
perlguts: examples of ops being made PERL_RC_STACK
David Mitchell 1 file changed, 5 insertions(+)
https://github.com/Perl/perl5/commit/9ba4b38b0a4a6842
perlguts - tweak PERL_RC_STACK version status
David Mitchell 1 file changed, 4 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/dfe607e313e07d1f
perldelta entry for PERL_RC_STACK
David Mitchell 1 file changed, 10 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/7d85baec6d05a8d0
S_find_locale_from_environment(): Combine logic
Karl Williamson 1 file changed, 67 insertions(+), 48 deletions(-
https://github.com/Perl/perl5/commit/b78c98a142651aa1
S_find_locale_from_environment(): Add comments
Karl Williamson 1 file changed, 54 insertions(+), 36 deletions(-
https://github.com/Perl/perl5/commit/5464381209a433b4
S_find_locale_from_environment(): Change var name
Karl Williamson 1 file changed, 8 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/f92d61a1262b859d
New branch haarg/fix-perl5390delta
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/e88531a0be43ca9c
remove template content from perl5390delta
Graham Knop 1 file changed, 1 insertion(+), 393 deletions(-)
https://github.com/Perl/perl5/commit/e88531a0be43ca9c
New branch tonyc/codeql
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/612e5227236093e8
add codeql support
Tony Cook 1 file changed, 57 insertions(+)
https://github.com/Perl/perl5/commit/612e5227236093e8
Deleted branch smoke-me/jkeenan/prepare-io-socket-ip-synch-20230816
Martian commit e4eabf768bbc3964e9ab490021554ecd1c579c83
5 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/e4eabf768bbc3964
loc_tools: Handle ignored positional categories
Karl Williamson 1 file changed, 28 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/e4eabf768bbc3964
Fix ignoring locale categories
Karl Williamson 6 files changed, 394 insertions(+), 37 deletions
https://github.com/Perl/perl5/commit/36b8b0a2e4aa9403
locale_table.h: Use CTYPE instead of LC_CTYPE, etc
Karl Williamson 3 files changed, 27 insertions(+), 22 deletions(
https://github.com/Perl/perl5/commit/0b7e97e0ef914847
Move code from perl.h to locale_table.h
Karl Williamson 2 files changed, 87 insertions(+), 57 deletions(
https://github.com/Perl/perl5/commit/aea241ae202d08ad
locale.c: Change name of macro formal parameter
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/2918710fa9352331
Martian commit 6666be07b084d6069ad0367297d34867aba4a8ba
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/6666be07b084d606
switch_locale_context: Add aTHX
Karl Williamson 8 files changed, 44 insertions(+), 27 deletions(
https://github.com/Perl/perl5/commit/6666be07b084d606
Martian commit d67c829fd931b19161f641dfcf6f330a323fcc8a
2 commits. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (2)
Snapshot: http://github.com/Perl/perl5/tarball/d67c829fd931b191
Add 2 pragmas, and scope globals with "our".
Elvin Aslanov 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/d67c829fd931b191
Maintainers.pl: use strict/warnings with "our"
Elvin Aslanov 1 file changed, 7 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/ee35ad8519d58f44
Martian commit c71936a7b011177345c3843f0cff2a8e6a04401c
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/c71936a7b0111773
Don't try to free an already-freed SV.
Nathan Mills 2 files changed, 8 insertions(+)
https://github.com/Perl/perl5/commit/c71936a7b0111773
Martian commit 326d56e5b05dcc4e8f5284c080561960b62d15a7
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/326d56e5b05dcc4e
newSTATEOP(): copy cop_features of PL_curcop into returned COP
Paul "LeoNerd" Evans 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/326d56e5b05dcc4e
Martian commit bc6e83cef73b32e723480519dd4fae9d43b46be5
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/bc6e83cef73b32e7
Suppress -Wunused_variable warning during 'make'
James E Keenan 1 file changed, 1 insertion(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/bc6e83cef73b32e7
Martian commit ebde830f55db476128b428e3261eaf72a82284dc
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/ebde830f55db4761
Add the next few months of volunteers to Porting/release_schedule.pod
Paul "LeoNerd" Evans 1 file changed, 5 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/ebde830f55db4761
Martian commit 6e77ef5434ed0d857c80dcc6de740aa2c6add863
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/6e77ef5434ed0d85
Porting/corelist-perldelta.pm: Fix name of IO::Compress module (not dist)
Paul "LeoNerd" Evans 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/6e77ef5434ed0d85
Martian commit 4bd16243924ae94a4722a5e64a763ebce25ada7c
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/4bd16243924ae94a
perldelta: Document new sv_strftime_foo functions
Karl Williamson 1 file changed, 7 insertions(+)
https://github.com/Perl/perl5/commit/4bd16243924ae94a
Martian commit 60dd1186793f7db6cdcd01ba009423d88d16752f
2 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/60dd1186793f7db6
intrpvar.h: Comments
Karl Williamson 1 file changed, 8 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/60dd1186793f7db6
intrpvar.h: Initialize two variables
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/fa9a3aa93427a328
Martian commit 507e83e224f360b5378356336bd93e3b01f4f05a
2 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/507e83e224f360b5
locale.c: Change DEBUG statements to include non-0 errno
Karl Williamson 1 file changed, 39 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/507e83e224f360b5
locale.c: Move a macro definition earlier in the file
Karl Williamson 1 file changed, 6 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/d2052e7e9c7f4895
Martian commit fb2d612bcf1db7739bff13520119b596013c4a69
3 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/fb2d612bcf1db773
S_find_locale_from_environment(): Combine logic
Karl Williamson 1 file changed, 67 insertions(+), 48 deletions(-
https://github.com/Perl/perl5/commit/fb2d612bcf1db773
S_find_locale_from_environment(): Add comments
Karl Williamson 1 file changed, 54 insertions(+), 36 deletions(-
https://github.com/Perl/perl5/commit/fc6c3d0d469076a8
S_find_locale_from_environment(): Change var name
Karl Williamson 1 file changed, 8 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/8634408da718c29c
Ignored 46 GitHub auto-generated merge commits
Thread Next