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-3453-g450251f
Date: Sun, 23 Sep 2018 02:59:34 -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/fix-comments has been updated
       via  450251f1adca89a83c7f472b8318baba67a543d4 (commit)
       via  49136c983c3d4ab53f144f2989dee60a67745300 (commit)
       via  26b1a15e75cc1d134e8b52b0df9a5d1365e66d8f (commit)
       via  cfd4fdf483194e09c57da590ada1e3533a19e615 (commit)
      from  006feb1f312f45e81004be5cb61540c25a8e0bbb (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=450251f1adca89a83c7f472b8318baba67a543d4

commit 450251f1adca89a83c7f472b8318baba67a543d4
Merge: 006feb1 49136c9
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Sep 23 09:59:27 2018 +0300

    Merge branch 'master' into feature/fix-comments

diff --cc ChangeLog
index c0885e8,129bb22..4b04edd
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,22 -1,10 +1,27 @@@
+ 2018-09-23         Steven Packard        <address@hidden>
+ 
+       * awk.h: Add `#if !defined(__SUNPRO_C)' around check for non-ANSI
+       compilers.  Needed for some Solaris systems.
+ 
  2018-09-21         Arnold D. Robbins     <address@hidden>
  
 +      * awk.h (INSTRUCTION): Add comment field to carry
 +      comment around during parsing.
 +      * awkgram.y (merge_comments): New function.
 +      (split_comment, check_comment, comment, prior_comment,
 +      comment_to_save, program_comment, function_comment,
 +      block_comment): Removed.
 +      (grammar): Remove old code and start passing the comment
 +      up via yylval and the newlines in the grammar.
 +
 +2018-09-21         Arnold D. Robbins     <address@hidden>
 +
 +      * awkgram.y: Undo change of 2016-11-28 to make switch
 +      head a separate production, in preparation for revamping
 +      comment handling.
 +
 +2018-09-21         Arnold D. Robbins     <address@hidden>
 +
        * re.c (make_regexp): Handle backslash at end of
        input string. Thanks to Anatoly Trosinenko
        <address@hidden> for the report.

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

Summary of changes:
 ChangeLog       | 5 +++++
 awk.h           | 2 ++
 doc/ChangeLog   | 5 +++++
 doc/gawk.info   | 2 +-
 doc/gawk.texi   | 2 +-
 doc/gawktexi.in | 2 +-
 6 files changed, 15 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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