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

ruby-changes:15166

From: wanabe <ko1@a...>
Date: Thu, 25 Mar 2010 23:56:58 +0900 (JST)
Subject: [ruby-changes:15166] Ruby:r27046 (trunk): * thread.c (thread_reset_event_flags): set flags to thread.

wanabe	2010-03-25 23:56:38 +0900 (Thu, 25 Mar 2010)

  New Revision: 27046

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

  Log:
    * thread.c (thread_reset_event_flags): set flags to thread.

  Modified files:
    trunk/ChangeLog
    trunk/thread.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 27045)
+++ ChangeLog	(revision 27046)
@@ -1,3 +1,7 @@
+Thu Mar 25 23:53:22 2010  wanabe  <s.wanabe@g...>
+
+	* thread.c (thread_reset_event_flags): set flags to thread.
+
 Thu Mar 25 23:17:16 2010  Yusuke Endoh  <mame@t...>
 
 	* file.c (rb_get_path_check): prefer #to_path over #to_str.  a patch
Index: thread.c
===================================================================
--- thread.c	(revision 27045)
+++ thread.c	(revision 27046)
@@ -3702,6 +3702,7 @@
 	flag |= hook->flag;
 	hook = hook->next;
     }
+    th->event_flags = flag;
 }
 
 static void

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

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