Front page | perl.perl5.porters |
Postings from November 2022
Perl 5 Commit Summary
Thread Previous
From:
Perl 5 commit summary
Date:
November 9, 2022 03:11
Subject:
Perl 5 Commit Summary
Message ID:
20221109031128.391A5443C6@dromedary.p5h.org
Perl 5 commit summary, activity since Saturday
Current branch blead
33 commits. 7 unique authors. 3 unique committers.
21 files changed, 3549 insertions(+), 3238 deletions(-)
Thanks, applied: Yves Orton (20) James E Keenan (6)
Snapshot: http://github.com/Perl/perl5/tarball/ae2b6712d6e12bc3
pod/perlhacks.pod - document TEST_ARGS and make win32 perl use it too
Yves Orton 3 files changed, 24 insertions(+), 8 deletions(-
https://github.com/Perl/perl5/commit/ae2b6712d6e12bc3
ParseXS - fix todo tests to match the correct filename
Yves Orton 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/6d4ab294f12024ec
perldelta for 545d499045, 42d0708bf6, a1aa0ce9693, 4f8b3850b207
Tony Cook 1 file changed, 22 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/82da20dfc9a6b5dd
bump $Storable::VERSION
Tony Cook 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/311669f7128fe593
make store_hook() handle regular expression objects
Tony Cook 2 files changed, 31 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/42d0708bf6b7cda4
improve error reporting by store_hook() on an unknown type
Tony Cook 2 files changed, 38 insertions(+), 6 deletions(-
https://github.com/Perl/perl5/commit/545d49904504b404
allow porting/corelist.t to be run from root
Yves Orton 1 file changed, 3 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/36667169c25b9dda
Test case where different functions are declared
James E Keenan 3 files changed, 52 insertions(+), 12 deletions(
https://github.com/Perl/perl5/commit/364f702503818689
Add TODO-ed test for duplicate warning
James E Keenan 1 file changed, 17 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/3c86ee6e48da0f71
Add test file contributed in GH 19661
E. Choroba 2 files changed, 24 insertions(+)
https://github.com/Perl/perl5/commit/fd54965300ba43b0
buildtoc: Add error check
Karl Williamson 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/b65a15b678acb393
Update Data::Dumper synopsis
Elvin Aslanov 1 file changed, 3 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/a0a15662a9734b83
regen/regcomp.pl - add more detail on what the script does and list its inpu
Yves Orton 2 files changed, 36 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/51135966bced7eb8
Generate opcode.h, opnames.h
Branislav Zahradník 2 files changed, 2944 insertions(+), 2962 deleti
https://github.com/Perl/perl5/commit/3c544c1f6ee292e1
Refactor opcode.pl - with c99 array init index comments are not necessary
Branislav Zahradník 1 file changed, 4 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/f6405b442f40de7d
Refactor opcode.pl - use c99 array initialization (using op enum)
Branislav Zahradník 1 file changed, 45 insertions(+), 11 deletions(-
https://github.com/Perl/perl5/commit/ab28d7212b78f91f
Refactor opcode.pl - use INIT() macro instead of #ifdef/#endif
Branislav Zahradník 1 file changed, 11 insertions(+), 29 deletions(-
https://github.com/Perl/perl5/commit/7d6820a7bf5204bb
Refactor opcode.pl - let INIT() macro to accept expressions with comma(s)
Branislav Zahradník 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/87b8f6cdf21ec72b
Refactor opcode.pl - B/Op_private.pm - move generator code to function
Branislav Zahradník 1 file changed, 17 insertions(+), 14 deletions(-
https://github.com/Perl/perl5/commit/8fdca06d4c48713a
Refactor opcode.pl - pp_proto.h - move generator code to function
Branislav Zahradník 1 file changed, 27 insertions(+), 15 deletions(-
https://github.com/Perl/perl5/commit/3892d1b9862e0060
Refactor opcode.pl - opnames.h - unglobalize output handle
Branislav Zahradník 1 file changed, 24 insertions(+), 16 deletions(-
https://github.com/Perl/perl5/commit/6670cf877529cd66
Refactor opcode.pl - opnames.h - move epilogue into function
Branislav Zahradník 1 file changed, 7 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/a2a8c684743f1579
Refactor opcode.pl - opnames.h - move opcode predicates into function
Branislav Zahradník 1 file changed, 46 insertions(+), 45 deletions(-
https://github.com/Perl/perl5/commit/270bbd1c301c90e4
Refactor opcode.pl - opnames.h - move enum generator into function
Branislav Zahradník 1 file changed, 22 insertions(+), 10 deletions(-
https://github.com/Perl/perl5/commit/8931876f3f0269b3
Refactor opcode.pl - opcode.h - unglobalize output handle
Branislav Zahradník 1 file changed, 44 insertions(+), 32 deletions(-
https://github.com/Perl/perl5/commit/716e19d0e378dcac
Refactor opcode.pl - opcode.h - move PL_opargs into function
Branislav Zahradník 1 file changed, 64 insertions(+), 43 deletions(-
https://github.com/Perl/perl5/commit/9fe99adfe6cb8cd0
Refactor opcode.pl - opcode.h - move PL_check into function
Branislav Zahradník 1 file changed, 21 insertions(+), 14 deletions(-
https://github.com/Perl/perl5/commit/34d5654168532f17
Refactor opcode.pl - opcode.h - move PL_ppaddr into function
Branislav Zahradník 1 file changed, 31 insertions(+), 25 deletions(-
https://github.com/Perl/perl5/commit/ebcc4fd44d17217a
Refactor opcode.pl - opcode.h - move opnames into function
Branislav Zahradník 1 file changed, 45 insertions(+), 43 deletions(-
https://github.com/Perl/perl5/commit/f304415ff0355af3
Refactor opcode.pl - opcode.h - move defines into function
Branislav Zahradník 1 file changed, 39 insertions(+), 38 deletions(-
https://github.com/Perl/perl5/commit/1a0b7cbe5800b38d
Refactor opcode.pl - opcode.h - move prologue into function
Branislav Zahradník 1 file changed, 12 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/07c46395b8b3ee8b
Refactor opcode.pl - required little bit newer perl
Branislav Zahradník 1 file changed, 3 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/70fbb41dda82257e
Refactor opcode.pl - untabify
Branislav Zahradník 1 file changed, 40 insertions(+), 40 deletions(-
https://github.com/Perl/perl5/commit/0490d6816e266e89
Current branch smoke-me/khw-threads
20 commits. 1 unique author. 1 unique committer.
31 files changed, 3837 insertions(+), 3559 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/da18540b43d59a18
more
Karl Williamson 3 files changed, 4 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/da18540b43d59a18
fix radix without lconv
Karl Williamson 1 file changed, 1 insertion(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/bf9b2d5c9348c6e5
more locale_threads
Karl Williamson 1 file changed, 173 insertions(+), 117 deletions
https://github.com/Perl/perl5/commit/56c268111481f1a5
loc_tools better norm
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/2817aea702928fd0
workaround win32 bug
Karl Williamson 1 file changed, 43 insertions(+), 10 deletions(-
https://github.com/Perl/perl5/commit/110f768efb1068aa
locale.c: Rmv unnecessary parameter from static function
Karl Williamson 4 files changed, 6 insertions(+), 11 deletions(-
https://github.com/Perl/perl5/commit/487ae94de24d99b1
wrap
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/2401db84f1187d1d
Karen Etheridge, Dagfin
Karl Williamson 1 file changed, 70 insertions(+), 51 deletions(-
https://github.com/Perl/perl5/commit/9cc2a42578196999
locale_threads debug
Karl Williamson 1 file changed, 93 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/ed6fd9ff7b716a06
l
Karl Williamson 1 file changed, 9 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/e4110ff2c6ca3840
locale_threads.t
Karl Williamson 1 file changed, 1047 insertions(+), 48 deletions
https://github.com/Perl/perl5/commit/569117b4080f402b
POSIX.xs Maybe fix up pod
Karl Williamson 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/20cd0a446e4ac16a
XXX perl.h: Debugging mutex lock'
Karl Williamson 1 file changed, 17 insertions(+)
https://github.com/Perl/perl5/commit/86b7a2edd8118d0a
XXX prob drop; done before anything so no races
Karl Williamson 1 file changed, 5 insertions(+)
https://github.com/Perl/perl5/commit/106b7f3c9549de2f
use mvrtowc lock
Karl Williamson 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/d3e4a67c62a4c7db
XXX locale.c: Notes to self to investigate
Karl Williamson 1 file changed, 20 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/2ec2e6fb47701ca0
XXX flesh out msg: Add STDIZED_MUTEX_LOCK
Karl Williamson 2 files changed, 47 insertions(+), 17 deletions(
https://github.com/Perl/perl5/commit/7dd4e0ba56124d59
locale.c white-space, comment, pod, C99 only
Karl Williamson 1 file changed, 215 insertions(+), 207 deletions
https://github.com/Perl/perl5/commit/6db70d810c308feb
locale.c Move some code to more appropriate place
Karl Williamson 1 file changed, 6 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/b9855f9385424b3a
Fix POSIX::strxfrm()
Karl Williamson 6 files changed, 73 insertions(+), 22 deletions(
https://github.com/Perl/perl5/commit/3b6aeb494cd61172
Current branch smoke-me/khw-upgrade
1 commit. 1 unique author. 1 unique committer.
24 files changed, 3532 insertions(+), 3362 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/d932d836e84badcb
utf8::upgrade: Don't coerce undef arg
Karl Williamson 2 files changed, 16 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/d932d836e84badcb
Current branch yves/ws_cleanup_headers
30 commits. 1 unique author. 1 unique committer.
95 files changed, 6147 insertions(+), 4619 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/25725c64af87619c
WS Cleanup Stage #10 - reflow C comments (2)
Yves Orton 17 files changed, 479 insertions(+), 294 deletio
https://github.com/Perl/perl5/commit/25725c64af87619c
WS Cleanup Stage #9 - reformat structs
Yves Orton 16 files changed, 785 insertions(+), 785 deletio
https://github.com/Perl/perl5/commit/bc7e6fbbfd8f6480
WS Cleanup Stage #8 - join short continuations
Yves Orton 11 files changed, 58 insertions(+), 96 deletions
https://github.com/Perl/perl5/commit/9ffa0dc8db33d2b3
WS Cleanup Stage #7 - line up simple defs
Yves Orton 45 files changed, 4889 insertions(+), 4889 delet
https://github.com/Perl/perl5/commit/76d3dbcbd8b0c1a0
WS Cleanup Stage #6 - reflow C comments (1)
Yves Orton 51 files changed, 5429 insertions(+), 5777 delet
https://github.com/Perl/perl5/commit/bd95ea6a05fbcb8f
WS Cleanup Stage #5 - break long define
Yves Orton 29 files changed, 426 insertions(+), 209 deletio
https://github.com/Perl/perl5/commit/06d6f856a03a4faa
WS Cleanup Stage #4 - fix line continuation and related ws issues
Yves Orton 36 files changed, 4362 insertions(+), 4362 delet
https://github.com/Perl/perl5/commit/cf57fd4a6475c5a7
WS Cleanup Stage #3 - break multiline define
Yves Orton 26 files changed, 758 insertions(+), 526 deletio
https://github.com/Perl/perl5/commit/07a3177277bd398c
WS Cleanup Stage #2 - remove right stars from comments
Yves Orton 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/0aea374408179461
WS Cleanup Stage #1 - simple ws fixups
Yves Orton 38 files changed, 3967 insertions(+), 3968 delet
https://github.com/Perl/perl5/commit/dd561ccc4124f6cb
perl.h - break up * lined comment leaders and pod comments
Yves Orton 2 files changed, 11 insertions(+), 5 deletions(-
https://github.com/Perl/perl5/commit/ad55a53efe06ecb4
gv.h - mark the unused GVf flag with a RESERVED define
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/33663075b9667771
op_reg_common.h - break long defines
Yves Orton 1 file changed, 14 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/65eef621b22c6910
EXTERN.h - Add whitespace to comment to make more readable
Yves Orton 1 file changed, 5 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/adef511c19f027eb
cv.h - remove left sidecomment star
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/b79955a86d036a2a
util.h - remove slash to make line easier to autowrap later
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/d4af4a8a0837bcf1
regen/regcomp.pl - deal with multiline comment
Yves Orton 1 file changed, 15 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/decb12149ca1651a
zaphod32_hash.h - rework comment to be more legible
Yves Orton 1 file changed, 11 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/20b5abea0aa7f7d5
intrpvar.h - reword comment to be easier to understand and wrap.
Yves Orton 1 file changed, 2 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/786484c7d3c3a305
pad.h - reword comment to be more legible
Yves Orton 1 file changed, 3 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/5aa1ca03acb9498e
intrpvar.h - break comment over multiple lines
Yves Orton 1 file changed, 5 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/d70eb7f02ebc8145
handy.h - fix typo in comment
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/48e625667652cc6f
utfebcdic.h - fix comment indent
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/d6a81c18925345c4
handy.h - join a comment together into one line
Yves Orton 1 file changed, 1 insertion(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/ae0d07ff1b746c59
cop.h - fix incorrect var name in comment (PL_in_eval)
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/c01cbf1e7dba16ca
perlio.h - break long comment line
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/692ba0cb3995b218
handy.h - remove unused macros
Yves Orton 1 file changed, 7 deletions(-)
https://github.com/Perl/perl5/commit/4addb626fc2761bb
XSUB.h - line up properly
Yves Orton 1 file changed, 9 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/76c64ff8c77b5f75
XS-APItest/t/locale.t - deal with indented values properly
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/973818450085ba25
regen/regcomp.pl - make robust to line continuations in header files
Yves Orton 1 file changed, 26 insertions(+), 19 deletions(-
https://github.com/Perl/perl5/commit/e56662350ea9ee09
New branch yves/bizarre_callstack
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/f12835feac171b60
this produces an insanely wrong callstack
Yves Orton 3 files changed, 14 insertions(+), 7 deletions(-
https://github.com/Perl/perl5/commit/f12835feac171b60
New branch yves/parsexs
6 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/386a635cc666810c
ParseXS - version bump to 3.48 and test perlxs.pod has the right version
Yves Orton 12 files changed, 30 insertions(+), 12 deletions
https://github.com/Perl/perl5/commit/386a635cc666810c
ParseXS - allow symbolic alias of default function
Yves Orton 3 files changed, 20 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/0b3c72025ab4883e
ParseXS - better support for duplicate ALIASes
Yves Orton 6 files changed, 194 insertions(+), 11 deletions
https://github.com/Perl/perl5/commit/e92de99d5cd76580
ParseXS - handle #else and #endif without blank line prefixes
Yves Orton 4 files changed, 65 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/ad832f4bdad8042a
ParseXS - sort things that might produce output
Yves Orton 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/8f247a797f3f45c9
ParseXS - fix todo tests to match the correct filename
Yves Orton 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/ed78b698b9686cd3
Deleted branch smoke-me/jkeenan/parsexs-gh19661-20220704
Deleted branch yves/document_test_args
Deleted branch yves/fixup_corelist_in_root_dir
Deleted branch yves/regen_recomp_pl_comments
Martian commit 4b9027842764b35713ad1b832b3f6a38bf17a5b8
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/4b9027842764b357
pod/perlhacks.pod - document TEST_ARGS and make win32 perl use it too
Yves Orton 3 files changed, 24 insertions(+), 8 deletions(-
https://github.com/Perl/perl5/commit/4b9027842764b357
Ignored 62 GitHub auto-generated merge commits
Thread Previous