summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcproj
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-12-10 22:28:56 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-12-10 22:28:56 (GMT)
commit284d9276250d78e8dfe59dc9a64cb0422265148b (patch)
treeaf50d506dcace51e3fe2084546320fa5f5ec3bb1 /PCbuild/pythoncore.vcproj
parent8c3d0f7839a380d322428b2284e169d156e26736 (diff)
downloadcpython-284d9276250d78e8dfe59dc9a64cb0422265148b.zip
cpython-284d9276250d78e8dfe59dc9a64cb0422265148b.tar.gz
cpython-284d9276250d78e8dfe59dc9a64cb0422265148b.tar.bz2
Backport of r59456:59458 from py3k to trunk
Issue #1580: New free format floating point representation based on "Floating-Point Printer Sample Code", by Robert G. Burger. For example repr(11./5) now returns '2.2' instead of '2.2000000000000002'. Thanks to noam for the patch! I had to modify doubledigits.c slightly to support X64 and IA64 machines on Windows. I also added the new file to the three project files.
Diffstat (limited to 'PCbuild/pythoncore.vcproj')
-rw-r--r--PCbuild/pythoncore.vcproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj
index 556b144..930deca 100644
--- a/PCbuild/pythoncore.vcproj
+++ b/PCbuild/pythoncore.vcproj
@@ -485,6 +485,9 @@
RelativePath="..\Objects\dictobject.c">
</File>
<File
+ RelativePath="..\Objects\doubledigits.c">
+ </File>
+ <File
RelativePath="..\PC\dl_nt.c">
</File>
<File