]> Savannah Git Hosting - gnulib.git/commitdiff
doc: mention glibc bug 24269
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Jan 2020 22:08:58 +0000 (14:08 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Jan 2020 22:08:58 +0000 (14:08 -0800)
* doc/regex.texi (Back-reference Operator): Add glibc bug 24269.
Reformat slightly so that it looks nicer in the Grep manual.

ChangeLog
doc/regex.texi

index a1866e0b38fcb81dd7b24f28b50eeb915e48b9ca..09564ed3efc204c40b59022d25cd4b9d7a494c19 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2020-01-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       doc: mention glibc bug 24269
+       * doc/regex.texi (Back-reference Operator): Add glibc bug 24269.
+       Reformat slightly so that it looks nicer in the Grep manual.
+
 2020-01-02  Bruno Haible  <bruno@clisp.org>
 
        mbrtowc: Don't replace mbstate_t on MSVC.
index a4174445e7f21f225e3d5124695dc9bb8236adf4..91d6bb7b4e1afa23773e38fe69318d2b80d93bad 100644 (file)
@@ -1150,12 +1150,14 @@ and memory to explore.  Also, the POSIX specification for
 back-references is at times unclear.  Furthermore, many regular
 expression implementations have back-reference bugs that can cause
 programs to return incorrect answers or even crash, and fixing these
-bugs has often been low-priority---for example, as of 2019 the GNU C
-library bug database contained back-reference bugs
-@url{https://sourceware.org/bugzilla/show_bug.cgi?id=52,52},
-@url{https://sourceware.org/bugzilla/show_bug.cgi?id=10844,10844},
-@url{https://sourceware.org/bugzilla/show_bug.cgi?id=11053,11053},
-and @url{https://sourceware.org/bugzilla/show_bug.cgi?id=25322,25322},
+bugs has often been low-priority: for example, as of 2020 the
+@url{https://sourceware.org/bugzilla/,GNU C library bug database}
+contained back-reference bugs
+@url{https://sourceware.org/bugzilla/show_bug.cgi?id=52,,52},
+@url{https://sourceware.org/bugzilla/show_bug.cgi?id=10844,,10844},
+@url{https://sourceware.org/bugzilla/show_bug.cgi?id=11053,,11053},
+@url{https://sourceware.org/bugzilla/show_bug.cgi?id=24269,,24269}
+and @url{https://sourceware.org/bugzilla/show_bug.cgi?id=25322,,25322},
 with little sign of forthcoming fixes.  Luckily,
 back-references are rarely useful and it should be little trouble to
 avoid them in practical applications.