Branch: refs/heads/smoke-me/khw-inprop
  Home:   https://github.com/Perl/perl5
  Commit: 0a009da7e7014aaee3976c63d77c2d8c7e4a7422
      
https://github.com/Perl/perl5/commit/0a009da7e7014aaee3976c63d77c2d8c7e4a7422
  Author: Karl Williamson <[email protected]>
  Date:   2019-12-07 (Sat, 07 Dec 2019)

  Changed paths:
    M regcomp.c

  Log Message:
  -----------
  regcomp.c: Replace a loop with strcspn()

A later commit will add a terminating character for the span, so we use
this function instead of memchr.


  Commit: e4c15a7b3fabcd3ba07961ed581a46f1398588b9
      
https://github.com/Perl/perl5/commit/e4c15a7b3fabcd3ba07961ed581a46f1398588b9
  Author: Karl Williamson <[email protected]>
  Date:   2019-12-08 (Sun, 08 Dec 2019)

  Changed paths:
    M charclass_invlists.h
    M lib/unicore/mktables
    M lib/unicore/uni_keywords.pl
    M pod/perldelta.pod
    M pod/perlunicode.pod
    M regcharclass.h
    M regcomp.c
    M t/re/regexp_unicode_prop.t
    M uni_keywords.h

  Log Message:
  -----------
  PATCH GH #17025 \p{user-defined} overrides official Unicode

Prior to this patch, they only sometimes overrode.


  Commit: 30e7f56b4707837918e70c611c9af56b126d15e4
      
https://github.com/Perl/perl5/commit/30e7f56b4707837918e70c611c9af56b126d15e4
  Author: Karl Williamson <[email protected]>
  Date:   2019-12-08 (Sun, 08 Dec 2019)

  Changed paths:
    M regcomp.c

  Log Message:
  -----------
  regcomp.c: White-space only

Indent after the previous commit introduced a new block around this
code.


  Commit: 2a1d8db1d02651ed5a9c24107d46080b81255ef6
      
https://github.com/Perl/perl5/commit/2a1d8db1d02651ed5a9c24107d46080b81255ef6
  Author: Karl Williamson <[email protected]>
  Date:   2019-12-08 (Sun, 08 Dec 2019)

  Changed paths:
    M t/re/regexp_unicode_prop.t

  Log Message:
  -----------
  re/regexp_unicode_prop.t: Add comment


  Commit: d7c7f4e8bb5255b30cb9e6b707da373af9c6766f
      
https://github.com/Perl/perl5/commit/d7c7f4e8bb5255b30cb9e6b707da373af9c6766f
  Author: Karl Williamson <[email protected]>
  Date:   2019-12-08 (Sun, 08 Dec 2019)

  Changed paths:
    M regcomp.c

  Log Message:
  -----------
  regcomp.c: Make some refcnt changes NN

to save a few cycles


Compare: https://github.com/Perl/perl5/compare/0a009da7e701%5E...d7c7f4e8bb52

Reply via email to