diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-27 21:35:19 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-27 21:35:19 +0300 |
commit | 16027b4994afff399def0eea30f4b79dd9a7566f (patch) | |
tree | 5d53b54025d560342737f24f8daa223a1c65a538 /doc/gawk.texi | |
parent | e9653d5c96605879069f3ae4dd9aeb7c023b1094 (diff) | |
parent | aa3d53c78f360c6e460d1facf46f1e7e744ac14a (diff) | |
download | egawk-16027b4994afff399def0eea30f4b79dd9a7566f.tar.gz egawk-16027b4994afff399def0eea30f4b79dd9a7566f.tar.bz2 egawk-16027b4994afff399def0eea30f4b79dd9a7566f.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 267d59f6..14e154d8 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -41344,6 +41344,32 @@ The index for this manual was completely reworked. @item Support was added for MSYS2. + +@item +@code{asorti()} and @code{asorti()} were changed to +allow @code{FUNCTAB} and @code{SYMTAB} as the first argument if a +second destination array is supplied (@pxref{String Functions}). + +@item +The @option{-I}/@option{--trace} options were added to +print a trace of the byte codes as they execute (@pxref{Options}). + +@item +@code{$0} and the fields are now cleared before starting a +@code{BEGINFILE} rule (@pxref{BEGINFILE/ENDFILE}). + +@item +Several example programs in the manual were updated to their modern +POSIX equivalents. + +@item +The ``no effect'' lint warnings were fixed up and now behave more sanely +(@pxref{Options}). + +@item +Handling of Infinity and NaN values were improved. +@xref{Math Definitions}, and also see +@ref{POSIX Floating Point Problems}. @end itemize @c XXX ADD MORE STUFF HERE |