develooper Front page | perl.perl5.porters | Postings from September 2016

Perl 5 Commit Summary

Thread Next
From:
Perl 5 commit summary
Date:
September 10, 2016 01:08
Subject:
Perl 5 Commit Summary
Message ID:
E1biWmA-0003SY-TQ@dromedary-001.ams6.corp.booking.com
Perl 5 commit summary, activity since Wednesday

Current branch blead
14 commits.  9 unique authors.  8 unique committers.
44 files changed, 28531 insertions(+), 28373 deletions(-)
Thanks, applied:  Karl Williamson (1) Steve Hay (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/d79ccf40b9c1858e.tar.gz

  Force a newline in new attrs.t test.
  Craig A. Berry              1 file changed, 4 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/d79ccf40b9c1858e

  perlio.c: Fix z/OS problem
  Yaroslav Kuzmin             1 file changed, 32 insertions(+)
  http://perl5.git.perl.org/perl.git/commit/49fc490652d8b428

  Revert "tmp fix for Bleadperl breaks Variable-Magic"
  David Mitchell              1 file changed, 1 insertion(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/25cf9644e6dfb6b7

  Add additional tests for DirHandle to improve coverage.
  James E Keenan              1 file changed, 96 insertions(+), 8 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/a89c828494a2da52

  rename S_delimcpy() to S_delimcpy_intern()
  David Mitchell              1 file changed, 3 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/31ee10f11cbfafd3

  add some code comments for the users of delimcpy()
  David Mitchell              2 files changed, 7 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/70b484a838d68bb8

  Perl_delimcpy(): handle backslash as last char
  David Mitchell              2 files changed, 20 insertions(+), 3 deletions(-
  http://perl5.git.perl.org/perl.git/commit/19e1655416b3c038

  perlobj: s/Deferencing/Dereferencing/
  Lukas Mai                   1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/080fd4dcd52885de

  fix errror handling for ':attr(foo' with no ')'
  David Mitchell              2 files changed, 17 insertions(+), 10 deletions(
  http://perl5.git.perl.org/perl.git/commit/7fe45fb9daf39e88

  Bump Locale-Codes from 3.39 to 3.40
  Sullivan Beck               29 files changed, 28291 insertions(+), 28290 del
  http://perl5.git.perl.org/perl.git/commit/6402f8b059acd9e4

  Upgrade XSLoader from version 0.22 to 0.24
  Steve Hay                   3 files changed, 9 insertions(+), 5 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/6f2c9cc3ae7243aa

  Upgrade Sys::Syslog from version 0.34 to 0.35
  Steve Hay                   4 files changed, 46 insertions(+), 41 deletions(
  http://perl5.git.perl.org/perl.git/commit/9f0af6931b24b29f

  [perl #129106] Check for null PL_curcop in IN_LC()
  Father Chrysostomos         1 file changed, 3 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/6b4217073fa5e351

  fix a stupid type error
  Tony Cook                   1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/10068948b21836d5

New branch smoke-me/khw-encode
13 commits.  1 unique author.  1 unique committer.

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

  custom
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/dabb556da73c30dc

  smoke
  Karl Williamson             2 files changed, 46 insertions(+), 15 deletions(
  http://perl5.git.perl.org/perl.git/commit/c5ed031088ff18cc

  APItest/t/utf8.t:   Add tests
  Karl Williamson             1 file changed, 195 insertions(+), 11 deletions(
  http://perl5.git.perl.org/perl.git/commit/e22e8a24974fc09d

  APItest/utf8.t: Some clean up
  Karl Williamson             1 file changed, 33 insertions(+), 23 deletions(-
  http://perl5.git.perl.org/perl.git/commit/28824ad6eab56573

  Test isUTF8_CHAR()
  Karl Williamson             3 files changed, 61 insertions(+), 3 deletions(-
  http://perl5.git.perl.org/perl.git/commit/a63adacb3b0448dc

  isUTF8_CHAR(): Bring UTF-EBCDIC to parity with ASCII
  Karl Williamson             4 files changed, 101 insertions(+), 92 deletions
  http://perl5.git.perl.org/perl.git/commit/f4a7ce3e3280d034

  regen/regcharclass.pl: surrogates are code points
  Karl Williamson             2 files changed, 5 insertions(+), 5 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/0c031d3d20211c86

  Add IS_UTF8_INVARIANT and IS_UVCHR_INVARIANT to API
  Karl Williamson             1 file changed, 32 insertions(+), 10 deletions(-
  http://perl5.git.perl.org/perl.git/commit/e9e7446196a0b89e

  utfebcdic.h: Fix typo in comment
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/94a0f4ea585a04a5

  Use core REPLACEMENT CHARACTER definition
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/ee2b336d8c16c10d

  XXX commit msg: Encode.xs: Rmv unused function
  Karl Williamson             1 file changed, 71 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/7d3d42faefdba48e

  Encode.xs: white-space only
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/9ac0e81dee3303cc

  XXX maybe more in commit msg: Speed up Encode UTF-8 validation checking
  Karl Williamson             2 files changed, 152 insertions(+), 54 deletions
  http://perl5.git.perl.org/perl.git/commit/ca65b5dddba8c6a0

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