aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-04-08 19:30:02 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-04-08 19:30:02 +0300
commit38a62381d79aebbea120ed73921fb57a171d77e7 (patch)
treec0593de66cf03e21147d853fc4cd1a7a5709321c /doc/gawk.texi
parentacdfa6d81af4d9069e609780750f6dd8f98d6bff (diff)
downloadegawk-38a62381d79aebbea120ed73921fb57a171d77e7.tar.gz
egawk-38a62381d79aebbea120ed73921fb57a171d77e7.tar.bz2
egawk-38a62381d79aebbea120ed73921fb57a171d77e7.zip
More doc updates towards release.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi9
1 files changed, 9 insertions, 0 deletions
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