From: Paul Eggert Date: Mon, 8 Oct 2007 22:14:25 +0000 (-0700) Subject: * doc/autoconf.texi (Limitations of Usual Tools): V7 awk had 'index'. X-Git-Tag: v2.62~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e0680634de6b5b4f941d08c3138a1b6f98430eb;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (Limitations of Usual Tools): V7 awk had 'index'. --- diff --git a/ChangeLog b/ChangeLog index 9ba1fe85..9b8e8343 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-10-08 Paul Eggert + * 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. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index b41aee69..29161d07 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -13657,7 +13657,7 @@ or @code{@var{a}^=@var{b}}. 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}.