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-4375-g438e6e6e


From: Arnold Robbins
Subject: [SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4375-g438e6e6e
Date: Thu, 10 Feb 2022 02:25:32 -0500 (EST)

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  438e6e6e6deb8f4831e84ffd17205dc14d3a2ebb (commit)
      from  0b94b68387b85310b7104bb669d7b698e92888d2 (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=438e6e6e6deb8f4831e84ffd17205dc14d3a2ebb

commit 438e6e6e6deb8f4831e84ffd17205dc14d3a2ebb
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Thu Feb 10 09:25:18 2022 +0200

    Small formatting fix.

diff --git a/ChangeLog b/ChangeLog
index 6f99be92..65c902a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-02-10         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * builtin.c (sanitize_exit_status): Fix formatting.
+
 2022-02-07         Arnold D. Robbins     <arnold@skeeve.com>
 
        Continue fixing indirect calls of builtins.
diff --git a/builtin.c b/builtin.c
index 060b2f28..2a1869e6 100644
--- a/builtin.c
+++ b/builtin.c
@@ -4399,7 +4399,8 @@ mbc_char_count(const char *ptr, size_t numbytes)
 
 /* sanitize_exit_status --- convert a 16 bit Unix exit status into something 
reasonable */
 
-int sanitize_exit_status(int status)
+int
+sanitize_exit_status(int status)
 {
        int ret = 0;
 

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

Summary of changes:
 ChangeLog | 4 ++++
 builtin.c | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
gawk



reply via email to

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