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-4525-g378369


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-4525-g3783695
Date: Fri, 23 Jul 2021 03:18:20 -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  378369583de597024742b195002476b21929081c (commit)
       via  b754bef14316ff2b341fac4339940a29d6955d6c (commit)
       via  93881c26428a4d07ee348c34b59f3b9586853535 (commit)
      from  e6e206b39edcc7931d26a32c12dca94e2c9255cb (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=378369583de597024742b195002476b21929081c

commit 378369583de597024742b195002476b21929081c
Merge: e6e206b b754bef
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Fri Jul 23 10:18:15 2021 +0300

    Merge branch 'master' into feature/cpp-compile

diff --cc profile.c
index a69dbc3,3dd7bde..6352f93
--- a/profile.c
+++ b/profile.c
@@@ -135,9 -135,9 +135,9 @@@ init_profiling_signals(
  /* indent --- print out enough tabs */
  
  static void
- indent(unsigned long long count)
+ indent(exec_count_t count)
  {
 -      int i;
 +      size_t i;
  
        if (do_profile) {
                if (count == 0)

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

Summary of changes:
 ChangeLog |  8 ++++++++
 awk.h     | 12 +++++++++++-
 debug.c   |  2 +-
 profile.c |  8 ++++----
 4 files changed, 24 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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