[前][次][番号順一覧][スレッド一覧]

ruby-changes:9614

From: yugui <ko1@a...>
Date: Mon, 29 Dec 2008 16:19:18 +0900 (JST)
Subject: [ruby-changes:9614] Ruby:r21154 (ruby_1_9_1): merges r21136 from trunk into ruby_1_9_1.

yugui	2008-12-29 16:18:39 +0900 (Mon, 29 Dec 2008)

  New Revision: 21154

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=21154

  Log:
    merges r21136 from trunk into ruby_1_9_1.
    * win32/Makefile.sub (config.h): do not use snprintf/vsnprintf in
      msvcrt.

  Modified files:
    branches/ruby_1_9_1/ChangeLog
    branches/ruby_1_9_1/win32/Makefile.sub

Index: ruby_1_9_1/ChangeLog
===================================================================
--- ruby_1_9_1/ChangeLog	(revision 21153)
+++ ruby_1_9_1/ChangeLog	(revision 21154)
@@ -1,3 +1,11 @@
+Sun Dec 28 19:11:03 2008  Nobuyoshi Nakada  <nobu@r...>
+
+	* win32/Makefile.sub (config.h): do not use snprintf/vsnprintf in
+	  msvcrt.
+
+	* sprintf.c: not force to override snprintf/vsnprintf.
+	  [ruby-core:20824]
+
 Sun Dec 28 17:10:13 2008  TAKANO Mitsuhiro (takano32)  <tak@n...>
 
 	* ext/dl/test/test_dl2.rb: modify strncpy, strcpy, qsort, types.
Index: ruby_1_9_1/win32/Makefile.sub
===================================================================
--- ruby_1_9_1/win32/Makefile.sub	(revision 21153)
+++ ruby_1_9_1/win32/Makefile.sub	(revision 21154)
@@ -422,10 +422,6 @@
 #define HAVE_STRTOL 1
 #define HAVE_STRTOUL 1
 #define HAVE_FLOCK 1
-#define HAVE_SNPRINTF 1
-!if $(MSC_VER) >= 1300
-#define HAVE_VSNPRINTF 1
-!endif
 #define HAVE_ISNAN 1
 #define HAVE_FINITE 1
 #define HAVE_HYPOT 1

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]