From 6ae08e872756cbc6f4574780f015c47afb6acdaf Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 7 Apr 2015 17:31:59 +0300 Subject: Minor doc update. --- doc/gawk.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/gawk.texi') diff --git a/doc/gawk.texi b/doc/gawk.texi index ba2b5bcc..fbf0e8d2 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -7884,6 +7884,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 + Finally, the @code{patsplit()} function makes the same functionality available for splitting regular strings (@pxref{String Functions}). -- cgit v1.2.3 From 5a85c5b45972f44a03f77bbb1b853d9dfd2ea1cd Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 7 Apr 2015 21:59:54 +0300 Subject: Update copyrights and prep towards release. --- doc/gawk.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/gawk.texi') diff --git a/doc/gawk.texi b/doc/gawk.texi index fbf0e8d2..6ec019d1 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -51,7 +51,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 -- cgit v1.2.3 From 38a62381d79aebbea120ed73921fb57a171d77e7 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 8 Apr 2015 19:30:02 +0300 Subject: More doc updates towards release. --- doc/gawk.texi | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/gawk.texi') diff --git a/doc/gawk.texi b/doc/gawk.texi index 6ec019d1..f1cef1c9 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -36411,6 +36411,15 @@ with a minimum of two 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}). + @end itemize @c XXX ADD MORE STUFF HERE -- cgit v1.2.3