gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/wasted-byte, updated. gawk-4.1.0


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/wasted-byte, updated. gawk-4.1.0-1328-g559a339
Date: Thu, 16 Apr 2015 15:04:38 +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, feature/wasted-byte has been updated
       via  559a3395fcb32cdee8a6cdf482656c0b78628f8a (commit)
       via  aaa85643b352f867cfe7198f313b4481ad1f544d (commit)
       via  971bacc9db2ca88295108fb1e58f3d359ab2c842 (commit)
       via  09ca6ca91db4fd691c4107419c5a4d3f99ae569e (commit)
       via  f667d7da571b76a1a6776ccca1530c2d8dff3af1 (commit)
       via  d848f63eee0800fd1e10b046dffe4c0387bec776 (commit)
       via  f13dbca68d16b6598066a8d4bf401fd3e1f58bff (commit)
       via  2c30183a9c77b980b788ec1b52fe46ce34ed12c7 (commit)
       via  5d781d9d27f2ab30679853317df3f5e9ad94be80 (commit)
       via  7466599b374694c1640faee1b6a0a4760fbe718a (commit)
       via  3fc38ff001d5a4345def6ce960918612ed209518 (commit)
       via  54b3ab3109d5aa01595920e06ca25a815ad525a0 (commit)
       via  a830a63718f1e9a0a812e772bef6e891668afd17 (commit)
      from  613c6ddd082a0b241a59260927929cc65ae61f9b (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=559a3395fcb32cdee8a6cdf482656c0b78628f8a

commit 559a3395fcb32cdee8a6cdf482656c0b78628f8a
Merge: 613c6dd aaa8564
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Apr 16 18:04:29 2015 +0300

    Merge branch 'master' into feature/wasted-byte

diff --cc ChangeLog
index 2f38085,a6d7b6e..b313a6e
--- a/ChangeLog
+++ b/ChangeLog
@@@ -4,19 -25,13 +25,25 @@@
        add check that time_t is > 0 --- means we're assigning a negative value
        to an unsigned time_t. Thanks again to Glaudiston Gomes da Silva
        <address@hidden>.
+       
+       If localtime() or gmtime() return NULL, return a null string.
+       Thanks to Andrew Schorr.
+ 
+       Unrelated:
+       * builtin.c (call_sub): Fix for indirect gensub, 3 args now works.
  
 +      Unrelated:
 +
 +      * builtin.c (do_sub): Improve some variable names for readability
 +      and add / expand some comments.
 +
 +2015-04-14         Andrew J. Schorr      <address@hidden>
 +                 Arnold D. Robbins     <address@hidden>
 +
 +      * builtin.c (do_sub): Make computations smarter; initial len
 +      to malloc, test for final amount after all matches done and
 +      need to copy in the final part of the original string.
 +
  2015-04-13         Arnold D. Robbins     <address@hidden>
  
        * regcomp.c (analyze): Prevent malloc(0).

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

Summary of changes:
 ChangeLog                |   27 +++++
 Makefile.in              |   16 ++--
 NEWS                     |    5 +-
 aclocal.m4               |    1 -
 awklib/Makefile.in       |   16 ++--
 builtin.c                |   18 +++-
 configh.in               |    3 -
 configure                |   80 ++++++---------
 configure.ac             |   41 +++----
 doc/Makefile.in          |   16 ++--
 extension/ChangeLog      |    4 +
 extension/configure.ac   |    4 +-
 extras/Makefile.in       |   16 ++--
 io.c                     |    2 +-
 m4/ChangeLog             |    4 +
 m4/isc-posix.m4          |   24 -----
 main.c                   |    4 +-
 pc/ChangeLog             |    5 +
 pc/Makefile.tst          |   31 ++++--
 po/gawk.pot              |  259 ++++++++++++++++++++++++----------------------
 profile.c                |    8 +-
 regex_internal.h         |    4 +-
 test/ChangeLog           |    5 +
 test/Makefile.in         |   16 ++--
 test/indirectbuiltin.awk |    6 +
 test/indirectbuiltin.ok  |    1 +
 26 files changed, 325 insertions(+), 291 deletions(-)
 delete mode 100644 m4/isc-posix.m4


hooks/post-receive
-- 
gawk



reply via email to

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