From: Dmitry V. Levin Date: Sun, 6 Jun 2021 08:00:00 +0000 (+0000) Subject: ChangeLog: add entries for the last three commits X-Git-Tag: v1.0~2849 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fed6ffdbb62eb2cb1a742d22cc3233fa12d2ba58;p=thirdparty%2Fgnulib.git ChangeLog: add entries for the last three commits --- diff --git a/ChangeLog b/ChangeLog index 4b121fb0fe..a940c622d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2021-06-06 Dmitry V. Levin + + * tests/test-regex.c (tests): Add test cases for *+ and ** regressions + fixed by the previous commit. + + * tests/test-regex.c (tests): Remove the comment saying that some tests + are not used. That comment was copied along with tests from glibc + where some of these tests are commented out. + +2021-06-06 Egor Ignatov + + * lib/regexec.c (set_regs): Pop if CUR_NODE has already been checked + only when we have a fail stack. + 2021-06-05 Bruno Haible lib-symbol-visibility: Make configure check work for newer GCC.