]> www.ginac.de Git - cln.git/blobdiff - ChangeLog
Fix a bug occurring with extremely high exponents.
[cln.git] / ChangeLog
index 87d8e0f3a5a3fe48b4febfb119dd5a03fcbef2ab..67dc8ba98aac5dfa742051597ea07d9c54a0cabf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2004-03-08  Bruno Haible  <bruno@clisp.org>
+
+       * src/float/lfloat/elem/cl_LF_mul.cc (operator*): Fix the second
+       underflow condition.
+       * src/float/lfloat/algebraic/cl_LF_sqrt.cc (sqrt): Fix a bug with large
+       uexp whereby SQRT of MOST-POSITIVE-LONG-FLOAT was less than 1.
+
+2004-03-04  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * Makefile.in (install): Add ${srcdir} for cln.m4.
+       * m4/gmp.m4: quote macro names.
+       Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
+
+2004-01-01  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * Version 1.1.6 released.
+
 2004-01-01  Richard B. Kreckel  <kreckel@ginac.de>
 
        * include/cln/univpoly.h, include/cln/univpoly_complex.h,