]> Savannah Git Hosting - gnulib.git/commit
regex-quote: \] -> ] in EREs and BREs
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 4 Jun 2022 00:52:19 +0000 (17:52 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 4 Jun 2022 01:09:38 +0000 (18:09 -0700)
commit762bd0aa660b0c1c02597e0d2e5c5fbf9bab1b91
tree3347e5cd0fd53109bd8ff5ae0a5c659a18de89e9
parent1ba2b66ea45f9bc43cdc0f6f93efa59157d2b2ba
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.
ChangeLog
build-aux/bootstrap
build-aux/bootstrap.conf
check-AC_LIBOBJ
gnulib-tool
lib/regex-quote.c
tests/test-regex-quote.c
top/maint.mk