Skip to content
  • mjs's avatar
    - fixed 3114790 - Gamespot reviews pages badly mis-rendering · 7c33c6fe
    mjs authored
    	because floating point numbers format wide
    
    	Reviewed by: David Hyatt
    
    	* kjs/dtoa.cpp: Imported float <--> string conversion routines
    	from David M. Gay. I changed this to fix warnings and avoid
    	colliding with names of standard library functions.
            * kjs/dtoa.h: Added a header I made up for dtoa.cpp
            * kjs/ustring.cpp:
            (UString::from): Use new double to string routine (kjs_strtod).
            (UString::toDouble): Use new string to double routine (kjs_dtoa).
            * JavaScriptCore.pbproj/project.pbxproj: Added new files
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2912 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    7c33c6fe