summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwanabe <wanabe@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-25 14:56:38 +0000
committerwanabe <wanabe@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-25 14:56:38 +0000
commit0a6418d85e664cfeba79c56e3276522fc8b6cd19 (patch)
tree54aeeee9ead553ce00b6234a45240eb8ed251b84
parente70499732a043ddb673c9775699a7a2c8230c440 (diff)
* thread.c (thread_reset_event_flags): set flags to thread.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--thread.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 23b954a211..1c51e40924 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Mar 25 23:53:22 2010 wanabe <s.wanabe@gmail.com>
+
+ * thread.c (thread_reset_event_flags): set flags to thread.
+
Thu Mar 25 23:17:16 2010 Yusuke Endoh <mame@tsg.ne.jp>
* file.c (rb_get_path_check): prefer #to_path over #to_str. a patch
diff --git a/thread.c b/thread.c
index a3dfe007b2..a94b81569b 100644
--- a/thread.c
+++ b/thread.c
@@ -3702,6 +3702,7 @@ thread_reset_event_flags(rb_thread_t *th)
flag |= hook->flag;
hook = hook->next;
}
+ th->event_flags = flag;
}
static void