Re: test suite failure caused by check-copyright script

2021-05-26 Thread Eric Blake
On Sun, May 23, 2021 at 01:19:23PM +0200, Bruno Haible wrote: > Does everyone still agree > - to put into the source files a license header that is consistent > with the module description, and > - to remove the statement from the documentation > "The source files always say "GPL", but

[PATCH] regex: fix match with possessive quantifier

2021-05-26 Thread Egor Ignatov
Fix behaviour introduced in 70b673e, where regexps with possessive quantifier("*+") didn't match. * lib/regexec.c (set_regs): Pop if CUR_NODE has already been checked only when we have a fail stack. Signed-off-by: Egor Ignatov --- Hi Paul, Do you have any test cases for bug 11053(glibc) for gnul