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-4198-gdf8a4d


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-4198-gdf8a4d7
Date: Mon, 16 Nov 2020 04:12:55 -0500 (EST)

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  df8a4d7d13bd86d2d634cc75305716dc8c6b612e (commit)
       via  961a62acfb893969e2c19917f31bedcdfa717e5a (commit)
       via  eabd0e4c1a72da3d164d0c0a8c335d583c6f698d (commit)
       via  6d1274d1d0c9b2f0feb109876c7c250951035a3c (commit)
       via  3aadf44caf614edcdb7bb9ccc2a689db9a784a21 (commit)
       via  793fc4309e655d68ba2972fb0e7c4be4346424ea (commit)
       via  22ca86022481cbdfbdc3a2a1f0977735067b2447 (commit)
       via  658ce05d5381f1d428971586d03b75e5343c3df3 (commit)
       via  0c075409a9a17bbc774880fdf1110251493f5f57 (commit)
      from  0d42019f7066a89e5294d9a442503f8b7b6065eb (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=df8a4d7d13bd86d2d634cc75305716dc8c6b612e

commit df8a4d7d13bd86d2d634cc75305716dc8c6b612e
Merge: 0d42019 961a62a
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Mon Nov 16 11:12:41 2020 +0200

    Merge branch 'master' into feature/cpp-compile

diff --cc eval.c
index 51c3ecd,83d71dd..13bc586
--- a/eval.c
+++ b/eval.c
@@@ -24,9 -24,8 +24,10 @@@
   */
  
  #include "awk.h"
+ #include <math.h>
  
 +#include <math.h>
 +
  NODE **fcall_list = NULL;
  long fcall_count = 0;
  int currule = 0;

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

Summary of changes:
 ChangeLog                                   |   13 +
 NEWS                                        |    8 +
 awk.h                                       |    9 +
 awklib/eg/test-programs/gen-float-table.awk |   59 ++
 awklib/eg/test-programs/gen-float-table.c   |   60 ++
 awklib/eg/test-programs/gen-float-table.py  |   42 +
 builtin.c                                   |    4 +-
 doc/ChangeLog                               |   21 +
 doc/gawk.info                               | 1282 ++++++++++++++-------------
 doc/gawk.texi                               |  273 +++++-
 doc/gawktexi.in                             |  273 +++++-
 doc/wordlist                                |    2 +
 eval.c                                      |   93 +-
 interpret.h                                 |   12 +-
 mpfr.c                                      |   44 +
 node.c                                      |    5 +-
 16 files changed, 1519 insertions(+), 681 deletions(-)
 create mode 100644 awklib/eg/test-programs/gen-float-table.awk
 create mode 100644 awklib/eg/test-programs/gen-float-table.c
 create mode 100644 awklib/eg/test-programs/gen-float-table.py


hooks/post-receive
-- 
gawk



reply via email to

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