From: Date: February 8 2008 6:01pm Subject: svn commit - mysqldoc@docsrva: r9749 - in trunk: . dynamic-docs/changelog refman-6.0 List-Archive: http://lists.mysql.com/commits/41953 Message-Id: <200802081701.m18H1pGZ020738@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: paul Date: 2008-02-08 18:01:51 +0100 (Fri, 08 Feb 2008) New Revision: 9749 Log: r29021@frost: paul | 2008-02-08 10:58:34 -0600 Initial Changelog/Upgrade note for inclusion of dtoa library for string/double conversion. May require some revision. Modified: trunk/dynamic-docs/changelog/mysqld-1.xml trunk/refman-6.0/installing-core.xml Property changes on: trunk ___________________________________________________________________ Name: svk:merge - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:34985 7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:29013 b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:29033 + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:34985 7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:29021 b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:29033 Modified: trunk/dynamic-docs/changelog/mysqld-1.xml =================================================================== --- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-02-08 16:44:06 UTC (rev 9748) +++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-02-08 17:01:51 UTC (rev 9749) Changed blocks: 1, Lines Added: 65, Lines Deleted: 0; 1989 bytes @@ -7830,4 +7830,69 @@ + + + + + + + + + + + + + + + + + + + + + + The server now includes dtoa, a library for + conversion between strings and numbers by David M. Gay. In + MySQL, this library provides the basis for improved conversion + between strings and approximate-value (float/double) numbers: + + + + + + + Consistent conversion results across platforms, which + eliminates, for example, Unix versus Windows conversion + differences. + + + + + + Accurate representation of values in cases where results + previously did not provide sufficient precision, such as for + values close to IEEE limits. + + + + + + Conversion of numbers to string format with a desired + precision. + + + + + + + Because the conversions produced by this library differ in some + cases from previous results, the potential exists for + incompatibilities in applications that rely on previous + results. + + + + + + Modified: trunk/refman-6.0/installing-core.xml =================================================================== --- trunk/refman-6.0/installing-core.xml 2008-02-08 16:44:06 UTC (rev 9748) +++ trunk/refman-6.0/installing-core.xml 2008-02-08 17:01:51 UTC (rev 9749) Changed blocks: 1, Lines Added: 45, Lines Deleted: 0; 2054 bytes @@ -12357,6 +12357,51 @@ + Incompatible change: As of + MySQL 6.0.5, the server includes dtoa, a + library for conversion between strings and numbers by David + M. Gay. In MySQL, this library provides the basis for + improved conversion between strings and approximate-value + (float/double) numbers: + + + + + + + Consistent conversion results across platforms, which + eliminates, for example, Unix versus Windows conversion + differences. + + + + + + Accurate representation of values in cases where results + previously did not provide sufficient precision, such as + for values close to IEEE limits. + + + + + + Conversion of numbers to string format with a desired + precision. + + + + + + + Because the conversions produced by this library differ in + some cases from previous results, the potential exists for + incompatibilities in applications that rely on previous + results. + + + + + Incompatible change: As of MySQL 6.0.4, the Unicode implementation has been extended to provide support for supplementary characters that lie