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-4137-gc5077bb


From: Arnold Robbins
Subject: [SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4137-gc5077bb
Date: Sun, 4 Oct 2020 06:09:42 -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  c5077bb27833c6ccca6cfa21b93c75013d3e03bd (commit)
      from  d0c9f1d3b2828fedf7e825e6e20811ed6b4a4700 (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=c5077bb27833c6ccca6cfa21b93c75013d3e03bd

commit c5077bb27833c6ccca6cfa21b93c75013d3e03bd
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Sun Oct 4 13:09:30 2020 +0300

    More small doc fixes.

diff --git a/ChangeLog b/ChangeLog
index dacc02a..84491dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -178,7 +178,7 @@
 2020-07-08         Arnold D. Robbins     <arnold@skeeve.com>
 
        * str_array.c (str_lookup): If a pure number, copy to a string. Fixes
-       at printfchar test for MPFR.
+       the printfchar test for MPFR.
 
        Fix typeregex2 and typedregex3 tests for MPFR:
 
@@ -193,7 +193,7 @@
        * awk.h: Turn all the flag defines into enums. GDB can then show
        the bit maps directly.
 
-       Unrelated: Fix another MFPF bug, reported by Hyunho Cho
+       Unrelated: Fix another MPFR bug, reported by Hyunho Cho
        <mug896@naver.com>.
 
        * mpfr.c (force_mpnum): Restore the character at the end of
@@ -207,8 +207,8 @@
 
        Bug fixes in MPFR, reported by Hyunho Cho<mug896@naver.com>.
 
-       * node.c (r_dupnode): Set strndmode and also set stlen of new string.  
(How
-       did that one get by us for so long?)
+       * node.c (r_dupnode): Set strndmode and also set stlen of new
+       string. (How did that one get by us for so long?)
        * mpfr.c (force_mpnum): Check for a + or - sign with nothing following 
it.
 
        Unrelated. Make do_itrace a real variable so that it's easier to
@@ -309,7 +309,7 @@
 
 2020-06-10         Arnold D. Robbins     <arnold@skeeve.com>
 
-       Thanks to Andrew Schorr for suggestion of better way to
+       Thanks to Andrew Schorr for suggesting a better way to
        handle exec_count being a long long.
 
        * awk.h (INSTRUCTION): Make new ldl member be the long long.
diff --git a/NEWS b/NEWS
index be7a7a8..b96cea7 100644
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,12 @@ Changes from 5.1.0 to 5.1.1
    that functions are presented in a reasonable order with respect
    to the namespaces that contain them.
 
+9. Several example programs in the manual have been updated to their
+   modern POSIX equivalents.
+
+xx. There have been numerous minor code cleanups and bug fixes. See the
+    ChangeLog for details.
+
 Changes from 5.0.1 to 5.1.0
 ---------------------------
 

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

Summary of changes:
 ChangeLog | 10 +++++-----
 NEWS      |  6 ++++++
 2 files changed, 11 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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