diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-10-16 20:59:08 -0400 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-10-16 20:59:08 -0400 |
commit | 9c626e168999cb6072a31e901c066627a6bdcbad (patch) | |
tree | 996e8f2ef3d6ecfafec1b7a93cc1a2e2a5f93e84 /doc/gawk.texi | |
parent | 199bd468bee3f038e03d7186de0d8510c9c72274 (diff) | |
download | egawk-9c626e168999cb6072a31e901c066627a6bdcbad.tar.gz egawk-9c626e168999cb6072a31e901c066627a6bdcbad.tar.bz2 egawk-9c626e168999cb6072a31e901c066627a6bdcbad.zip |
Doc updates.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 3084e9ec..55aa8ce1 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -5868,8 +5868,7 @@ in a way that cannot be interpreted as an interval expression (such as @code{/q@{a@}/}), then they stand for themselves. As mentioned, interval expressions were not traditionally available -in @command{awk}. In March of 2019, Brian Kernighan's -@command{awk} (finally) acquired them. +in @command{awk}. In March of 2019, BWK @command{awk} (finally) acquired them. Nonetheless, because they were not available for so many decades, @command{gawk} continues to not supply them @@ -6902,6 +6901,11 @@ compatibility mode In compatibility mode, only the first character of the value of @code{RS} determines the end of the record. +@cindex Brian Kernighan's @command{awk} +@command{mawk} has allowed @code{RS} to be a regexp for decades. +As of October, 2019, BWK @command{awk} also supports it. Neither +version supplies @code{RT}, however. + @cindex sidebar @subentry @code{RS = "\0"} Is Not Portable @ifdocbook @docbook @@ -39837,7 +39841,7 @@ the three most widely used freely available versions of @command{awk} @item @code{**} and @code{**=} operators @tab X @tab @tab X @tab @item @code{func} keyword @tab X @tab @tab X @tab @item @code{BINMODE} variable @tab @tab X @tab X @tab -@item @code{RS} as regexp @tab @tab X @tab X @tab +@item @code{RS} as regexp @tab X @tab X @tab X @tab @item Time-related functions @tab @tab X @tab X @tab @end multitable |