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-4328-g47f5b43


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/bool, updated. gawk-4.1.0-4328-g47f5b43
Date: Wed, 5 May 2021 14:38:50 -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  47f5b43b056dd48a68ca73cce9cfefa287bac005 (commit)
       via  7897b02bd49f32e50963c5f05260975a0f56ae42 (commit)
       via  9ffb21becc550f861941e0224d3778be5ccc0701 (commit)
       via  c52470a8e933d419e4d9e4a4ebbe594654030f2f (commit)
       via  c6fdaa4f556d2e52f0674cab66f1819f51445fe9 (commit)
       via  c1bc01dcbaf8a1d3b0efe41f2351eb17de569ccf (commit)
      from  706d8274e5144abe1046b231d12c270590c4a374 (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=47f5b43b056dd48a68ca73cce9cfefa287bac005

commit 47f5b43b056dd48a68ca73cce9cfefa287bac005
Merge: 706d827 7897b02
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Wed May 5 21:38:42 2021 +0300

    Merge branch 'master' into feature/bool

diff --cc ChangeLog
index 4152bdd,0cec3ee..fe4b1a1
--- a/ChangeLog
+++ b/ChangeLog
@@@ -5,38 -5,10 +5,42 @@@
        * configure.ac (AM_INIT_AUTOMAKE): Add subdir-objects option.
        * NEWS: Updated.
  
+       Get `make distcheck' working again:
+ 
+       * Makefile.am (EXTRA_DIST): Remove files that are now in build-aux.
+ 
 +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
diff --cc extension/ChangeLog
index 986a835,9b1060e..7614fd1
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@@ -1,8 -1,10 +1,15 @@@
+ 2021-05-05         Arnold D. Robbins     <arnold@skeeve.com>
+ 
+       Get `make distcheck' working again:
+ 
+       * Makefile.am (EXTRA_DIST): Remove files that are now in build-aux.
+       * aclocal.m4: Regenerated.
+ 
 +2021-03-30         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * rwarray.c (write_value): Add support for writing boolean values.
 +      (read_value): Ditto.
 +
  2021-03-29         Arnold D. Robbins     <arnold@skeeve.com>
  
        * testext.c (var_test): Fix a comment. Update copyright year.
diff --cc pc/ChangeLog
index 51b367d,37821c6..65db8ac
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@@ -1,7 -1,8 +1,12 @@@
+ 2021-05-05         Arnold D. Robbins     <arnold@skeeve.com>
+ 
+       * Makefile.tst: Rebuilt.
+       * config.h: Rebuilt.
+ 
 +2021-03-30         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * Makefile.tst: Rebuilt.
 +
  2021-02-13         Arnold D. Robbins     <arnold@skeeve.com>
  
        * Makefile.tst: Rebuilt.
diff --cc test/ChangeLog
index 7198c0f,d3e866a..902a8f9
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@@ -1,13 -1,9 +1,19 @@@
+ 2021-05-05         Arnold D. Robbins     <arnold@skeeve.com>
+ 
+       * Makefile.am (iolint): Fix for out-of-tree builds.
+       (testext): Ditto
+       * iolint.ok: Updated.
+ 
 +2021-05-02         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * asortbool.awk, functab5.ok, id.ok, rwarrray.awk,
 +      symtab11.ok: Revise after code changes.
 +
 +2021-04-28         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * asortbool.ok: Revise after code changes.
 +      * rwarray.awk: Ditto.
 +
  2021-04-14         Arnold D. Robbins     <arnold@skeeve.com>
  
        * noeffect.awk: Add more test cases. Thanks to Wolfgang Laun

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

Summary of changes:
 ChangeLog             |    4 +
 Makefile.am           |    8 +-
 Makefile.in           |    8 +-
 configure             |   20 +-
 configure.ac          |    4 +-
 extension/ChangeLog   |    7 +
 extension/Makefile.am |    3 +-
 extension/Makefile.in |   14 +-
 extension/aclocal.m4  |   13 +-
 extension/configure   |    7 +-
 pc/ChangeLog          |    5 +
 pc/Makefile.tst       |    6 +-
 pc/config.h           |   15 +-
 po/bg.gmo             |  Bin 0 -> 101077 bytes
 po/bg.po              | 1989 ++++++++++++++++++++++++++++++-------------------
 po/ca.gmo             |  Bin 61041 -> 51415 bytes
 po/ca.po              | 1423 ++++++++++++++++++++---------------
 po/da.gmo             |  Bin 37424 -> 36240 bytes
 po/da.po              | 1292 +++++++++++++++++---------------
 po/de.gmo             |  Bin 90234 -> 78995 bytes
 po/de.po              | 1463 +++++++++++++++++++++---------------
 po/es.gmo             |  Bin 67438 -> 64327 bytes
 po/es.po              | 1955 ++++++++++++++++++++++++++++++------------------
 po/fi.gmo             |  Bin 66376 -> 56885 bytes
 po/fi.po              | 1429 ++++++++++++++++++++---------------
 po/fr.gmo             |  Bin 90796 -> 79698 bytes
 po/fr.po              | 1463 +++++++++++++++++++++---------------
 po/gawk.pot           | 1237 +++++++++++++++---------------
 po/id.gmo             |  Bin 55664 -> 47269 bytes
 po/id.po              | 1413 ++++++++++++++++++++---------------
 po/it.gmo             |  Bin 86434 -> 75523 bytes
 po/it.po              | 1467 +++++++++++++++++++++---------------
 po/ja.gmo             |  Bin 37706 -> 36609 bytes
 po/ja.po              | 1272 ++++++++++++++++---------------
 po/ko.gmo             |  Bin 79960 -> 81601 bytes
 po/ko.po              | 1720 +++++++++++++++++++++++++-----------------
 po/ms.po              | 1235 +++++++++++++++---------------
 po/nl.gmo             |  Bin 80374 -> 70033 bytes
 po/nl.po              | 1456 +++++++++++++++++++++---------------
 po/pl.gmo             |  Bin 46988 -> 45570 bytes
 po/pl.po              | 1300 +++++++++++++++++---------------
 po/pt.gmo             |  Bin 85549 -> 74675 bytes
 po/pt.po              | 1463 +++++++++++++++++++++---------------
 po/pt_BR.gmo          |  Bin 86915 -> 76040 bytes
 po/pt_BR.po           | 1468 +++++++++++++++++++++---------------
 po/sr.gmo             |  Bin 109773 -> 95403 bytes
 po/sr.po              | 1777 ++++++++++++++++++++++++++-----------------
 po/sv.gmo             |  Bin 86507 -> 75766 bytes
 po/sv.po              | 1757 ++++++++++++++++++++++++++-----------------
 po/vi.gmo             |  Bin 75557 -> 64458 bytes
 po/vi.po              | 1445 ++++++++++++++++++++---------------
 po/zh_CN.gmo          |  Bin 69145 -> 68590 bytes
 po/zh_CN.po           | 1536 ++++++++++++++++++++++----------------
 support/ChangeLog     |    5 +
 support/Makefile.am   |   11 +-
 support/Makefile.in   |   11 +-
 test/ChangeLog        |    6 +
 test/Makefile.am      |    6 +-
 test/Makefile.in      |    6 +-
 test/iolint.ok        |   22 +-
 60 files changed, 18495 insertions(+), 13246 deletions(-)
 create mode 100644 po/bg.gmo


hooks/post-receive
-- 
gawk



reply via email to

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