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-4580-gd87dd3


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-4580-gd87dd33
Date: Fri, 10 Sep 2021 07:05: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  d87dd332ae8c8e510ada41009d4c99cfe4840b19 (commit)
       via  b1ce5f1df79cea7e3d46183bffcac81c7ce287dd (commit)
       via  dab291a6bd1b7a202758747da70fa125ffeb75ed (commit)
      from  db0ee6ee560d4e12e38fc6569f3a704e64513f95 (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=d87dd332ae8c8e510ada41009d4c99cfe4840b19

commit d87dd332ae8c8e510ada41009d4c99cfe4840b19
Merge: db0ee6e b1ce5f1
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Fri Sep 10 14:05:00 2021 +0300

    Merge branch 'master' into feature/cpp-compile

diff --cc awkgram.c
index 6adae97,c47bb43..54b0cbe
--- a/awkgram.c
+++ b/awkgram.c
@@@ -230,9 -229,11 +231,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 236 "awkgram.c"
+ #line 237 "awkgram.c"
  
  # ifndef YY_CAST
  #  ifdef __cplusplus

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

Summary of changes:
 ChangeLog |   6 +
 NEWS      |   2 +-
 awkgram.c | 991 +++++++++++++++++++++++++++++++-------------------------------
 awkgram.y |   1 +
 command.c | 477 +++++++++++++++---------------
 command.y |   1 +
 6 files changed, 751 insertions(+), 727 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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