develooper Front page | perl.perl5.porters | Postings from June 2022

Perl 5 Commit Summary

Thread Previous
From:
Perl 5 commit summary
Date:
June 15, 2022 03:11
Subject:
Perl 5 Commit Summary
Message ID:
20220615031143.F242EB085E@dromedary.p5h.org
Perl 5 commit summary, activity since Saturday

Current branch blead
50 commits.  5 unique authors.  4 unique committers.
60 files changed, 3558 insertions(+), 3590 deletions(-)
Thanks, applied:  Leon Timmermans (1) Paul Evans (1)
Snapshot: http://github.com/Perl/perl5/tarball/0bf91cc9654c6105

  Porting/release_schedule.pod: Fix verbatim line len
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/0bf91cc9654c6105

  Added release managers through January 2023
  Neil Bowers                 1 file changed, 14 insertions(+), 14 deletions(-
  https://github.com/Perl/perl5/commit/b15d219e387df23e

  Update cygwin README file from downstream
  Leon Timmermans             1 file changed, 15 insertions(+), 58 deletions(-
  https://github.com/Perl/perl5/commit/eceace59944a0229

  Update libsearch paths for cygwin
  Leon Timmermans             1 file changed, 10 insertions(+)
  https://github.com/Perl/perl5/commit/f15e478c60445e70

  Use cygwin's own hints/cygwin.sh
  Leon Timmermans             1 file changed, 9 insertions(+)
  https://github.com/Perl/perl5/commit/1ecb5180fc338207

  Use auto-image-base on cygwin
  Leon Timmermans             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/34e7352bb23c6479

  Revert "Do per-word hop back"
  Karl Williamson             2 files changed, 17 insertions(+), 78 deletions(
  https://github.com/Perl/perl5/commit/9f4248c91978a648

  Do per-word hop back
  Karl Williamson             2 files changed, 78 insertions(+), 10 deletions(
  https://github.com/Perl/perl5/commit/d6ad3b72778369a8

  Add comment to inline.h noting perlstatic.h
  Karl Williamson             1 file changed, 4 insertions(+)
  https://github.com/Perl/perl5/commit/88dfbb199b423413

  Create perlstatic.h
  Karl Williamson             6 files changed, 37 insertions(+), 11 deletions(
  https://github.com/Perl/perl5/commit/d86d1780364a7b87

  regen/embed.pl: Add static Perl_ not_inlined capability
  Karl Williamson             3 files changed, 16 insertions(+), 6 deletions(-
  https://github.com/Perl/perl5/commit/c43e2db585193d85

  regen/embed.pl: Use $var to avoid duplicate string
  Karl Williamson             1 file changed, 11 insertions(+), 9 deletions(-)
  https://github.com/Perl/perl5/commit/07b6261fb1bd833c

  Change autodoc flag
  Karl Williamson             8 files changed, 48 insertions(+), 47 deletions(
  https://github.com/Perl/perl5/commit/3734d2f5d38a7779

  Convert '!!' to cBOOL()
  Karl Williamson             12 files changed, 31 insertions(+), 24 deletions
  https://github.com/Perl/perl5/commit/82943faa9f6f51ae

  lib/locale.t: AIX now works
  Karl Williamson             1 file changed, 3 insertions(+), 7 deletions(-)
  https://github.com/Perl/perl5/commit/a5d3a568eb8dce24

  A better error message for `try {} catch {}` missing its (VAR)
  Paul "LeoNerd" Evans        6 files changed, 1724 insertions(+), 1922 deleti
  https://github.com/Perl/perl5/commit/0065df430e314513

  Evaluate SET_SVANY_FOR_BODYLESS_[IN]V() param just once
  Karl Williamson             1 file changed, 10 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/fecef29147d516d8

  Evaluate isGV_with_GP(on|off)() param just once
  Karl Williamson             1 file changed, 17 insertions(+), 10 deletions(-
  https://github.com/Perl/perl5/commit/41bd242f6bcefea5

  Evaluate Sv[INURU}V_set() params just once
  Karl Williamson             1 file changed, 34 insertions(+), 19 deletions(-
  https://github.com/Perl/perl5/commit/8c981be1c4c54585

  Evaluate SvSetSV_(nosteal_)?and() params just once
  Karl Williamson             1 file changed, 12 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/c1bee3910fc96b05

  Evaluate SvIV_please() param just once
  Karl Williamson             1 file changed, 5 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/51c4bdf3527d2e40

  Evaluate SvREFCNT_inc_simple_void() param just once
  Karl Williamson             1 file changed, 7 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/fa50d782e52f23c5

  regexec.c: Refactor switch default()
  Karl Williamson             1 file changed, 5 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/75111994648b802c

  regexec.c: Use new macros; refactor switch()
  Karl Williamson             1 file changed, 19 insertions(+), 16 deletions(-
  https://github.com/Perl/perl5/commit/1c5e7b4c8cffc034

  locale.c: Use macros from previous commits
  Karl Williamson             2 files changed, 34 insertions(+), 34 deletions(
  https://github.com/Perl/perl5/commit/dcbeec20aa8d80f2

  handy.h: Add layer for char classification/case change
  Karl Williamson             1 file changed, 100 insertions(+), 40 deletions(
  https://github.com/Perl/perl5/commit/33bdb9d365b93e59

  handy.h: Add isCASED_LC
  Karl Williamson             1 file changed, 5 insertions(+)
  https://github.com/Perl/perl5/commit/8fd8ea433fb12e11

  handy.h: Add wrapper layer macros for isalnum() etc
  Karl Williamson             1 file changed, 76 insertions(+), 58 deletions(-
  https://github.com/Perl/perl5/commit/6d432bcf16b2ea34

  handy.h: Collapse some macros
  Karl Williamson             1 file changed, 6 insertions(+), 11 deletions(-)
  https://github.com/Perl/perl5/commit/31e89ad7f626c707

  handy.h: Move some macro defns around
  Karl Williamson             1 file changed, 45 insertions(+), 45 deletions(-
  https://github.com/Perl/perl5/commit/4a283f4fd171ac8d

  handy.h: Collapse two sets of macros
  Karl Williamson             1 file changed, 15 insertions(+), 29 deletions(-
  https://github.com/Perl/perl5/commit/ef620431e6b66794

  No locales => don't use isspace(), toLower() etc.
  Karl Williamson             1 file changed, 16 insertions(+), 16 deletions(-
  https://github.com/Perl/perl5/commit/d277535a2cfe9b65

  handy.h: #define one macro in terms of another
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/837a524d9a79be51

  handy.h: Rmv unnecessary parameter to internal macros
  Karl Williamson             1 file changed, 9 insertions(+), 9 deletions(-)
  https://github.com/Perl/perl5/commit/cfe7bb26390e8266

  handy.h: Refactor some internal macros
  Karl Williamson             1 file changed, 12 insertions(+), 15 deletions(-
  https://github.com/Perl/perl5/commit/53049083d3aadeb9

  handy.h: Rmv internal macro
  Karl Williamson             1 file changed, 2 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/2aa3d949d9d73dd1

  Change handy.h macro names to be C standard conformant
  Karl Williamson             12 files changed, 1060 insertions(+), 1064 delet
  https://github.com/Perl/perl5/commit/91456fff21e82fb5

  handy.h: Don't use char class if no LC_CTYPE
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/5bf5e40b412e0249

  handy.h: White-space, comment only
  Karl Williamson             1 file changed, 92 insertions(+), 82 deletions(-
  https://github.com/Perl/perl5/commit/81d43abf933b3702

  handy.h: Add some branch predictions
  Karl Williamson             1 file changed, 6 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/af48e60e2d4b6381

  handy.h: Refactor some #ifdef's for commonality
  Karl Williamson             1 file changed, 30 insertions(+), 34 deletions(-
  https://github.com/Perl/perl5/commit/3f0486a381e33e96

  handy.h: Remove the only 2 calls to internal macro
  Karl Williamson             1 file changed, 2 insertions(+), 9 deletions(-)
  https://github.com/Perl/perl5/commit/8a39b40f7807c138

  Change handy.h macro names to be C standard conformant
  Karl Williamson             4 files changed, 201 insertions(+), 201 deletion
  https://github.com/Perl/perl5/commit/6eb62d23ae68de0c

  Minor update to perl -h to display newly added -g option.
  Mohammad S Anwar            1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/f88fd00517a49a45

  regcomp.c: Add ASSERT
  Karl Williamson             1 file changed, 2 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/2d69a03b0f56042b

  Mohammad S Anwar is now a Perl author
  Karl Williamson             1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/841a6652771a0d06

  Note gotchas, workarounds in STMT_START..STMT_END
  Karl Williamson             2 files changed, 111 insertions(+), 4 deletions(
  https://github.com/Perl/perl5/commit/9a05f3d20d393b06

  Discourage use of GCC brace groups
  Karl Williamson             1 file changed, 11 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/ce7f1dfd48552c3f

  Make fc(), qr//i thread-safe on participating platforms
  Karl Williamson             13 files changed, 46 insertions(+), 132 deletion
  https://github.com/Perl/perl5/commit/c3c9077b28cc7017

  mg.c: Fix to compile under g++
  Karl Williamson             1 file changed, 4 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/12865d70b33295cc

New branch smoke-me/khw-printf
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/4780041d9c5d068c

  smoke
  Karl Williamson             2 files changed, 64 insertions(+), 37 deletions(
  https://github.com/Perl/perl5/commit/4780041d9c5d068c

Martian commit e3e0518f4d471e397d3715725a6990e85d588fbd
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/e3e0518f4d471e39

  Minor update to perl -h to display newly added -g option.
  Mohammad S Anwar            1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/e3e0518f4d471e39

Martian commit 93bd745f778b13e22e6a2f13b88bf79b6a0625c1
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/93bd745f778b13e2

  Make fc(), qr//i thread-safe on participating platforms
  Karl Williamson             13 files changed, 46 insertions(+), 132 deletion
  https://github.com/Perl/perl5/commit/93bd745f778b13e2

Ignored 50 GitHub auto-generated merge commits

Thread Previous


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