gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/api-mpfr, updated. gawk-4.1.0-25


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/api-mpfr, updated. gawk-4.1.0-2598-g4afe3d8
Date: Sun, 16 Apr 2017 04:07:49 -0400 (EDT)

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/api-mpfr has been updated
       via  4afe3d81ba9bdf9443fbdaa43bef47fc20b1eb4b (commit)
       via  67f4d070335e12622af1363b71c68489c64f5bc7 (commit)
      from  e176d2c3808ae99e805c402ffaccf1fc937e318d (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=4afe3d81ba9bdf9443fbdaa43bef47fc20b1eb4b

commit 4afe3d81ba9bdf9443fbdaa43bef47fc20b1eb4b
Merge: e176d2c 67f4d07
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Apr 16 11:07:41 2017 +0300

    Merge branch 'master' into feature/api-mpfr

diff --cc ChangeLog
index 12e9ab0,77db900..e1affea
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,8 -1,10 +1,15 @@@
+ 2017-04-16         Arnold D. Robbins     <address@hidden>
+ 
+       * builtin.c (do_intdiv): Use DEREF on the arguments.
+       Thanks to Andrew Schorr for finding the problem.
+       * mpfr.c (do_mpfr_intdiv): Return -1 if numerator or denominator
+       are not valid numbers.  Unref various bits first.
+ 
 +2017-04-13         Arnold D. Robbins     <address@hidden>
 +
 +      * awk.h (make_number_node): Simplify.
 +      * mpfr.c (mpg_node): Change parameter name to `flags'.
 +
  2017-04-12         Arnold D. Robbins     <address@hidden>
  
        * mpfr.c (mpg_format_val): Set STRCUR flag when we're done.

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

Summary of changes:
 ChangeLog       |   7 +
 builtin.c       |   3 +
 doc/ChangeLog   |   4 +
 doc/gawk.info   | 707 ++++++++++++++++++++++++++++----------------------------
 doc/gawk.texi   |  10 +-
 doc/gawktexi.in |  10 +-
 mpfr.c          |   9 +-
 7 files changed, 390 insertions(+), 360 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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