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

Perl 5 Commit Summary

Thread Previous
From:
Perl 5 commit summary
Date:
June 19, 2019 03:14
Subject:
Perl 5 Commit Summary
Message ID:
E1hdR39-0003nC-Hd@cron.dc.perl.space
Perl 5 commit summary, activity since Saturday

Current branch blead
15 commits.  5 unique authors.  2 unique committers.
67 files changed, 469 insertions(+), 12559 deletions(-)
Thanks, applied:  Tony Cook (4)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/f83193f25095f935.tar.gz

  Manuel Mausz is now a perl author
  Tony Cook                   1 file changed, 1 insertion(+)
  http://perl5.git.perl.org/perl.git/commit/f83193f25095f935

  Add test for perl #134169
  Manuel Mausz                1 file changed, 21 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/3121d45269f99e4f

  (perl #134169) mg.c reset endptr after use
  Manuel Mausz                1 file changed, 3 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/79e302e6c3f815bf

  Document SvTRUEx() macro
  Pali                        1 file changed, 11 insertions(+)
  http://perl5.git.perl.org/perl.git/commit/3127113cbf175740

  perldelta for bc26d2e6b287
  Tony Cook                   1 file changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/da1830f5b059251a

  (perl #133936) make send() a bit saner
  Tony Cook                   2 files changed, 25 insertions(+), 11 deletions(
  http://perl5.git.perl.org/perl.git/commit/bc26d2e6b287cc66

  The Windows CE Chainsaw Massacre
  Steve Hay                   49 files changed, 312 insertions(+), 12533 delet
  http://perl5.git.perl.org/perl.git/commit/79c32fc2889bdbdf

  perldelta for a8e0c1fd5ade
  Tony Cook                   1 file changed, 7 insertions(+)
  http://perl5.git.perl.org/perl.git/commit/fa068f6da2218ae8

  (perl #133989) scalar() the argument to readline, if any
  Tony Cook                   2 files changed, 7 insertions(+)
  http://perl5.git.perl.org/perl.git/commit/a8e0c1fd5ade7c30

  Michael Haardt is now  perl author
  Tony Cook                   1 file changed, 1 insertion(+)
  http://perl5.git.perl.org/perl.git/commit/4403f2e515391112

  Increase cpp macro space for HP-UX 11.00 ANSI compiler
  Michael Haardt              1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/f4af610f061b3fbf

  perldelta for f1000aa2d58f, 229dff1ea726, 1d9630e7857d
  Tony Cook                   1 file changed, 7 insertions(+)
  http://perl5.git.perl.org/perl.git/commit/cc1cbb0666e28628

  (perl #133936) document differences between IO::Socket::* and builtin
  Tony Cook                   1 file changed, 40 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/1d9630e7857d6fba

  bump $IO::VERSION
  Tony Cook                   10 files changed, 10 insertions(+), 10 deletions
  http://perl5.git.perl.org/perl.git/commit/229dff1ea726e744

  (perl #133936) ensure TO is honoured for UDP $sock->send()
  Tony Cook                   2 files changed, 31 insertions(+), 7 deletions(-
  http://perl5.git.perl.org/perl.git/commit/f1000aa2d58fbed2

New branch smoke-me/davem/non_recursive_op_fns
42 commits.  1 unique author.  1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/2ca12115bbf6c0c9.tar.gz

  Perl_op_lvalue_flags(): make mostly non-recursive
  David Mitchell              1 file changed, 71 insertions(+), 25 deletions(-
  http://perl5.git.perl.org/perl.git/commit/2ca12115bbf6c0c9

  Perl_op_lvalue_flags() add blank lines
  David Mitchell              1 file changed, 7 insertions(+)
  http://perl5.git.perl.org/perl.git/commit/a3aff17244b981bf

  Perl_op_lvalue_flags(): skip OPf_WANT_VOID ops.
  David Mitchell              1 file changed, 5 insertions(+), 5 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/be57a3b2104353d7

  Perl_op_lvalue_flags(): fixup documentation
  David Mitchell              1 file changed, 25 insertions(+), 19 deletions(-
  http://perl5.git.perl.org/perl.git/commit/1c302f78623c2952

  reindent op.c:S_lvref()
  David Mitchell              1 file changed, 131 insertions(+), 119 deletions
  http://perl5.git.perl.org/perl.git/commit/b76844d1ac726186

  make op.c:S_lvref() non-recursive
  David Mitchell              1 file changed, 27 insertions(+), 17 deletions(-
  http://perl5.git.perl.org/perl.git/commit/b7835d12d3f1ca21

  document what op.c:S_lvref() does
  David Mitchell              1 file changed, 9 insertions(+)
  http://perl5.git.perl.org/perl.git/commit/276e3542fdf305b1

  op.c: S_lvref(): handle all kids on OP_NULL
  David Mitchell              1 file changed, 7 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/6fc1964513be352f

  Clarify purpose of S_looks_like_bool()
  David Mitchell              1 file changed, 5 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/a84bbb7031e89092

  make op.c:S_find_and_forget_pmops() non-recursive
  David Mitchell              1 file changed, 27 insertions(+), 13 deletions(-
  http://perl5.git.perl.org/perl.git/commit/05d8ee5751ff0f31

  Perl_doref(): reindent
  David Mitchell              1 file changed, 94 insertions(+), 93 deletions(-
  http://perl5.git.perl.org/perl.git/commit/4f40fb6c45ac44fe

  Perl_doref(): make non-recursive
  David Mitchell              1 file changed, 40 insertions(+), 15 deletions(-
  http://perl5.git.perl.org/perl.git/commit/b78eb133353f3e6a

  document what Perl_doref does
  David Mitchell              1 file changed, 13 insertions(+)
  http://perl5.git.perl.org/perl.git/commit/559bebdbbad524d6

  make op.c:S_aassign_scan() non-recursive
  David Mitchell              1 file changed, 81 insertions(+), 38 deletions(-
  http://perl5.git.perl.org/perl.git/commit/e27c299bc45623ca

  make Perl_op_linklist() non-recursive
  David Mitchell              1 file changed, 43 insertions(+), 22 deletions(-
  http://perl5.git.perl.org/perl.git/commit/e6daae36fff3f8f5

  Perl_op_linklist(): use OPf_KIDS flags
  David Mitchell              1 file changed, 2 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/5782a04ed3459598

  Perl_scalarvoid(): add comment saying what it does
  David Mitchell              1 file changed, 2 insertions(+)
  http://perl5.git.perl.org/perl.git/commit/12a8530e59501d82

  op.c: S_search_const: remove recursion
  David Mitchell              1 file changed, 7 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/aef18482a8895529

  op.c: add code comments to S_search_const()
  David Mitchell              1 file changed, 9 insertions(+)
  http://perl5.git.perl.org/perl.git/commit/8c5faf5c0e7e69a8

  op.c: S_assignment_type(): make truly trinary
  David Mitchell              1 file changed, 12 insertions(+), 5 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/4a289f057aaae2e1

  Perl_scalar() tail-call optimise
  David Mitchell              2 files changed, 60 insertions(+), 4 deletions(-
  http://perl5.git.perl.org/perl.git/commit/e646861a28fd4ffd

  Perl_scalar(): doc and reorganise complex bool
  David Mitchell              1 file changed, 22 insertions(+), 6 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/3a33039002628c31

  Perl_scalar(): indent block
  David Mitchell              1 file changed, 117 insertions(+), 117 deletions
  http://perl5.git.perl.org/perl.git/commit/5bc7c586697efe00

  make Perl_scalar() mostly non-recursive
  David Mitchell              2 files changed, 40 insertions(+), 8 deletions(-
  http://perl5.git.perl.org/perl.git/commit/8b39054a7cd21a37

  fix type in Perl_list()
  David Mitchell              1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/471f9123e273b9d9

  Perl_scalar(): re-order a few switch cases
  David Mitchell              1 file changed, 8 insertions(+), 5 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/c77cae4b762c3348

  Perl_scalar(): remove redundant switch labels
  David Mitchell              1 file changed, 5 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/2f4520d895ee576b

  Document what Perl_scalar() does
  David Mitchell              1 file changed, 14 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/b2a25845ca7e6282

  Perl_list() tail-call optimise
  David Mitchell              1 file changed, 19 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/9563d0db80589792

  Perl_list(): doc and reorganise complex bool
  David Mitchell              1 file changed, 15 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/4ee97c0aa3d674a4

  reindent Perl_list()
  David Mitchell              1 file changed, 95 insertions(+), 95 deletions(-
  http://perl5.git.perl.org/perl.git/commit/6693d42e7c8dfc93

  make Perl_list() mostly non-recursive
  David Mitchell              2 files changed, 36 insertions(+), 9 deletions(-
  http://perl5.git.perl.org/perl.git/commit/f7fe8a1eda421a6c

  Perl_list(): re-order a few switch cases
  David Mitchell              1 file changed, 7 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/f0bc03a9f813aed1

  Perl_list(): re-order recursion in OP_LIST
  David Mitchell              1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/c4e18218f2a7ee51

  Perl_list(): add blank lines
  David Mitchell              1 file changed, 5 insertions(+)
  http://perl5.git.perl.org/perl.git/commit/969b3e85fb26a160

  Perl_list(): simplify some branches
  David Mitchell              1 file changed, 1 insertion(+), 7 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/a166adcb41cb2067

  make S_gen_constant_list() void return
  David Mitchell              3 files changed, 9 insertions(+), 7 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/45e12159b954838d

  Document what Perl_list() and its helper do
  David Mitchell              1 file changed, 10 insertions(+)
  http://perl5.git.perl.org/perl.git/commit/b30796c616c05baf

  remove DEFER_OP macros from op.c
  David Mitchell              1 file changed, 38 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/ff17e0bc443454c6

  S_optimize_op(): remove anti-recursion deferring
  David Mitchell              1 file changed, 36 insertions(+), 15 deletions(-
  http://perl5.git.perl.org/perl.git/commit/cfd8f9937696ba76

  Make op_free() non-recursive
  David Mitchell              1 file changed, 63 insertions(+), 51 deletions(-
  http://perl5.git.perl.org/perl.git/commit/49c0e1428e8a24de

  scalarvoid(): remove anti-recursion deferring
  David Mitchell              1 file changed, 22 insertions(+), 16 deletions(-
  http://perl5.git.perl.org/perl.git/commit/f0fd1665f6442762

New branch smoke-me/tonyc/133936-more-socket-send
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/1cd58fbe94e08353.tar.gz

  (perl #133936) make send() a bit saner
  Tony Cook                   2 files changed, 25 insertions(+), 11 deletions(
  http://perl5.git.perl.org/perl.git/commit/1cd58fbe94e08353

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