diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-08 19:37:48 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-08 19:37:48 +0300 |
commit | 4f43502b3852c7214c6def1141dc6d2ab57cd075 (patch) | |
tree | 476bfcef0da0d2a40826c4b17acdbacb9957e495 /doc/gawk.texi | |
parent | be7aafc0b212669de461aeda752e704a727d1cb5 (diff) | |
parent | 38a62381d79aebbea120ed73921fb57a171d77e7 (diff) | |
download | egawk-4f43502b3852c7214c6def1141dc6d2ab57cd075.tar.gz egawk-4f43502b3852c7214c6def1141dc6d2ab57cd075.tar.bz2 egawk-4f43502b3852c7214c6def1141dc6d2ab57cd075.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index b813639a..e86e8bba 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -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 |