gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, porting, updated. gawk-4.1.0-3714-g67ce1


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, porting, updated. gawk-4.1.0-3714-g67ce1ff
Date: Fri, 12 Apr 2019 05:46:57 -0400 (EDT)

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, porting has been updated
       via  67ce1fff9073bf776a53efde55a3dfca4c1876f2 (commit)
      from  9cf9ab7151a8f8a34bf1b6cb61b4547bde15ec61 (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=67ce1fff9073bf776a53efde55a3dfca4c1876f2

commit 67ce1fff9073bf776a53efde55a3dfca4c1876f2
Author: Arnold D. Robbins <address@hidden>
Date:   Fri Apr 12 12:46:33 2019 +0300

    Bring porting branch back into sync with master.

diff --git a/extension/ChangeLog b/extension/ChangeLog
index a647058..862c2b8 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,13 +1,4 @@
-2019-03-22         Arnold D. Robbins     <address@hidden>
-
-       * inplace.c (_XOPEN_SOURCE): Define to 700 only on Solaris.
-
-2019-03-17         Arnold D. Robbins     <address@hidden>
-
-       * inplace.c (_XOPEN_SOURCE): Define to 500 so will build
-       on Solaris.
-
-2019-03-17         Arnold D. Robbins     <address@hidden>
+2019-04-12         Arnold D. Robbins     <address@hidden>
 
        * ChangeLog.1: Rotated ChangeLog into this file.
        * ChangeLog: Created anew for gawk 5.0.0 and on.
diff --git a/extension/inplace.c b/extension/inplace.c
index b2d0b57..dea65f6 100644
--- a/extension/inplace.c
+++ b/extension/inplace.c
@@ -3,7 +3,7 @@
  */
 
 /*
- * Copyright (C) 2013-2015, 2017, 2018, 2019 the Free Software Foundation, Inc.
+ * Copyright (C) 2013-2015, 2017, 2018, the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
  * AWK Programming Language.
@@ -27,15 +27,9 @@
 #include <config.h>
 #endif
 
-#if defined(__sun)
-# undef _XOPEN_SOURCE
-# define _XOPEN_SOURCE 700
-#else
 #ifndef _XOPEN_SOURCE
 # define _XOPEN_SOURCE 1
 #endif
-#endif
-
 #ifndef _XOPEN_SOURCE_EXTENDED
 # define _XOPEN_SOURCE_EXTENDED 1
 #endif

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

Summary of changes:
 extension/ChangeLog | 11 +----------
 extension/inplace.c |  8 +-------
 2 files changed, 2 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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