List:Commits« Previous MessageNext Message »
From:Alexey Kopytov Date:December 11 2007 5:24am
Subject:bk commit into 6.0 tree (kaa:1.2754)
View as plain text  
Below is the list of changes that have just been committed into a local
6.0 repository of kaa. When kaa does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-12-11 08:24:05+03:00, kaa@polly.(none) +2 -0
  my_base.h must be included first in dtoa.c, otherwise EOVERFLOW is not
  defined on Windows.

  BitKeeper/etc/ignore@stripped, 2007-12-11 08:23:57+03:00, kaa@polly.(none) +1 -0
    Added client/dtoa.c to the ignore list

  strings/dtoa.c@stripped, 2007-12-11 08:23:56+03:00, kaa@polly.(none) +1 -1
    my_base.h must be included first in dtoa.c, otherwise EOVERFLOW is not
    defined on Windows.

diff -Nrup a/BitKeeper/etc/ignore b/BitKeeper/etc/ignore
--- a/BitKeeper/etc/ignore	2007-11-28 19:05:40 +03:00
+++ b/BitKeeper/etc/ignore	2007-12-11 08:23:57 +03:00
@@ -3019,3 +3019,4 @@ win/vs71cache.txt
 win/vs8cache.txt
 zlib/*.ds?
 zlib/*.vcproj
+client/dtoa.c
diff -Nrup a/strings/dtoa.c b/strings/dtoa.c
--- a/strings/dtoa.c	2007-12-10 23:55:50 +03:00
+++ b/strings/dtoa.c	2007-12-11 08:23:56 +03:00
@@ -13,9 +13,9 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA */
 
+#include <my_base.h> /* for EOVERFLOW on Windows */
 #include <my_global.h>
 #include <m_string.h>  /* for memcpy and NOT_FIXED_DEC */
-#include <my_base.h> /* for EOVERFLOW on Windows */
 
 /**
    Appears to suffice to not call malloc() in most cases.
Thread
bk commit into 6.0 tree (kaa:1.2754)Alexey Kopytov11 Dec