ruby-changes:16230
From: nobu <ko1@a...>
Date: Tue, 8 Jun 2010 03:30:42 +0900 (JST)
Subject: [ruby-changes:16230] Ruby:r28196 (trunk): * thread.c (Init_Thread): no need to suppress warning for
nobu 2010-06-08 03:30:35 +0900 (Tue, 08 Jun 2010) New Revision: 28196 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=28196 Log: * thread.c (Init_Thread): no need to suppress warning for ruby_thread_set_native anymore. Modified files: trunk/thread.c trunk/version.h Index: thread.c =================================================================== --- thread.c (revision 28195) +++ thread.c (revision 28196) @@ -4253,7 +4253,6 @@ rb_thread_create_timer_thread(); (void)native_mutex_trylock; - (void)ruby_thread_set_native; } int Index: version.h =================================================================== --- version.h (revision 28195) +++ version.h (revision 28196) @@ -1,5 +1,5 @@ #define RUBY_VERSION "1.9.3" -#define RUBY_RELEASE_DATE "2010-06-06" +#define RUBY_RELEASE_DATE "2010-06-08" #define RUBY_PATCHLEVEL -1 #define RUBY_BRANCH_NAME "trunk" @@ -8,7 +8,7 @@ #define RUBY_VERSION_TEENY 1 #define RUBY_RELEASE_YEAR 2010 #define RUBY_RELEASE_MONTH 6 -#define RUBY_RELEASE_DAY 6 +#define RUBY_RELEASE_DAY 8 #include "ruby/version.h" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/