Front page | perl.perl5.porters |
Postings from March 2022
Perl 5 Commit Summary
Thread Previous
From:
Perl 5 commit summary
Date:
March 2, 2022 03:11
Subject:
Perl 5 Commit Summary
Message ID:
20220302031120.C2CBCB0859@dromedary.p5h.org
Perl 5 commit summary, activity since Saturday
Current branch blead
10 commits. 5 unique authors. 4 unique committers.
13 files changed, 124 insertions(+), 14 deletions(-)
Thanks, applied: Yves Orton (2) James E Keenan (1)
Snapshot: http://github.com/Perl/perl5/tarball/593d5c78d0c51c33
Make sv_len_utf8_nomg() public
Karl Williamson 3 files changed, 7 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/593d5c78d0c51c33
Fix UTF8_IS_REPLACEMENT() and add tests
Karl Williamson 4 files changed, 21 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/ae005663afa88781
wrap any existing import in Attribute::Handlers' injected import
Graham Knop 1 file changed, 20 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/f0ef35deb0072805
Merge branch 'bisection-example-20220227' into blead
James E Keenan 2 parents
https://github.com/Perl/perl5/commit/5fd455724334701f
Explanation of rationale for two stages
Hugo van der Sanden 1 file changed, 7 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/1d5c1f6f6e9d50f0
Add example of two-stage bisection
James E Keenan 2 files changed, 55 insertions(+)
https://github.com/Perl/perl5/commit/3f3333b8394d6fd6
Porting/epigraphs - Add epigraph for 5.34.1-RC1
Steve Hay 1 file changed, 9 insertions(+)
https://github.com/Perl/perl5/commit/5b030cc8ec9f4e03
Porting/epigraphs.pod - Add missing announcement links
Steve Hay 1 file changed, 4 insertions(+)
https://github.com/Perl/perl5/commit/68abab051b8e7d41
5.34.1-RC1 today
Steve Hay 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/5959769b9ec23382
Aiming for 5.34.1 in a fortnight
Steve Hay 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/1257b4cde488d096
Current branch hv/gh19010
2 commits. 1 unique author. 1 unique committer.
2 files changed, 57 insertions(+), 45 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/294a724ad6d63c0b
gh19010: simplify and expand inf/nan tests
Hugo van der Sanden 1 file changed, 36 insertions(+), 30 deletions(-
https://github.com/Perl/perl5/commit/294a724ad6d63c0b
gh19010: regularize handling of trailing whitespace on inf/nan
Hugo van der Sanden 1 file changed, 21 insertions(+), 15 deletions(-
https://github.com/Perl/perl5/commit/c5a8cf5b3d200f37
Current branch maint-5.34
101 commits. 21 unique authors. 1 unique committer.
56 files changed, 2971 insertions(+), 1565 deletions(-)
Thanks, applied: Steve Hay (85)
Snapshot: http://github.com/Perl/perl5/tarball/7a1fe748ab0f9ce3
Regresison test that multiple statements in 'try' also yields a result
Paul "LeoNerd" Evans 1 file changed, 8 insertions(+)
https://github.com/Perl/perl5/commit/7a1fe748ab0f9ce3
scalarseq() should not put an OP_ENTER kid into scalar context (fixes #18855
Paul "LeoNerd" Evans 2 files changed, 15 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/30c0a7c19437f19b
Porting/epigraphs - Add epigraph for 5.34.1-RC1
Steve Hay 1 file changed, 9 insertions(+)
https://github.com/Perl/perl5/commit/7cdb07a803b74409
Porting/epigraphs.pod - Add missing announcement links
Steve Hay 1 file changed, 4 insertions(+)
https://github.com/Perl/perl5/commit/d50aba1188502bd6
Disarm patchlevel.h and regen META.json
Steve Hay 2 files changed, 1 insertion(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/840daed333f29c7c
Bump to RC1 and update META.json
Steve Hay 2 files changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/f53b4397a92bf48a
5.34.1-RC1 today
Steve Hay 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/d33aff88fd17c30e
Aiming for 5.34.1 in a fortnight
Steve Hay 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/915812dc61fba1ab
Finalize perldelta
Steve Hay 1 file changed, 26 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/4f1f587ecfbd49d2
perldelta - Update modules
Steve Hay 1 file changed, 12 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/57862b0a77fdcafd
perldelta - Remove boilerplate
Steve Hay 1 file changed, 6 insertions(+), 352 deletions(-
https://github.com/Perl/perl5/commit/00cfc7f943cb39e9
Update Module::CoreList with latest change
Steve Hay 2 files changed, 3 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/ddc4caabf441deba
Add perldelta entry try/catch deparsing fix - 846e32ebef
Matthew Horsfall 1 file changed, 5 insertions(+)
https://github.com/Perl/perl5/commit/cef4b1bae35dd3a3
B::Deparse: Handle try/catch when catch has an ENTER/LEAVE pair
Matthew Horsfall 2 files changed, 16 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/884ea8d33334dc55
Revert "Also adjust t/xsub_h.t to use $^V." part of 4a88c3486c for maint
Steve Hay 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/5c6c3034a5f1cc95
Further corrections to the work of Porting\new-perldelta.pl
Steve Hay 3 files changed, 6 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/80abe61059a51b90
Updated AUTHORS and checkAUTHORS, as my github account has
Neil Bowers 2 files changed, 3 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/cffdfb0c9422b45a
Michiel Beijen is now a Perl author
Michiel Beijen 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/3d908d772fdfd3aa
officially support Visual C++ 2022
Tomasz Konojacki 1 file changed, 9 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/c919b9273f2c57fa
Update Perl copyright for 2022
Nicolas R 2 files changed, 5 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/260fb53c55ec6b56
New perldelta
Steve Hay 9 files changed, 1655 insertions(+), 1211 deleti
https://github.com/Perl/perl5/commit/8b0ee3f3c2084506
Update Module::CoreList with data so far for the imminent 5.34.1
Steve Hay 3 files changed, 34 insertions(+), 4 deletions(-
https://github.com/Perl/perl5/commit/525eceec2840489a
Bump version to 5.34.1, ahead of its impending release
Steve Hay 21 files changed, 124 insertions(+), 124 deletio
https://github.com/Perl/perl5/commit/e4c244d4dbb6d740
update epigraphs with 5.35.9 entry
reneeb 1 file changed, 10 insertions(+)
https://github.com/Perl/perl5/commit/702fe072b41262f8
Update epigraph for 5.35.8
Nicolas R 1 file changed, 7 insertions(+)
https://github.com/Perl/perl5/commit/e6186edf66123350
Recorded epigraph for 5.35.7
Neil Bowers 1 file changed, 8 insertions(+)
https://github.com/Perl/perl5/commit/643e25f3662ebed9
Add epigraph for 5.35.6
Richard Leach 1 file changed, 7 insertions(+)
https://github.com/Perl/perl5/commit/3541aceb6bc4ed13
Add epigraph for 5.35.5
Leon Timmermans 1 file changed, 17 insertions(+)
https://github.com/Perl/perl5/commit/ec389a06c92e3378
Update epigraphs for 5.35.4 release
Matthew Horsfall 1 file changed, 36 insertions(+)
https://github.com/Perl/perl5/commit/ce51ced9e5d3c393
add epigraph for 5.35.3
Karen Etheridge 1 file changed, 6 insertions(+)
https://github.com/Perl/perl5/commit/e306ef53d03491d9
Added my choice of epigraph for 5.35.2
Neil Bowers 1 file changed, 6 insertions(+)
https://github.com/Perl/perl5/commit/afa6f7a35ae99de8
Update epigraphs.pod
Max Maischein 1 file changed, 23 insertions(+)
https://github.com/Perl/perl5/commit/b3c62bf5ece08b59
update the epigraphs file with v5.35.0 epigraph
Ricardo Signes 1 file changed, 7 insertions(+)
https://github.com/Perl/perl5/commit/eb219c5a314ae92a
Update epigraph
Sawyer X 1 file changed, 8 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/30604098cd050569
Add new release to perlhist
reneeb 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/e749e33f7a371d95
Added 5.35.8 to perlhist
Nicolas R 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/455e565d7026df6d
Added 5.35.7 to perlhist
Neil Bowers 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/cc15b379a5d374c2
add new release to perlhist
Richard Leach 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/17fa67e24d0d0c4d
Add 5.35.5 to perlhist
Leon Timmermans 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/7726101e75cd47e8
add new release to perlhist
Matthew Horsfall 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/44d3be03d41d4b21
tick off release 5.35.3
Karen Etheridge 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/d4bda44056aeb2b1
add new release to perlhist
Karen Etheridge 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/a6d8852eebf313dd
add new release to perlhist
Neil Bowers 1 file changed, 3 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/fe70f2f20ad85541
add new release to perlhist
Max Maischein 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/224f9da7563b22ba
perlhist: add v5.35.0
Ricardo Signes 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/01bee4fac421a4d8
tick off release 5.35.9 in release schedule
reneeb 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/6c7cf5ee29ce7426
release schedule: update the road to v5.36
Ricardo Signes 1 file changed, 4 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/0961300a0c20f7ce
Tick off 5.35.8
Nicolas R 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/f392831739308b4f
Adjust prediction year for 5.34.1
Nicolas R 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/f99ae80d76aa4269
Added releasers for next 3 dev releases
Neil Bowers 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/2d869a414cb4c24d
recorded 5.35.7 release as done in the release schedule
Neil Bowers 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/e9a490fd19f57f30
Tick off 5.35.6 from release schedule
Richard Leach 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/a018955bf9f97bb2
release schedule: neilb to handle 2021-12
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/003aae4790033853
Tick off 5.35.5 from release schedule
Leon Timmermans 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/ef5349fdb24d8686
release schedule: Richard Leach to release v5.35.6
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/cd6e680a0bd45514
release schedule: leont will release v5.35.5
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/5c27f84a09f2858a
Check off 5.35.4 in release_schedule.pod
Matthew Horsfall 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/cd303dc9edc2affc
tick off release 5.35.3
Karen Etheridge 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/ea2f1c57b6285655
Check off 5.35.2 in release schedule
James E Keenan 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/236ec65bc6793d1a
Tick the entry for 5.35.1 in release_schedule.pod
Max Maischein 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/0dead1a632e26b0b
release schedule: schedule a few months out
Ricardo Signes 1 file changed, 12 insertions(+), 14 deletions(-
https://github.com/Perl/perl5/commit/8a28a3d41e76e9ce
release schedule: out with v5.33, in with v5.35
Ricardo Signes 1 file changed, 14 insertions(+), 13 deletions(-
https://github.com/Perl/perl5/commit/c9dd862bbef49520
Tick the release
Sawyer X 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/58b74baf8707e478
Use sha256 instead of sha1 in release announcement
Michiel Beijen 2 files changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/586fc5e8903f5325
Minor RMG tweaks
Richard Leach 1 file changed, 25 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/c761315bad533820
use www.cpan.org, not ftp.funet.fi, to check the CPAN
Ricardo Signes 2 files changed, 5 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/aad588d24866ee02
Update Module::CoreList for 5.35.9
reneeb 1 file changed, 30 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/1caf0249f46e520b
Bumped Module-CoreList ready for 5.35.9
Nicolas R 3 files changed, 31 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/167b1a202d24ef57
Update Module::CoreList for 5.35.8
Nicolas R 1 file changed, 22 insertions(+)
https://github.com/Perl/perl5/commit/514fdef5cf0411ac
Bumped Module-CoreList ready for 5.35.8
Neil Bowers 3 files changed, 31 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/6291c55388b16b59
Update Module::CoreList for 5.35.7
Neil Bowers 1 file changed, 63 insertions(+)
https://github.com/Perl/perl5/commit/bf309f18e8c2f4cf
Fixup Corelist.pm
Richard Leach 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/b850a649970279d3
Prepare Module::Corelist for 5.35.7
Richard Leach 3 files changed, 32 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/c984a6788f0565a6
Update Module::CoreList for 5.35.6
Richard Leach 1 file changed, 19 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/2f23dd64d08e9dd1
Prepare Module::Corelist for 5.35.6
Leon Timmermans 3 files changed, 18 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/12ddd54dc36a67d5
Bump version to 5.35.6
Leon Timmermans 2 files changed, 15 insertions(+)
https://github.com/Perl/perl5/commit/cf857a868f810aad
Update Module::CoreList for 5.35.5
Leon Timmermans 1 file changed, 104 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/ddc791c5b22f058c
Prep Module::CoreList for the 5.35.5 release
Matthew Horsfall 3 files changed, 7 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/4b8601625c5b379c
Update Module::CoreList for v5.35.5
Matthew Horsfall 2 files changed, 25 insertions(+)
https://github.com/Perl/perl5/commit/02e46e6a52cd5f2e
Update Module::CoreList for 5.35.4
Matthew Horsfall 3 files changed, 64 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/8edeab05d3685c42
Better put a date in it
Chris 'BinGOs' Williams 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/0052b93c90b9d310
Bump the perl version in various places for 5.35.4
Karen Etheridge 2 files changed, 23 insertions(+)
https://github.com/Perl/perl5/commit/dfde17da27840473
Update Module::CoreList for 5.35.3
Karen Etheridge 3 files changed, 30 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/283deb227e7fe603
Bump the perl version in various places ready for 5.35.3
Neil Bowers 2 files changed, 23 insertions(+)
https://github.com/Perl/perl5/commit/cf26990290d8ba29
Update Module::CoreList for 5.35.2
Neil Bowers 3 files changed, 84 insertions(+), 6 deletions(-
https://github.com/Perl/perl5/commit/14fe60a4f485d2b4
Update Module::CoreList for 5.35.2
Max Maischein 3 files changed, 31 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/9ee9ccff6d1493ae
Update Module::CoreList for 5.35.1
Max Maischein 3 files changed, 112 insertions(+), 7 deletions(
https://github.com/Perl/perl5/commit/4aab65fc2ff117f6
Prepare Module::CoreList for 5.35.1
Max Maischein 3 files changed, 49 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/7f87f1449b4e554a
Bump to 5.35.0:
Sawyer X 3 files changed, 32 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/6948d90acfb8c2af
officially support Visual C++ 2022
Tomasz Konojacki 3 files changed, 9 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/17c19aa296ca10b1
perlcommunity - freenode chat is moving to libera
Dan Book 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/a23c14938114a96c
Bump VERSION for previous two commits
Steve Hay 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/1fb4de909b741f56
fix comment.
Atsushi SUGAWARA 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/5d3459078b3d598d
lib/perl5db.pl: cmd_l() no longer exists.
Atsushi SUGAWARA 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/b7a355bb618f078d
Test for Issue #19250, assert fail with Debug=>ALL
Yves Orton 1 file changed, 123 insertions(+)
https://github.com/Perl/perl5/commit/f5d636819508aaa8
Fixup Issue #19350 - Assert error under: use re Debug=>"ALL"
Yves Orton 1 file changed, 59 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/656575c0e8a59275
Don't try to Sv[PI]V() on an undef index SV in find_uninit_var()
Tony Cook 2 files changed, 17 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/43cbd598f60a85af
data->pos_delta should stick at infinity
Hugo van der Sanden 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/7a52f426ed718c21
avoid overflow on delta in study_chunk
Hugo van der Sanden 1 file changed, 14 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/db48c3db85182b05
gh17824: zero curlocales[]
Hugo van der Sanden 1 file changed, 3 insertions(+)
https://github.com/Perl/perl5/commit/932f6a09ff08934d
Encode.pm: apply a local patch for CVE-2021-36770
Ricardo Signes 1 file changed, 4 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/63f36a9334f30cb2
Current branch maint-votes
5 commits. 3 unique authors. 3 unique committers.
1 file changed, 2 insertions(+), 25 deletions(-)
Net code removal: Steve Hay (19 lines)
Snapshot: http://github.com/Perl/perl5/tarball/bfbbb7656b98f7af
Remove cherry picked commits
Steve Hay 1 file changed, 3 deletions(-)
https://github.com/Perl/perl5/commit/bfbbb7656b98f7af
Add khw votes
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/a223829499338e19
Votes for 5.34.1
Paul "LeoNerd" Evans 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/f90722230a842607
Remove one more cherry-picked commit
Steve Hay 1 file changed, 2 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/9fdf9217264b47ae
Remove cherry picked commits
Steve Hay 1 file changed, 18 deletions(-)
https://github.com/Perl/perl5/commit/373ff87e5f24e363
Current branch yves/reduce_vlb_exp_warn_scope
1 commit. 1 unique author. 1 unique committer.
28 files changed, 967 insertions(+), 453 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/75d9cd767749a87c
Reduce scope of experimental warnings with lookbehind
Yves Orton 4 files changed, 120 insertions(+), 20 deletions
https://github.com/Perl/perl5/commit/75d9cd767749a87c
Current branch yves/refactor_rexc_parse_mutations
10 commits. 1 unique author. 1 unique committer.
10 files changed, 275 insertions(+), 39 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/19f66d16c1026e81
regcomp.c: Replace RExC_parse_inc() like exprs not using UTF with RExC_parse
Yves Orton 1 file changed, 3 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/19f66d16c1026e81
regcomp.c: Replace `RExC_parse += 2` with RExC_parse_inc_by(2)
Yves Orton 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/c4040a261e1fb208
regcomp.c: Replace `RExC_parse += x` with RExC_parse_inc_by(x)
Yves Orton 1 file changed, 5 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/4898d60dd54c76c0
regcomp.c: Replace `RExC_parse += UTF ? UTF8_SAFE_SKIP(...) : 1` with RExC_p
Yves Orton 1 file changed, 7 insertions(+), 19 deletions(-)
https://github.com/Perl/perl5/commit/ecf538453997da4e
regcomp.c: Replace `RExC_parse += (UTF) ? UTF8SKIP(RExC_parse) : 1` with REx
Yves Orton 1 file changed, 6 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/0c533dd8f1f8ea2e
regcomp.c: Replace `RExC_parse += SKIP_IF_CHAR(...)` with RExC_parse_inc_if_
Yves Orton 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/ece1ac6cf6c4f45f
regcomp.c: Replace `RExC_parse += UTF8SKIP(RExC_parse)` with RExC_parse_inc_
Yves Orton 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/2580208432f1678d
regcomp.c: Replace `RExC_parse = x` with RExC_parse_set(x)
Yves Orton 1 file changed, 60 insertions(+), 56 deletions(-
https://github.com/Perl/perl5/commit/50278f5e7c04bea8
regcomp.c: Replace `RExC_parse++` with RExC_parse_inc_by(1)
Yves Orton 1 file changed, 76 insertions(+), 71 deletions(-
https://github.com/Perl/perl5/commit/9c523c116cd2414b
regcomp.c: Add utility macros to wrap mutations of RExC_parse
Yves Orton 1 file changed, 140 insertions(+)
https://github.com/Perl/perl5/commit/14cd5210f2eadfae
New branch hv/gh19010-rebase
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/be7b004b1e3e6a1a
gh19010: fix returns for Perl_grok_infnan
Hugo van der Sanden 2 files changed, 127 insertions(+), 109 deletion
https://github.com/Perl/perl5/commit/be7b004b1e3e6a1a
New branch khw
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/a8c07f15d910a058
Add alh khw votes
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/a8c07f15d910a058
New branch yves/fix_gh_issue_19463
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/2a2dbd97f5883a9a
pad.c: Fix GH Issue #19463, -DXv fails assert when dumping anonymous constan
Yves Orton 2 files changed, 16 insertions(+), 5 deletions(-
https://github.com/Perl/perl5/commit/2a2dbd97f5883a9a
New branch yves/gen_authors_from_commit
3 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/49886d743f6238c8
Porting/exec-bit.txt - sort list of files
Yves Orton 1 file changed, 23 insertions(+), 23 deletions(-
https://github.com/Perl/perl5/commit/49886d743f6238c8
improved .mailmap and AUTHORS file logic
Yves Orton 7 files changed, 2653 insertions(+), 88 deletion
https://github.com/Perl/perl5/commit/1ffa2d7a41812ad4
checkAUTHORS.pl - allow the script to be used as a module.
Yves Orton 1 file changed, 67 insertions(+), 61 deletions(-
https://github.com/Perl/perl5/commit/37fe1b2fc593fd34
Martian commit 5e880b1f2a4aaf5c08e6970ed5bddc8aba46a02c
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/5e880b1f2a4aaf5c
wrap any existing import in Attribute::Handlers' injected import
Graham Knop 1 file changed, 20 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/5e880b1f2a4aaf5c
Martian commit 499b3fc85ac46650f582efdddb33ecc501fca035
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/499b3fc85ac46650
Make sv_len_utf8_nomg() public
Karl Williamson 3 files changed, 7 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/499b3fc85ac46650
Ignored 53 GitHub auto-generated merge commits
Thread Previous