diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2022-06-03 Paul Eggert <eggert@cs.ucla.edu> + regex-quote: \] -> ] in EREs and BREs + * build-aux/bootstrap: + * build-aux/bootstrap.conf (gettext_external): + * check-AC_LIBOBJ: + * lib/regex-quote.c (bre_special, ere_special): + * gnulib-tool (func_modules_transitive_closure) + (func_emit_autoconf_snippet, func_import, func_create_testdir): + * tests/test-regex-quote.c (test_bre, test_ere): + * top/maint.mk (longopt_re, gpg_key_ID): + Don’t use \] in BREs and EREs, as POSIX says the interpretation is + undefined. + filevercmp: don’t treat entire filename as suffix Problem reported by Artém S. Tashkinóv in: https://lists.gnu.org/r/bug-gnulib/2022-06/msg00012.html |