Branch: refs/heads/yves/curly_i32
  Home:   https://github.com/Perl/perl5
  Commit: f0354382e7b114eb6dc12db991861ecfdef8fdb9
      
https://github.com/Perl/perl5/commit/f0354382e7b114eb6dc12db991861ecfdef8fdb9
  Author: Yves Orton <[email protected]>
  Date:   2023-01-15 (Sun, 15 Jan 2023)

  Changed paths:
    M regcomp.c
    M regcomp.h
    M regcomp_internal.h
    M t/re/pat.t
    M t/re/reg_mesg.t

  Log Message:
  -----------
  regcomp.c - increase size of CURLY nodes so the min/max is a I32

This allows us to resolve a test inconsistency between CURLYX and CURLY
and CURLYM. We use I32 because the existing count logic uses -1 and
this keeps everything unsigned compatible.


Reply via email to