Front page | perl.perl5.porters |
Postings from June 2022
Perl 5 Commit Summary
Thread Previous
From:
Perl 5 commit summary
Date:
June 22, 2022 03:11
Subject:
Perl 5 Commit Summary
Message ID:
20220622031128.91FD8AFF3A@dromedary.p5h.org
Perl 5 commit summary, activity since Saturday
Current branch blead
67 commits. 8 unique authors. 8 unique committers.
93 files changed, 16563 insertions(+), 14787 deletions(-)
Thanks, applied: Paul Evans (4) xenu (3) Tony Cook (2) Karl Williamson (1)
Snapshot: http://github.com/Perl/perl5/tarball/fb063fda93bc6af6
use the cygwin install action instead of choco
Tony Cook 1 file changed, 6 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/fb063fda93bc6af6
Also log CopSTASHPV
Paul "LeoNerd" Evans 1 file changed, 3 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/8bde4793b8b1dfdd
Add a PERL_MEM_LOG=c option
Paul "LeoNerd" Evans 3 files changed, 37 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/467fdaa25ef3a55b
SvRTRIM: Ensure param eval'd exactly once
Karl Williamson 1 file changed, 10 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/34e6ab8ffa5a21ac
PERL_IS_UTF8_CHAR_DFA: Ensure params evaluated once
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/5da55c47184ab936
Bump Data-Dumper version
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/83a43a3dfcd8cab9
Change !! to cBOOL() in dist/ext modules
Karl Williamson 8 files changed, 8 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/bee89daf933d7c27
Update release_announcement_template.txt for next year's release
Matthew Horsfall 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/d053030d69f0e7e8
Prepare Module::CoreList for 5.37.2
Matthew Horsfall 3 files changed, 29 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/d316519608a8c33b
Dump perl version everywhere to 5.37.2
Matthew Horsfall 19 files changed, 124 insertions(+), 124 deletio
https://github.com/Perl/perl5/commit/debac2c8a1c90bed
New perldelta for 5.37.2
Matthew Horsfall 10 files changed, 680 insertions(+), 231 deletio
https://github.com/Perl/perl5/commit/1b34940f3652c4cd
release_schedule.pod: Tick off v5.37.1 release
Matthew Horsfall 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/2412fa398868161d
Update epigraphs.pod for 5.37.1
Matthew Horsfall 1 file changed, 9 insertions(+)
https://github.com/Perl/perl5/commit/c372cffd472c5bed
perldelta: Fix link to perlintern
Matthew Horsfall 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/a33f7527640f5a66
Add 5.37.0 and 5.37.1 to perlhist
Matthew Horsfall 1 file changed, 3 insertions(+)
https://github.com/Perl/perl5/commit/f153e2d3a96e4883
perldelta: Fix github link
Matthew Horsfall 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/b85dc86e522d955d
perldelta: Update modules from Module::CoreList, and finalize
Matthew Horsfall 1 file changed, 51 insertions(+), 21 deletions(-
https://github.com/Perl/perl5/commit/d0d1998bbea5aacf
Updated Module::CoreList for 5.37.1
Matthew Horsfall 3 files changed, 55 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/0ba8f92c15e61ccc
perlport: Mention Ultrix is no longer supported
Matthew Horsfall 1 file changed, 12 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/e704455b07aea2b6
Update AUTHORS list for 5.37.1
Matthew Horsfall 2 files changed, 10 insertions(+), 4 deletions(-
https://github.com/Perl/perl5/commit/a1c2012b3995f7d2
perldelta: Get perldelta cleaned up and ready for 5.37.1
Matthew Horsfall 1 file changed, 24 insertions(+), 221 deletions(
https://github.com/Perl/perl5/commit/97b0fceb9ebe000b
perldelta: Add some perldelta changes from 5.37.0 to now
Matthew Horsfall 1 file changed, 155 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/60dd6d1f6dff42e7
Add perldelta for new 'catch block requires a (VAR)' syntax error message
Paul "LeoNerd" Evans 1 file changed, 3 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/af62fed4c737e775
davem's perldelta entries for 5.37.1
David Mitchell 1 file changed, 6 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/2bec5ae68efb1cfd
Adjust comments in op.c and peep.c about the files' contents
Paul "LeoNerd" Evans 2 files changed, 6 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/73a563cd91caa3cf
Add (C) declaration and an opening quote to peep.c
Paul "LeoNerd" Evans 1 file changed, 19 insertions(+)
https://github.com/Perl/perl5/commit/71cce76e8fa4392b
Split optree optimizer and finalizer from op.c into new peep.c
Paul "LeoNerd" Evans 10 files changed, 12203 insertions(+), 12152 del
https://github.com/Perl/perl5/commit/aabe6c182e491857
Move the handy OpTYPE_set() macro out of op.c into op.h where other code can
Paul "LeoNerd" Evans 2 files changed, 8 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/1ea34a4b9664a7c2
[MERGE] exception issues
David Mitchell 2 parents
https://github.com/Perl/perl5/commit/2c8b8b71354d7e18
cop.h: fix je_mustcatch code comment.
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/5bfa3d726d044afe
t/op/catch.t: add comments explaining its purpose
David Mitchell 1 file changed, 6 insertions(+)
https://github.com/Perl/perl5/commit/9d1ea90bdc34326f
s/JUMPENV/JMPENV/g
David Mitchell 4 files changed, 7 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/a8c38aeb02f54027
perlinterp.pod: rewrite Exception handing section
David Mitchell 1 file changed, 183 insertions(+), 101 deletions
https://github.com/Perl/perl5/commit/c4ac568bb31f6eac
pp_ctl.c: revamp S_docatch() and docs
David Mitchell 1 file changed, 100 insertions(+), 17 deletions(
https://github.com/Perl/perl5/commit/a6ceaeb95aed5748
fix panic from eval {} inside /(?{...})/
David Mitchell 2 files changed, 15 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/5fd637ce8c4db075
locale.c Make a char * variable const
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/b0fb28a3e3d7c4be
locale.c: querylocale() doesn't work on LC_ALL
Karl Williamson 5 files changed, 186 insertions(+), 92 deletions
https://github.com/Perl/perl5/commit/d92b203c32512540
locale.c: Create new convenience macro
Karl Williamson 2 files changed, 33 insertions(+), 8 deletions(-
https://github.com/Perl/perl5/commit/67c13e2e52564336
perl.h: Expand scope of cpp conditional
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/e8d6380f3c8d4c6f
locale.c: Remove exploratory code
Karl Williamson 1 file changed, 47 deletions(-)
https://github.com/Perl/perl5/commit/458cddf75c7800df
locale.c: Use low level macros at low level
Karl Williamson 1 file changed, 14 insertions(+), 10 deletions(-
https://github.com/Perl/perl5/commit/996e6b9e17bebd71
Perl_setlocale(): Same code for all param2 == NULL
Karl Williamson 1 file changed, 26 insertions(+), 22 deletions(-
https://github.com/Perl/perl5/commit/0bb379424f96daa3
locale.c: Use a function table to simplify code
Karl Williamson 4 files changed, 77 insertions(+), 76 deletions(
https://github.com/Perl/perl5/commit/c7dc1ea8f2e8d3c4
locale.c: Add panic check/message
Karl Williamson 4 files changed, 59 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/94202fb81e1987cd
locale.c: Add setlocale() return context macros
Karl Williamson 1 file changed, 50 insertions(+), 33 deletions(-
https://github.com/Perl/perl5/commit/3980cddbd2d5dbb0
locale.c: Add a convenience #define
Karl Williamson 1 file changed, 4 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/434e00693938d5f8
locale.c: Generalize certain Win32 calls
Karl Williamson 1 file changed, 11 insertions(+), 11 deletions(-
https://github.com/Perl/perl5/commit/9b271b938aa912ac
locale.c: Create new macros for just querying locale
Karl Williamson 1 file changed, 29 insertions(+), 27 deletions(-
https://github.com/Perl/perl5/commit/a683a66af6c38423
locale.c: #define some macros in terms of a base one
Karl Williamson 1 file changed, 5 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/f996b1305c367d31
locale.c: Remove spaces around a '##' preprocessor directive
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/db30913c80db7a48
locale.c: Outdent previous commit
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/0063a6bf0c713aa3
locale.c: Separate query part of emulate_setlocale()
Karl Williamson 4 files changed, 66 insertions(+), 58 deletions(
https://github.com/Perl/perl5/commit/935c09ec7e930bf0
locale.c: Move fcn within file
Karl Williamson 1 file changed, 42 insertions(+), 42 deletions(-
https://github.com/Perl/perl5/commit/54ddc3dd881af3e4
locale.c: Comment clarifications, white space
Karl Williamson 1 file changed, 335 insertions(+), 208 deletions
https://github.com/Perl/perl5/commit/fe1c14942b81da8e
Rmv stray line mistakenly introduced in d4dc074d701
Karl Williamson 1 file changed, 1 insertion(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/5bdad801a7181c1f
perlapi: Note PERL_NO_GET_CONTEXT exists in perlguts
Karl Williamson 1 file changed, 3 insertions(+)
https://github.com/Perl/perl5/commit/405784751090c0e9
perlapi: Note PERL_GCC_BRACE_GROUPS_FORBIDDEN exists
Karl Williamson 1 file changed, 7 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/d4dc074d7016949e
Remove a stray period from the usage output
Ed Sabol 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/feb4200c8b05dbe7
Ed Sabol is now a Perl author
Tomasz Konojacki 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/f6f28a81d64fd1d1
Remove usage of old package separator.
Nicolas Mendoza 1 file changed, 9 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/be0c7bd7b2916b73
Follow on to 6d21409fd4b749511b9ec73e2dbaaff513f6eae8
Karl Williamson 11 files changed, 219 insertions(+), 218 deletio
https://github.com/Perl/perl5/commit/1607e3939bf36f62
perlapi: Sort some consolidated entries
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/6d21409fd4b74951
perldiag: ispunct is a libc, section 3, fcn
Karl Williamson 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/b547ceda64809776
perlapi: Split two groups of entries
Karl Williamson 2 files changed, 25 insertions(+), 17 deletions(
https://github.com/Perl/perl5/commit/c1ef49815bd4437b
perlapi: Move two entries to different scn
Karl Williamson 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/2d88603c87ffc41c
hide private functions with __attribute__((visibility("hidden")))
Tomasz Konojacki 18 files changed, 1237 insertions(+), 624 deleti
https://github.com/Perl/perl5/commit/0351a629e71de127
t/porting/libperl.t: don't check for non-public symbols
Tomasz Konojacki 1 file changed, 2 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/2287d33092e0f659
Deleted branch smoke-me/davem/exception_issues
Martian commit 19fcd62438610226c9155b864ee83655437f566e
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/19fcd62438610226
use the cygwin install action instead of choco
Tony Cook 1 file changed, 6 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/19fcd62438610226
Martian commit e91542381d94499dbbd5e2321d5d498604eaf161
2 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/e91542381d94499d
Also log CopSTASHPV
Paul "LeoNerd" Evans 1 file changed, 3 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/e91542381d94499d
Add a PERL_MEM_LOG=c option
Paul "LeoNerd" Evans 3 files changed, 37 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/0ffd640fe55a35c7
Martian commit 445a473befde0e0f1ad9d5c04deaa3759f77631e
4 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/445a473befde0e0f
Adjust comments in op.c and peep.c about the files' contents
Paul "LeoNerd" Evans 2 files changed, 6 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/445a473befde0e0f
Add (C) declaration and an opening quote to peep.c
Paul "LeoNerd" Evans 1 file changed, 19 insertions(+)
https://github.com/Perl/perl5/commit/5d96dcb613e0736b
Split optree optimizer and finalizer from op.c into new peep.c
Paul "LeoNerd" Evans 10 files changed, 12203 insertions(+), 12152 del
https://github.com/Perl/perl5/commit/23f08916f3f5ec48
Move the handy OpTYPE_set() macro out of op.c into op.h where other code can
Paul "LeoNerd" Evans 2 files changed, 8 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/297a3500558663cd
Martian commit 76bb4afbe8acd750914d54bff52631e6b0a5a87a
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/76bb4afbe8acd750
Remove a stray period from the usage output
Ed Sabol 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/76bb4afbe8acd750
Martian commit 02028e13ba13655ad88ef855a5a82c07b922e0fe
2 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/02028e13ba13655a
hide private functions with __attribute__((visibility("hidden")))
Tomasz Konojacki 18 files changed, 1237 insertions(+), 624 deleti
https://github.com/Perl/perl5/commit/02028e13ba13655a
t/porting/libperl.t: don't check for non-public symbols
Tomasz Konojacki 1 file changed, 2 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/f0a909dfea0f8948
Ignored 46 GitHub auto-generated merge commits
Thread Previous