Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 53d42e43e359facdd83b313c1f4b70f9ff559a70
      
https://github.com/Perl/perl5/commit/53d42e43e359facdd83b313c1f4b70f9ff559a70
  Author: Karl Williamson <k...@cpan.org>
  Date:   2019-11-22 (Fri, 22 Nov 2019)

  Changed paths:
    M pod/perldebguts.pod
    M regcomp.c
    M regcomp.h
    M regcomp.sym
    M regnodes.h
    M t/re/pat.t

  Log Message:
  -----------
  PATCH: gh #17319 Segfault

It turns out that one isn't supposed to fill in the offset to the next
regnode at node creation time.  And this node is like EXACTish, so the
string stuff isn't accounted for in its regcomp.sym definition


  Commit: 273f826f626e945d166340fe2f63e4b4e218501c
      
https://github.com/Perl/perl5/commit/273f826f626e945d166340fe2f63e4b4e218501c
  Author: Karl Williamson <k...@cpan.org>
  Date:   2019-11-22 (Fri, 22 Nov 2019)

  Changed paths:
    M regcomp.c

  Log Message:
  -----------
  regcomp.c: Add assertion

This will catch illegal things a little earlier.


  Commit: 0991ffc948e8a71cb1ec7368ece86202dff1f31d
      
https://github.com/Perl/perl5/commit/0991ffc948e8a71cb1ec7368ece86202dff1f31d
  Author: Karl Williamson <k...@cpan.org>
  Date:   2019-11-22 (Fri, 22 Nov 2019)

  Changed paths:
    M pod/perldebguts.pod
    M regcomp.sym
    M regnodes.h

  Log Message:
  -----------
  regcomp.sym: Simplify a couple regnode defns

Under the given circumstances, these work precisely like others that
already have good descriptions.


  Commit: a4cca903448a76d52e68167aca56ac64831b25ee
      
https://github.com/Perl/perl5/commit/a4cca903448a76d52e68167aca56ac64831b25ee
  Author: Karl Williamson <k...@cpan.org>
  Date:   2019-11-22 (Fri, 22 Nov 2019)

  Changed paths:
    M regcomp.h

  Log Message:
  -----------
  regcomp.h: Delete obsolote macro


  Commit: 96bc7be80cd119d74baba00265df4b6ff745517e
      
https://github.com/Perl/perl5/commit/96bc7be80cd119d74baba00265df4b6ff745517e
  Author: Karl Williamson <k...@cpan.org>
  Date:   2019-11-22 (Fri, 22 Nov 2019)

  Changed paths:
    M regcomp.sym

  Log Message:
  -----------
  regcomp.sym: Add comment


Compare: https://github.com/Perl/perl5/compare/008bb368ebc1...96bc7be80cd1

Reply via email to