2007-10-08 Paul Eggert <eggert@cs.ucla.edu>
+ * doc/autoconf.texi (Limitations of Usual Tools): V7 awk had 'index'.
+
Adjust doc. to match latest gnulib.
* build-aux/texinfo.tex: Sync from gnulib.
* doc/standards.texi: Likewise.
Traditional Awk does not support the predefined @code{CONVFMT} variable.
-Traditional Awk supports only the predefined functions @code{exp},
+Traditional Awk supports only the predefined functions @code{exp}, @code{index},
@code{int}, @code{length}, @code{log}, @code{split}, @code{sprintf},
@code{sqrt}, and @code{substr}.