[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/mdim-restart, updated. gawk-4.1.0-4713-g6a928
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/mdim-restart, updated. gawk-4.1.0-4713-g6a92817e |
Date: |
Wed, 20 Apr 2022 09:40:08 -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, feature/mdim-restart has been updated
via 6a92817ef034fd0915fdd88879bed1c470457111 (commit)
from 6abf94e452643df122935f585e209f52f6814782 (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=6a92817ef034fd0915fdd88879bed1c470457111
commit 6a92817ef034fd0915fdd88879bed1c470457111
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Wed Apr 20 16:39:51 2022 +0300
Small whitespace cleanups.
diff --git a/ChangeLog b/ChangeLog
index 671947ed..de20c51c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-04-20 Arnold D. Robbins <arnold@skeeve.com>
+
+ * mpfr.c (mpg_force_number): Small whitespace fix.
+ * node.c (r_force_number): Ditto.
+
2022-04-18 Arnold D. Robbins <arnold@skeeve.com>
* gawkbug.in: Small changes.
diff --git a/mpfr.c b/mpfr.c
index f954e2d9..53c2e055 100644
--- a/mpfr.c
+++ b/mpfr.c
@@ -354,6 +354,7 @@ mpg_force_number(NODE *n)
n->flags &= ~STRING;
n->stptr[0] = '0'; // STRCUR is still set
n->stlen = 1;
+
return n;
}
diff --git a/node.c b/node.c
index 9070c5a5..904e3d08 100644
--- a/node.c
+++ b/node.c
@@ -66,6 +66,7 @@ r_force_number(NODE *n)
n->flags &= ~STRING;
n->stptr[0] = '0'; // STRCUR is still set
n->stlen = 1;
+
return n;
}
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
mpfr.c | 1 +
node.c | 1 +
3 files changed, 7 insertions(+)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/mdim-restart, updated. gawk-4.1.0-4713-g6a92817e,
Arnold Robbins <=