Front page | perl.perl5.porters |
Postings from February 2022
Perl 5 Commit Summary
Thread Next
From:
Perl 5 commit summary
Date:
February 16, 2022 03:11
Subject:
Perl 5 Commit Summary
Message ID:
20220216031125.521F8B085C@dromedary.p5h.org
Perl 5 commit summary, activity since Saturday
Current branch blead
25 commits. 9 unique authors. 6 unique committers.
34 files changed, 319 insertions(+), 88 deletions(-)
Thanks, applied: Paul Evans (7) James E Keenan (6) Karl Williamson (5)
Hugo van der Sanden (2) xenu (1)
Snapshot: http://github.com/Perl/perl5/tarball/265e8585296781de
POSIX.pod: wording fix in the description of testing NaN-ness
TAKAI Kousuke 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/265e8585296781de
POSIX.pod: add link and small example for the description for NaN-ness test
TAKAI Kousuke 1 file changed, 3 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/57a7a910f006763e
POSIX.pod: NaN-ness should be able to be tested by "=="
TAKAI Kousuke 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/32d006195733d947
lib/sigtrap.pm: Documentation improvements
Dave Cross 2 files changed, 4 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/cc4fcefcb93f6c8a
perlop.pod: Fix typo in smartmatch example
zhmylove 2 files changed, 3 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/982e3deedee88efd
revert to windows-2019 in GitHub Actions (for now)
Tomasz Konojacki 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/f299ccd17382e071
Add 'isa' to 'use feature :5.35'
Paul "LeoNerd" Evans 5 files changed, 17 insertions(+), 11 deletions(
https://github.com/Perl/perl5/commit/02547a384a2ae92e
No longer print experimental::isa warning (closes #18754)
Paul "LeoNerd" Evans 10 files changed, 35 insertions(+), 39 deletions
https://github.com/Perl/perl5/commit/157bd0a33a7b8191
toke.c: Add a couple const to decls
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/6d7ebfa7d3430e86
parser.h: add to comments
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/4e9fa508272589e3
toke.c: I32 considered harmful; change to 'int'
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/d84870c8e4508570
Mark feature.h and lib/feature.pm as generated
Dagfinn Ilmari Mannsåker 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/01214b7705aa076e
fix looking up letters by their name only so that we search scripts
David Cantrell 1 file changed, 23 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/73cf356d1d5d4a84
add tests that when we import more than one script, we look for
David Cantrell 1 file changed, 14 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/04ebbf56c83116df
bump $VERSION
David Cantrell 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/280e9a5ccb3746a3
detect and warn when the user asks for short names for multiple
David Cantrell 1 file changed, 19 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/dc406f90af42b392
tests to detect when the user asks for short names for multiple
David Cantrell 1 file changed, 24 insertions(+)
https://github.com/Perl/perl5/commit/1050ad29160d5692
Sort tests in t/porting/dual-life.t
Hugo van der Sanden 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/212e06a685d29b99
Might as well just do numerical comparisons against shortver rather than cre
Paul "LeoNerd" Evans 1 file changed, 2 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/c660dc53ecf58691
Add to perldeprecation.pod
Paul "LeoNerd" Evans 1 file changed, 23 insertions(+)
https://github.com/Perl/perl5/commit/714510393a3797ca
Add to perldelta.pod
Paul "LeoNerd" Evans 1 file changed, 33 insertions(+)
https://github.com/Perl/perl5/commit/58fdfae40f15681f
Print a deprecation warning if downgrading to a use VERSION below v5.11
Paul "LeoNerd" Evans 6 files changed, 43 insertions(+), 9 deletions(-
https://github.com/Perl/perl5/commit/81a93f7e64fd4e13
Add a PL_prevailing_version interpreter var
Paul "LeoNerd" Evans 5 files changed, 41 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/78efaf0398fdfe18
Add tests for string "-Inf" to IV conversion.
TAKAI Kousuke 1 file changed, 12 insertions(+)
https://github.com/Perl/perl5/commit/573a2c73805f828c
sv.c: String "Inf" is now consistently converted to IV/UV
TAKAI Kousuke 2 files changed, 16 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/7e511f6af1284c34
Current branch yves/remove_regcomp_offsets_debug
2 commits. 1 unique author. 1 unique committer.
6 files changed, 59 insertions(+), 65 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/9ca30b534c4960b7
change regexp_interal attribute from I32 to U32
Yves Orton 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/9ca30b534c4960b7
Remove "offsets" debugging code from regcomp.c
Yves Orton 9 files changed, 114 insertions(+), 392 deletion
https://github.com/Perl/perl5/commit/edb8b0204e11d16a
New branch hv/dual_life_sorted
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/ab2560fc68f7f6a7
Sort tests in t/porting/dual-life.t
Hugo van der Sanden 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/ab2560fc68f7f6a7
New branch yves/fix_universal_import_fragility
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/7c052a448f56e24c
Fix assorted bugs related to not having a UNIVERSAL::import
Yves Orton 6 files changed, 39 insertions(+), 30 deletions(
https://github.com/Perl/perl5/commit/7c052a448f56e24c
New branch yves/revert_reverted_caller_fixes
2 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/cf8d529069eb56fb
Reapply "docs: clarify effect of $^H, %^H, ${^WARNING_BITS}"
Yves Orton 1 file changed, 12 insertions(+)
https://github.com/Perl/perl5/commit/cf8d529069eb56fb
Reapply squashed "avoid identical stack traces" patches
Yves Orton 7 files changed, 92 insertions(+), 10 deletions(
https://github.com/Perl/perl5/commit/d0a229d7445f074d
Martian commit dadbd09b8cc63b2a81ee8bb758b031710b0f7fa0
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/dadbd09b8cc63b2a
perlop.pod: Fix typo in smartmatch example
zhmylove 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/dadbd09b8cc63b2a
Martian commit 70802ea2b98801be551fd1af441b537ef109734d
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/70802ea2b98801be
revert to windows-2019 in GitHub Actions (for now)
Tomasz Konojacki 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/70802ea2b98801be
Martian commit 32b98fdc779f4e071ed337f2333b1963a29518c4
2 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/32b98fdc779f4e07
Add 'isa' to 'use feature :5.35'
Paul "LeoNerd" Evans 5 files changed, 17 insertions(+), 11 deletions(
https://github.com/Perl/perl5/commit/32b98fdc779f4e07
No longer print experimental::isa warning (closes #18754)
Paul "LeoNerd" Evans 10 files changed, 35 insertions(+), 39 deletions
https://github.com/Perl/perl5/commit/abfd154586704ea2
Martian commit e7b3a7d2753a5558f9260b60db66923667d4f539
11 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/e7b3a7d2753a5558
Add extra paired string delimiters feature
Karl Williamson 10 files changed, 193 insertions(+), 56 deletion
https://github.com/Perl/perl5/commit/e7b3a7d2753a5558
unicode_constants.pl: Add arrows to paired delimiters
Karl Williamson 2 files changed, 25 insertions(+), 12 deletions(
https://github.com/Perl/perl5/commit/404676a277133807
unicode_constants.pl: Generate paired string delimiters
Karl Williamson 2 files changed, 215 insertions(+), 4 deletions(
https://github.com/Perl/perl5/commit/7c8595738c11b35d
regen/unicode_constants.pl: Extract code into a fcn
Karl Williamson 1 file changed, 21 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/005e7c173d550dae
regen/unicode_constants.pl: White space only
Karl Williamson 2 files changed, 12 insertions(+), 12 deletions(
https://github.com/Perl/perl5/commit/b25f68629c792875
toke.c: Change names of 2 variables
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/fca7fa59008ccf31
toke.c: merge loops, multi-byte delim
Karl Williamson 1 file changed, 65 insertions(+), 65 deletions(-
https://github.com/Perl/perl5/commit/65fbbca32a53ad3e
toke.c: white-space only
Karl Williamson 1 file changed, 60 insertions(+), 60 deletions(-
https://github.com/Perl/perl5/commit/27895b400a6857e6
toke.c: Rmv unnecessary conditionals
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/0e42f8e5bc1a320d
toke.c: Rename some variables; terminology in comment
Karl Williamson 1 file changed, 28 insertions(+), 27 deletions(-
https://github.com/Perl/perl5/commit/6fb42ebe101f3cc3
toke.c: Split a variable into two for clarity
Karl Williamson 1 file changed, 12 insertions(+), 10 deletions(-
https://github.com/Perl/perl5/commit/bf133f9a24a2be76
Martian commit a99bf555ad6e60407545d2effe745169ba4c9953
2 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/a99bf555ad6e6040
t/op/infnan.t: Remove enclosing `eval` in "-Inf" to IV conversion test
TAKAI Kousuke 1 file changed, 4 deletions(-)
https://github.com/Perl/perl5/commit/a99bf555ad6e6040
Add tests for string "-Inf" to IV conversion.
TAKAI Kousuke 1 file changed, 16 insertions(+)
https://github.com/Perl/perl5/commit/8ecd4e61b61e307d
Ignored 49 GitHub auto-generated merge commits
Thread Next