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-6075-g4b1a2e


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-6075-g4b1a2eea
Date: Mon, 12 Aug 2024 10:50:23 -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  4b1a2eea5084805acdd20c732c88bc6a48dc1eea (commit)
       via  d2c38ebe5bf71dd98965f46b99056e50bf40b49e (commit)
       via  28bcbc7d84cc5e4b4d7adfc15c36f73549c65515 (commit)
       via  28fa4da6c815acc45870d390d33c6e373c2d8668 (commit)
       via  236c878905784dccf28e1ff43070c3731f9195d3 (commit)
      from  c9c65dd1cdb0b6cc1869b5fd8f8204aba194cc48 (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=4b1a2eea5084805acdd20c732c88bc6a48dc1eea

commit 4b1a2eea5084805acdd20c732c88bc6a48dc1eea
Merge: c9c65dd1 d2c38ebe
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Mon Aug 12 17:50:14 2024 +0300

    Merge branch 'master' into feature/cpp-compile

diff --cc awkgram.c
index d072873d,3e5f8441..c0055466
--- a/awkgram.c
+++ b/awkgram.c
@@@ -235,9 -234,11 +236,9 @@@ static inline INSTRUCTION *list_append(
  static inline INSTRUCTION *list_prepend(INSTRUCTION *l, INSTRUCTION *x);
  static inline INSTRUCTION *list_merge(INSTRUCTION *l1, INSTRUCTION *l2);
  
 -extern double fmod(double x, double y);
 -
  #define YYSTYPE INSTRUCTION *
  
- #line 241 "awkgram.c"
+ #line 242 "awkgram.c"
  
  # ifndef YY_CAST
  #  ifdef __cplusplus

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

Summary of changes:
 ChangeLog        |    5 +
 awkgram.c        |  872 ++++++++++++++++++------------------
 awkgram.y        |   22 +-
 doc/ChangeLog    |   11 +
 doc/gawk.info    | 1286 ++++++++++++++++++++++++++++--------------------------
 doc/gawk.texi    |   91 +++-
 pc/ChangeLog     |    4 +
 pc/Makefile.tst  |    9 +-
 test/ChangeLog   |    5 +
 test/Makefile.am |    6 +-
 test/Makefile.in |   11 +-
 test/Maketests   |    5 +
 test/nsprof3.awk |   12 +
 test/nsprof3.ok  |   36 ++
 14 files changed, 1299 insertions(+), 1076 deletions(-)
 create mode 100644 test/nsprof3.awk
 create mode 100644 test/nsprof3.ok


hooks/post-receive
-- 
gawk



reply via email to

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