gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, feature/namespaces, updated. gawk-4.1.0-


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/namespaces, updated. gawk-4.1.0-3835-gb0a6a28
Date: Sun, 30 Dec 2018 14:16:44 -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/namespaces has been updated
       via  b0a6a28a699cdc862eaa6bcc64a87f685449ad7d (commit)
      from  380f0c3e823428846cb5bd998bf3a6c7567c1a2c (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=b0a6a28a699cdc862eaa6bcc64a87f685449ad7d

commit b0a6a28a699cdc862eaa6bcc64a87f685449ad7d
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Dec 30 21:16:25 2018 +0200

    Improve description of namespace list in profile.c.

diff --git a/ChangeLog b/ChangeLog
index 249829a..3d7e24e 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
        * awk.h (check_qualified_name): Remove declaration.
        * awkgram.y (check_qualified_special): Renamed from
        check_qualified_name and made static.
+       * profile.c (pprint): Improve comment on namespace list.
 
 2018-12-21         Arnold D. Robbins     <address@hidden>
 
diff --git a/profile.c b/profile.c
index 2b8bc9c..948c481 100644
--- a/profile.c
+++ b/profile.c
@@ -248,6 +248,9 @@ pprint(INSTRUCTION *startp, INSTRUCTION *endp, int flags)
                         *      the first and last source line numbers.
                         * The fourth holds the namespace name if there is one.
                         *      (there should be one if we're in this file)
+                        * This can actually be a list in reverse order if
+                        * there were several @namespace directives one
+                        * after the other.
                         */
                        source = pc->source_file;
                        rule = pc->in_rule;

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

Summary of changes:
 ChangeLog | 1 +
 profile.c | 3 +++
 2 files changed, 4 insertions(+)


hooks/post-receive
-- 
gawk



reply via email to

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