gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-528


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-528-g0d9a32b
Date: Wed, 26 Nov 2014 18:13:40 +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, gawk-4.1-stable has been updated
       via  0d9a32b95e932fb47ddfb100056aa6fe527da595 (commit)
      from  5dd46ec03bb3dc945d2f084726aaba79a83e6340 (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=0d9a32b95e932fb47ddfb100056aa6fe527da595

commit 0d9a32b95e932fb47ddfb100056aa6fe527da595
Author: Arnold D. Robbins <address@hidden>
Date:   Wed Nov 26 20:13:16 2014 +0200

    Fix test/Gentests.

diff --git a/test/ChangeLog b/test/ChangeLog
index 854c137..a8d12fd 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,5 +1,9 @@
 2014-11-26         Arnold D. Robbins     <address@hidden>
 
+       * Gentests: Fix gensub call after adding warning.
+
+2014-11-26         Arnold D. Robbins     <address@hidden>
+
        * gensub2.ok: Update after code changes.
 
 2014-11-16         Arnold D. Robbins     <address@hidden>
diff --git a/test/Gentests b/test/Gentests
index 460edba..5a7aaa0 100755
--- a/test/Gentests
+++ b/test/Gentests
@@ -123,7 +123,7 @@ END {
                        printf "WARNING: --lint-old target `%s' is missing.\n", 
x > "/dev/stderr"
        for (x in files)
                if (!(x in unused) && \
-                   !(gensub(/\.(awk|in)$/,"","",x) in targets))
+                   !(gensub(/\.(awk|in)$/,"",1,x) in targets))
                        printf "WARNING: unused file `%s'.\n", x > "/dev/stderr"
 }
 

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

Summary of changes:
 test/ChangeLog |    4 ++++
 test/Gentests  |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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