[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-993
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-993-gddd82e1 |
Date: |
Mon, 21 Nov 2016 18:11:01 +0000 (UTC) |
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 ddd82e16cc63ff2d4bd6c135ea7f71cae7dfcfc4 (commit)
from 2489318970a3b82d8fe537dab91508d254e54bdc (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=ddd82e16cc63ff2d4bd6c135ea7f71cae7dfcfc4
commit ddd82e16cc63ff2d4bd6c135ea7f71cae7dfcfc4
Author: Arnold D. Robbins <address@hidden>
Date: Mon Nov 21 20:10:46 2016 +0200
Add valgrind.awk to EXTRA_DIST in test/Makefile.am.
diff --git a/test/ChangeLog b/test/ChangeLog
index 9006d33..3a5a661 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2016-11-21 Arnold D. Robbins <address@hidden>
+
+ * Makefile.am (EXTRA_DIST): Add valgrind.awk to the list.
+
2016-11-07 Arnold D. Robbins <address@hidden>
* valgrind.awk: New file. Based on original valgrind-scan code.
diff --git a/test/Makefile.am b/test/Makefile.am
index a9d247e..2209949 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1027,6 +1027,7 @@ EXTRA_DIST = \
uparrfs.awk \
uparrfs.in \
uparrfs.ok \
+ valgrind.awk \
watchpoint1.awk \
watchpoint1.in \
watchpoint1.ok \
diff --git a/test/Makefile.in b/test/Makefile.in
index af45cc3..30ddfbc 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1284,6 +1284,7 @@ EXTRA_DIST = \
uparrfs.awk \
uparrfs.in \
uparrfs.ok \
+ valgrind.awk \
watchpoint1.awk \
watchpoint1.in \
watchpoint1.ok \
-----------------------------------------------------------------------
Summary of changes:
test/ChangeLog | 4 ++++
test/Makefile.am | 1 +
test/Makefile.in | 1 +
3 files changed, 6 insertions(+)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-993-gddd82e1,
Arnold Robbins <=