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-4256-g6f8a98


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-4256-g6f8a988
Date: Fri, 8 Jan 2021 04:13:34 -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/cpp-compile has been updated
       via  6f8a988342dc875060258b9fe7e35801cd1c8c22 (commit)
       via  117fe375fd1ab8aa02c7000f148142659ee14308 (commit)
       via  d562eb482f3180dcd59a332edc91027ea3844d90 (commit)
      from  b7c8d09fb9bc165e153bca5e1262c0ab3e497249 (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=6f8a988342dc875060258b9fe7e35801cd1c8c22

commit 6f8a988342dc875060258b9fe7e35801cd1c8c22
Merge: b7c8d09 117fe37
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Fri Jan 8 11:13:26 2021 +0200

    Merge branch 'master' into feature/cpp-compile

diff --cc main.c
index d0de9b9,3fd091e..3e50e85
--- a/main.c
+++ b/main.c
@@@ -146,7 -145,7 +146,7 @@@ static void parse_args(int argc, char *
  static void set_locale_stuff(void);
  static bool stopped_early = false;
  
- int do_flags = 0;
 -enum do_flag_values do_flags = DO_FLAG_NONE;
++int do_flags = DO_FLAG_NONE;
  bool do_itrace = false;                       /* provide simple instruction 
trace */
  bool do_optimize = true;              /* apply default optimizations */
  static int do_nostalgia = false;      /* provide a blast from the past */

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

Summary of changes:
 ChangeLog         | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 awk.h             |  1 +
 awkgram.c         |  2 +-
 awkgram.y         |  2 +-
 builtin.c         |  1 -
 floatcomp.c       |  1 -
 main.c            |  2 +-
 mpfr.c            |  2 +-
 node.c            |  1 -
 pc/ChangeLog      |  8 ++++++++
 posix/ChangeLog   |  8 ++++++++
 support/ChangeLog |  4 ++++
 vms/ChangeLog     |  8 ++++++++
 13 files changed, 89 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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