Go to file
mark@chromium.org 6046ae7bcd Fix dtoa for the LP64 model on 64-bit systems, where long is 64 bits.
dtoa.c:69 states: #define Long int on machines with 32-bit ints and 64-bit
longs. This change was made in Chromium's version of dtoa in r21901. I don't
know why this apparently hasn't caused a problem in v8 until now. I was
unable to build a snapshot on x86_64 Mac without this change.

BUG=706
TEST=x86_64 Mac GYP/Xcode-based Chromium build (still depends on other changes)


git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4665 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2010-05-17 15:41:16 +00:00
benchmarks Incorporate feedback from issue 679 and issue 690 into the 2010-05-17 05:59:20 +00:00
include Export SetResourceConstraints so it can be used with 2010-05-10 06:24:18 +00:00
samples Add stack traces to mjsunit tests. 2010-05-14 10:00:24 +00:00
src Fix dtoa for the LP64 model on 64-bit systems, where long is 64 bits. 2010-05-17 15:41:16 +00:00
test Use direct loop when filling small arrays. 2010-05-17 14:14:34 +00:00
tools First step towards making JumpTarget work on ARM. Instead 2010-05-10 11:32:25 +00:00
.gitignore Add '.cpplint-cache' to ignore lists for SVN and Git. This change also sets 'ignore' property on '.', although this change isn't visible in Rietveld. 2009-12-11 09:01:38 +00:00
AUTHORS Add ldrd and strd instructions to the ARM port. This is a 2010-05-07 20:02:57 +00:00
ChangeLog Prepare push to trunk. We are now vorking on version 2.2.11. 2010-05-17 09:01:39 +00:00
LICENSE Get rid of duplicate LICENSE entry for the Valgrind 2009-09-27 09:33:11 +00:00
SConstruct Move __C99FEATURES__ define to compile for Solaris 2010-05-11 07:04:42 +00:00