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-2434-g5db38f


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2434-g5db38f7
Date: Mon, 20 Feb 2017 15:02:13 -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  5db38f775d9ba239e125d81dff2010a2ddacb48e (commit)
      from  4ce031ad3c3d157a425f721688a09a7dde018619 (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=5db38f775d9ba239e125d81dff2010a2ddacb48e

commit 5db38f775d9ba239e125d81dff2010a2ddacb48e
Author: Arnold D. Robbins <address@hidden>
Date:   Mon Feb 20 22:01:46 2017 +0200

    Update posix/gawkmisc.c - remove cygwin code.

diff --git a/posix/ChangeLog b/posix/ChangeLog
index cd1a2f6..ec37e1f 100644
--- a/posix/ChangeLog
+++ b/posix/ChangeLog
@@ -1,3 +1,8 @@
+2017-02-20         Corinna Vinschen      <address@hidden>
+
+       * gawkmisc.c (cygwin_premain0, cygwin_premain2): Remove.
+       No longer needed.
+
 2016-10-23         Arnold D. Robbins     <address@hidden>
 
        * General: Remove trailing whitespace from all relevant files.
diff --git a/posix/gawkmisc.c b/posix/gawkmisc.c
index 4095082..ecf5aff 100644
--- a/posix/gawkmisc.c
+++ b/posix/gawkmisc.c
@@ -289,22 +289,3 @@ void
 init_sockets(void)
 {
 }
-
-#ifdef __CYGWIN__
-void
-cygwin_premain0(int argc, char **argv, struct per_process *myself)
-{
-       static struct __cygwin_perfile pf[] = {
-               { "", O_RDONLY | O_TEXT },
-               /*{ "", O_WRONLY | O_BINARY },*/
-               { NULL, 0 }
-       };
-       cygwin_internal(CW_PERFILE, pf);
-}
-
-void
-cygwin_premain2(int argc, char **argv, struct per_process *myself)
-{
-       setmode(fileno (stdin), O_TEXT);
-}
-#endif

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

Summary of changes:
 posix/ChangeLog  |  5 +++++
 posix/gawkmisc.c | 19 -------------------
 2 files changed, 5 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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