[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. 6cd3c8e7e6c6febc1840c38
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. 6cd3c8e7e6c6febc1840c381b82ead816db3921a |
Date: |
Sat, 26 Feb 2011 19:55:11 +0000 |
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, master has been updated
via 6cd3c8e7e6c6febc1840c381b82ead816db3921a (commit)
from bbbfd0cb5661d96fce8ee9d0323405655a120060 (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=6cd3c8e7e6c6febc1840c381b82ead816db3921a
commit 6cd3c8e7e6c6febc1840c381b82ead816db3921a
Author: Arnold D. Robbins <address@hidden>
Date: Sat Feb 26 21:54:57 2011 +0200
Fix array sorting lint warning.
diff --git a/ChangeLog b/ChangeLog
index 25f0281..003d901 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Feb 26 21:54:07 2011 Arnold D. Robbins <address@hidden>
+
+ * eval (sorted_in): Revise text of lint warning.
+
Fri Feb 25 17:34:14 2011 Pat Rankin <address@hidden>
* eval (sorted_in): Remove incorrect unref() call.
diff --git a/eval.c b/eval.c
index 75bf7d4..1eb6d0b 100644
--- a/eval.c
+++ b/eval.c
@@ -1244,7 +1244,7 @@ sorted_in(void)
/* we're going to make use of PROCINFO["sorted_in"] */
if (do_lint && ! warned_extension) {
warned_extension = TRUE;
- lintwarn(_("`PROCINFO[\"sorted_in\"]' is a gawk extension"));
+ lintwarn(_("sorted array traversal is a gawk extension"));
}
/* default result is no sorting */
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
eval.c | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. 6cd3c8e7e6c6febc1840c381b82ead816db3921a,
Arnold Robbins <=