From 1e0680634de6b5b4f941d08c3138a1b6f98430eb Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 8 Oct 2007 15:14:25 -0700 Subject: [PATCH] * doc/autoconf.texi (Limitations of Usual Tools): V7 awk had 'index'. --- ChangeLog | 2 ++ doc/autoconf.texi | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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}. -- 2.47.2