Perl 5 Commit Summary

[email protected] (Perl 5 commit summary)
Newsgroups perl.perl5.porters
Message-ID <[email protected]>
Perl 5 commit summary, activity since Saturday

Current branch blead
38 commits.  6 unique authors.  6 unique committers.
38 files changed, 6140 insertions(+), 1920 deletions(-)
Thanks, applied:  James E Keenan (1)
Snapshot: http://github.com/Perl/perl5/tarball/484d44daea15742b

  pat_re_eval.t: Fix typo in test name
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/484d44daea15742b

  PerlIOScalar_write: eliminate duplicated code
  TAKAI Kousuke               2 files changed, 15 insertions(+), 12 deletions(
  https://github.com/Perl/perl5/commit/81f38e0b3a737bba

  [MERGE] Deparse fixups
  David Mitchell              2 parents
  https://github.com/Perl/perl5/commit/3bcf8cb49e398f65

  t/TEST -deparse: always list unexpected passes
  David Mitchell              1 file changed, 12 insertions(+), 10 deletions(-
  https://github.com/Perl/perl5/commit/1a0de88d73e303b7

  update ./TEST -deparse skips
  David Mitchell              1 file changed, 15 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/d6398e5446442767

  test_pl.pod: improve refcount_is() example
  David Mitchell              2 files changed, 8 insertions(+), 7 deletions(-)
  https://github.com/Perl/perl5/commit/3461b134a44d03cb

  Deparse.pm: use OPpSTATEMENT to simplify if/else
  David Mitchell              2 files changed, 49 insertions(+), 58 deletions(
  https://github.com/Perl/perl5/commit/1bd8ca0295387e97

  add OPpSTATEMENT private flag for logops
  David Mitchell              10 files changed, 453 insertions(+), 432 deletio
  https://github.com/Perl/perl5/commit/9b4ce3e4d818f1a9

  ./TEST -deparse: skip t/op/caller.t
  David Mitchell              2 files changed, 10 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/65fa00501fe23c4c

  Deparse.pm: handle empty package block
  David Mitchell              2 files changed, 13 insertions(+), 3 deletions(-
  https://github.com/Perl/perl5/commit/1ee03a46a935e0b5

  Deparse: fix handling empty continue block
  David Mitchell              2 files changed, 14 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/8cd3b9aa66582fb1

  Deparse.pm: fix multivar for with refalias
  David Mitchell              1 file changed, 13 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/06848a7536688e95

  Deparse.pm: fix for loop with empty body
  David Mitchell              2 files changed, 18 insertions(+), 2 deletions(-
  https://github.com/Perl/perl5/commit/6eba9deb6da8ce25

  Deparse.pm: add some code comments and whitespace
  David Mitchell              1 file changed, 19 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/5a1e5f79a75e9eb5

  Deparse: fix blockless elsif
  David Mitchell              2 files changed, 13 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/fc6662657ebfa3ec

  perldelta for close(STDOUT) for a popen(STDOUT) on Win32
  Tony Cook                   1 file changed, 5 insertions(+)
  https://github.com/Perl/perl5/commit/1fc90a00e06c7cba

  closepid.t: these now work on Windows
  Tony Cook                   1 file changed, 3 deletions(-)
  https://github.com/Perl/perl5/commit/3c4e0244588e5242

  Win32: eliminate the sys_intern fdpid aka w32_fdpid
  Tony Cook                   3 files changed, 27 insertions(+), 29 deletions(
  https://github.com/Perl/perl5/commit/6d8e3bc331982e24

  closepid.t: pclose tests that fail on Win32
  Tony Cook                   1 file changed, 21 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/0803f9cd4b61d92d

  win32.c: don't define PerlIO as FILE
  Tony Cook                   1 file changed, 2 deletions(-)
  https://github.com/Perl/perl5/commit/19edda06d201bf99

  Close padding hole in BuiltinFuncDescriptor
  Richard Leach               1 file changed, 25 insertions(+), 25 deletions(-
  https://github.com/Perl/perl5/commit/93d53d4b35bdc725

  Close padding hole in op_multiparam_named_aux struct
  Richard Leach               1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/4853a600c2cd9944

  utf8_to_bytes: take U8 * directly, not char *
  Lukas Mai                   1 file changed, 15 insertions(+), 15 deletions(-
  https://github.com/Perl/perl5/commit/c07f6db2403a851c

  perlxs: Fix typo
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/1b56c6179b379f44

  embed.fnc: Update to document '__attribute__nonnull__'
  Karl Williamson             1 file changed, 5 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/d1a42b4c06f6d188

  Add __attribute_nonnull__ to aTHX parameter
  Karl Williamson             2 files changed, 2196 insertions(+), 366 deletio
  https://github.com/Perl/perl5/commit/23da14807b020d93

  proto.h: Use __attribute__nonnull__ if available
  Karl Williamson             2 files changed, 3145 insertions(+), 916 deletio
  https://github.com/Perl/perl5/commit/60934b7afcb35dff

  cflags.SH: Turn off attribute_nonnull warnings
  Karl Williamson             1 file changed, 11 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/3ab6549fdd9ab598

  perl.h: Add some missing pTHX_n (n is a number)
  Karl Williamson             2 files changed, 6 insertions(+)
  https://github.com/Perl/perl5/commit/5d085e34ee2e9993

  regen/embed.pl: Indent here-doc for clarity
  Karl Williamson             1 file changed, 8 insertions(+), 7 deletions(-)
  https://github.com/Perl/perl5/commit/03ff4d79ec768246

  regen/embed.pl: Avoid trailing blank
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/5898988743166c69

  regen/embed.pl: Move 'my' declaration
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/161e334d60656d66

  Avoid repeated calls to OpSIBLING
  Karl Williamson             2 files changed, 9 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/cba208fd4f773306

  pp_ctl.c: Use saved value instead of recomputing
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/c187612bd25d2dcd

  op.h: Remove some code duplication
  Karl Williamson             1 file changed, 8 insertions(+), 8 deletions(-)
  https://github.com/Perl/perl5/commit/ce6f623a99361dfe

  op.c: Collapse duplicate macro calls
  Karl Williamson             1 file changed, 7 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/3df09681ccfe9f9a

  dump.c: Collapse duplicate macro calls
  Karl Williamson             1 file changed, 5 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/da8f48c9d782ac33

  release_schedule.pod - RL will do 5.43.8
  Richard Leach               1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/a4fb384b292e0445

Current branch book/gh24135
1 commit.  1 unique author.  1 unique committer.
1 file changed, 12 insertions(+), 1 deletion(-)

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

  perldelta entry for the varname improvement
  Philippe Bruhat (BooK)      1 file changed, 12 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/ca37715896660250

New branch book/PPC0014
2 commits.  1 unique author.  1 unique committer.

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

  tests for English names
  Philippe Bruhat (BooK)      2 files changed, 181 insertions(+)
  https://github.com/Perl/perl5/commit/dcc955060b6fe01a

  implement PPC0014 English Name aliases
  Philippe Bruhat (BooK)      4 files changed, 194 insertions(+), 25 deletions
  https://github.com/Perl/perl5/commit/3d5d4c5a0526425c

New branch book/perlvar-fixup
2 commits.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/83870c80a41c00d1

  add index entries for filehandle methods
  Philippe Bruhat (BooK)      1 file changed, 22 insertions(+), 22 deletions(-
  https://github.com/Perl/perl5/commit/83870c80a41c00d1

  add missing sigils to some variables index entries in perlvar
  Philippe Bruhat (BooK)      1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/42e98fb12381d025

New branch nicholas/GH24150
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/6e94391455b13b06

  padname_dup was calling ptr_table_fetch with the wrong variable
  Nicholas Clark              1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/6e94391455b13b06

Deleted branch davem/deparse_fixes

Martian commit 6e8d7eb7b16bfe696fae9aacf360850dd23973b8
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/6e8d7eb7b16bfe69

  PerlIOScalar_write: eliminate duplicated code
  TAKAI Kousuke               2 files changed, 15 insertions(+), 12 deletions(
  https://github.com/Perl/perl5/commit/6e8d7eb7b16bfe69

Martian commit b7aa27eefc5972e99b32c9a0dd5419037151bfda
5 commits.  1 unique author.  1 unique committer.

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

  perldelta for close(STDOUT) for a popen(STDOUT) on Win32
  Tony Cook                   1 file changed, 5 insertions(+)
  https://github.com/Perl/perl5/commit/b7aa27eefc5972e9

  closepid.t: these now work on Windows
  Tony Cook                   1 file changed, 3 deletions(-)
  https://github.com/Perl/perl5/commit/f46aaea2c4b7e167

  Win32: eliminate the sys_intern fdpid aka w32_fdpid
  Tony Cook                   3 files changed, 27 insertions(+), 29 deletions(
  https://github.com/Perl/perl5/commit/3f7e89ac0a91b376

  closepid.t: pclose tests that fail on Win32
  Tony Cook                   1 file changed, 21 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/cca696bfae80934e

  win32.c: don't define PerlIO as FILE
  Tony Cook                   1 file changed, 2 deletions(-)
  https://github.com/Perl/perl5/commit/fbba539e263bc463

Martian commit 1b1acd520274bc26fd33583da8426cde7d18f77f
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/1b1acd520274bc26

  Close padding hole in BuiltinFuncDescriptor
  Richard Leach               1 file changed, 25 insertions(+), 25 deletions(-
  https://github.com/Perl/perl5/commit/1b1acd520274bc26

Martian commit 288220b23829eca27231ecd326cb63fe3cea15a7
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/288220b23829eca2

  Close padding hole in op_multiparam_named_aux struct
  Richard Leach               1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/288220b23829eca2

Martian commit fda78760131bf197f8ebc488dcec321f06f790ed
1 commit.  1 unique author.  1 unique committer.

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

  utf8_to_bytes: take U8 * directly, not char *
  Lukas Mai                   1 file changed, 15 insertions(+), 15 deletions(-
  https://github.com/Perl/perl5/commit/fda78760131bf197

Ignored 87 GitHub auto-generated merge commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.