summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-04-18 23:13:07 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-04-18 23:13:07 (GMT)
commit6f34109384f3a78d5f4f8bdd418a89caca19631e (patch)
treef5b446eb4cd2993b6be5a373148530976ce39f4b /configure
parent858a77099e094ce4ef57778d38230ec36db2e805 (diff)
downloadcpython-6f34109384f3a78d5f4f8bdd418a89caca19631e.zip
cpython-6f34109384f3a78d5f4f8bdd418a89caca19631e.tar.gz
cpython-6f34109384f3a78d5f4f8bdd418a89caca19631e.tar.bz2
I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math.
The patch also adds acosh, asinh, atanh, log1p and copysign to all platforms. Finally it fixes differences between platforms like different results or exceptions for edge cases. Have fun :)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 51f9ad2..a78d9b9 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 61992 .
+# From configure.in Revision: 62145 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for python 2.6.
#