summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-08-18 17:17:02 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-08-18 17:17:02 +0000
commite03244849545c85a87acd0d5276fd2e7c49d431a (patch)
tree9daeea153847a419ea26b50db411d39c4df1c063 /ChangeLog
parent873d671041bc235d1ccfcd04c21c2d854f8edf58 (diff)
downloadmpfr-e03244849545c85a87acd0d5276fd2e7c49d431a.tar.gz
Update.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3728 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog97
1 files changed, 97 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0445e625f..a456ed88c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,102 @@
+2005-08-18 Vincent Lefevre <Vincent.Lefevre@loria.fr>
+
+ * mpfr.texi: Misc changes (spelling, typography...).
+
+ * agm.c, extract.c, fits_u.h, free_cache.c, generic.c, get_si.c, init2.c, mpfr-test.h, next.c, print_raw.c, set_f.c, tests/cmp_str.c, tests/tagm.c, tests/tcmp_ui.c, tests/tcosh.c, tests/tdim.c, tests/terf.c, tests/tfits.c, tests/tgamma.c, tests/tget_d.c, tests/tnext.c, tests/tstrtofr.c, tests/tsub_ui.c, tests/ttanh.c, tests/tversion.c:
+ Updated copyright line.
+
+ * set_ld.c, tests/tset_ld.c:
+ Support C implementations giving an incorrect value for the precision
+ of long double or where long doubles are implemented with FP expansions
+ (like under Mac OS X), as in the 2.1 branch.
+
+ * get_ld.c, mpfr-impl.h:
+ Updated mpfr_get_ld: removed useless and non-portable hacks, fixed
+ bugs, and slightly changed the behavior for the x87 extended format
+ (we shouldn't return long double's with more precision than really
+ supported, e.g. on FreeBSD and NetBSD).
+
+ * get_ld.c: Added an assertion.
+
+2005-08-17 Vincent Lefevre <Vincent.Lefevre@loria.fr>
+
+ * set_ld.c: Reformatted (GNU style).
+
+2005-08-17 Patrick Pelissier <Patrick.Pelissier@loria.fr>
+
+ * configure.in: Improve the warning message by adding the lines:
+ "we cannot run a program linked with GMP (if you cannot
+ see the version numbers above)."
+
+2005-08-16 Paul Zimmermann <Paul.Zimmermann@loria.fr>
+
+ * algorithms.tex: added pointer for gamma
+
+ * gamma.c: fixed comments (code did not change)
+
+ * algorithms.bib, algorithms.tex, gamma.c:
+ added formula for gamma function
+
+ * tests/tgamma.c: fixed last test (expected result was wrong)
+
+ * gamma.c: fixed bug for tiny input
+
+ * tests/tgamma.c: added test case
+
+2005-08-12 Patrick Pelissier <Patrick.Pelissier@loria.fr>
+
+ * Makefile.am: Reintroduce the computing of the dependencies.
+
+2005-08-11 Vincent Lefevre <Vincent.Lefevre@loria.fr>
+
+ * mpfr-impl.h, tests/tget_d.c, tests/tset_d.c:
+ Added MPFR_DOUBLE_SPEC (not used yet, except for warning messages).
+
+2005-08-10 Vincent Lefevre <Vincent.Lefevre@loria.fr>
+
+ * mpfr.texi:
+ Completed the documentation of mpfr_strtofr (concerning the exponent).
+
+ * mpfr.texi:
+ Removed double spaces in mpfr_strtofr description (this matters
+ for the info format).
+
+ * tests/tget_d.c: Added a temporary test for non-IEEE-754 double's.
+
+2005-08-09 Patrick Pelissier <Patrick.Pelissier@loria.fr>
+
+ * mpfr.h, tests/tstckintc.c: Fix bug for pre-ansi compiler.
+
+ * NEWS: Remove redundant entries.
+
+2005-08-08 Paul Zimmermann <Paul.Zimmermann@loria.fr>
+
+ * NEWS, TODO, sin.c, tests/tsin.c:
+ fixed bug in mpfr_sin (possible wrong inexact flag for rounding to
+ nearest) added items in NEWS and TODO
+
+2005-08-05 Patrick Pelissier <Patrick.Pelissier@loria.fr>
+
+ * mpfr.texi: Update information
+
+ * mpfr.h, stack_interface.c, tests/tstckintc.c:
+ Rename mpfr_stack to mpfr_custom_
+
2005-08-03 Vincent Lefevre <Vincent.Lefevre@loria.fr>
+ * VERSION, mpfr.h, mpfr.texi, version.c:
+ Update for future version in 2.1 branch.
+
+ * mpfr.texi: Updated the date. [2.1 branch]
+
+ * ChangeLog: Update.
+
+ * FAQ.html, Makefile.am, NEWS, README: Added FAQ. [2.1 branch]
+
+ * FAQ.html, README: Added/updated copyright information.
+
+ * ChangeLog, NEWS: Update.
+
* NEWS: Update. [2.1 branch]
2005-08-02 Patrick Pelissier <Patrick.Pelissier@loria.fr>