diff options
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 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 |