Front page | perl.perl5.porters |
Postings from March 2023
Perl 5 Commit Summary
Thread Previous
From:
Perl 5 commit summary
Date:
March 22, 2023 03:11
Subject:
Perl 5 Commit Summary
Message ID:
20230322031142.069F0B04F9@dromedary.p5h.org
Perl 5 commit summary, activity since Saturday
Current branch blead
56 commits. 3 unique authors. 2 unique committers.
116 files changed, 3175 insertions(+), 1054 deletions(-)
Thanks, applied: Yves Orton (2)
Snapshot: http://github.com/Perl/perl5/tarball/ca54131a969bed4c
t/porting/test_testlist.t - test that we test the same thing with t/harness
Yves Orton 4 files changed, 154 insertions(+), 20 deletions
https://github.com/Perl/perl5/commit/ca54131a969bed4c
t/TEST - rework poor mans getopt
Yves Orton 1 file changed, 24 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/03d84c69373359fc
t/TEST - glob @ARGV after we setup @INC properly (win32 only)
Yves Orton 1 file changed, 13 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/8312884dcdcc6d91
Cast to avoid a signedness-comparison warning
Paul "LeoNerd" Evans 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/3c0bfcec550c59c8
Cast result of hv_store_ent() to (void) to quiet an HPUX compiler warning
Paul "LeoNerd" Evans 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/d2d18d7c6a9fadea
Bump version to 5.37.11, update Module-CoreList
Yves Orton 23 files changed, 151 insertions(+), 126 deletio
https://github.com/Perl/perl5/commit/2a4ab2705a5be419
make sync-with-cpan support dist as well
Yves Orton 1 file changed, 23 insertions(+), 21 deletions(-
https://github.com/Perl/perl5/commit/966386b1d80d391f
New perldelta for 5.37.11
Yves Orton 10 files changed, 786 insertions(+), 334 deletio
https://github.com/Perl/perl5/commit/df94aa3d67b1cf57
release_schedule.pod - update to reflect 5.37.10 is released
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/970b4da358007e29
release_managers_guide.pod - tweak metacpan location to check for the releas
Yves Orton 1 file changed, 7 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/b636707543c66f7a
epigraphs.pod - add epigraph from 5.37.10
Yves Orton 1 file changed, 12 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/15119347e461bd5f
Add new release to perlhist
Yves Orton 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/d62f5d9eddd273f5
perldelta.pod - add more docs on %{^HOOK}, update github links,
Yves Orton 1 file changed, 90 insertions(+), 31 deletions(-
https://github.com/Perl/perl5/commit/4e4d066b0de3becb
Update Module::CoreList for 5.37.10
Yves Orton 1 file changed, 103 insertions(+)
https://github.com/Perl/perl5/commit/03681a4bc77d13b9
update INSTALL
Yves Orton 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/6faeccef23b9e46d
Porting/Maintainers.pl - update Module-CoreList entry to reflect latest on C
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/6efc7c17371cfac2
cpan/libnet - update to version 3.15 and remove old customization info
Yves Orton 18 files changed, 64 insertions(+), 114 deletion
https://github.com/Perl/perl5/commit/6755d87e212e8b23
pod/perldelta.pod - updates for 5.37.10
Yves Orton 2 files changed, 212 insertions(+), 200 deletion
https://github.com/Perl/perl5/commit/655778a2875f291b
embed.fnc - remove redundant deprecate_xxx() macro declarations
Yves Orton 2 files changed, 19 deletions(-)
https://github.com/Perl/perl5/commit/667b5e477c41bf40
regexec.c - convert UNWIND_PAREN() into an inline static function
Yves Orton 4 files changed, 35 insertions(+), 14 deletions(
https://github.com/Perl/perl5/commit/b6b3bfb8b8697405
regexec.c - convert CAPTURE_CLEAR into an inline static function
Yves Orton 4 files changed, 36 insertions(+), 24 deletions(
https://github.com/Perl/perl5/commit/b3703faa10166966
regen/embed.pl - change _aDEPTH and _pDEPTH to not have a leading underbar
Yves Orton 7 files changed, 35 insertions(+), 23 deletions(
https://github.com/Perl/perl5/commit/4d51d5bc07c99bc5
regcomp.c - throw an error if we have more U16_MAX open parens.
Yves Orton 2 files changed, 8 insertions(+)
https://github.com/Perl/perl5/commit/0d5b46c9e4cecc12
regexp.h - document lastcp and cp in regmatch_state
Yves Orton 1 file changed, 91 insertions(+), 74 deletions(-
https://github.com/Perl/perl5/commit/ee28315c4f7ca8c3
t/re/re_tests - fixup version for change
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/4e8d2a44ec279a3e
regcomp.h - document RE_PESSIMISTIC_PARENS and VOLATILE_REF defines
Yves Orton 2 files changed, 52 insertions(+), 4 deletions(-
https://github.com/Perl/perl5/commit/b16c8aa582a2f6fe
pp_ctl.c - don't overallocate paren buffers in rxres_save().
Yves Orton 2 files changed, 6 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/1ed8aa9fdf7c8713
Mark vtbl argument in sv_unmagicext const in PPPort as well
Leon Timmermans 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/7e782439cfcb8fc2
Mark vtbl argument in sv_unmagicext const
Leon Timmermans 3 files changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/4e0f29b2722407db
proto.h - fixup remove unneeded define
Yves Orton 1 file changed, 1 deletion(-)
https://github.com/Perl/perl5/commit/260e30211bacb899
t/porting/deprecation.t - add tests for deprecation documentation and catego
Yves Orton 3 files changed, 260 insertions(+), 112 deletion
https://github.com/Perl/perl5/commit/0144c00009c239ba
perldeprecation.pod - add unscheduled deprecations and add category info
Yves Orton 1 file changed, 52 insertions(+)
https://github.com/Perl/perl5/commit/b3adc681f4ed86f8
perldeprecation.pod - apostrophe as package separator goes away in 5.42
Yves Orton 1 file changed, 8 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/e50498cea0a192da
perldeprecation.pod - add smartmatch deprecation
Yves Orton 1 file changed, 9 insertions(+)
https://github.com/Perl/perl5/commit/53226a9d9ec68b87
diag.t - parse and validate "when" parameter from deprecated_xxx() macros
Yves Orton 1 file changed, 9 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/a455a55aaa6c566a
diag.t - detect use of "deprecate_xxx()" style functions
Yves Orton 2 files changed, 16 insertions(+), 4 deletions(-
https://github.com/Perl/perl5/commit/1b4420e8995b35fc
handy.h - fixup for deprecated warnings and docs
Yves Orton 1 file changed, 37 insertions(+), 21 deletions(-
https://github.com/Perl/perl5/commit/40d8c63c1a036a02
embed.fnc - document deprecate_xxx() macros and add them to handy.h
Yves Orton 4 files changed, 48 insertions(+), 64 deletions(
https://github.com/Perl/perl5/commit/4771d6c6f808a446
regen/warnings.pl - line up categories, put them in date order
Yves Orton 1 file changed, 6 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/2be0f9ab18210566
warnings.pm - add deprecated::version_downgrade category
Yves Orton 6 files changed, 46 insertions(+), 33 deletions(
https://github.com/Perl/perl5/commit/b689ed93d1ae924a
warnings.pm - add deprecated::goto_construct category
Yves Orton 6 files changed, 139 insertions(+), 131 deletion
https://github.com/Perl/perl5/commit/2d8fceed5417cb8f
warnings.pm - add deprecated::delimiter_will_be_paired category
Yves Orton 5 files changed, 39 insertions(+), 25 deletions(
https://github.com/Perl/perl5/commit/71e49ade7b75dfc7
warnings.pm - add deprecated::apostrophe_as_package_separator as new depreca
Yves Orton 5 files changed, 187 insertions(+), 173 deletion
https://github.com/Perl/perl5/commit/25676a74796a9afd
warnings.pm - support deprecated::unicode_property_name category
Yves Orton 5 files changed, 134 insertions(+), 120 deletion
https://github.com/Perl/perl5/commit/25991c51d4866aee
warnings.pm - add deprecated::dot_in_inc warings category
Yves Orton 5 files changed, 78 insertions(+), 65 deletions(
https://github.com/Perl/perl5/commit/21b005c93f9d47fd
warnings.pm - support deprecated::smartmatch category
Yves Orton 5 files changed, 40 insertions(+), 24 deletions(
https://github.com/Perl/perl5/commit/d81b4f9331172ed9
utf8.c - add category parameter to unused warn_on_first_deprecated_use funct
Yves Orton 4 files changed, 8 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/905584a6fe44cfcb
regcomp_internal.h - make unused macros for deprecation warnings take catego
Yves Orton 1 file changed, 11 insertions(+), 11 deletions(-
https://github.com/Perl/perl5/commit/b27367cd9b017368
pp_ctl.c - add support for hooking require.
Yves Orton 25 files changed, 603 insertions(+), 13 deletion
https://github.com/Perl/perl5/commit/93f6f9654a81b66c
scope.c - add mortal_destructor_sv() and mortal_svfunc_x()
Yves Orton 15 files changed, 292 insertions(+), 7 deletions
https://github.com/Perl/perl5/commit/2f920c2f73ae58b7
threads-shared - fixup typo in comment
Yves Orton 2 files changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/98f6c100d916f65d
pod/perldiag.pod - provide full path to issues tracker
Yves Orton 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/c5e777577e67bd04
sv.h - add SvREFCNT_dec_set_NULL()
Yves Orton 5 files changed, 47 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/6dd040ff2f6f01a8
regen/mg_vtable.pl - rename confusing var %sig to %vtable_conf
Yves Orton 1 file changed, 6 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/e2e830cd93e16aed
t/lib/GH_15109 - rename to t/lib/caller
Yves Orton 10 files changed, 35 insertions(+), 35 deletions
https://github.com/Perl/perl5/commit/5753ce0b56169a13
t/TEST - chomp manifest during read
Yves Orton 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/518846582427d710
Current branch yves/curlyx_curlym
1 commit. 1 unique author. 1 unique committer.
146 files changed, 2359 insertions(+), 1049 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/f5f4af45fbc597b6
regcomp.c - Resolve issues clearing buffers in CURLYX (MAJOR-CHANGE)
Yves Orton 8 files changed, 167 insertions(+), 54 deletions
https://github.com/Perl/perl5/commit/f5f4af45fbc597b6
New branch yves/hpux_build_warning_suppression
8 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/b01dd2fbf1e65927
peep.c - ensure deferred_queue is initialized before use
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/b01dd2fbf1e65927
more dumb
Yves Orton 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/1bfa8f4b17a4efca
more dumb
Yves Orton 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/ae38db0cb2eb5c06
still dumb
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/def48d18fca683dc
this is dumb, just testing
Yves Orton 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/0823e644bfad5579
regcom.h - use crazy union/struct to ensure alignment
Yves Orton 7 files changed, 117 insertions(+), 114 deletion
https://github.com/Perl/perl5/commit/32e30eccd62b2cef
regcomp.h - use different struct member names for u8 vs u32 str_len
Yves Orton 1 file changed, 6 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/906d7f0bc4b8eee0
handy.h - suppress "relational operator always evaluates to false" on hpux
Yves Orton 1 file changed, 4 insertions(+)
https://github.com/Perl/perl5/commit/0f896c390048b6aa
Deleted branch yves/deprecation_subcategories
Deleted branch yves/require_hook_rebased
Martian commit 6f013ef46ead5b687656c2a4c6b45e5a8b7215d0
2 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/6f013ef46ead5b68
Cast to avoid a signedness-comparison warning
Paul "LeoNerd" Evans 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/6f013ef46ead5b68
Cast result of hv_store_ent() to (void) to quiet an HPUX compiler warning
Paul "LeoNerd" Evans 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/4ab4b989834adc7d
Martian commit 3c9de11655b794c5c6755efe0008ecc90e117ef5
3 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/3c9de11655b794c5
t/porting/test_testlist.t - test that we test the same thing with t/harness
Yves Orton 4 files changed, 154 insertions(+), 20 deletions
https://github.com/Perl/perl5/commit/3c9de11655b794c5
t/TEST - rework poor mans getopt
Yves Orton 1 file changed, 24 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/986cb142e9a2beb3
t/TEST - glob @ARGV after we setup @INC properly (win32 only)
Yves Orton 1 file changed, 13 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/e484788db2c3ed64
Martian commit 36a0884647f96e24e91395af1015f70f56b8f95b
1 commit. 1 unique author. 1 unique committer.
Net code removal: Yves Orton (19 lines)
Snapshot: http://github.com/Perl/perl5/tarball/36a0884647f96e24
embed.fnc - remove redundant deprecate_xxx() macro declarations
Yves Orton 2 files changed, 19 deletions(-)
https://github.com/Perl/perl5/commit/36a0884647f96e24
Martian commit f77d478532ab9ab28b5b1dc90e4246539715c911
8 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/f77d478532ab9ab2
regexec.c - convert UNWIND_PAREN() into an inline static function
Yves Orton 4 files changed, 35 insertions(+), 14 deletions(
https://github.com/Perl/perl5/commit/f77d478532ab9ab2
regexec.c - convert CAPTURE_CLEAR into an inline static function
Yves Orton 4 files changed, 36 insertions(+), 24 deletions(
https://github.com/Perl/perl5/commit/3372f5901ed384fa
regen/embed.pl - change _aDEPTH and _pDEPTH to not have a leading underbar
Yves Orton 7 files changed, 35 insertions(+), 23 deletions(
https://github.com/Perl/perl5/commit/ce86dd3aa1f214c2
regcomp.c - throw an error if we have more U16_MAX open parens.
Yves Orton 2 files changed, 8 insertions(+)
https://github.com/Perl/perl5/commit/150a193b8fd8381b
regexp.h - document lastcp and cp in regmatch_state
Yves Orton 1 file changed, 91 insertions(+), 74 deletions(-
https://github.com/Perl/perl5/commit/0edf11d75c3e30e4
t/re/re_tests - fixup version for change
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/0024c201fcb2772f
regcomp.h - document RE_PESSIMISTIC_PARENS and VOLATILE_REF defines
Yves Orton 2 files changed, 52 insertions(+), 4 deletions(-
https://github.com/Perl/perl5/commit/a92c736a384ec193
pp_ctl.c - don't overallocate paren buffers in rxres_save().
Yves Orton 2 files changed, 6 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/e06adb63fc1db5fa
Ignored 41 GitHub auto-generated merge commits
Thread Previous