gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, feature/mdim-restart, updated. gawk-4.1.0-4725-g459cf


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/mdim-restart, updated. gawk-4.1.0-4725-g459cf2a5
Date: Thu, 21 Apr 2022 10:36:30 -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-restart has been updated
       via  459cf2a53e1945b53b3f0be1ab80a2e4d67cea88 (commit)
       via  27f1be8a62b69cad58761b126f51297dbc093b13 (commit)
       via  6cf92b53d37c1f9e3029cb1c8c0217100c7e36d8 (commit)
      from  300cf5f522c928476cfbd13cbb670222a8d97a70 (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=459cf2a53e1945b53b3f0be1ab80a2e4d67cea88

commit 459cf2a53e1945b53b3f0be1ab80a2e4d67cea88
Merge: 300cf5f5 27f1be8a
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Thu Apr 21 17:36:18 2022 +0300

    Merge branch 'master' into feature/mdim-restart

diff --cc ChangeLog
index de20c51c,9380f203..92de3e4a
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,8 -1,12 +1,17 @@@
+ 2022-04-21         Arnold D. Robbins     <arnold@skeeve.com>
+ 
+       Fix some profiling issues related to comments in switch / case
+       statements.
+ 
+       * awkgram.y (merge_comments): Remove newline between comments being
+       merged.
+       * profile.c (pprint): Improve code for Op_K_switch, Op_K_case.
+ 
 +2022-04-20         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * mpfr.c (mpg_force_number): Small whitespace fix.
 +      * node.c (r_force_number): Ditto.
 +
  2022-04-18         Arnold D. Robbins     <arnold@skeeve.com>
  
        * gawkbug.in: Small changes.
diff --cc pc/ChangeLog
index 37cfc770,c686a872..292a3861
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@@ -1,7 -1,7 +1,11 @@@
+ 2022-04-21         Arnold D. Robbins     <arnold@skeeve.com>
+ 
+       * Makefile.tst: Regenerated.
+ 
 +2022-03-28         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * Makefile.tst: Regenerated.
 +
  2022-03-27         Arnold D. Robbins     <arnold@skeeve.com>
  
        * Makefile.tst: Regenerated.
diff --cc test/ChangeLog
index 34e5a3bb,b51152a9..48b21a98
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@@ -1,7 -1,8 +1,12 @@@
+ 2022-04-21         Arnold D. Robbins     <arnold@skeeve.com>
+ 
+       * profile5.ok, profile10.ok, profile11.ok: Updated after code changes.
+       * profile17.awk, profile17.ok: New files.
+ 
 +2022-03-31         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * aadelete1.awk, aadelete1.ok: Changed to sync with code changes.
 +
  2022-03-30         Arnold D. Robbins     <arnold@skeeve.com>
  
        * delarprm2.awk, delarprm2.ok: Changes to make test more helpful.

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

Summary of changes:
 ChangeLog          |  9 +++++++++
 awkgram.c          |  2 +-
 awkgram.y          |  1 -
 pc/ChangeLog       |  4 ++++
 pc/Makefile.tst    |  8 +++++++-
 profile.c          | 10 +++++++---
 test/ChangeLog     |  5 +++++
 test/Makefile.am   |  5 ++++-
 test/Makefile.in   | 10 +++++++++-
 test/Maketests     |  5 +++++
 test/profile10.ok  |  3 +--
 test/profile11.ok  | 13 ++-----------
 test/profile17.awk | 18 ++++++++++++++++++
 test/profile17.ok  | 19 +++++++++++++++++++
 test/profile5.ok   | 18 ++++++------------
 15 files changed, 97 insertions(+), 33 deletions(-)
 create mode 100755 test/profile17.awk
 create mode 100644 test/profile17.ok


hooks/post-receive
-- 
gawk



reply via email to

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