gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1636-gd76d65


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1636-gd76d65e
Date: Thu, 28 Jan 2016 05:47:06 +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  d76d65ed295dc3d8e64e248e7537d30932c327d7 (commit)
      from  cd64f695ec51f4f9e67cc0380d30b429e1be298b (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=d76d65ed295dc3d8e64e248e7537d30932c327d7

commit d76d65ed295dc3d8e64e248e7537d30932c327d7
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Jan 28 07:46:40 2016 +0200

    Make building a working tarball work again.

diff --git a/ChangeLog b/ChangeLog
index 884a75d..9c0dedd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-01-28         Arnold D. Robbins     <address@hidden>
+
+       * Makefile.am (SUBDIRS): Include extras. Otherwise dist does
+       doesn't work.
+
 2016-01-27         Arnold D. Robbins     <address@hidden>
 
        * configure.ac (GAWK_AC_AIX_TWEAK): Remove call.
diff --git a/Makefile.am b/Makefile.am
index 460f911..5170310 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -75,7 +75,7 @@ if ENABLE_EXTENSIONS
 SUBDIRS += extension
 endif
 
-SUBDIRS += doc awklib po test
+SUBDIRS += extras doc awklib po test
 
 # what to make and install
 bin_PROGRAMS = gawk
diff --git a/Makefile.in b/Makefile.in
index d5bd302..8e674a5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -262,7 +262,7 @@ am__define_uniq_tagged_files = \
 ETAGS = etags
 CTAGS = ctags
 CSCOPE = cscope
-DIST_SUBDIRS = . extension doc awklib po test
+DIST_SUBDIRS = . extension extras doc awklib po test
 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/configh.in ABOUT-NLS \
        AUTHORS COPYING ChangeLog INSTALL NEWS README TODO awkgram.c \
        command.c compile config.guess config.rpath config.sub depcomp \
@@ -487,7 +487,7 @@ EXTRA_DIST = \
 #
 # Build in awklib after in doc, since we want to extract
 # sample files if doc/gawk.texi changed.
-SUBDIRS = . $(am__append_1) doc awklib po test
+SUBDIRS = . $(am__append_1) extras doc awklib po test
 include_HEADERS = gawkapi.h
 
 # sources for both gawk and dgawk
diff --git a/pc/ChangeLog b/pc/ChangeLog
index fb44a48..30c3de7 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+2016-01-28         Arnold D. Robbins     <address@hidden>
+
+       * config.h: Updated to current.
+
 2015-05-29         Arnold D. Robbins     <address@hidden>
 
        * Makefile.tst (negtime): Sync with mainline.
diff --git a/pc/config.h b/pc/config.h
index fad8641..ca19f70 100644
--- a/pc/config.h
+++ b/pc/config.h
@@ -31,11 +31,11 @@
 #define HAVE_BTOWC 1
 #endif
 
-/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
+/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
    CoreFoundation framework. */
 #undef HAVE_CFLOCALECOPYCURRENT
 
-/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
+/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
    the CoreFoundation framework. */
 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
 
@@ -131,7 +131,7 @@
 #define HAVE_LOCALE_H 1
 #endif
 
-/* Define to 1 if the system has the type `long long int'. */
+/* Define to 1 if the system has the type 'long long int'. */
 #undef HAVE_LONG_LONG_INT
 
 /* Define to 1 if you have the `mbrlen' function. */
@@ -203,6 +203,9 @@
 /* Define to 1 if you have the `setsid' function. */
 #undef HAVE_SETSID
 
+/* Define to 1 if you have the `sigprocmask' function. */
+#undef HAVE_SIGPROCMASK
+
 /* Define to 1 if you have the `snprintf' function. */
 #ifdef __MINGW32__
 #define HAVE_SNPRINTF 1
@@ -285,6 +288,12 @@
 #define HAVE_STRTOUL 1
 #endif
 
+/* Define to 1 if `gr_passwd' is a member of `struct group'. */
+#undef HAVE_STRUCT_GROUP_GR_PASSWD
+
+/* Define to 1 if `pw_passwd' is a member of `struct passwd'. */
+#undef HAVE_STRUCT_PASSWD_PW_PASSWD
+
 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
 
@@ -302,6 +311,9 @@
 #define HAVE_SYS_PARAM_H 1
 #endif
 
+/* Define to 1 if you have the <sys/select.h> header file. */
+#undef HAVE_SYS_SELECT_H
+
 /* Define to 1 if you have the <sys/socket.h> header file. */
 #undef HAVE_SYS_SOCKET_H
 
@@ -369,6 +381,9 @@
 #define HAVE_USLEEP 1
 #endif
 
+/* Define to 1 if you have the `waitpid' function. */
+#undef HAVE_WAITPID
+
 /* Define to 1 if you have the <wchar.h> header file. */
 #ifdef __MINGW32__
 #define HAVE_WCHAR_H 1
@@ -407,12 +422,12 @@
 /* Define to 1 if the system has the type `_Bool'. */
 #undef HAVE__BOOL
 
+/* Define to 1 if you have the `__etoa_l' function. */
+#undef HAVE___ETOA_L
+
 /* enable severe portability problems */
 #undef I_DONT_KNOW_WHAT_IM_DOING
 
-/* libc is broken for regex handling */
-#undef LIBC_IS_BORKED
-
 /* disable lint checks */
 #undef NO_LINT
 
@@ -440,13 +455,6 @@
 /* Define to 1 if *printf supports %F format */
 #undef PRINTF_HAS_F_FORMAT
 
-/* Define as the return type of signal handlers (`int' or `void'). */
-#define RETSIGTYPE void
-
-#if defined(__DJGPP__) || defined(__MINGW32__)
-#include <limits.h>
-#endif
-
 /* The size of `unsigned int', as computed by sizeof. */
 #if UINT_MAX == 65536
 #define SIZEOF_UNSIGNED_INT 2
@@ -471,6 +479,9 @@
 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
 #undef TM_IN_SYS_TIME
 
+/* Define to 1 if the character set is EBCDIC */
+#undef USE_EBCDIC
+
 /* force use of our version of strftime */
 #undef USE_INCLUDED_STRFTIME
 
diff --git a/test/ChangeLog b/test/ChangeLog
index b05c289..e7bddcd 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2016-01-28         Arnold D. Robbins     <address@hidden>
+
+       * Makefile.am (EXTRA_DIST): Add profile9.awk and profile9.ok.
+
 2016-01-14         Arnold D. Robbins     <address@hidden>
 
        * Makefile.am (aryprm9): New test.
diff --git a/test/Makefile.am b/test/Makefile.am
index 02748c1..2147d34 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -776,6 +776,8 @@ EXTRA_DIST = \
        profile7.ok \
        profile8.awk \
        profile8.ok \
+       profile9.awk \
+       profile9.ok \
        prt1eval.awk \
        prt1eval.ok \
        prtoeval.awk \
diff --git a/test/Makefile.in b/test/Makefile.in
index f76b4d5..927be04 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1033,6 +1033,8 @@ EXTRA_DIST = \
        profile7.ok \
        profile8.awk \
        profile8.ok \
+       profile9.awk \
+       profile9.ok \
        prt1eval.awk \
        prt1eval.ok \
        prtoeval.awk \

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

Summary of changes:
 ChangeLog        |    5 +++++
 Makefile.am      |    2 +-
 Makefile.in      |    4 ++--
 pc/ChangeLog     |    4 ++++
 pc/config.h      |   37 ++++++++++++++++++++++++-------------
 test/ChangeLog   |    4 ++++
 test/Makefile.am |    2 ++
 test/Makefile.in |    2 ++
 8 files changed, 44 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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