Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 78b2d528fc8947b9d80190c8746a2dc0b01e309c
      
https://github.com/Perl/perl5/commit/78b2d528fc8947b9d80190c8746a2dc0b01e309c
  Author: Hugo van der Sanden <[email protected]>
  Date:   2020-01-10 (Fri, 10 Jan 2020)

  Changed paths:
    M regcomp.c

  Log Message:
  -----------
  study_chunk: declare final_minlen earlier

This simplifies slightly, and makes room for further refactoring.


  Commit: ac3ef366b6d89f0ffc47227d4b23452e6af2dad0
      
https://github.com/Perl/perl5/commit/ac3ef366b6d89f0ffc47227d4b23452e6af2dad0
  Author: Hugo van der Sanden <[email protected]>
  Date:   2020-01-10 (Fri, 10 Jan 2020)

  Changed paths:
    M regcomp.c

  Log Message:
  -----------
  study_chunk: simplify PAREN_TEST and related macros

Define PAREN_OFFSET to point to the bitvector for the relevant depth, update
PAREN_TEST, PAREN_SET and PAREN_UNSET to take a depth instead of a pointer,
and simplify the various users.


  Commit: 80b92ed6e53bd9ffc3e149d3eb83f256a59342d5
      
https://github.com/Perl/perl5/commit/80b92ed6e53bd9ffc3e149d3eb83f256a59342d5
  Author: Hugo van der Sanden <[email protected]>
  Date:   2020-01-10 (Fri, 10 Jan 2020)

  Changed paths:
    M regcomp.c

  Log Message:
  -----------
  study_chunk: remove JOIN_EXACT macro

It's used only once, and the code is clearer when we can see the condition
it applies.


Compare: https://github.com/Perl/perl5/compare/63b4768d193d...80b92ed6e53b

Reply via email to