gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, wasted-byte, updated. gawk-4.1.0-1027-gd


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, wasted-byte, updated. gawk-4.1.0-1027-gdaf063f
Date: Fri, 26 Dec 2014 07:45:26 +0000

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, wasted-byte has been updated
       via  daf063f72bb0b889149dea00794e8e889fdefa55 (commit)
       via  f19d6c877ef2e467965b6fec2561be8b8ca5db94 (commit)
       via  4160a0e1fe1aaf4919162010a33550bc22af9454 (commit)
       via  399ec4931adce151b7633f2b66b04d021d3ae78c (commit)
       via  45bba30a98164938c25b6ed3a574e5f8a175bbd7 (commit)
       via  5db85f61829f0b56001884c59c690200eb07742e (commit)
       via  734e898a91dc494506004c8c6a8057a363171bf1 (commit)
       via  969ee3cbf2255a508eca008c0b25d8a1f09bdeb3 (commit)
       via  0585c4e6f3d68846d56fe766675099b539e2cba9 (commit)
       via  5f4811bd1b91dd3b50a30a227e455738f5dcfe36 (commit)
       via  608116b9826d199c2df99d79fe6c0b39c4febb8b (commit)
       via  ba81a835d78656b966a81e3426af82ee903f97de (commit)
       via  06e47b84ed3eb2ec562ee9910d192853f351a0bc (commit)
      from  06cd783a8994b704c066aa59e11a6e76292d806e (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=daf063f72bb0b889149dea00794e8e889fdefa55

commit daf063f72bb0b889149dea00794e8e889fdefa55
Merge: 06cd783 f19d6c8
Author: Arnold D. Robbins <address@hidden>
Date:   Fri Dec 26 09:44:05 2014 +0200

    Merge branch 'master' into wasted-byte

diff --cc ChangeLog
index f37a8c2,b78fc06..dd84e1e
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,30 -1,8 +1,35 @@@
+ 2014-12-24         Arnold D. Robbins     <address@hidden>
+ 
+       * profile.c (pprint): Be sure to set ip2 in all paths
+       through the code. Thanks to GCC 4.9 for the warning.
+ 
 +2014-12-18         Arnold D. Robbins     <address@hidden>
 +
 +      * builtin.c (do_sub): Do not waste a byte at the end of a string.
 +
 +2014-12-14         Arnold D. Robbins     <address@hidden>
 +
 +      * awkgram.y (yyerror): Do not waste a byte at the end of a string.
 +      * builtin.c (do_match): Ditto.
 +      * command.y (append_statement): Ditto.
 +      * debug.c (gprintf, serialize): Ditto.
 +      * field.c (set_FIELDWIDTHS): Ditto.
 +      * io.c.c (grow_iop_buffer): Ditto.
 +      * profile.c (pp_string, pp_group3): Ditto.
 +
 +2014-12-14         Andrew J. Schorr     <address@hidden>
 +
 +      * array.c (concat_exp): Do not waste a byte at the end of a string.
 +      * awkgram.y (common_exp): Ditto.
 +      * builtin.c (do_substr): Ditto.
 +      * eval.c (set_OFS): Ditto.
 +      * field.c (rebuild_record): Ditto.
 +      * gawkapi.h (r_make_string): Ditto.
 +      * interpret.h (r_interpret): Ditto for Op_assign_concat.
 +      * node.c (r_format_val, r_dupnode, make_str_node, str2wstr, wstr2str):
 +      Ditto.
 +      * re.c (make_regexp): Ditto.
 +
  2014-12-12        Stephen Davies         <address@hidden>
  
        Improve comment handling in pretty printing.

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

Summary of changes:
 ChangeLog         |    5 +
 doc/ChangeLog     |   12 +
 doc/gawk.info     | 1181 +++++++++++++++++++++++++++--------------------------
 doc/gawk.texi     |  107 +++---
 doc/gawktexi.in   |  107 +++---
 doc/texinfo.tex   |  123 ++++--
 po/it.po          | 1146 ++++++++++++++++++++++++++-------------------------
 profile.c         |    1 +
 test/ChangeLog    |   11 +
 test/Makefile.am  |    7 +-
 test/Makefile.in  |   12 +-
 test/Maketests    |    5 +
 test/badbuild.awk |    6 +
 test/badbuild.in  |    1 +
 test/badbuild.ok  |    3 +
 15 files changed, 1427 insertions(+), 1300 deletions(-)
 create mode 100644 test/badbuild.awk
 create mode 100644 test/badbuild.in
 create mode 100644 test/badbuild.ok


hooks/post-receive
-- 
gawk



reply via email to

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