diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-08 20:31:22 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-08 20:31:22 +0300 |
commit | d047b198dca5da3577f696ac868c19feb030bc7a (patch) | |
tree | 98d84d796d8c8646854f43f3c8633dc74210ae5e /doc/gawktexi.in | |
parent | cc307380da7838f4d9f0f8addd7193e0b1f33e37 (diff) | |
parent | 969a8d5a0353c756199c0b354d0e8fa91977db86 (diff) | |
download | egawk-d047b198dca5da3577f696ac868c19feb030bc7a.tar.gz egawk-d047b198dca5da3577f696ac868c19feb030bc7a.tar.bz2 egawk-d047b198dca5da3577f696ac868c19feb030bc7a.zip |
Merge branch 'master' into feature/cmake
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 5fe53190..aa2a78f3 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -46,7 +46,7 @@ @c applies to and all the info about who's publishing this edition @c These apply across the board. -@set UPDATE-MONTH February, 2015 +@set UPDATE-MONTH April, 2015 @set VERSION 4.1 @set PATCHLEVEL 2 @@ -7491,6 +7491,11 @@ contain at least one character. A straightforward modification FPAT = "([^,]*)|(\"[^\"]+\")" @end example +@c FIXME: 4/2015 +@c Consider use of FPAT = "([^,]*)|(\"[^\"]*\")" +@c (star in latter part of value) to allow quoted strings to be empty. +@c Per email from Ed Morton <mortoneccc@comcast.net> + Finally, the @code{patsplit()} function makes the same functionality available for splitting regular strings (@pxref{String Functions}). @@ -35887,6 +35892,15 @@ The dynamic extension interface was completely redone (@pxref{Dynamic Extensions}). @item +Redirected @code{getline} became allowed inside +@code{BEGINFILE} and @code{ENDFILE} +(@pxref{BEGINFILE/ENDFILE}). + +@item +The @code{where} command was added to the debugger +(@pxref{Execution Stack}). + +@item Support for Ultrix was removed. @end itemize |