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-2873-g62495d


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2873-g62495df
Date: Fri, 1 Dec 2017 07:01:10 -0500 (EST)

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  62495dfc7853ccf2a35569000223941a5fe552ba (commit)
       via  7d1b03492eef615e2fbb1f78ce0cf751a364a1dd (commit)
       via  fb44529bfa05b9c05cc2edd49566db1b3a37ca54 (commit)
      from  a42eaf5184b2d5e0628bb6afac61745bde138ee4 (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=62495dfc7853ccf2a35569000223941a5fe552ba

commit 62495dfc7853ccf2a35569000223941a5fe552ba
Author: Arnold D. Robbins <address@hidden>
Date:   Fri Dec 1 14:00:50 2017 +0200

    Remove includes of gawkbool.h from support files. Ooops.

diff --git a/support/ChangeLog b/support/ChangeLog
index a4520ec..85d1b7b 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -3,6 +3,8 @@
        * intprops.h: Sync with GNULIB.
        * regcomp.c (init_word): Move general_case label inside ifdef.
        * regex.h: Don't define __USE_GNU. Brings closer to GLIBC regex.
+       * regex.c: Don't include gawkbool.h, we don't use it anymore.
+       * dfa.h: Ditto.
 
 2017-11-26         Arnold D. Robbins     <address@hidden>
 
diff --git a/support/dfa.h b/support/dfa.h
index 7d11f05..79ada1e 100644
--- a/support/dfa.h
+++ b/support/dfa.h
@@ -19,11 +19,7 @@
 /* Written June, 1988 by Mike Haertel */
 
 #include <regex.h>
-#ifdef HAVE_STDBOOL_H
 #include <stdbool.h>
-#else
-#include "missing_d/gawkbool.h"
-#endif /* HAVE_STDBOOL_H */
 #include <stddef.h>
 
 #if 3 <= __GNUC__
diff --git a/support/regex.c b/support/regex.c
index d3a4485..dc8caf6 100644
--- a/support/regex.c
+++ b/support/regex.c
@@ -69,9 +69,6 @@
 #include "regex_internal.h"
 
 #include "regex_internal.c"
-#ifndef HAVE_STDBOOL_H
-#include "missing_d/gawkbool.h"
-#endif
 #include "regcomp.c"
 #include "regexec.c"
 

http://git.sv.gnu.org/cgit/gawk.git/commit/?id=7d1b03492eef615e2fbb1f78ce0cf751a364a1dd

commit 7d1b03492eef615e2fbb1f78ce0cf751a364a1dd
Merge: a42eaf5 fb44529
Author: Arnold D. Robbins <address@hidden>
Date:   Fri Dec 1 13:57:25 2017 +0200

    Merge branch 'gawk-4.2-stable'


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

Summary of changes:
 support/ChangeLog  | 8 ++++++++
 support/dfa.h      | 4 ----
 support/intprops.h | 8 ++++----
 support/regcomp.c  | 2 +-
 support/regex.c    | 3 ---
 support/regex.h    | 4 ----
 6 files changed, 13 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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