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-5081-g1eda8c


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-5081-g1eda8cf3
Date: Mon, 8 Aug 2022 09:59:07 -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/cpp-compile has been updated
       via  1eda8cf373874b57a37869621e90a0720d44993b (commit)
       via  d2af5c05a2ae0cd80841f58266fc036e6d9afec0 (commit)
      from  dd507a47d5e8fedc5d5b6b3aa7b653ffd2921185 (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=1eda8cf373874b57a37869621e90a0720d44993b

commit 1eda8cf373874b57a37869621e90a0720d44993b
Merge: dd507a47 d2af5c05
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Mon Aug 8 16:58:59 2022 +0300

    Merge branch 'master' into feature/cpp-compile

diff --cc eval.c
index 47843797,1069570b..08d7a50a
--- a/eval.c
+++ b/eval.c
@@@ -26,10 -26,7 +26,9 @@@
  
  #include "awk.h"
  #include <math.h>
- #include "floatmagic.h"
  
 +#include <math.h>
 +
  NODE **fcall_list = NULL;
  long fcall_count = 0;
  int currule = 0;

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

Summary of changes:
 ChangeLog    |  8 ++++++++
 awk.h        |  2 ++
 builtin.c    |  1 -
 configure    | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |  1 +
 eval.c       |  1 -
 node.c       |  1 -
 7 files changed, 70 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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