• Mark Dickinson's avatar
    Merged revisions 68296,68299 via svnmerge from · 3dc7c6a3
    Mark Dickinson yazdı
    svn+ssh://pythondev@svn.python.org/python/trunk
    
    ........
      r68296 | mark.dickinson | 2009-01-04 12:29:36 +0000 (Sun, 04 Jan 2009) | 6 lines
    
      Add autoconf test to detect x87-style double rounding, as described in
      issue #2937.  This information can be helpful for diagnosing platform-
      specific problems in math and cmath.  The result of the test also
      serves as a fairly reliable indicator of whether the x87 floating-point
      instructions (as opposed to SSE2) are in use on Intel x86/x86_64 systems.
    ........
      r68299 | mark.dickinson | 2009-01-04 13:57:26 +0000 (Sun, 04 Jan 2009) | 4 lines
    
      isinf and isnan are macros, not functions; fix configure script
      to use AC_CHECK_DECLS instead of AC_CHECK_FUNCS for these.
      (See discussion in issue #4506)
    ........
    3dc7c6a3
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.bzrignore Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
INTBENCH Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
RELNOTES Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
runtests.sh Loading commit data...
setup.py Loading commit data...