[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-2591-gbbd26f5 |
Date: |
Wed, 12 Apr 2017 16:32:12 -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 bbd26f5f61b1dae2d1638a45088105be616cf2fd (commit)
via 9fff07da8c25183f53934c0155d1fa49bc97198e (commit)
via 92f4d54776e4183a81209a9ce3a28f052f9249e4 (commit)
from 8850b2870ae9665b302dd4d3035449a2a371ff27 (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=bbd26f5f61b1dae2d1638a45088105be616cf2fd
commit bbd26f5f61b1dae2d1638a45088105be616cf2fd
Merge: 8850b28 9fff07d
Author: Arnold D. Robbins <address@hidden>
Date: Wed Apr 12 23:32:03 2017 +0300
Merge branch 'master' into feature/api-mpfr
diff --cc ChangeLog
index 0409161,6e053f7..e1072ef
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,8 -1,8 +1,11 @@@
2017-04-12 Arnold D. Robbins <address@hidden>
+ * mpfr.c (mpg_format_val): Set STRCUR flag when we're done.
+ Fixes a memory leak. Thanks to valgrind for the report.
+
+ * gawkapi.c (awk_value_to_node): Initialize ext_ret_val to NULL
+ to avoid compiler warnings.
+
2017-04-12 Manuel Collado <address@hidden>
Fix the FPAT bug reported by Ed Morton in the gawk-bug mailing list.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
field.c | 13 ++++++++++---
mpfr.c | 1 +
3 files changed, 17 insertions(+), 3 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, feature/api-mpfr, updated. gawk-4.1.0-2591-gbbd26f5,
Arnold Robbins <=