gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-4969-g0fd147


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-4969-g0fd14781
Date: Tue, 5 Jul 2022 04:22:48 -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, feature/cpp-compile has been updated
       via  0fd14781d5efa3a79d76b0e3b5ba5738f6f1786c (commit)
       via  37989990f95388b07ca727d9cda9c0a540d27f9a (commit)
       via  12b052d0b466b3cbac905bead7c635c5d9a96c9c (commit)
       via  baf8b9659765f8e8da75a084059a0724555a767a (commit)
      from  5393595f4014a44df6a5e4815e6da585fa9e6d2d (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=0fd14781d5efa3a79d76b0e3b5ba5738f6f1786c

commit 0fd14781d5efa3a79d76b0e3b5ba5738f6f1786c
Merge: 5393595f 37989990
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Tue Jul 5 11:22:36 2022 +0300

    Merge branch 'master' into feature/cpp-compile

diff --cc io.c
index 6ac89079,8fac000a..9ee1758c
--- a/io.c
+++ b/io.c
@@@ -3413,11 -3380,11 +3383,11 @@@ iop_alloc(int fd, const char *name, in
        iop->errcode = errno_val;
  
        if (fd != INVALID_HANDLE)
 -              fstat(fd, & iop->public.sbuf);
 +              fstat(fd, & iop->public_.sbuf);
- #if defined(__EMX__) || defined(__MINGW32__)
+ #if defined(__MINGW32__)
        else if (errno_val == EISDIR) {
 -              iop->public.sbuf.st_mode = (_S_IFDIR | _S_IRWXU);
 -              iop->public.fd = FAKE_FD_VALUE;
 +              iop->public_.sbuf.st_mode = (_S_IFDIR | _S_IRWXU);
 +              iop->public_.fd = FAKE_FD_VALUE;
        }
  #endif
  

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

Summary of changes:
 ChangeLog             |   6 +
 NEWS                  |   3 +
 README                |  15 +-
 README_d/ChangeLog    |   7 +
 README_d/README.gcc-3 |  11 -
 README_d/README.mpfr  |  14 +
 README_d/README.os2   |  57 ----
 README_d/README.pc    |  10 +-
 awk.h                 |   4 +-
 awkgram.y             |  11 -
 doc/ChangeLog         |   9 +
 doc/gawk.info         | 863 +++++++++++++++++++++++++-------------------------
 doc/gawk.texi         |  43 ++-
 doc/gawktexi.in       |  43 ++-
 gawkmisc.c            |   2 +-
 io.c                  |  56 +---
 main.c                |   2 -
 missing_d/ChangeLog   |   4 +
 missing_d/snprintf.c  |   4 +-
 nonposix.h            |  18 +-
 pc/ChangeLog          |   5 +
 pc/Makefile           |  46 +--
 pc/config.h           |   8 -
 pc/config.sed         |   8 -
 pc/gawkmisc.pc        | 263 +--------------
 25 files changed, 588 insertions(+), 924 deletions(-)
 delete mode 100644 README_d/README.gcc-3
 delete mode 100644 README_d/README.os2


hooks/post-receive
-- 
gawk



reply via email to

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