ruby-changes:9617
From: yugui <ko1@a...>
Date: Mon, 29 Dec 2008 16:19:41 +0900 (JST)
Subject: [ruby-changes:9617] Ruby:r21157 (ruby_1_9_1): merges r21115 from trunk into ruby_1_9_1.
yugui 2008-12-29 16:19:03 +0900 (Mon, 29 Dec 2008) New Revision: 21157 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=21157 Log: merges r21115 from trunk into ruby_1_9_1. * sprintf.c: not force to override snprintf/vsnprintf. [ruby-core:20824] Modified files: branches/ruby_1_9_1/ChangeLog branches/ruby_1_9_1/sprintf.c Index: ruby_1_9_1/ChangeLog =================================================================== --- ruby_1_9_1/ChangeLog (revision 21156) +++ ruby_1_9_1/ChangeLog (revision 21157) @@ -1,3 +1,8 @@ +Sun Dec 28 18:39:57 2008 Nobuyoshi Nakada <nobu@r...> + + * sprintf.c: not force to override snprintf/vsnprintf. + [ruby-core:20824] + Sun Dec 28 21:33:52 2008 NARUSE, Yui <naruse@r...> * test/ext/dl/test_base.rb : add BSD's case. Index: ruby_1_9_1/sprintf.c =================================================================== --- ruby_1_9_1/sprintf.c (revision 21156) +++ ruby_1_9_1/sprintf.c (revision 21157) @@ -1081,12 +1081,9 @@ # define u_quad_t unsigned LONG_LONG # endif #endif -#undef vsnprintf #undef snprintf #define FLOATING_POINT 1 #define BSD__dtoa ruby_dtoa -#undef HAVE_VSNPRINTF -#undef HAVE_SNPRINTF #if _MSC_VER >= 1300 #pragma warning(disable: 4273) #endif -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/