develooper Front page | perl.perl5.porters | Postings from October 2017

Perl 5 Commit Summary

Thread Previous
From:
Perl 5 commit summary
Date:
October 21, 2017 01:08
Subject:
Perl 5 Commit Summary
Message ID:
E1e5iGt-0006Ms-9Q@dromedary-001.ams6.corp.booking.com
Perl 5 commit summary, activity since Wednesday

Current branch blead
6 commits.  3 unique authors.  3 unique committers.
70 files changed, 170 insertions(+), 86 deletions(-)
Thanks, applied:  Tony Cook (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/59c3c222a42121ed.tar.gz

  Use SvLEN_set/SvCUR_set in a few extra locations
  Nicolas R                   3 files changed, 5 insertions(+), 5 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/59c3c222a42121ed

  Merge branch 'smoke-me/ilmari/exec-empty-argv' into blead
  Dagfinn Ilmari Mannsåker    2 parents
  http://perl5.git.perl.org/perl.git/commit/dc280c2b67516b72

  Perldelta for exec PROGRAM LIST with empty LIST
  Dagfinn Ilmari Mannsåker    1 file changed, 5 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/44246694c4a6d3dc

  [perl #131730] Fix exec PROGRAM LIST with empty LIST on VMS
  Dagfinn Ilmari Mannsåker    1 file changed, 8 insertions(+), 8 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/61a08f7e2d326477

  [perl #131730] Fix exec PROGRAM LIST with empty LIST
  Dagfinn Ilmari Mannsåker    2 files changed, 24 insertions(+), 6 deletions(-
  http://perl5.git.perl.org/perl.git/commit/2fcab33080eaee2f

  Upgrade Test-Simple from version 1.302101 to 1.302103
  Steve Hay                   63 files changed, 128 insertions(+), 66 deletion
  http://perl5.git.perl.org/perl.git/commit/317b515c14bcc483

New branch metaconfig11
4 commits.  1 unique author.  1 unique committer.

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

  Merge branch 'metaconfig11' of ssh://perl5.git.perl.org/perl into metaconfig
  Karl Williamson             2 parents
  http://perl5.git.perl.org/perl.git/commit/cbce3fa000e0d7ba

  metaconfig11
  Karl Williamson             2 files changed, 27 insertions(+), 2 deletions(-
  http://perl5.git.perl.org/perl.git/commit/0b100a3c467024cd

  metaconfig11
  Karl Williamson             1 file changed, 19 insertions(+)
  http://perl5.git.perl.org/perl.git/commit/e0f6b81154c9a733

  issue 11
  Karl Williamson             13 files changed, 48 insertions(+), 13 deletions
  http://perl5.git.perl.org/perl.git/commit/6fe3e85923c061a3

New branch metaconfig12
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/28a7bae3d5e6b2b9.tar.gz

  perl with probe for strtold_l()
  Karl Williamson             14 files changed, 56 insertions(+), 2 deletions(
  http://perl5.git.perl.org/perl.git/commit/28a7bae3d5e6b2b9

New branch metaconfig3
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/30f5d68406a7f1fe.tar.gz

  metaconfig3
  Karl Williamson             15 files changed, 32 insertions(+), 2 deletions(
  http://perl5.git.perl.org/perl.git/commit/30f5d68406a7f1fe

New branch metaconfig7
1 commit.  1 unique author.  1 unique committer.

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

  metaconfig issue7
  Karl Williamson             14 files changed, 31 insertions(+), 2 deletions(
  http://perl5.git.perl.org/perl.git/commit/a893e4d7655b19cf

New branch smoke-me/arc/c89ification
69 commits.  1 unique author.  1 unique committer.

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

  perl.h: explicitly declare "environ" in more places
  Aaron Crane                 1 file changed, 3 insertions(+), 11 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/bc66d5f32c29b865

  pod/perlhacktips.pod: remove some outdated portability notes
  Aaron Crane                 1 file changed, 3 insertions(+), 16 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/628b73d225b65d93

  Rely on C89 <string.h>
  Aaron Crane                 26 files changed, 28 insertions(+), 167 deletion
  http://perl5.git.perl.org/perl.git/commit/6f6074ef18258af4

  Don't attempt to use non-standard <memory.h>
  Aaron Crane                 25 files changed, 2 insertions(+), 106 deletions
  http://perl5.git.perl.org/perl.git/commit/526649e5b0efab7a

  Rely on C89 <assert.h>
  Aaron Crane                 23 files changed, 6 insertions(+), 79 deletions(
  http://perl5.git.perl.org/perl.git/commit/c5c06f240bd6797a

  Rely on C89 <math.h>
  Aaron Crane                 24 files changed, 21 insertions(+), 142 deletion
  http://perl5.git.perl.org/perl.git/commit/963ba570c2845f8f

  Never attempt to redeclare standard functions
  Aaron Crane                 2 files changed, 1 insertion(+), 33 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/ae202e083cafc8da

  Don't attempt to define or use STANDARD_C
  Aaron Crane                 7 files changed, 3 insertions(+), 28 deletions(-
  http://perl5.git.perl.org/perl.git/commit/1c53eef336794f20

  Rely on C89 NULL
  Aaron Crane                 1 file changed, 7 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/f9adcc23a5f7bda2

  Don't declare C89 realloc()
  Aaron Crane                 1 file changed, 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/08bfc0f876c65a5e

  Rely on C89 strerror()
  Aaron Crane                 24 files changed, 18 insertions(+), 209 deletion
  http://perl5.git.perl.org/perl.git/commit/af395ebefd00a9d7

  util.h: simplify cpp conditionals
  Aaron Crane                 1 file changed, 9 insertions(+), 15 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/979bd1f95dd09e35

  util.c: simplify cpp conditionals
  Aaron Crane                 1 file changed, 14 insertions(+), 34 deletions(-
  http://perl5.git.perl.org/perl.git/commit/81f7223676d5fdcc

  thread.h: simplify cpp conditionals
  Aaron Crane                 1 file changed, 5 insertions(+), 11 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/81c66c314c39456d

  sv.c: simplify cpp conditionals
  Aaron Crane                 1 file changed, 1 insertion(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/bc6b81a4e293a6c6

  regen/reentr.pl: simplify cpp conditionals
  Aaron Crane                 2 files changed, 12 insertions(+), 28 deletions(
  http://perl5.git.perl.org/perl.git/commit/be8572b040ff7726

  pp_sys.c: simplify cpp conditionals
  Aaron Crane                 1 file changed, 35 insertions(+), 67 deletions(-
  http://perl5.git.perl.org/perl.git/commit/0307e4879140e57a

  pp_pack.c: simplify cpp conditionals
  Aaron Crane                 1 file changed, 9 insertions(+), 13 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/e7efd02cf4bd079f

  pp_hot.c: simplify cpp conditionals
  Aaron Crane                 1 file changed, 4 insertions(+), 8 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/80cb599977fc122c

  pp_ctl.c: simplify cpp conditionals
  Aaron Crane                 1 file changed, 2 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/c6eee0de6c8ccd6a

  pp.c: simplify cpp conditionals
  Aaron Crane                 1 file changed, 1 insertion(+), 7 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/a4c9dc45b2fddd74

  perlio.c: simplify cpp conditionals
  Aaron Crane                 1 file changed, 10 insertions(+), 16 deletions(-
  http://perl5.git.perl.org/perl.git/commit/987a707247bfe3f5

  perl.h: simplify cpp conditionals
  Aaron Crane                 1 file changed, 84 insertions(+), 173 deletions(
  http://perl5.git.perl.org/perl.git/commit/0427bd727e1371dd

  Drop support for the hp9000s500 cpp symbol
  Aaron Crane                 2 files changed, 1 insertion(+), 13 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/8bce42a26c83329e

  Delete useless references to DG/UX
  Aaron Crane                 2 files changed, 4 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/b199bd16cbd6323b

  perl.c: simplify cpp conditionals
  Aaron Crane                 1 file changed, 6 insertions(+), 14 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/0d41b793a14130ce

  opcode.pl: simplify cpp conditionals
  Aaron Crane                 2 files changed, 8 insertions(+), 16 deletions(-
  http://perl5.git.perl.org/perl.git/commit/27b862d2b67b35b0

  numeric.c: simplify cpp conditionals
  Aaron Crane                 1 file changed, 2 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/b250bbc08fe8ed18

  mg.c: simplify cpp conditionals
  Aaron Crane                 1 file changed, 13 insertions(+), 33 deletions(-
  http://perl5.git.perl.org/perl.git/commit/7106ff0448628dbf

  malloc.c: simplify cpp conditionals
  Aaron Crane                 1 file changed, 1 insertion(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/f40346a6bb5c1b6a

  malloc.c: don't redefine START_EXTERN_C from perl.h
  Aaron Crane                 1 file changed, 16 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/4f90f8d9095e2087

  handy.h: simplify cpp conditionals
  Aaron Crane                 1 file changed, 17 insertions(+), 25 deletions(-
  http://perl5.git.perl.org/perl.git/commit/546ec2e12e092f71

  dosish.h: simplify cpp conditionals
  Aaron Crane                 1 file changed, 18 insertions(+), 24 deletions(-
  http://perl5.git.perl.org/perl.git/commit/67c755b894c9af40

  EXTERN.h: simplify cpp conditionals
  Aaron Crane                 1 file changed, 9 insertions(+), 11 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/43ee53c96ecf280e

  doio.c: simplify cpp conditionals
  Aaron Crane                 1 file changed, 13 insertions(+), 21 deletions(-
  http://perl5.git.perl.org/perl.git/commit/6629dc90306b7b09

  vms/vmsish.h: move a function declaration from doio.c
  Aaron Crane                 2 files changed, 1 insertion(+), 5 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/7723143d0f55dc7c

  caretx.c: simplify cpp conditionals
  Aaron Crane                 1 file changed, 5 insertions(+), 6 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/41ca9574d7881a3f

  XSUB.h: simplify cpp conditions using C89 "#elif"
  Aaron Crane                 1 file changed, 10 insertions(+), 16 deletions(-
  http://perl5.git.perl.org/perl.git/commit/bb4bb969bbfdc497

  Rely on contents of C89 <limits.h>
  Aaron Crane                 1 file changed, 12 insertions(+), 145 deletions(
  http://perl5.git.perl.org/perl.git/commit/3e7949c22960985e

  Simplify perl.h floating-point limits defines
  Aaron Crane                 1 file changed, 19 insertions(+), 85 deletions(-
  http://perl5.git.perl.org/perl.git/commit/878407cf3eafeb84

  Don't try to use <values.h>
  Aaron Crane                 24 files changed, 2 insertions(+), 116 deletions
  http://perl5.git.perl.org/perl.git/commit/3c4810297bc7ddb1

  Rely on C89 <float.h> defining DBL_DIG
  Aaron Crane                 11 files changed, 1 insertion(+), 99 deletions(-
  http://perl5.git.perl.org/perl.git/commit/0a86c03d65766c9f

  Rely on C89 <float.h>
  Aaron Crane                 25 files changed, 5 insertions(+), 112 deletions
  http://perl5.git.perl.org/perl.git/commit/e25af0ba78a56ff1

  Rely on C89 <limits.h>
  Aaron Crane                 27 files changed, 22 insertions(+), 128 deletion
  http://perl5.git.perl.org/perl.git/commit/666813b042e9529d

  Rely on C89 <time.h>
  Aaron Crane                 5 files changed, 12 insertions(+), 25 deletions(
  http://perl5.git.perl.org/perl.git/commit/40f11ee6d2b5ae2c

  Rely on C89 strchr() and strrchr()
  Aaron Crane                 14 files changed, 3 insertions(+), 172 deletions
  http://perl5.git.perl.org/perl.git/commit/ae7d0eff49764e8d

  Rely on C89 sprintf() return value semantics
  Aaron Crane                 25 files changed, 9 insertions(+), 178 deletions
  http://perl5.git.perl.org/perl.git/commit/9de03985676cf9d6

  Use snprintf() in favour of sprintf()
  Aaron Crane                 2 files changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/6e5246f7d8edc1a7

  Rely on C89 <stddef.h>
  Aaron Crane                 26 files changed, 2 insertions(+), 88 deletions(
  http://perl5.git.perl.org/perl.git/commit/a9ebc4bcda05e018

  Rely on C89 <stdlib.h>
  Aaron Crane                 16 files changed, 106 insertions(+), 180 deletio
  http://perl5.git.perl.org/perl.git/commit/ac40bf93d18e929f

  Rely on C89 <stdarg.h>
  Aaron Crane                 27 files changed, 4 insertions(+), 300 deletions
  http://perl5.git.perl.org/perl.git/commit/39d30253ecba3a1e

  Rely on C89 prototypes
  Aaron Crane                 16 files changed, 34 insertions(+), 223 deletion
  http://perl5.git.perl.org/perl.git/commit/1c49d8558a76fb19

  Don't pretend to determine whether ansi2knr is needed
  Aaron Crane                 13 files changed, 22 insertions(+), 63 deletions
  http://perl5.git.perl.org/perl.git/commit/ded2934e4892f708

  Rely on C89 variadic prototypes
  Aaron Crane                 18 files changed, 111 insertions(+), 254 deletio
  http://perl5.git.perl.org/perl.git/commit/4d24012ac55dcc4a

  Configure: assume C89 headers in need_va_copy probe
  Aaron Crane                 1 file changed, 122 insertions(+), 132 deletions
  http://perl5.git.perl.org/perl.git/commit/830386b9f00a2a01

  Rely on C89 vprintf()
  Aaron Crane                 27 files changed, 111 insertions(+), 439 deletio
  http://perl5.git.perl.org/perl.git/commit/27686103018daf6d

  Rely on C89 sprintf() return type
  Aaron Crane                 1 file changed, 8 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/fa158fec4d0ec22f

  Configure: assume C89 headers in d_c99_variadic_macros probe
  Aaron Crane                 2 files changed, 127 insertions(+), 135 deletion
  http://perl5.git.perl.org/perl.git/commit/92ecbd53185a7829

  Rely on C89 snprintf()
  Aaron Crane                 19 files changed, 2 insertions(+), 160 deletions
  http://perl5.git.perl.org/perl.git/commit/7107f69556c329f7

  Rely on C89 vsnprintf()
  Aaron Crane                 2 files changed, 10 insertions(+), 49 deletions(
  http://perl5.git.perl.org/perl.git/commit/8c6fa36024cc4393

  Don't use VOL internally, because "volatile" works just fine
  Aaron Crane                 10 files changed, 19 insertions(+), 17 deletions
  http://perl5.git.perl.org/perl.git/commit/5fceeb8871c21e4e

  Assume C89 "volatile" keyword
  Aaron Crane                 26 files changed, 13 insertions(+), 161 deletion
  http://perl5.git.perl.org/perl.git/commit/06e4c2904328de19

  Assume we have C89 memchr()
  Aaron Crane                 24 files changed, 2 insertions(+), 88 deletions(
  http://perl5.git.perl.org/perl.git/commit/5978a75818455cfd

  Assume we have sane C89 memcmp()
  Aaron Crane                 33 files changed, 31 insertions(+), 413 deletion
  http://perl5.git.perl.org/perl.git/commit/f539261257cd2277

  Drop support for PowerUX / Power MAX OS
  Aaron Crane                 5 files changed, 3 insertions(+), 223 deletions(
  http://perl5.git.perl.org/perl.git/commit/07fdc50ee50d8d57

  Assume we have C89 memcpy() and memmove()
  Aaron Crane                 33 files changed, 5 insertions(+), 509 deletions
  http://perl5.git.perl.org/perl.git/commit/e4e747cb10dc53f7

  Don't look for a "safe" memcpy()
  Aaron Crane                 28 files changed, 7 insertions(+), 178 deletions
  http://perl5.git.perl.org/perl.git/commit/ea890a3129b44e9d

  Assume we have C89 memset()
  Aaron Crane                 33 files changed, 7 insertions(+), 257 deletions
  http://perl5.git.perl.org/perl.git/commit/81166d687b734dcc

  Remove USE_STRUCT_COPY in favour of C89 struct assignment
  Aaron Crane                 24 files changed, 2 insertions(+), 112 deletions
  http://perl5.git.perl.org/perl.git/commit/b3756bc9d286f172

New branch smoke-me/ilmari/non-lvalue-svcur-svlen
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/84448aa6bb2c72ee.tar.gz

  Remove remaining assignments to SvCUR and SvLEN in core
  Dagfinn Ilmari Mannsåker    9 files changed, 25 insertions(+), 10 deletions(
  http://perl5.git.perl.org/perl.git/commit/84448aa6bb2c72ee

Deleted branch arc/c89ification

Deleted branch smoke-me/ilmari/exec-empty-argv

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