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-1324-g043cc39
Date: Sun, 26 Apr 2015 19:39:33 +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  043cc39d1352ab67d5b5de3b2991bd422e6c44b3 (commit)
       via  1770ada8bd6e72dfd3138d72cd6049edca79a4f5 (commit)
       via  6ee29a02f9c71a3e97c1cc1a8cc7c476c2e96187 (commit)
       via  b02d653bfe4017fcc84455e171cf7366fe7da09c (commit)
       via  2762b8ff355e33ede7bcd71efbaf076b54a4e43b (commit)
       via  b902be41919a9b13c915cda67446c58f16f39b41 (commit)
       via  114f39dd4a1b6da85feb34eb1452811a5e3f6728 (commit)
       via  8dfb80aa04885ae1cbdda07fb24026066b440cdf (commit)
       via  16f0b3187f01bda5401b7e6f56ebb6d6fe15d147 (commit)
       via  bdc8a5dcf17bae4d1207de725ecf84dfaa637b5a (commit)
       via  e22971c8b31a8ed40b4bb770ba030db20ae75442 (commit)
       via  d99eb462c411ffad5bc205832fb41b285002cc73 (commit)
       via  2d8d658f8950d37eefbbd4c862f3c0f49c6d645d (commit)
       via  9092b6e28fe005160bc53ac1efaab9689a279b5e (commit)
       via  7742a56e52526f3afec33716f71b0b4d6c1f04b7 (commit)
       via  295031e0561c5967d82b219db316109582023143 (commit)
       via  572f92d57d0d86f513127228653883d8b4b8b2c5 (commit)
       via  8e68ee6137fa05f712b9402b4687f76f6aef85cd (commit)
       via  2e7a100d802bd835f61b03544343267d2cfc5f4f (commit)
       via  58dc708e3faa4aa46f81578a9a0ace4f0f7cad69 (commit)
       via  e934ad609d3639152324a4211857d87f228cf938 (commit)
      from  56073f0c0343be08ea16b1ea6b34715eacc89a05 (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=043cc39d1352ab67d5b5de3b2991bd422e6c44b3

commit 043cc39d1352ab67d5b5de3b2991bd422e6c44b3
Merge: 56073f0 1770ada
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Apr 26 22:39:23 2015 +0300

    Merge branch 'master' into feature/shadow-builtins

diff --cc ChangeLog
index a069fee,6c85bde..0ac71c8
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,14 -1,20 +1,29 @@@
+ 2015-04-26         Arnold D. Robbins     <address@hidden>
+ 
+       * dfa.c: Sync with grep.
+ 
+ 2015-04-16         Arnold D. Robbins     <address@hidden>
+ 
+       * builtin.c (do_strftime): For bad time_t values, return "".
+ 
+ 2015-04-16         Andrew J. Schorr     <address@hidden>
+ 
+       * node.c (r_force_number): If strtod sets errno, then force the
+       numeric value in node->numbr to zero. For subnormal values, strtod
+       sets errno but does not return zero, and we don't want to retain
+       those subnormal values.
+ 
  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.

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

Summary of changes:
 ChangeLog         |   15 +
 builtin.c         |   16 +-
 dfa.c             |    5 +-
 node.c            |   15 +-
 pc/ChangeLog      |   23 ++
 pc/Makefile.ext   |    2 +-
 pc/Makefile.tst   |   31 +-
 pc/testoutcmp.awk |   35 ++-
 po/de.po          | 1002 +++++++++++++++++++++--------------------------------
 po/fi.po          |  912 ++++++++++++++++++++----------------------------
 po/fr.po          |  261 +++++++-------
 po/nl.po          |  261 +++++++-------
 po/sv.po          |  263 +++++++-------
 po/vi.po          |  265 ++++++++-------
 14 files changed, 1422 insertions(+), 1684 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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