gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/stringfix, updated. gawk-4.1.0-2


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/stringfix, updated. gawk-4.1.0-2456-g7bbeac0
Date: Wed, 22 Feb 2017 22:56:28 -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, feature/stringfix has been updated
       via  7bbeac0ea5f8ecf4925dc982dbebfcc4ba0c5b11 (commit)
       via  7704e90c4f3aa4b3ce093bd9d67dee2b70f5acbc (commit)
       via  d564505f72518910bfb835a53b697d64613b6240 (commit)
      from  f91f8ee802f852135c237aafe6e17c02e4439aa5 (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=7bbeac0ea5f8ecf4925dc982dbebfcc4ba0c5b11

commit 7bbeac0ea5f8ecf4925dc982dbebfcc4ba0c5b11
Merge: f91f8ee 7704e90
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Feb 23 05:56:22 2017 +0200

    Merge branch 'master' into feature/stringfix

diff --cc builtin.c
index 4d81668,2acd992..7c1c475
--- a/builtin.c
+++ b/builtin.c
@@@ -1904,10 -1904,9 +1904,10 @@@ do_strftime(int nargs
        char buf[BUFSIZ];
        const char *format;
        int formatlen;
-       int do_gmt;
+       bool do_gmt;
        NODE *val = NULL;
        NODE *sub = NULL;
 +      char save;
        static const time_t time_t_min = TYPE_MINIMUM(time_t);
        static const time_t time_t_max = TYPE_MAXIMUM(time_t);
  

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

Summary of changes:
 ChangeLog        |  18 ++
 NEWS             |   4 +
 awk.h            |   2 +-
 awkgram.c        |   2 +-
 awkgram.y        |   2 +-
 builtin.c        |  42 +++-
 doc/ChangeLog    |   6 +
 doc/awkcard.in   |   5 +-
 doc/gawk.1       |   8 +-
 doc/gawk.info    | 676 ++++++++++++++++++++++++++++---------------------------
 doc/gawk.texi    |   6 +-
 doc/gawktexi.in  |   6 +-
 eval.c           |   2 +-
 io.c             |   4 +-
 test/ChangeLog   |   5 +
 test/Makefile.am |   5 +-
 test/Makefile.in |  10 +-
 test/Maketests   |   5 +
 test/mktime.awk  |   3 +
 test/mktime.in   |   1 +
 test/mktime.ok   |   1 +
 21 files changed, 458 insertions(+), 355 deletions(-)
 create mode 100644 test/mktime.awk
 create mode 100644 test/mktime.in
 create mode 100644 test/mktime.ok


hooks/post-receive
-- 
gawk



reply via email to

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