gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/shadow-builtins, updated. gawk-4


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/shadow-builtins, updated. gawk-4.1.0-1303-g56073f0
Date: Thu, 16 Apr 2015 15:04:15 +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/shadow-builtins has been updated
       via  56073f0c0343be08ea16b1ea6b34715eacc89a05 (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)
      from  456fd40ebbb78fe31b28bbe0907282c685bce170 (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=56073f0c0343be08ea16b1ea6b34715eacc89a05

commit 56073f0c0343be08ea16b1ea6b34715eacc89a05
Merge: 456fd40 aaa8564
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Apr 16 18:04:04 2015 +0300

    Merge branch 'master' into feature/shadow-builtins

diff --cc ChangeLog
index 956832d,a6d7b6e..a069fee
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,20 -1,24 +1,41 @@@
  2015-04-16         Arnold D. Robbins     <address@hidden>
  
 +      Let parameter names shadow the names of gawk additional built-ins.
 +      Make it actually work.
 +
 +      * awkgram.y (want_param_names): Now an enum, there are three states.
 +      (grammar): Set states properly.
 +      (yylex): Improve checking logic.
 +
++2015-04-16         Arnold D. Robbins     <address@hidden>
++
+       * configure.ac: Updated by autoupdate.
+       * configure, aclocal.m4: Regenerated.
+       * io.c, main.c, profile.c: Removed use of RETSIGTYPE.
+ 
+ 2015-04-16         Arnold D. Robbins     <address@hidden>
+ 
+       * builtin.c (do_strftime): Use a double for the timestamp and
+       check that the value is within range for a time_t.
+ 
+       Unrelated:
+ 
+       * regex_internal.h (test_malloc, test_realloc): Use %lu in printf
+       format for error messages. Thanks to Michal Jaegermann for
+       pointing this out.
+ 
+       Unrelated:
+ 
+       * NEWS: Updated.
+ 
 +2015-04-15         Arnold D. Robbins     <address@hidden>
 +
 +      Let parameter names shadow the names of gawk additional built-ins.
 +
 +      * awkgram.y (want_param_names): New variable.
 +      (yylex): Check it before returning a built-in token.
 +      (grammar): Set and clear it in the right places.
 +
  2015-04-14         Arnold D. Robbins     <address@hidden>
  
        * builtin.c (do_strftime): Restore checking for negative result and

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

Summary of changes:
 ChangeLog              |   21 ++++
 Makefile.in            |   16 ++--
 NEWS                   |    5 +-
 aclocal.m4             |    1 -
 awklib/Makefile.in     |   16 ++--
 builtin.c              |   11 ++-
 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/Makefile.in       |   16 ++--
 23 files changed, 302 insertions(+), 289 deletions(-)
 delete mode 100644 m4/isc-posix.m4


hooks/post-receive
-- 
gawk



reply via email to

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