[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4213-g50a8442
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4213-g50a8442 |
Date: |
Mon, 29 Mar 2021 02:45:21 -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 50a84421217784f322e39ccfea9443a31e7f482f (commit)
from dbf4f96f792b418b3dfb9cb0f43ea76727e7132d (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=50a84421217784f322e39ccfea9443a31e7f482f
commit 50a84421217784f322e39ccfea9443a31e7f482f
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Mon Mar 29 09:45:03 2021 +0300
Comment fix in extension/testext.c.
diff --git a/extension/ChangeLog b/extension/ChangeLog
index 1a01889..fef3233 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,7 @@
+2021-03-29 Arnold D. Robbins <arnold@skeeve.com>
+
+ * testext.c (var_test): Fix a comment. Update copyright year.
+
2020-07-26 Arnold D. Robbins <arnold@skeeve.com>
* intdiv.c (do_intdiv): Change quotient and remainder to
diff --git a/extension/testext.c b/extension/testext.c
index b911ec9..a5bef7a 100644
--- a/extension/testext.c
+++ b/extension/testext.c
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 2012, 2013, 2014, 2015, 2017, 2018
+ * Copyright (C) 2012, 2013, 2014, 2015, 2017, 2018, 2021
* the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
@@ -314,7 +314,7 @@ var_test(int nargs, awk_value_t *result, struct
awk_ext_func *unused)
goto out;
}
- /* look up PROCINFO - should succeed fail */
+ /* look up PROCINFO - should succeed */
if (sym_lookup("PROCINFO", AWK_ARRAY, & value))
printf("var_test: sym_lookup of PROCINFO passed - got a
value!\n");
else
-----------------------------------------------------------------------
Summary of changes:
extension/ChangeLog | 4 ++++
extension/testext.c | 4 ++--
2 files changed, 6 insertions(+), 2 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-4213-g50a8442,
Arnold Robbins <=