gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, memory-work, updated. gawk-4.1.0-1024-gd


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, memory-work, updated. gawk-4.1.0-1024-gd429dec
Date: Fri, 26 Dec 2014 07:46:35 +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, memory-work has been updated
       via  d429decf261dba1fe7ba769f9c13f0af24118f77 (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  9b2a703e51fd9ad8ee6cf7c65d3723b84b05e11b (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=d429decf261dba1fe7ba769f9c13f0af24118f77

commit d429decf261dba1fe7ba769f9c13f0af24118f77
Merge: 9b2a703 f19d6c8
Author: Arnold D. Robbins <address@hidden>
Date:   Fri Dec 26 09:46:25 2014 +0200

    Merge branch 'master' into memory-work

diff --cc ChangeLog
index 8e1e439,b78fc06..482b02d
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,22 -1,8 +1,27 @@@
+ 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-13         Andrew J. Schorr     <address@hidden>
 +
 +      * awk.h (bucket_item): Remove 'struct exp_node *name'. The string index
 +      will be held directly in the bucket instead of via a pointer to a
 +      NODE.  This saves memory when the NODE is not referenced elsewhere,
 +      but costs memory if the NODE is still required due to other references.
 +      (ahname): Remove define, since hs.name is gone.
 +      (ahname_str, ahname_len): Update comments.
 +      * str_array.c (str_lookup): Instead of holding a pointer to the
 +      subscript NODE, make a copy of the string and call DEREF to release
 +      the NODE.
 +      (str_clear, str_remove): Free the allocated string subscript memory
 +      instead of decreasing the reference count on the node.
 +      (str_copy): Instead of calling dupnode, use estrdup to copy the
 +      subscript string.
 +      (str_list): Must call make_string to create a new string node instead
 +      of calling dupnode.
 +      (str_dump): Must create a string NODE to pass to assoc_info.
 +
  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]