aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-04-08 20:28:18 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-04-08 20:28:18 +0300
commit850078f7e3b3b777bb908fe15ca55f2c024721f2 (patch)
tree861f39709faca4b5176821c74564fc30f775d05b /doc/gawk.texi
parent6fb4bb6c7339cd325ca34faa0872ac3a9834918e (diff)
parent969a8d5a0353c756199c0b354d0e8fa91977db86 (diff)
downloadegawk-850078f7e3b3b777bb908fe15ca55f2c024721f2.tar.gz
egawk-850078f7e3b3b777bb908fe15ca55f2c024721f2.tar.bz2
egawk-850078f7e3b3b777bb908fe15ca55f2c024721f2.zip
Merge branch 'master' into feature/wasted-byte
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 156208c3..e86e8bba 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
@@ -36801,6 +36801,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