WebCore:

    2008-08-13  Simon Hausmann  <hausmann@webkit.org>

            Reviewed by Holger.

            Qt part of https://bugs.webkit.org/show_bug.cgi?id=18994

            Make the formatting of String::format() locale independent through the use of QString::vsprintf.

LayoutTests:

    2008-08-13  Simon Hausmann  <hausmann@webkit.org>

            Reviewed by Holger.

            Adjusted the length-list-parser layout test to compensate for the subtle difference of
            dropping a sign for a "negative zero" as a result of the QString::vsprintf use.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@35712 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 7d43f09..7e5e006 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,16 @@
 2008-08-13  Simon Hausmann  <hausmann@webkit.org>
 
+        Reviewed by Holger.
+
+        Qt part of https://bugs.webkit.org/show_bug.cgi?id=18994
+
+        Make the formatting of String::format() locale independent through the use of QString::vsprintf.
+
+        * platform/text/String.cpp:
+        (WebCore::String::format):
+
+2008-08-13  Simon Hausmann  <hausmann@webkit.org>
+
         Reviewed by Lars.
 
         Fix QWebFrame::setHtml() not setting the new contents immediately.