gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, select, updated. gawk-4.1.0-59-gc5d29ad


From: Andrew J. Schorr
Subject: [gawk-diffs] [SCM] gawk branch, select, updated. gawk-4.1.0-59-gc5d29ad
Date: Tue, 02 Jul 2013 16:50:59 +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, select has been updated
       via  c5d29ade6407adcec3eeef9e61a1474501acc0d3 (commit)
      from  1f647aac9fa3e412c63a966535de8ee4fec855f2 (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=c5d29ade6407adcec3eeef9e61a1474501acc0d3

commit c5d29ade6407adcec3eeef9e61a1474501acc0d3
Author: Andrew J. Schorr <address@hidden>
Date:   Tue Jul 2 12:50:33 2013 -0400

    Add new extension header files to EXTRA_DIST so they will be in the tarball.

diff --git a/extension/ChangeLog b/extension/ChangeLog
index d1ef7b4..006ea8e 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,5 +1,9 @@
 2013-07-02         Andrew J. Schorr     <address@hidden>
 
+       * Makefile.am (EXTRA_DIST): Add errlist.h and siglist.h.
+
+2013-07-02         Andrew J. Schorr     <address@hidden>
+
        * select.c (set_non_blocking): New helper function to call fcntl.
        (do_set_non_blocking): Add support for the case where there's a single
        integer fd argument.
diff --git a/extension/Makefile.am b/extension/Makefile.am
index 1d54522..ac1b7a2 100644
--- a/extension/Makefile.am
+++ b/extension/Makefile.am
@@ -116,8 +116,10 @@ install-data-hook:
 EXTRA_DIST = build-aux/config.rpath  \
        ChangeLog \
        ChangeLog.0 \
+       errlist.h \
        fts.3 \
-       README.fts
+       README.fts \
+       siglist.h
 
 dist_man_MANS = \
        filefuncs.3am fnmatch.3am fork.3am ordchr.3am \
diff --git a/extension/Makefile.in b/extension/Makefile.in
index 5c45b49..5def003 100644
--- a/extension/Makefile.in
+++ b/extension/Makefile.in
@@ -566,8 +566,10 @@ testext_la_LIBADD = $(MY_LIBS)
 EXTRA_DIST = build-aux/config.rpath  \
        ChangeLog \
        ChangeLog.0 \
+       errlist.h \
        fts.3 \
-       README.fts
+       README.fts \
+       siglist.h
 
 dist_man_MANS = \
        filefuncs.3am fnmatch.3am fork.3am ordchr.3am \

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

Summary of changes:
 extension/ChangeLog   |    4 ++++
 extension/Makefile.am |    4 +++-
 extension/Makefile.in |    4 +++-
 3 files changed, 10 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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