Front page | perl.perl5.porters |
Postings from September 2023
Perl 5 Commit Summary
Thread Next
From:
Perl 5 commit summary
Date:
September 6, 2023 03:11
Subject:
Perl 5 Commit Summary
Message ID:
20230906031132.E5653AFF01@dromedary.p5h.org
Perl 5 commit summary, activity since Saturday
Current branch blead
30 commits. 9 unique authors. 8 unique committers.
56 files changed, 1865 insertions(+), 1235 deletions(-)
Net code removal: Graham Knop (1 line)
Thanks, applied: Graham Knop (7) James E Keenan (1) mauke (1)
Paul Evans (1)
Snapshot: http://github.com/Perl/perl5/tarball/c542745d8baa8329
remove extra entry for mauke in AUTHORS
Graham Knop 1 file changed, 1 deletion(-)
https://github.com/Perl/perl5/commit/c542745d8baa8329
add new mail alias for Lukas Mai
Lukas Mai 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/d0d1fd7567467b0d
perl.pod: fix position of perldbmfilter (under perltie)
Lukas Mai 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/51ec1ea4d076f66a
Fixup Lukas Mai in AUTHORS
Karl Williamson 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/567a57d2dba2437f
cpan/DB_File - Update to version 1.859
Paul Marquess 5 files changed, 11 insertions(+), 10 deletions(
https://github.com/Perl/perl5/commit/cdad4191705914fd
perl.pod: use spaces instead of tabs for alignment
Lukas Mai 1 file changed, 226 insertions(+), 226 deletions
https://github.com/Perl/perl5/commit/12a46113754babfa
perldelta for 0944cd73758
Tony Cook 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/ff34800aa6dd2ec6
Configure: ensure LC_ALL test code doesn't have escapes escaped
Tony Cook 1 file changed, 3 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/0944cd7375842c8d
[doc] FindBin.pm: Improve Formatting and Documentation
Elvin Aslanov 2 files changed, 35 insertions(+), 16 deletions(
https://github.com/Perl/perl5/commit/e3253165ff661f49
File::Compare: Formatting and Styling
Elvin Aslanov 1 file changed, 24 insertions(+), 24 deletions(-
https://github.com/Perl/perl5/commit/abf0a31fe8f1dbf8
perl.pod: make "SEE ALSO" links clickable
Lukas Mai 1 file changed, 19 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/718c634c78afe222
perlop, perlsyn: make abstract more verbose/precise
Lukas Mai 5 files changed, 7 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/1b2f9fc32edcecb7
[doc] `File::Spec::Functions`: Add missing `my` to SYNOPSIS
Elvin Aslanov 9 files changed, 10 insertions(+), 10 deletions(
https://github.com/Perl/perl5/commit/aa5929628d05619a
[MERGE] make most null/un/binary pp() fns RC-ware
David Mitchell 2 parents
https://github.com/Perl/perl5/commit/27b89dfb1aff866a
make RC-stack-aware: unwrap binary pp() fns
David Mitchell 3 files changed, 630 insertions(+), 432 deletion
https://github.com/Perl/perl5/commit/cee987b6dcd3c1ff
make RC-stack-aware: unwrap builtin pp() fns
David Mitchell 2 files changed, 51 insertions(+), 45 deletions(
https://github.com/Perl/perl5/commit/a5773895bac3a078
make RC-stack-aware: unwrap unary pp() fns
David Mitchell 2 files changed, 239 insertions(+), 207 deletion
https://github.com/Perl/perl5/commit/a71e78fa8d19d16a
make RC-stack-aware: unwrap rv2av etc pp fns
David Mitchell 6 files changed, 185 insertions(+), 107 deletion
https://github.com/Perl/perl5/commit/c1771c7a7fd86bac
make RC-stack-aware: unwrap nullary pp() fns
David Mitchell 4 files changed, 114 insertions(+), 113 deletion
https://github.com/Perl/perl5/commit/da2d8d051bc3afdf
XS-APItest/t/call.t: prevent noise introduced by G_USEHINTS tests
Tony Cook 1 file changed, 7 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/e78b109c9815d409
Skip C++ test on Windows
Leon Timmermans 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/6f19f5076484a7ae
Make ExtUtils::CBuilder throw an exception on Windows on linker errors
Leon Timmermans 14 files changed, 15 insertions(+), 15 deletions
https://github.com/Perl/perl5/commit/8bae84e594a17442
Perldeltas for GH#21351 & GH#21265
Richard Leach 1 file changed, 6 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/5efadf9a6aaf1530
silence warning in svleak.t
David Mitchell 1 file changed, 6 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/361850e25fd106bc
[MERGE] pp_multiconcat: don't make lots of mortals
David Mitchell 2 parents
https://github.com/Perl/perl5/commit/7bcd18ae82e8d525
pp_multiconcat(): use PADTMPs for magic stuff
David Mitchell 5 files changed, 43 insertions(+), 12 deletions(
https://github.com/Perl/perl5/commit/e3777abb2629e5b0
pp_multiconcat(): use shared-buffer const SV
David Mitchell 1 file changed, 16 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/ea6e0ec28eeb0c56
pp_multiconcat(): use a single TEMP for consts
David Mitchell 1 file changed, 9 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/212b6b3f3b2c904f
perf/benchmarks: add concat tests for magic vars
David Mitchell 1 file changed, 193 insertions(+)
https://github.com/Perl/perl5/commit/f37cd5e9bc43e0d8
Update ExtUtils::ParseXS Changes file
Leon Timmermans 1 file changed, 21 insertions(+)
https://github.com/Perl/perl5/commit/abc9d33b5dc51ac2
New branch leont/eucb-windows-errors
2 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/0f48185012d2212b
Skip C++ test on Windows
Leon Timmermans 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/0f48185012d2212b
Make ExtUtils::CBuilder throw an exception on Windows on linker errors
Leon Timmermans 14 files changed, 15 insertions(+), 15 deletions
https://github.com/Perl/perl5/commit/8b0990bf101576ed
New branch leont/eucb-windows-simple
2 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/ffd8485df4eb0bfa
Revert "Skip C++ test on Windows"
Leon Timmermans 1 file changed, 1 insertion(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/ffd8485df4eb0bfa
Simplify Windows linking in ExtUtils::CBuilder
Leon Timmermans 1 file changed, 1 insertion(+), 34 deletions(-)
https://github.com/Perl/perl5/commit/6929b79455c17323
New branch stringify-unop
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/7ed874541abc17d2
Make OP_STRINGIFY a UNOP
Dagfinn Ilmari Mannsåker 4 files changed, 46 insertions(+), 46 deletions(
https://github.com/Perl/perl5/commit/7ed874541abc17d2
Deleted branch davem/mg_concat
Martian commit 4d90825ea185bbada7c7525827d5830b44ce9206
2 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/4d90825ea185bbad
add new mail alias for Lukas Mai
Lukas Mai 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/4d90825ea185bbad
perl.pod: fix position of perldbmfilter (under perltie)
Lukas Mai 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/c24d6061a4ed692b
Martian commit 4c36497c73fd6f8ebe63dad887053729ff122473
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/4c36497c73fd6f8e
perl.pod: use spaces instead of tabs for alignment
Lukas Mai 1 file changed, 226 insertions(+), 226 deletions
https://github.com/Perl/perl5/commit/4c36497c73fd6f8e
Martian commit d31e22a29981ae97dd558e395a8949a672d6a075
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/d31e22a29981ae97
Configure: ensure LC_ALL test code doesn't have escapes escaped
Tony Cook 1 file changed, 3 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/d31e22a29981ae97
Martian commit 6d65b5126118bb884e5e4e039ceca7b3c8415843
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/6d65b5126118bb88
Perldeltas for GH#21351 & GH#21265
Richard Leach 1 file changed, 6 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/6d65b5126118bb88
Ignored 53 GitHub auto-generated merge commits
Thread Next