develooper Front page | perl.perl5.porters | Postings from August 2023

Perl 5 Commit Summary

Thread Next
From:
Perl 5 commit summary
Date:
August 2, 2023 03:11
Subject:
Perl 5 Commit Summary
Message ID:
20230802031132.E214FB1407@dromedary.p5h.org
Perl 5 commit summary, activity since Saturday

Current branch blead
34 commits.  4 unique authors.  4 unique committers.
31 files changed, 1000 insertions(+), 454 deletions(-)
Thanks, applied:  James E Keenan (3)
Snapshot: http://github.com/Perl/perl5/tarball/c226565ffd491f06

  perlrequick: Note {,n} added in 5.34
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/c226565ffd491f06

  hints/linux: Add additional expression when matching clang
  Raul E Rangel               2 files changed, 2 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/053f9e8029ff93d2

  perldelta for fb5c7cea820da4
  Tony Cook                   1 file changed, 6 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/cda9b62a331cad20

  test.pl: Clarify watchdog() sub comments
  Karl Williamson             1 file changed, 11 insertions(+), 10 deletions(-
  https://github.com/Perl/perl5/commit/e5382596a8b29c89

  readline ARGV: don't try to open '|-' or '-|' and warn
  Tony Cook                   6 files changed, 75 insertions(+), 6 deletions(-
  https://github.com/Perl/perl5/commit/fb5c7cea820da4e5

  PerlIO::via: sanity check READ method return value
  Tony Cook                   3 files changed, 69 insertions(+), 5 deletions(-
  https://github.com/Perl/perl5/commit/4d19b36932e18bce

  locale.c: Windows Use .ACP for sys default fallback
  Karl Williamson             1 file changed, 6 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/f0eb8bbcea48a988

  locale.c: use variable to avoid extra comparisons
  Karl Williamson             1 file changed, 17 insertions(+), 13 deletions(-
  https://github.com/Perl/perl5/commit/7b0950d0d220e2b6

  regexec.c - restructure code that boils down to a constant conditional
  Yves Orton                  1 file changed, 12 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/2a8fc21e747997d3

  close: document recent-ish changes to closing file handles
  Tony Cook                   1 file changed, 14 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/52bd46e2720e1a63

  locale.c: Move two helper functions for POSIX 2008 implementation
  Karl Williamson             1 file changed, 109 insertions(+), 108 deletions
  https://github.com/Perl/perl5/commit/052ce90621dc9b9e

  locale.c: Split up S_setlocale_from_aggregate_LC_ALL
  Karl Williamson             5 files changed, 257 insertions(+), 104 deletion
  https://github.com/Perl/perl5/commit/796f4ab0d4d47f96

  locale.c: Move a #define group, and add a comment
  Karl Williamson             1 file changed, 5 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/cfc647229808d733

  hints/darwin: querylocale() has a race
  Karl Williamson             1 file changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/6e519e9de7bb0297

  locale.c: Add optional locking around querylocale()
  Karl Williamson             1 file changed, 48 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/88a38b938edb6fb5

  locale.c: Work around some libc POSIX 2008 bugs
  Karl Williamson             1 file changed, 32 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/0f3830f3997cf7ef

  locale.c: Flatten two nested if's
  Karl Williamson             1 file changed, 5 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/29d1d75a7ee6fc4f

  locale.c: Inline only remaining use of querylocale_l()
  Karl Williamson             1 file changed, 64 insertions(+), 38 deletions(-
  https://github.com/Perl/perl5/commit/c7dced5e1104e597

  locale.c: Reorder #if clauses
  Karl Williamson             1 file changed, 24 insertions(+), 10 deletions(-
  https://github.com/Perl/perl5/commit/4b8cfff8bbfe9d61

  locale.c: Slight refactoring of S_querylocale_2008_i
  Karl Williamson             1 file changed, 10 insertions(+), 8 deletions(-)
  https://github.com/Perl/perl5/commit/d68bbb45e2571927

  thread_locale_init: error check, and keep var updated
  Karl Williamson             1 file changed, 13 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/cd62fc02f2591203

  locale.c: Simplify S_get_LC_ALL_display
  Karl Williamson             1 file changed, 1 insertion(+), 17 deletions(-)
  https://github.com/Perl/perl5/commit/66da06fadedd7dc6

  locale.c: Change API of S_calculate_LC_ALL_string
  Karl Williamson             4 files changed, 30 insertions(+), 63 deletions(
  https://github.com/Perl/perl5/commit/3338b6d3c28e9558

  locale.c: Change parameter name for static function
  Karl Williamson             3 files changed, 6 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/a19e359901819500

  autodoc: A config.h entry may not clash with perlintern
  Karl Williamson             1 file changed, 4 insertions(+)
  https://github.com/Perl/perl5/commit/fe7336cf3cc35d3a

  re-work win32/*makefile to fix rebuilds
  Tony Cook                   2 parents
  https://github.com/Perl/perl5/commit/4ea6bb5fda601ec6

  win32/@makefiles: only update "Extensions_static" if needed
  Tony Cook                   4 files changed, 55 insertions(+), 4 deletions(-
  https://github.com/Perl/perl5/commit/77e681fc583b14b4

  win32/@makefiles: only update config.sh if it changes
  Tony Cook                   4 files changed, 88 insertions(+), 19 deletions(
  https://github.com/Perl/perl5/commit/7288512eb6ae995e

  win32/@makefiles: move the full perl config.h to full/
  Tony Cook                   8 files changed, 51 insertions(+), 35 deletions(
  https://github.com/Perl/perl5/commit/3c21fb41bad7e005

  win32/GNUmakefile, win32/Makefile: define a macro for the mini/config.h
  Tony Cook                   2 files changed, 31 insertions(+), 29 deletions(
  https://github.com/Perl/perl5/commit/2d1c37f9276ef6fa

  win32/Makefile: build miniperl objects with implicit rules
  Tony Cook                   1 file changed, 7 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/eb5a9047b9758572

  win32/Makefile: move the miniperl config.h to mini\
  Tony Cook                   1 file changed, 11 insertions(+), 11 deletions(-
  https://github.com/Perl/perl5/commit/ad3bccd2d3128b12

  win32/GNUmakefile: use pattern rules to build the miniperl objects
  Tony Cook                   1 file changed, 7 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/62b0a3251743cb63

  win32/GNUmakefile: move miniperl's config.h to mini\
  Tony Cook                   1 file changed, 22 insertions(+), 22 deletions(-
  https://github.com/Perl/perl5/commit/7a5ee7414cf53036

New branch leont/regcomp_static
5 commits.  2 unique authors.  2 unique committers.

Snapshot: http://github.com/Perl/perl5/tarball/57f83a339e7fe45c

  regexec.c - only compile debugging code once under -Uusedl
  Yves Orton                  1 file changed, 7 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/57f83a339e7fe45c

  regcomp_debug.c - fixup regex engine build under -Uusedl
  Yves Orton                  1 file changed, 161 insertions(+), 156 deletions
  https://github.com/Perl/perl5/commit/3c782000401b8b50

  Deduplicate various re functions in ext/re
  Leon Timmermans             2 files changed, 14 insertions(+), 2 deletions(-
  https://github.com/Perl/perl5/commit/75ca7065276baca3

  Fix testlist tests for static perls
  Leon Timmermans             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/35b0cd250c3c44c1

  Fix goto tests for static perls
  Leon Timmermans             1 file changed, 3 insertions(+)
  https://github.com/Perl/perl5/commit/d7788dda7bccaef9

Deleted branch haarg/remove-pod-perldoc-perlfunc

Deleted branch yves/alternate_pr_for_21296

Martian commit 7cca1bf950d0cdce127bb99fc46b5d8da5b39352
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/7cca1bf950d0cdce

  hints/linux: Add additional expression when matching clang
  Raul E Rangel               2 files changed, 2 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/7cca1bf950d0cdce

Martian commit 7560d938f3fa60e2b3b5e93a6fe8de04fd279b4a
2 commits.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/7560d938f3fa60e2

  locale.c: Windows Use .ACP for sys default fallback
  Karl Williamson             1 file changed, 6 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/7560d938f3fa60e2

  locale.c: use variable to avoid extra comparisons
  Karl Williamson             1 file changed, 17 insertions(+), 13 deletions(-
  https://github.com/Perl/perl5/commit/02249396cebb91ca

Martian commit 83d701b59bf404c6d1084b961fe19cd11962bcfa
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/83d701b59bf404c6

  close: document recent-ish changes to closing file handles
  Tony Cook                   1 file changed, 14 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/83d701b59bf404c6

Ignored 46 GitHub auto-generated merge commits

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About