summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-06-15 03:33:42 +0200
committerKevin Ryde <user42@zip.com.au>2002-06-15 03:33:42 +0200
commitb6f8e85e2da95921bf857f8c1b9302792a1cbd17 (patch)
treea96bd3d845137fb8624ca31d974880381a341d23 /ChangeLog
parent1c1a335b81fad0b11f0e742f1777c2a96f2523ef (diff)
downloadgmp-b6f8e85e2da95921bf857f8c1b9302792a1cbd17.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 02320d2f8..2e2762448 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,23 @@ along with the GNU MP Library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA.
+2002-06-15 Kevin Ryde <kevin@swox.se>
+
+ * acinclude.m4 (GMP_GCC_VERSION_GE): Correction to recognising mingw
+ gcc 3.1 version number.
+
+ * configure.in (AC_PROVIDE_AC_LIBTOOL_WIN32_DLL): New define, to make
+ AC_LIBTOOL_WIN32_DLL work with autoconf 2.53.
+
+ * acinclude.m4 (GMP_C_SIZES): Establish BITS_PER_MP_LIMB as a value,
+ not an expression, for the benefit of the gen-bases invocation.
+
+ * config.guess (CC_FOR_BUILD): Try c99, same as configfsf.guess.
+
+2002-06-15 Paul Zimmermann <Paul.Zimmermann@loria.fr>
+
+ * mpfr/set_q.c: Allow for 1 bit numerator or denominator.
+
2002-06-14 Kevin Ryde <kevin@swox.se>
* configure.in (AC_C_BIGENDIAN): Use new style action parameters.