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

ruby-changes:20220

From: usa <ko1@a...>
Date: Tue, 28 Jun 2011 13:45:16 +0900 (JST)
Subject: [ruby-changes:20220] usa:r32268 (trunk): * thread_win32.c (native_stop_timer_thread): fixed commit miss of

usa	2011-06-28 13:45:05 +0900 (Tue, 28 Jun 2011)

  New Revision: 32268

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

  Log:
    * thread_win32.c (native_stop_timer_thread): fixed commit miss of
      r32244.  grep sources before changing the signature of a function.

  Modified files:
    trunk/ChangeLog
    trunk/thread_win32.c

Index: thread_win32.c
===================================================================
--- thread_win32.c	(revision 32267)
+++ thread_win32.c	(revision 32268)
@@ -745,7 +745,7 @@
 }
 
 static int
-native_stop_timer_thread(void)
+native_stop_timer_thread(int close_anyway)
 {
     int stopped = --system_working <= 0;
     if (stopped) {
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 32267)
+++ ChangeLog	(revision 32268)
@@ -1,3 +1,8 @@
+Tue Jun 28 13:41:51 2011  NAKAMURA Usaku  <usa@r...>
+
+	* thread_win32.c (native_stop_timer_thread): fixed commit miss of
+	  r32244.  grep sources before changing the signature of a function.
+
 Tue Jun 28 11:49:14 2011  Koichi Sasada  <ko1@a...>
 
 	* thread_pthread.c (consume_communication_pipe): 

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

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