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-5075-g873d08


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-5075-g873d086d
Date: Sun, 7 Aug 2022 14:13:45 -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  873d086d98990058053f284f7b384cbb2a289106 (commit)
       via  e97f77ec5e8786df682cdbc268886c70cc3e1669 (commit)
       via  d1825426d4f6e640b34d03d64a6ef29c39f240a6 (commit)
       via  a570e13ea2430fd77e7cc75bdc452849e7ccbf4f (commit)
       via  1ade0cbdfcdae637e7a3a3134eee6ac13fcb4942 (commit)
       via  21f429706d20b771d97aa3da34d11e4fb655c115 (commit)
      from  2ad6955b876702c0d72ea4dca15c6348e9438b39 (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=873d086d98990058053f284f7b384cbb2a289106

commit 873d086d98990058053f284f7b384cbb2a289106
Merge: 2ad6955b e97f77ec
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Sun Aug 7 21:13:35 2022 +0300

    Merge branch 'master' into feature/cpp-compile

diff --cc eval.c
index 87287c1e,59d9dcf8..b32d70a0
--- a/eval.c
+++ b/eval.c
@@@ -26,9 -26,8 +26,10 @@@
  
  #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                          |  22 ++
 README_d/ChangeLog                 |   4 +
 README_d/README.VMS                |  29 ++-
 custom.h                           |   8 +
 doc/ChangeLog                      |   6 +
 doc/gawk.info                      | 494 ++++++++++++++++++-------------------
 doc/gawk.texi                      |   6 +-
 doc/gawktexi.in                    |   6 +-
 eval.c                             |   1 +
 main.c                             |  49 +++-
 pc/ChangeLog                       |   6 +
 pc/GenMakefileTst.awk              |   2 +-
 pc/Makefile.tst                    |   4 +-
 vms/ChangeLog                      |   7 +
 vms/config_h.com                   |   6 +
 vms/descrip.mms                    |   2 +-
 vms/generate_config_vms_h_gawk.com |   6 +-
 vms/vmstest.com                    |   6 +-
 18 files changed, 381 insertions(+), 283 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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