gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4252-gaa3d53c


From: Arnold Robbins
Subject: [SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4252-gaa3d53c
Date: Thu, 27 May 2021 14:33:03 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, gawk-5.1-stable has been updated
       via  aa3d53c78f360c6e460d1facf46f1e7e744ac14a (commit)
      from  3d6107b0b1e7f13576d741202e41a488920dc011 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=aa3d53c78f360c6e460d1facf46f1e7e744ac14a

commit aa3d53c78f360c6e460d1facf46f1e7e744ac14a
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Thu May 27 21:32:51 2021 +0300

    Doc update: feature history.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index a4a4b27..13fd2ce 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2021-05-27         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * gawktexi.in (Feature History): Add features from 5.1.1.
+
 2021-04-04         Arnold D. Robbins     <arnold@skeeve.com>
 
        * gawktexi.in: Update menues.
diff --git a/doc/gawk.info b/doc/gawk.info
index 87f7901..c6ad84f 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -29973,6 +29973,25 @@ unfortunately.  It added the following features:
 
    * Support was added for MSYS2.
 
+   * 'asorti()' and 'asorti()' were changed to allow 'FUNCTAB' and
+     'SYMTAB' as the first argument if a second destination array is
+     supplied (*note String Functions::).
+
+   * The '-I'/'--trace' options were added to print a trace of the byte
+     codes as they execute (*note Options::).
+
+   * '$0' and the fields are now cleared before starting a 'BEGINFILE'
+     rule (*note BEGINFILE/ENDFILE::).
+
+   * Several example programs in the manual were updated to their modern
+     POSIX equivalents.
+
+   * The "no effect" lint warnings were fixed up and now behave more
+     sanely (*note Options::).
+
+   * Handling of Infinity and NaN values were improved.  *Note Math
+     Definitions::, and also see *note POSIX Floating Point Problems::.
+
 
 File: gawk.info,  Node: Common Extensions,  Next: Ranges and Locales,  Prev: 
Feature History,  Up: Language History
 
@@ -38596,74 +38615,74 @@ Node: POSIX1183044
 Node: BTL1184425
 Node: POSIX/GNU1185154
 Node: Feature History1190932
-Node: Common Extensions1207251
-Node: Ranges and Locales1208534
-Ref: Ranges and Locales-Footnote-11213150
-Ref: Ranges and Locales-Footnote-21213177
-Ref: Ranges and Locales-Footnote-31213412
-Node: Contributors1213635
-Node: History summary1219632
-Node: Installation1221012
-Node: Gawk Distribution1221956
-Node: Getting1222440
-Node: Extracting1223403
-Node: Distribution contents1225041
-Node: Unix Installation1231521
-Node: Quick Installation1232203
-Node: Shell Startup Files1234617
-Node: Additional Configuration Options1235706
-Node: Configuration Philosophy1238021
-Node: Non-Unix Installation1240390
-Node: PC Installation1240850
-Node: PC Binary Installation1241688
-Node: PC Compiling1242123
-Node: PC Using1243240
-Node: Cygwin1246793
-Node: MSYS1248017
-Node: VMS Installation1248619
-Node: VMS Compilation1249410
-Ref: VMS Compilation-Footnote-11250639
-Node: VMS Dynamic Extensions1250697
-Node: VMS Installation Details1252382
-Node: VMS Running1254635
-Node: VMS GNV1258914
-Node: VMS Old Gawk1259649
-Node: Bugs1260120
-Node: Bug address1260783
-Node: Usenet1263765
-Node: Maintainers1264769
-Node: Other Versions1265954
-Node: Installation summary1273819
-Node: Notes1275028
-Node: Compatibility Mode1275822
-Node: Additions1276604
-Node: Accessing The Source1277529
-Node: Adding Code1278966
-Node: New Ports1285185
-Node: Derived Files1289560
-Ref: Derived Files-Footnote-11295220
-Ref: Derived Files-Footnote-21295255
-Ref: Derived Files-Footnote-31295853
-Node: Future Extensions1295967
-Node: Implementation Limitations1296625
-Node: Extension Design1297835
-Node: Old Extension Problems1298979
-Ref: Old Extension Problems-Footnote-11300497
-Node: Extension New Mechanism Goals1300554
-Ref: Extension New Mechanism Goals-Footnote-11303918
-Node: Extension Other Design Decisions1304107
-Node: Extension Future Growth1306220
-Node: Notes summary1306826
-Node: Basic Concepts1307984
-Node: Basic High Level1308665
-Ref: figure-general-flow1308947
-Ref: figure-process-flow1309632
-Ref: Basic High Level-Footnote-11312933
-Node: Basic Data Typing1313118
-Node: Glossary1316446
-Node: Copying1348331
-Node: GNU Free Documentation License1385874
-Node: Index1410994
+Node: Common Extensions1208000
+Node: Ranges and Locales1209283
+Ref: Ranges and Locales-Footnote-11213899
+Ref: Ranges and Locales-Footnote-21213926
+Ref: Ranges and Locales-Footnote-31214161
+Node: Contributors1214384
+Node: History summary1220381
+Node: Installation1221761
+Node: Gawk Distribution1222705
+Node: Getting1223189
+Node: Extracting1224152
+Node: Distribution contents1225790
+Node: Unix Installation1232270
+Node: Quick Installation1232952
+Node: Shell Startup Files1235366
+Node: Additional Configuration Options1236455
+Node: Configuration Philosophy1238770
+Node: Non-Unix Installation1241139
+Node: PC Installation1241599
+Node: PC Binary Installation1242437
+Node: PC Compiling1242872
+Node: PC Using1243989
+Node: Cygwin1247542
+Node: MSYS1248766
+Node: VMS Installation1249368
+Node: VMS Compilation1250159
+Ref: VMS Compilation-Footnote-11251388
+Node: VMS Dynamic Extensions1251446
+Node: VMS Installation Details1253131
+Node: VMS Running1255384
+Node: VMS GNV1259663
+Node: VMS Old Gawk1260398
+Node: Bugs1260869
+Node: Bug address1261532
+Node: Usenet1264514
+Node: Maintainers1265518
+Node: Other Versions1266703
+Node: Installation summary1274568
+Node: Notes1275777
+Node: Compatibility Mode1276571
+Node: Additions1277353
+Node: Accessing The Source1278278
+Node: Adding Code1279715
+Node: New Ports1285934
+Node: Derived Files1290309
+Ref: Derived Files-Footnote-11295969
+Ref: Derived Files-Footnote-21296004
+Ref: Derived Files-Footnote-31296602
+Node: Future Extensions1296716
+Node: Implementation Limitations1297374
+Node: Extension Design1298584
+Node: Old Extension Problems1299728
+Ref: Old Extension Problems-Footnote-11301246
+Node: Extension New Mechanism Goals1301303
+Ref: Extension New Mechanism Goals-Footnote-11304667
+Node: Extension Other Design Decisions1304856
+Node: Extension Future Growth1306969
+Node: Notes summary1307575
+Node: Basic Concepts1308733
+Node: Basic High Level1309414
+Ref: figure-general-flow1309696
+Ref: figure-process-flow1310381
+Ref: Basic High Level-Footnote-11313682
+Node: Basic Data Typing1313867
+Node: Glossary1317195
+Node: Copying1349080
+Node: GNU Free Documentation License1386623
+Node: Index1411743
 
 End Tag Table
 
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 7b6cc71..8efef3b 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -41012,6 +41012,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
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index adc90c5..c0b932f 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -39855,6 +39855,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

-----------------------------------------------------------------------

Summary of changes:
 doc/ChangeLog   |   4 ++
 doc/gawk.info   | 155 +++++++++++++++++++++++++++++++-------------------------
 doc/gawk.texi   |  26 ++++++++++
 doc/gawktexi.in |  26 ++++++++++
 4 files changed, 143 insertions(+), 68 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]