ChangeLog: add entries for the last three commits
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 6 Jun 2021 08:00:00 +0000 (08:00 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 6 Jun 2021 08:00:00 +0000 (08:00 +0000)
ChangeLog

index 4b121fb0fecabc00e56c2fed9a8ae2d2f7dfa4c7..a940c622d39fca3e65144302d252f00a360692af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2021-06-06  Dmitry V. Levin  <ldv@altlinux.org>
+
+       * 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  <egori@altlinux.org>
+
+       * 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  <bruno@clisp.org>
 
        lib-symbol-visibility: Make configure check work for newer GCC.