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

Perl 5 Commit Summary

Thread Previous
From:
Perl 5 commit summary
Date:
August 31, 2016 01:14
Subject:
Perl 5 Commit Summary
Message ID:
E1beu6U-00006W-BO@dromedary-001.ams6.corp.booking.com
Perl 5 commit summary, activity since Saturday

Current branch blead
7 commits.  4 unique authors.  3 unique committers.
14 files changed, 186 insertions(+), 30 deletions(-)
Thanks, applied:  Father Chrysostomos (1) Tony Cook (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/f16e7fa35c1302aa.tar.gz

  Porting/bisect.pl: /usr/sbin/sysctl exists
  Karl Williamson             1 file changed, 4 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/f16e7fa35c1302aa

  Revert "perlinterp: Use 'e.g' not 'i.e.' for 'for example'"
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/a1ac675e7269d812

  PATCH: [perl #129038] Crash with s///l
  Karl Williamson             2 files changed, 33 insertions(+), 13 deletions(
  http://perl5.git.perl.org/perl.git/commit/109ac342a6bc5a3a

  perlinterp: Use 'e.g' not 'i.e.' for 'for example'
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/ce66b506fa280c2e

  [RT #129069] Perl_yylex: Fix two use-after-free bugs
  Dan Collins                 2 files changed, 19 insertions(+), 2 deletions(-
  http://perl5.git.perl.org/perl.git/commit/3781748131a087d1

  [perl #125679] Don’t make lvref ops on error
  Father Chrysostomos         2 files changed, 4 insertions(+)
  http://perl5.git.perl.org/perl.git/commit/2b6a5bfb1d552800

  Upgrade to Thread::Semaphore 2.13
  jdhedden                    7 files changed, 126 insertions(+), 13 deletions
  http://perl5.git.perl.org/perl.git/commit/51068c1406a3db6f

Current branch smoke-me/khw-encode
28 commits.  1 unique author.  1 unique committer.
38 files changed, 1073 insertions(+), 479 deletions(-)

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

  Speed up Encode UTF-8 validation checking
  Karl Williamson             4 files changed, 93 insertions(+), 66 deletions(
  http://perl5.git.perl.org/perl.git/commit/655eab69b102d09f

  XXX Experimental: Unroll loop in valid_utf8_to_uvchr
  Karl Williamson             1 file changed, 22 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/9ccc3ecd1119ccdb

  XXX Experimental: Check validity and bypass in utf8n_to_uvchr
  Karl Williamson             1 file changed, 10 insertions(+)
  http://perl5.git.perl.org/perl.git/commit/b65e9a52d8b42814

  Use new is_utf8_valid_partial_char()
  Karl Williamson             1 file changed, 4 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/b19206d64b88d47c

  Add is_utf8_valid_partial_char()
  Karl Williamson             5 files changed, 46 insertions(+)
  http://perl5.git.perl.org/perl.git/commit/152374e094dd110f

  XXX (): Add C macros for UTF-8 for BOM and REPLACEMENT CHARACTER
  Karl Williamson             2 files changed, 67 insertions(+)
  http://perl5.git.perl.org/perl.git/commit/08beb688995f6bdc

  Make 3 UTF-8 macros API
  Karl Williamson             3 files changed, 109 insertions(+), 63 deletions
  http://perl5.git.perl.org/perl.git/commit/2065eaf909fa52c3

  utf8.c: Add comments
  Karl Williamson             1 file changed, 5 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/cd9e51ea74aa33f0

  is_utf8_string() is now a pure function
  Karl Williamson             3 files changed, 7 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/c93869382792418a

  Move isUTF8_CHAR helper function, and reimplement it
  Karl Williamson             7 files changed, 136 insertions(+), 43 deletions
  http://perl5.git.perl.org/perl.git/commit/bdcb4496f8693b74

  Add #defines for UTF-8 of highest representable code point
  Karl Williamson             2 files changed, 15 insertions(+)
  http://perl5.git.perl.org/perl.git/commit/33de6cc8a7753411

  utf8.h: Add some LIKELY() to help branch prediction
  Karl Williamson             1 file changed, 11 insertions(+), 9 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/fbfd68864e6774db

  utf8.h, utfebcdic.h: Add comments, align white space
  Karl Williamson             2 files changed, 56 insertions(+), 20 deletions(
  http://perl5.git.perl.org/perl.git/commit/14adab0723d1d634

  Inline is_utf8_string() and is_utf8_stringloclen()
  Karl Williamson             4 files changed, 89 insertions(+), 87 deletions(
  http://perl5.git.perl.org/perl.git/commit/4b130cec628f36cb

  Inline utf8_distance(), utf8_hop()
  Karl Williamson             4 files changed, 60 insertions(+), 60 deletions(
  http://perl5.git.perl.org/perl.git/commit/d9eaab0c5967e852

  Slightly simplify utf8_to_uvuni_buf()
  Karl Williamson             1 file changed, 2 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/a134bfd292800799

  Inline is_utf8_invariant_string()
  Karl Williamson             5 files changed, 40 insertions(+), 40 deletions(
  http://perl5.git.perl.org/perl.git/commit/4be9d407bb57c3d1

  is_utf8_invariant_string is pure
  Karl Williamson             2 files changed, 12 insertions(+), 9 deletions(-
  http://perl5.git.perl.org/perl.git/commit/cb1cd48a191bfc72

  Simplify slightly is_utf8_invariant_string
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/da1ae61258a0dc53

  Use new name 'is_utf8_invariant_string' in core
  Karl Williamson             7 files changed, 27 insertions(+), 30 deletions(
  http://perl5.git.perl.org/perl.git/commit/b3cbb73593586a3e

  Add new synonym 'is_utf8_invariant_string'
  Karl Williamson             5 files changed, 27 insertions(+), 14 deletions(
  http://perl5.git.perl.org/perl.git/commit/37a6dc0719a5d27e

  embed.fnc: Replace blanks by tabs
  Karl Williamson             1 file changed, 31 insertions(+), 31 deletions(-
  http://perl5.git.perl.org/perl.git/commit/63e9be9ce8ec0e86

  utf8.c: Use 'break' instead of 'goto'
  Karl Williamson             1 file changed, 1 insertion(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/a195aa6ac0d9a343

  is_utf8_string_loc() param should not be NULL
  Karl Williamson             2 files changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/4d5766d6736dd54a

  Document valid_utf8_to_uvchr() and inline it
  Karl Williamson             5 files changed, 53 insertions(+), 46 deletions(
  http://perl5.git.perl.org/perl.git/commit/371633dbdff825b4

  utf8.c: Clarify comments for valid_utf8_to_uvchr()
  Karl Williamson             1 file changed, 3 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/a448d6b39a53bdcd

  utf8.c: Join EBCDIC/non-EBCDIC code
  Karl Williamson             1 file changed, 1 insertion(+), 5 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/217c687a55991a8d

  regen/embed.pl: Allow inline funcs to be named Perl_foo
  Karl Williamson             2 files changed, 6 insertions(+), 9 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/10e7e97296063e39

Current branch sprout/rstack
12 commits.  1 unique author.  1 unique committer.
503 files changed, 6224 insertions(+), 3833 deletions(-)

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

  Make core use rstack; copy stack for xsubs
  Father Chrysostomos         8 files changed, 111 insertions(+), 27 deletions
  http://perl5.git.perl.org/perl.git/commit/8471533d46bf609a

  av.c:av_store: Handle rstack
  Father Chrysostomos         1 file changed, 4 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/2a8e0661a57aa08b

  av.c:av_extend: Handle rstack
  Father Chrysostomos         1 file changed, 6 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/5747d176a9b7ecec

  cop.h: Add G_RSTACK flag
  Father Chrysostomos         1 file changed, 1 insertion(+)
  http://perl5.git.perl.org/perl.git/commit/9dcdac8ab2413f0b

  Adjust mark macros to handle both stacks
  Father Chrysostomos         2 files changed, 75 insertions(+), 3 deletions(-
  http://perl5.git.perl.org/perl.git/commit/028e9429205ef80a

  perl.c: Inline CALL_LIST_BODY
  Father Chrysostomos         1 file changed, 2 insertions(+), 5 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/098fc52000c5b447

  sv.c: Clone new refcounted stacks
  Father Chrysostomos         1 file changed, 15 insertions(+)
  http://perl5.git.perl.org/perl.git/commit/990e26bd498625e7

  New rmarkstack_grow func for rc stack
  Father Chrysostomos         4 files changed, 26 insertions(+), 8 deletions(-
  http://perl5.git.perl.org/perl.git/commit/9bc2df7ca4774be3

  Add rstack_grow function to grow refcounted stack
  Father Chrysostomos         4 files changed, 26 insertions(+), 8 deletions(-
  http://perl5.git.perl.org/perl.git/commit/dc74df58a5b29c55

  perl.h: defines for refcounted stack
  Father Chrysostomos         1 file changed, 5 insertions(+)
  http://perl5.git.perl.org/perl.git/commit/a03882e33024c87b

  Add XSUB flag for refcounted stack
  Father Chrysostomos         1 file changed, 5 insertions(+)
  http://perl5.git.perl.org/perl.git/commit/61998a82fb955a1b

  Add intrp vars for a refcounted stack
  Father Chrysostomos         2 files changed, 19 insertions(+), 2 deletions(-
  http://perl5.git.perl.org/perl.git/commit/84bae2d2d6e1ff8c

New branch smoke-me/khw-regcomp
6 commits.  1 unique author.  1 unique committer.

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

  smoke
  Karl Williamson             2 files changed, 31 insertions(+), 13 deletions(
  http://perl5.git.perl.org/perl.git/commit/33ed533f53c7fb61

  Revert "XXX Comprehensive charset.t tests"
  Karl Williamson             1 file changed, 21 insertions(+), 100 deletions(
  http://perl5.git.perl.org/perl.git/commit/b7c871ae03fc9862

  XXX Comprehensive charset.t tests
  Karl Williamson             1 file changed, 100 insertions(+), 21 deletions(
  http://perl5.git.perl.org/perl.git/commit/e05d2b2e6ab9ec70

  XXX partial don't push regex: Add ASCII/NASCII regnodes
  Karl Williamson             4 files changed, 213 insertions(+), 133 deletion
  http://perl5.git.perl.org/perl.git/commit/1612b4f226c6a52d

  Revert "constant.pm lower memory use"
  Karl Williamson             1 file changed, 4 insertions(+), 11 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/b61f51e77c28ada1

  constant.pm lower memory use
  Karl Williamson             1 file changed, 11 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/52dc61d0b915e06e

Deleted branch smoke-me/khw-locale

Deleted branch sprout/perlinterp

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