Front page | perl.perl5.porters |
Postings from March 2022
Perl 5 Commit Summary
Thread Next
From:
Perl 5 commit summary
Date:
March 16, 2022 03:11
Subject:
Perl 5 Commit Summary
Message ID:
20220316031120.9DEBAB0859@dromedary.p5h.org
Perl 5 commit summary, activity since Saturday
Current branch blead
16 commits. 7 unique authors. 7 unique committers.
32 files changed, 419 insertions(+), 189 deletions(-)
Net code removal: Leon Timmermans (89 lines) Yves Orton (36 lines)
Thanks, applied: Paul Evans (6) James E Keenan (1) Hugo van der Sanden (1)
Karl Williamson (1)
Snapshot: http://github.com/Perl/perl5/tarball/a916f72f0dca82d0
Fix inttypes.h reference in perlhacktips
Dagfinn Ilmari Mannsåker 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/a916f72f0dca82d0
always prevent setting POK flag when NV values are used as strings
Graham Knop 2 files changed, 38 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/b1e3ba27cdcf1b4e
Add mention of new `builtin::indexed` to perldelta
Paul "LeoNerd" Evans 1 file changed, 14 insertions(+)
https://github.com/Perl/perl5/commit/fa5eb2fe191f21f4
No need to document 'useless use of sort in scalar context' separately now t
Paul "LeoNerd" Evans 2 files changed, 8 insertions(+), 10 deletions(-
https://github.com/Perl/perl5/commit/1a103a1f2f131284
An initial implementation of builtin::indexed
Paul "LeoNerd" Evans 5 files changed, 144 insertions(+), 1 deletion(-
https://github.com/Perl/perl5/commit/10bccff2c8e43fb1
Add missing builtin diagnostic to perldiag.pod; rename 'compiletime' to 'com
Paul "LeoNerd" Evans 2 files changed, 8 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/2302ea7b9721ad84
t/porting/diag.t: Don't skip the bodies of XS functions in builtin.t
Paul "LeoNerd" Evans 1 file changed, 6 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/6bd27fa84ea7e71a
hv.c: remove dead function ptr_hash()
Yves Orton 4 files changed, 39 deletions(-)
https://github.com/Perl/perl5/commit/4b4c4ab35e70f005
Revert "Fix GH Issue #19472: read warnings from open($fh,">",\(my $x))"
Yves Orton 3 files changed, 3 insertions(+), 43 deletions(-
https://github.com/Perl/perl5/commit/7e37a5ec67cea60c
perl.c: www.perl.org uses https
Richard Leach 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/d6b487cec2690ecc
Delete Porting/check83.pl
Leon Timmermans 4 files changed, 89 deletions(-)
https://github.com/Perl/perl5/commit/4a3c2333b24b82dc
Import perl5341delta.pod
Steve Hay 4 files changed, 154 insertions(+)
https://github.com/Perl/perl5/commit/72e43cdf25bbdeac
Update Module-CoreList with data for 5.34.1
Steve Hay 3 files changed, 32 insertions(+)
https://github.com/Perl/perl5/commit/eec69f19dd584118
Fill in date for 5.34.1
Steve Hay 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/478f7506e4cf0548
Tick off release
Steve Hay 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/c94e9845cd60552e
Add epigraph for 5.34.1
Steve Hay 1 file changed, 9 insertions(+)
https://github.com/Perl/perl5/commit/280f5e6d546e0d28
Current branch maint-5.34
4 commits. 1 unique author. 1 unique committer.
13 files changed, 513 insertions(+), 54 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/e940ca8ab15aa404
Create new perldelta for 5.34.2
Steve Hay 10 files changed, 502 insertions(+), 53 deletion
https://github.com/Perl/perl5/commit/e940ca8ab15aa404
Tick off release
Steve Hay 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/8f385e983a39a631
Add epigraph for 5.34.1
Steve Hay 1 file changed, 9 insertions(+)
https://github.com/Perl/perl5/commit/8343c7160de3d8d5
Fill in date for 5.34.1
Steve Hay 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/1181cf72936404b8
Current branch yves/fix_accept
16 commits. 1 unique author. 1 unique committer.
5 files changed, 104 insertions(+), 53 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/263be8fd93c7c26a
reg_mesg.t: check that ACCEPT in capturing variable length lookbehind warns
Yves Orton 1 file changed, 6 insertions(+)
https://github.com/Perl/perl5/commit/263be8fd93c7c26a
re_tests: ACCEPT in UNLESSM variable negative lookbehind
Yves Orton 1 file changed, 3 insertions(+)
https://github.com/Perl/perl5/commit/c908eff489e4bf72
re_tests: ACCEPT in IFMATCH: variable positive lookbehind
Yves Orton 1 file changed, 3 insertions(+)
https://github.com/Perl/perl5/commit/3d6acc7d33490f00
re_tests: ACCEPT inside of named capture accessed via GOSUB
Yves Orton 1 file changed, 3 insertions(+)
https://github.com/Perl/perl5/commit/49dfcb3ca9db8712
re_tests: ACCEPT inside UNLESSM fixed width negative lookbehind
Yves Orton 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/caa153275efd6be5
regcomp.c: deal with stopmin and min properly
Yves Orton 1 file changed, 15 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/504ef7afa8c7c31a
regcomp.c: minor blank line removal/insertion for clarity
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/cb8c61498bc23b64
regcomp.c: reorder and comment S_study_chunk() internal vars
Yves Orton 1 file changed, 35 insertions(+), 13 deletions(-
https://github.com/Perl/perl5/commit/475f9414a525fea6
regcomp.c: enhance S_debug_studydata to show min/stopmin/delta
Yves Orton 1 file changed, 24 insertions(+), 15 deletions(-
https://github.com/Perl/perl5/commit/ab2f916037725322
re_tests: ACCEPT followed by IFMATCH fixed width pos lookbehind
Yves Orton 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/29dbbf1f80f7772c
re_tests: ACCEPT followed by SUSPEND
Yves Orton 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/a7e9ee8013f1579a
re_tests: ACCEPT with CURLYM optimization
Yves Orton 1 file changed, 8 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/376470a5d56b24fc
regexec.c: make ACCEPT close logic handle SUCCEED/LOOKBEHIND_END opcodes
Yves Orton 1 file changed, 23 insertions(+), 14 deletions(-
https://github.com/Perl/perl5/commit/ccbf866c82310bc2
regexec.c: ACCEPT inside of a (...)+ should stop looping (CURLYM optimizatio
Yves Orton 1 file changed, 10 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/f4dc3573b1a0e112
regexec.c: Fix up for ACCEPT inside of a (...)+ set lastopen in CURLYM
Yves Orton 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/c59757b9f43c9466
regcomp.c: ACCEPT inside of a (...)+ should disable mandatory substrings
Yves Orton 1 file changed, 10 insertions(+)
https://github.com/Perl/perl5/commit/a082ad05d7af4643
Current branch yves/fix_define_tab
3 commits. 1 unique author. 1 unique committer.
16 files changed, 183 insertions(+), 181 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/e7e2bec6281572a1
dist/IO: replace "define\t" with "define ", sync versions, update ChangeLog
Yves Orton 13 files changed, 25 insertions(+), 25 deletions
https://github.com/Perl/perl5/commit/e7e2bec6281572a1
Replace "define\t" with "define " in Configure/metaconfig related files
Yves Orton 3 files changed, 39 insertions(+), 37 deletions(
https://github.com/Perl/perl5/commit/09fe9a534199793e
replace all "define\t" with "define " except cpan/, dist/ and Configure
Yves Orton 24 files changed, 873 insertions(+), 873 deletio
https://github.com/Perl/perl5/commit/65490bf28a7883d2
New branch briandfoy/perldelta
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/d8893d501fb88c82
Note that catch now returns the right value for multiple statements
brian d foy 1 file changed, 5 insertions(+)
https://github.com/Perl/perl5/commit/d8893d501fb88c82
New branch yves/fix_unaligned_loads_on_big_endian
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/a5422a48e4b66dd0
hv_macro.h: only use direct memory loads on little endian machines
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/a5422a48e4b66dd0
New branch yves/harden_runenv_hashseed
2 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/92dd3e39a9356381
Rework test file in multiple ways (to squash).
Yves Orton 1 file changed, 196 insertions(+), 99 deletions(
https://github.com/Perl/perl5/commit/92dd3e39a9356381
runenv_hashseed.t - rework to deal with probabilistic failures
Yves Orton 1 file changed, 157 insertions(+), 70 deletions(
https://github.com/Perl/perl5/commit/e596c748b07e3f7b
New branch yves/remove_ptr_hash
1 commit. 1 unique author. 1 unique committer.
Net code removal: Yves Orton (39 lines)
Snapshot: http://github.com/Perl/perl5/tarball/258b4282f67d3fa3
hv.c: remove dead function ptr_hash()
Yves Orton 4 files changed, 39 deletions(-)
https://github.com/Perl/perl5/commit/258b4282f67d3fa3
New branch yves/replace_pr_18827
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/9fc0292ff9268324
Add documentation on slices on an array or hash element
Yves Orton 1 file changed, 29 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/9fc0292ff9268324
Deleted branch yves/revert_fix_19472
Martian commit a19d5d81f88e82e4f097f4ace02a4a619b0278e5
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/a19d5d81f88e82e4
always prevent setting POK flag when NV values are used as strings
Graham Knop 2 files changed, 38 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/a19d5d81f88e82e4
Martian commit 0700da2c9d46a403b100bdf328cc707bf3f0f920
5 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/0700da2c9d46a403
Add mention of new `builtin::indexed` to perldelta
Paul "LeoNerd" Evans 1 file changed, 14 insertions(+)
https://github.com/Perl/perl5/commit/0700da2c9d46a403
No need to document 'useless use of sort in scalar context' separately now t
Paul "LeoNerd" Evans 2 files changed, 8 insertions(+), 10 deletions(-
https://github.com/Perl/perl5/commit/e91a8f671295f8e7
An initial implementation of builtin::indexed
Paul "LeoNerd" Evans 5 files changed, 144 insertions(+), 1 deletion(-
https://github.com/Perl/perl5/commit/3d0a345a40d7d6be
Add missing builtin diagnostic to perldiag.pod; rename 'compiletime' to 'com
Paul "LeoNerd" Evans 2 files changed, 8 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/3507b335bdd37381
t/porting/diag.t: Don't skip the bodies of XS functions in builtin.t
Paul "LeoNerd" Evans 1 file changed, 6 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/2023c8b6b8e543a4
Martian commit 579161cc12f53d5ce75ab04fac3d37fdfbaba508
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/579161cc12f53d5c
perldelta for removal of empty sort
Hugo van der Sanden 1 file changed, 7 insertions(+)
https://github.com/Perl/perl5/commit/579161cc12f53d5c
Martian commit a6b9faf7e8427973a0fcd708a22f14fd1802bc0e
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/a6b9faf7e8427973
perl.c: www.perl.org uses https
Richard Leach 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/a6b9faf7e8427973
Ignored 38 GitHub auto-generated merge commits
Thread Next