From 4f111c357fb2b398aa59926930d807ad56006638 Mon Sep 17 00:00:00 2001 From: "Andrew J. Schorr" Date: Tue, 17 Oct 2017 10:32:27 -0400 Subject: Do not deprecate isarray in this release. --- doc/gawk.texi | 4 ---- 1 file changed, 4 deletions(-) (limited to 'doc/gawk.texi') diff --git a/doc/gawk.texi b/doc/gawk.texi index e1eea073..0f443881 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -20106,10 +20106,6 @@ The @code{typeof()} function is general; it allows you to determine if a variable or function parameter is a scalar, an array, or a strongly typed regexp. -@code{isarray()} is deprecated; you should use @code{typeof()} instead. -You should replace any existing uses of @samp{isarray(var)} in your -code with @samp{typeof(var) == "array"}. - @node I18N Functions @subsection String-Translation Functions @cindex @command{gawk}, string-translation functions -- cgit v1.2.3 From 224aa5e7c6c06b99cb7402d7135ee4f926d42acd Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 17 Oct 2017 21:23:53 +0300 Subject: Docs: Update EDITION. Remove visible references to awk.info site. --- doc/gawk.texi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/gawk.texi') diff --git a/doc/gawk.texi b/doc/gawk.texi index 0f443881..d1aac71c 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -76,7 +76,7 @@ @set TITLE GAWK: Effective AWK Programming @end ifclear @set SUBTITLE A User's Guide for GNU Awk -@set EDITION 4.1 +@set EDITION 4.2 @iftex @set DOCUMENT book @@ -40289,7 +40289,7 @@ modified version of BWK @command{awk}, described earlier.) @cindex QSE @command{awk} @cindex source code, QSE @command{awk} This is an embeddable @command{awk} interpreter. For more information, -see @uref{https://code.google.com/p/qse/} and @uref{http://awk.info/?tools/qse}. +see @uref{https://code.google.com/p/qse/}. @c and @uref{http://awk.info/?tools/qse}. @item @command{QTawk} @cindex QuikTrim Awk @@ -41598,7 +41598,7 @@ completely as @command{sed} and @command{awk} scripts. It is thousands of lines long, including machine descriptions for several eight-bit microcomputers. It is a good example of a program that would have been better written in another language. -You can get it from @uref{http://awk.info/?awk100/aaa}. +@c You can get it from @uref{http://awk.info/?awk100/aaa}. @cindex amazingly workable formatter (@command{awf}) @cindex @command{awf} (amazingly workable formatter) program @@ -41606,8 +41606,8 @@ You can get it from @uref{http://awk.info/?awk100/aaa}. Henry Spencer at the University of Toronto wrote a formatter that accepts a large subset of the @samp{nroff -ms} and @samp{nroff -man} formatting commands, using @command{awk} and @command{sh}. -It is available -from @uref{http://awk.info/?tools/awf}. +@c It is available +@c from @uref{http://awk.info/?tools/awf}. @item Anchor The regexp metacharacters @samp{^} and @samp{$}, which force the match -- cgit v1.2.3