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/gawktexi.in | |
parent | 199bd468bee3f038e03d7186de0d8510c9c72274 (diff) | |
download | egawk-9c626e168999cb6072a31e901c066627a6bdcbad.tar.gz egawk-9c626e168999cb6072a31e901c066627a6bdcbad.tar.bz2 egawk-9c626e168999cb6072a31e901c066627a6bdcbad.zip |
Doc updates.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index f658b424..0c41d4d4 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -5694,8 +5694,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 @@ -6684,6 +6683,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. + @sidebar @code{RS = "\0"} Is Not Portable @cindex portability @subentry data files as single record There are times when you might want to treat an entire @value{DF} as a @@ -38808,7 +38812,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 |