gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4402-gf4877a3f


From: Arnold Robbins
Subject: [SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4402-gf4877a3f
Date: Wed, 11 May 2022 12:42:25 -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, gawk-5.1-stable has been updated
       via  f4877a3fbb65abcfa665b5751739d84cf57eb779 (commit)
      from  dd919301ce0bf493ed48df8debf3a29543156a59 (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=f4877a3fbb65abcfa665b5751739d84cf57eb779

commit f4877a3fbb65abcfa665b5751739d84cf57eb779
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Wed May 11 19:42:07 2022 +0300

    Small typo fix.

diff --git a/ChangeLog b/ChangeLog
index 5bae2105..b840440a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-05-11         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * profile.c (pp_list): Typo fix in a comment.
+
 2022-04-28         Arnold D. Robbins     <arnold@skeeve.com>
 
        Disallow SYMTAB["x"]["y"]. Reported by Jason C. Kwan.
diff --git a/profile.c b/profile.c
index 66932db6..13e13e6f 100644
--- a/profile.c
+++ b/profile.c
@@ -1791,7 +1791,7 @@ pp_list(int nargs, const char *paren, const char *delim)
                        len += r->pp_len + delimlen;
                        if (r->pp_comment != NULL) {
                                comment = (INSTRUCTION *) r->pp_comment;
-                               len += comment->memory->stlen + indent_level + 
1;       // comment\n ident
+                               len += comment->memory->stlen + indent_level + 
1;       // comment\n indent
                        }
                }
                if (paren != NULL) {

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

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


hooks/post-receive
-- 
gawk



reply via email to

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