[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4037-g44a30c4
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4037-g44a30c4 |
Date: |
Sun, 19 Jul 2020 12:45:01 -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 44a30c40ecc28040f44944d2152919c643274ed4 (commit)
via 88afd391c936c4fb7a1ca4da3e05d43eeb1e66c5 (commit)
via 5d3605bd4e1d13fc99b84cb5ee5de6d25ccb4c2d (commit)
from 7c68a667125ffc144ba76a52e67b019b49ba60ac (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=44a30c40ecc28040f44944d2152919c643274ed4
commit 44a30c40ecc28040f44944d2152919c643274ed4
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Sun Jul 19 19:44:31 2020 +0300
Fix a typo in mpfr.c.
diff --git a/ChangeLog b/ChangeLog
index acf7151..4ede6ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@
* gawkapi.h (api_minor_version): Increase to 1.
+ Unrelated: Fix a spelling error in a comment.
+
+ * mpfr.c (force_mpnum): Fix a typo.
+
2020-07-17 Arnold D. Robbins <arnold@skeeve.com>
* gawkapi.h (gawk_api_minor_version): Increase, since the
diff --git a/mpfr.c b/mpfr.c
index 978fd68..f5cdd58 100644
--- a/mpfr.c
+++ b/mpfr.c
@@ -296,7 +296,7 @@ force_mpnum(NODE *n, int do_nondec, int use_locale)
/*
* Maybe "+" or "-" was the field. mpg_strtoui
* won't check for that and set errno, so we have
- * to check manuall.
+ * to check manually.
*/
if (*cp1 == '\0') {
*cpend = save;
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=88afd391c936c4fb7a1ca4da3e05d43eeb1e66c5
commit 88afd391c936c4fb7a1ca4da3e05d43eeb1e66c5
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Sun Jul 19 19:43:42 2020 +0300
Bump minor API version.
diff --git a/ChangeLog b/ChangeLog
index 5bb800f..acf7151 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
* NEWS: Fix title on leading set of changes. Thanks to
Marcus <marcuscruse@ya.ru> for the report.
+ Unrelated: Bump minor API version since semantics have changed.
+
+ * gawkapi.h (api_minor_version): Increase to 1.
+
2020-07-17 Arnold D. Robbins <arnold@skeeve.com>
* gawkapi.h (gawk_api_minor_version): Increase, since the
diff --git a/gawkapi.h b/gawkapi.h
index a300fc9..6bf1c40 100644
--- a/gawkapi.h
+++ b/gawkapi.h
@@ -297,7 +297,7 @@ typedef struct awk_two_way_processor {
} awk_two_way_processor_t;
#define gawk_api_major_version 3
-#define gawk_api_minor_version 0
+#define gawk_api_minor_version 1
/* Current version of the API. */
enum {
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=5d3605bd4e1d13fc99b84cb5ee5de6d25ccb4c2d
commit 5d3605bd4e1d13fc99b84cb5ee5de6d25ccb4c2d
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Sun Jul 19 19:42:29 2020 +0300
Fix heading in NEWS.
diff --git a/ChangeLog b/ChangeLog
index 1a3b016..5bb800f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2020-07-19 Arnold D. Robbins <arnold@skeeve.com>
+
+ * NEWS: Fix title on leading set of changes. Thanks to
+ Marcus <marcuscruse@ya.ru> for the report.
+
+2020-07-17 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawkapi.h (gawk_api_minor_version): Increase, since the
+ MPFR/MPZ stuff changed some. Remains source and binary
+ compatible, but semantics are different.
+
2020-07-15 Arnold D. Robbins <arnold@skeeve.com>
Finish cleaning up MPFR valgrind issues.
diff --git a/NEWS b/NEWS
index 4de4ec2..cc3ac3a 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
-Changes from 5.0.1 to 5.0.2
+Changes from 5.1.0 to 5.1.1
---------------------------
1. Infrastructure upgrades: Bison 3.6.3.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 19 +++++++++++++++++++
NEWS | 2 +-
gawkapi.h | 2 +-
mpfr.c | 2 +-
4 files changed, 22 insertions(+), 3 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4037-g44a30c4,
Arnold Robbins <=