aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5418b28b..4e7c4cd6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2016-08-01 Andrew J. Schorr <aschorr@telemetry-investments.com>
+
+ * mpfr.c (default_prec): Add new static variable to show current PREC
+ setting in effect.
+ (init_mpfr, set_PREC): Save mpfr_set_default_prec argument in
+ default_prec.
+ (do_mpfr_func): If the argument's precision exceeds the default
+ precision, boost the result's precision to match it. This fixes a
+ bug where we used to copy the argument's precision, regardless of
+ whether it was higher or lower than the PREC setting.
+
2016-07-24 Norihiro Tanaka <noritnk@kcn.ne.jp>
* re.c (research): Now that the dfa matcher correctly runs even