Bignum implementation of Strtod.
authorfloitschV8@gmail.com <floitschV8@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 8 Nov 2010 11:49:47 +0000 (11:49 +0000)
committerfloitschV8@gmail.com <floitschV8@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 8 Nov 2010 11:49:47 +0000 (11:49 +0000)
commit808d00f8efb46dd14d57085b19e56c1ee1d0c14d
tree0d7355cdfc7174af002fd0d5db40108fc030f13b
parent17ac8903d1f6f0c6a6153ff4f8a712ab75b9155d
Bignum implementation of Strtod.

This removes the dependency on Gay's strtod.

Review URL: http://codereview.chromium.org/4060001

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5778 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/SConscript
src/bignum.cc [new file with mode: 0644]
src/bignum.h [new file with mode: 0644]
src/double.h
src/strtod.cc
test/cctest/SConscript
test/cctest/test-bignum.cc [new file with mode: 0644]
test/cctest/test-strtod.cc
tools/gyp/v8.gyp
tools/visual_studio/v8_base.vcproj