gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, feature/bool, updated. gawk-4.1.0-4319-gf2b51c0


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/bool, updated. gawk-4.1.0-4319-gf2b51c0
Date: Wed, 5 May 2021 13:43:01 -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/bool has been updated
       via  f2b51c0e01ba4298278c503b763d35660f79cc2a (commit)
       via  e52b77bca8dc2a783dd647aa30b3d8486b15f74c (commit)
       via  c8f32f11101300166107c31a76488f71b85f0121 (commit)
      from  6d5ca1dac2acd1d4f18c291e35582e5d94e936cb (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=f2b51c0e01ba4298278c503b763d35660f79cc2a

commit f2b51c0e01ba4298278c503b763d35660f79cc2a
Merge: 6d5ca1d e52b77b
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Wed May 5 20:42:50 2021 +0300

    Merge branch 'master' into feature/bool

diff --cc ChangeLog
index 5f76ba5,688f8be..4152bdd
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,35 -1,10 +1,42 @@@
+ 2021-05-05         Arnold D. Robbins     <arnold@skeeve.com>
+ 
+       Move to Automake 1.16.3.
+ 
+       * configure.ac (AM_INIT_AUTOMAKE): Add subdir-objects option.
+       * NEWS: Updated.
+ 
 +2021-05-03         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * eval.c (flags2str): Move BOOL entry into the right place in the
 +      list.
 +      * NEWS: Update with info on mkbool.
 +
 +2021-05-02         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * awk.h (do_bool): Renamed do_mkbool.
 +      * awkgram.y (tokentab): Rename bool to mkbool.
 +      * builtin.c (do_bool): Renamed do_mkbool.
 +
 +2021-04-30         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * awk.h (boolval): Remove check for BOOL flag. It was incorrect.
 +      Thanks to Andrew Schorr for the catch.
 +      For Node_val, update the comment to describe the BOOL flag, and
 +      move BOOL up to be alongside the flags for Node_val.
 +
 +2021-04-28         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      Make bools plain numbers that have bool flag instead of
 +      being weird string values.
 +
 +      * array.c (do_sort_up_value_type): Remove special ordering
 +      for booleans.
 +      * awk.h (warn_bool): Remove declaration.
 +      * builtin.c (warn_bool): Remove function and all calls.
 +      * gawkapi.c (node_to_awk_value): Update switches to look for
 +      NUMBER|BOOL.
 +      * node.c (make_bool_node): Revise string values and flag bits.
 +
  2021-04-16         Arnold D. Robbins     <arnold@skeeve.com>
  
        * main (arg_assign): For -v '@/...' make sure that there are

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

Summary of changes:
 ChangeLog           |   7 ++++
 Makefile.in         |  23 ++++++-----
 NEWS                |   2 +-
 aclocal.m4          |  13 ++-----
 awklib/Makefile.in  |  12 +++---
 configure           |   7 +---
 configure.ac        |   2 +-
 doc/Makefile.in     |   2 +-
 extras/Makefile.in  |   2 +-
 support/Makefile.in | 107 ++++++++++++++++++++--------------------------------
 test/Makefile.in    |   2 +-
 11 files changed, 78 insertions(+), 101 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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