Changeset 2912 in webkit for trunk/JavaScriptCore/kjs/dtoa.cpp

Timestamp:
Dec 3, 2002, 2:51:39 PM (22 years ago)
Author:
mjs
Message:
  • fixed 3114790 - Gamespot reviews pages badly mis-rendering 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
File:
1 added

Note: See TracChangeset for help on using the changeset viewer.