gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/fix-comments, updated. gawk-4.1.


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/fix-comments, updated. gawk-4.1.0-3521-g4363e64
Date: Sun, 11 Nov 2018 15:00:40 -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/fix-comments has been updated
       via  4363e64969996a284a84e72185db5a6a36b13e2a (commit)
       via  8c351e7d286afac36481628ec02c542a1e4228c9 (commit)
       via  8e231f506a4c950e276b0400c78f2b78f5c65749 (commit)
      from  ac700ecf05bd7f2f877be20311c39c0aefc4887a (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=4363e64969996a284a84e72185db5a6a36b13e2a

commit 4363e64969996a284a84e72185db5a6a36b13e2a
Merge: ac700ec 8c351e7
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Nov 11 22:00:31 2018 +0200

    Merge branch 'master' into feature/fix-comments

diff --cc ChangeLog
index d2ce3bd,8b2bcb9..8ae3bb8
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,44 -1,6 +1,47 @@@
  2018-11-11         Arnold D. Robbins     <address@hidden>
  
+       * main.c (usage): Improve output for -Z in the help.
++2018-11-11         Arnold D. Robbins     <address@hidden>
++
 +      * awkgram.y (outer_comment): New variable.
 +      (Grammar): More changes. We now get the simple case of leading
 +      and trailing comments, but not all the cases.
 +
 +2018-11-11         Arnold D. Robbins     <address@hidden>
 +
 +      * awkgram.y (trailing_comment): New variable.
 +      (Grammar): For `action', append both trailing comments. This may
 +      change. For `statements', append the value of `trailing_comment'
 +      if set. At `statement := l_brace statements rbrace' save
 +      trailing_comment from r_brace.
 +      (make_braced_statements): Don't append the comment from r_brace
 +      to the statement list.
 +
 +2018-10-30         Arnold D. Robbins     <address@hidden>
 +
 +      * awk.h (NODE): New field: sub.nodep.x.cmnt, holds comment for
 +      expressions being pretty-printed.
 +      * awkgram.y (Grammar): For expression lists, save any comment
 +      that came after a comma in the list.
 +      * profile.c (pp_push): Accept a fourth argument which is any
 +      comment associated with the expression. Either it's there or
 +      it's NULL. Save it in the pp_comment field of the node being pushed.
 +      (tabs, tabs_len, check_indent_level): Made into static globals.
 +      (pprint): Adjust all calls to pp_push(). Fix parenthesization
 +      for casts in string lengthes when indenting.
 +      (pp_list): If a popped item has a comment, include it and the
 +      following indentation in the formatted result.
 +
 +2018-10-28         Arnold D. Robbins     <address@hidden>
 +
 +      * awkgram.y (include_source): Add second parameter to return
 +      SRCFILE pointer.
 +      (Grammar): For @include, save the comment for later dumping
 +      along with the list of include files.
 +      (make_include_comment): Removed. No longer used.
 +      * profile.c: Update copyright year.
 +      (print_include_list): New function.
 +      (dump_prog): Call it.
  
  2018-10-24         Arnold D. Robbins     <address@hidden>
  

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

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


hooks/post-receive
-- 
gawk



reply via email to

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