[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, constants, updated. gawk-4.1.0-1123-gc42
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, constants, updated. gawk-4.1.0-1123-gc42f98f |
Date: |
Wed, 18 Feb 2015 06:26:31 +0000 |
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, constants has been updated
via c42f98f0db0df21f14d70743b0a6abbf83ce7bab (commit)
from 45e6261d0a1eee4efd433c19ca2f79801db00a6d (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=c42f98f0db0df21f14d70743b0a6abbf83ce7bab
commit c42f98f0db0df21f14d70743b0a6abbf83ce7bab
Author: Arnold D. Robbins <address@hidden>
Date: Wed Feb 18 08:26:07 2015 +0200
Make := work with profiling too.
diff --git a/ChangeLog b/ChangeLog
index de8b3db..e865f0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-02-18 Arnold D. Robbins <address@hidden>
+
+ * profile.c (pprint): Add case for Op_assign_const.
+
2015-02-17 Arnold D. Robbins <address@hidden>
Disallow := to special variables.
diff --git a/profile.c b/profile.c
index 2cb9e15..b8c37ea 100644
--- a/profile.c
+++ b/profile.c
@@ -444,6 +444,7 @@ cleanup:
break;
case Op_assign:
+ case Op_assign_const:
case Op_assign_plus:
case Op_assign_minus:
case Op_assign_times:
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
profile.c | 1 +
2 files changed, 5 insertions(+), 0 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, constants, updated. gawk-4.1.0-1123-gc42f98f,
Arnold Robbins <=