gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-3558-g346225


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-3558-g3462251
Date: Thu, 6 Dec 2018 14:52:11 -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, master has been updated
       via  34622512479581e773239909c5ad8c3d8fd5d7b8 (commit)
       via  c856f5c96f88cc8a5aacf6ee90e92ed80bd8c3ba (commit)
      from  8f20ce9c6198e6c2f4705e4d53084fd48cd30a75 (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=34622512479581e773239909c5ad8c3d8fd5d7b8

commit 34622512479581e773239909c5ad8c3d8fd5d7b8
Merge: 8f20ce9 c856f5c
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Dec 6 21:52:01 2018 +0200

    Merge branch 'gawk-4.2-stable'

diff --cc ChangeLog
index 1506190,b20df74..8769502
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,43 -1,9 +1,49 @@@
+ 2018-12-06         Arnold D. Robbins     <address@hidden>
+ 
+       * configure.ac: Add -ggdb3 to CFLAGS if developing and remove
+       -O2 from Makefile, extension/Makefile, and support/Makefile.
+       * config.guess, config.sub: Updated from GNULIB.
+ 
 +2018-12-02         Arnold D. Robbins     <address@hidden>
 +
 +      * awkgram.y (mk_program): Add in leading and trailing comments
 +      when program block is empty.
 +
 +2018-11-29         Arnold D. Robbins     <address@hidden>
 +
 +      * awkgram.y (first_rule, func_first): Remove unused variables.
 +      (Grammar): Simplify rule for range pattern.
 +
 +2018-11-28         Arnold D. Robbins     <address@hidden>
 +
 +      * awkgram.y (debug_print_comment): New macro and function.
 +      (load_library): Rework to not try to open the file if pretty printing.
 +      (append_rule): Adjust handling of interblock_comment.
 +
 +2018-11-27         Arnold D. Robbins     <address@hidden>
 +
 +      * awkgram.y (Grammar): In rule for function, set interblock_comment.
 +      (mk_function): Hook interblock_comment onto fi->comment, merge it
 +      with the existing one first, if any. Append trailing_comment.
 +
 +2018-11-26         Arnold D. Robbins     <address@hidden>
 +
 +      * main.c (platform_name): Add os390. Treat Cygwin and Mac OS X
 +      as POSIX, per discussion with the dev team.
 +
 +      Unrelated:
 +
 +      * profile.c (print_comment): Indent for chained comment.
 +      * awkgram.y (load_library): Return early if just pretty printing.
 +      (yylex): Fix handling of ?: and allow_newline etc.
 +
 +2018-11-25         Arnold D. Robbins     <address@hidden>
 +
 +      * main.c (platform_name): New function returning platform name.
 +      (load_procinfo): Use `platform_name()' to add "platform" element.
 +      Thanks to Eli Zaretskii for the suggestion.
 +      * NEWS: Updated with info about PROCINFO["platform"].
 +
  2018-11-25         Arnold D. Robbins     <address@hidden>
  
        * config.sub: Updated from GNULIB.

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

Summary of changes:
 ChangeLog                        |  6 ++++++
 config.guess                     |  5 ++++-
 config.sub                       |  4 ++--
 configure                        | 10 +++++++++-
 configure.ac                     | 10 +++++++++-
 extension/build-aux/ChangeLog    |  4 ++++
 extension/build-aux/config.guess |  5 ++++-
 extension/build-aux/config.sub   |  4 ++--
 8 files changed, 40 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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