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

Perl 5 Commit Summary

Thread Next
From:
Perl 5 commit summary
Date:
June 18, 2022 03:05
Subject:
Perl 5 Commit Summary
Message ID:
20220618030523.48FA61562@dromedary.p5h.org
Perl 5 commit summary, activity since Wednesday

Current branch blead
24 commits.  6 unique authors.  3 unique committers.
20 files changed, 431 insertions(+), 370 deletions(-)
Thanks, applied:  Karl Williamson (3) Tony Cook (1)
Snapshot: http://github.com/Perl/perl5/tarball/491d7f25f50e7e1c

  define POSIX:: constants from limits.h when building with mingw
  Sidney Markowitz            1 file changed, 3 insertions(+)
  https://github.com/Perl/perl5/commit/491d7f25f50e7e1c

  autodoc.pl: s/guts/intern/ (mostly)
  Karl Williamson             1 file changed, 4 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/23c7fd2dc9e27fb2

  perlapi: Document ASCIIish
  Karl Williamson             1 file changed, 10 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/7c966d1426fa2755

  perlapi: PERL_USE_GCC_BRACE_GROUPS is defined or not
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/22dd4d0610936777

  Add '#' flag for autodoc entries
  Karl Williamson             2 files changed, 14 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/746dd61624d3d204

  Sidney Markowitz is now a Perl author
  Karl Williamson             1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/13c71e252dd585f2

  handy.h: White space only
  Karl Williamson             1 file changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/934902b872811e93

  GH19478: applying taint is no reason to mess with pos
  Hugo van der Sanden         2 files changed, 13 insertions(+), 11 deletions(
  https://github.com/Perl/perl5/commit/f757874dac95bb60

  locale.c: Move unreachable code so is reachable
  Karl Williamson             1 file changed, 6 insertions(+), 8 deletions(-)
  https://github.com/Perl/perl5/commit/01c966a375068853

  locale.c: Simplify S_category_name
  Karl Williamson             3 files changed, 20 insertions(+), 39 deletions(
  https://github.com/Perl/perl5/commit/fef64ad9e49d729c

  locale.c: Change S_emulate_setlocale name and sig
  Karl Williamson             4 files changed, 26 insertions(+), 51 deletions(
  https://github.com/Perl/perl5/commit/4bcc858ca05cc7ae

  locale.c: Use get_category_index()
  Karl Williamson             4 files changed, 33 insertions(+), 35 deletions(
  https://github.com/Perl/perl5/commit/d188fe6d7ad41562

  locale.c: Create S_get_category_index()
  Karl Williamson             4 files changed, 60 insertions(+), 6 deletions(-
  https://github.com/Perl/perl5/commit/7e1cacefbdbeaeb1

  locale.c: Cast return of setlocale() to const
  Karl Williamson             1 file changed, 2 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/d19f9f011c8c6121

  locale.c: Change macro name
  Karl Williamson             1 file changed, 17 insertions(+), 17 deletions(-
  https://github.com/Perl/perl5/commit/fb24522c5325180f

  Regularize HAS_POSIX_2008_LOCALE, USE_POSIX_2008_LOCALE
  Karl Williamson             7 files changed, 11 insertions(+), 24 deletions(
  https://github.com/Perl/perl5/commit/4b06b4d0b63d9008

  Add USE_LOCALE_THREADS #define
  Karl Williamson             3 files changed, 15 insertions(+), 10 deletions(
  https://github.com/Perl/perl5/commit/8751a11f7fafc4d6

  Mark newly moved symbols as private
  Karl Williamson             2 files changed, 117 insertions(+), 117 deletion
  https://github.com/Perl/perl5/commit/4fd76d4931568489

  Move some locale.c #defines to perl.h
  Karl Williamson             2 files changed, 83 insertions(+), 82 deletions(
  https://github.com/Perl/perl5/commit/e0b58928ee1dcb50

  Avoid using ' version of isnt
  Nicolas Mendoza             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/b8b94c781ed48848

  Nicolas Mendoza is now a Perl author
  Karl Williamson             1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/490c0a30e723ac8d

  perlapi: Document hv_ksplit
  Karl Williamson             2 files changed, 14 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/06c12f4ea7681057

  allow building with -DPERL_MEM_LOG on Win32
  Tony Cook                   6 files changed, 31 insertions(+), 14 deletions(
  https://github.com/Perl/perl5/commit/bc726283c505c016

  pp_aelemfast: include fast return for non-lvals
  Richard Leach               1 file changed, 3 insertions(+)
  https://github.com/Perl/perl5/commit/5af5b232a2dc0e42

Martian commit 8aa706f46e03452f62b6d831d600f9c9385eb897
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/8aa706f46e03452f

  define POSIX:: constants from limits.h when building with mingw
  Sidney Markowitz            1 file changed, 3 insertions(+)
  https://github.com/Perl/perl5/commit/8aa706f46e03452f

Martian commit 79789ece504f2e30a94163767aca66c5b997bc4f
4 commits.  2 unique authors.  2 unique committers.
Thanks, applied:  GitHub (1) Nicolas Mendoza (1)
Snapshot: http://github.com/Perl/perl5/tarball/79789ece504f2e30

  Merge branch 'Perl:blead' into nicomen/drop_isn't
  Nicolas Mendoza             2 parents
  https://github.com/Perl/perl5/commit/79789ece504f2e30

  Run Porting/updateAUTHORS.pl to update AUTHORS and .mailmap files
  Nicolas Mendoza             2 files changed, 8 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/9320a4ffbe639002

  pp_aelemfast: include fast return for non-lvals
  Richard Leach               1 file changed, 3 insertions(+)
  https://github.com/Perl/perl5/commit/bba60ded746cf2e5

  Avoid using ' version of isnt
  Nicolas Mendoza             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/6b5a960f0dc229b8

Martian commit 725a1214625a202bfd5368674777698fc6267a94
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/725a1214625a202b

  perlapi: Document hv_ksplit
  Karl Williamson             2 files changed, 14 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/725a1214625a202b

Martian commit 8ac5dc43bca4e577883b2f784e5fd46520b6128e
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/8ac5dc43bca4e577

  allow building with -DPERL_MEM_LOG on Win32
  Tony Cook                   6 files changed, 31 insertions(+), 14 deletions(
  https://github.com/Perl/perl5/commit/8ac5dc43bca4e577

Ignored 52 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