gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, master, updated. gawk-4.1.0-4803-gd5f924e8


From: Arnold Robbins
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-4803-gd5f924e8
Date: Fri, 22 Jul 2022 03:43:37 -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, master has been updated
       via  d5f924e8ccb30bfff32fecf465236efc26652f83 (commit)
      from  3ca37e8c3ac0112d287658e9d300710660a3a105 (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=d5f924e8ccb30bfff32fecf465236efc26652f83

commit d5f924e8ccb30bfff32fecf465236efc26652f83
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Fri Jul 22 10:43:13 2022 +0300

    Reorder items in NEWS.

diff --git a/ChangeLog b/ChangeLog
index 6795b383..cf5dd1aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-07-22         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * NEWS: Updated.
+
 2022-07-21         Arnold D. Robbins     <arnold@skeeve.com>
 
        * NEWS: Updated.
diff --git a/NEWS b/NEWS
index ba596228..a5b328f2 100644
--- a/NEWS
+++ b/NEWS
@@ -14,52 +14,52 @@ Changes from 5.1.x to 5.2.0
 * For more information see https://......                                   *
 *****************************************************************************
 
-1. Numeric scalars now compare in the same way as C for the relational
+1. Infrastructure upgrades: Libtool 2.4.7.
+
+2. Numeric scalars now compare in the same way as C for the relational
 operators. Comparison order for sorting has not changed.  This only
 makes a difference when comparing Infinity and NaN values with
 regular numbers; it should not be noticeable most of the time.
 
-2. If the AWK_HASH environment variable is set to "fnv1a" gawk will
+3. If the AWK_HASH environment variable is set to "fnv1a" gawk will
 use the FNV1-A hash function for associative arrays.
 
-3. The CMake infrastructure has been removed. In the five years it was in
+4. The CMake infrastructure has been removed. In the five years it was in
 the tree, nobody used it, and it was not updated.
 
-4. There is now a new function, mkbool(), that creates Boolean-typed
+5. There is now a new function, mkbool(), that creates Boolean-typed
 values.  These values *are* numbers, but they are also tagged as
 Boolean. This is mainly for use with data exchange to/from languages
 or environments that support real Boolean values. See the manual
 for details.
 
-5. As BWK awk has supported interval expressions since 2019, they are
+6. As BWK awk has supported interval expressions since 2019, they are
 now enabled even if --traditional is supplied. The -r/--re-interval option
 remains, but it does nothing.
 
-6. The rwarray extension has two new functions, writeall() and readall(),
+7. The rwarray extension has two new functions, writeall() and readall(),
 for saving / restoring all of gawk's variables and arrays.
 
-7. The new `gawkbug' script should be used for reporting bugs.
+8. The new `gawkbug' script should be used for reporting bugs.
 
-8. The manual page (doc/gawk.1) has been considerably reduced in size.
+9. The manual page (doc/gawk.1) has been considerably reduced in size.
 Wherever possible, details were replaced with references to the online
 copy of the manual.
 
-9. Gawk now supports Terence Kelly's "persistent malloc" (pma),
+10. Gawk now supports Terence Kelly's "persistent malloc" (pma),
 allowing gawk to preserve the contents of its variables and arrays
 between runs. THIS IS AN EXPERIMENTAL FEATURE!  For more information,
 see the manual.
 
-10. Support for OS/2 has been removed. It was not being actively
+11. Support for OS/2 has been removed. It was not being actively
 maintained.
 
-11. Similarly, support for DJGPP has been removed. It also was not
+12. Similarly, support for DJGPP has been removed. It also was not
 being actively maintained.
 
-12. Some subtle issues with untyped array elements being passed to
+13. Some subtle issues with untyped array elements being passed to
 functions have been fixed.
 
-13. Infrastructure upgrades: Libtool 2.4.7.
-
 Changes from 5.1.1 to 5.1.x
 ---------------------------
 

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

Summary of changes:
 ChangeLog |  4 ++++
 NEWS      | 28 ++++++++++++++--------------
 2 files changed, 18 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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