+2007-03-19 Paul Eggert <eggert@cs.ucla.edu>
+
+ * doc/autoconf.texi (Limitations of Usual Tools): Warn about other
+ nonstandard grep R.E. escape sequences.
+
2007-03-17 Jim Meyering <jim@meyering.net>
* doc/autoconf.texi: Adjust grammar around use of "heuristics".
alternation, @samp{\|}, is common but Posix does not require its
support in basic regular expressions, so it should be avoided in
portable scripts. Solaris and HP-UX @command{grep} do not support it.
-Similarly, @samp{\<}, @samp{\>}, @samp{\+} and @samp{\?} should be avoided.
+Similarly, the following escape sequences should also be avoided:
+@samp{\<}, @samp{\>}, @samp{\+}, @samp{\?}, @samp{\`}, @samp{\'},
+@samp{\B}, @samp{\b}, @samp{\S}, @samp{\s}, @samp{\W}, and @samp{\w}.
@item @command{join}