gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, feature/mdim-start-again, updated. gawk-4.1.0-4765-ge


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/mdim-start-again, updated. gawk-4.1.0-4765-ge9e57774
Date: Tue, 5 Jul 2022 04:26:33 -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/mdim-start-again has been updated
       via  e9e577747cfbe1d20db47a2ab58d57d27564f75f (commit)
       via  37989990f95388b07ca727d9cda9c0a540d27f9a (commit)
       via  12b052d0b466b3cbac905bead7c635c5d9a96c9c (commit)
       via  baf8b9659765f8e8da75a084059a0724555a767a (commit)
      from  4585a0b3090e686493f6f74df9224a5dd36a15e8 (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=e9e577747cfbe1d20db47a2ab58d57d27564f75f

commit e9e577747cfbe1d20db47a2ab58d57d27564f75f
Merge: 4585a0b3 37989990
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Tue Jul 5 11:26:20 2022 +0300

    Merge branch 'master' into feature/mdim-start-again

diff --cc ChangeLog
index e144cfd4,94f43869..8334c344
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,13 -1,9 +1,18 @@@
  2022-07-03         Arnold D. Robbins     <arnold@skeeve.com>
  
 +      * awk.h (TOP_SCALAR): Put converted value back on the stack
 +      for any subsequent use.
 +
 +2022-06-30         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * awk.h (POP_SCALAR): Convert Node_elem_new into a scalar.
 +      (TOP_SCALAR): Ditto.
 +
++      Unrelated:
+       * README: Updated. Remove mention of OS/2.
+       * awk.h, awgram.y. gawkmisc.c, io.c, main.c, nonposix.h:
+       Remove all code for __EMX__.
+ 
  2022-06-20         Arnold D. Robbins     <arnold@skeeve.com>
  
        * NEWS: MPFR is now "on parole" instead of deprecated.
diff --cc NEWS
index 3e8f5673,93f683a3..6adcd6ac
--- a/NEWS
+++ b/NEWS
@@@ -49,9 -49,9 +49,12 @@@ allowing gawk to preserve the contents 
  between runs. THIS IS AN EXPERIMENTAL FEATURE!  For more information,
  see the manual.
  
- 10. Some subtle issues with untyped array elements being passed to
+ 10. Support for OS/2 has been removed. It was not being actively
+ maintained.
+ 
++11. Some subtle issues with untyped array elements being passed to
 +functions have been fixed.
 +
  Changes from 5.1.1 to 5.1.2
  ---------------------------
  
diff --cc pc/ChangeLog
index dd2862db,65100263..bee57052
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@@ -1,11 -1,8 +1,16 @@@
+ 2022-07-03         Arnold D. Robbins     <arnold@skeeve.com>
+ 
+       * Makefile, config.h, config.sed, gawkmisc.pc:
+       Remove stuff related to __EMX__.
+ 
 +2022-06-30         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * Makefile.tst: Regenerated.
 +
 +2022-06-02         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * Makefile.tst: Regenerated.
 +
  2022-05-24         Adam Van Scyoc        <avanscy@g.clemson.edu>
  
        * Makefile.tst: Regenerated.

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

Summary of changes:
 ChangeLog             |   5 +
 NEWS                  |   5 +-
 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(+), 925 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]