aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-11 01:21:10 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-11 01:21:10 +0000
commitfe244c77b0ac09fedbb000eb80c8c0ac599e1a00 (patch)
treec6e15d9a35ea93025762a4e35caa49007b8ba4f3 /ChangeLog
parent71fdb43e6ecab9d48c24c6e422685c86406a5dda (diff)
downloadruby-fe244c77b0ac09fedbb000eb80c8c0ac599e1a00.tar.gz
* thread_pthread.c (native_cond_timeout): wrap conditinally used label.
* thread_pthread.c (native_sleep): remove unused variable. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 379761c175..d1b88475b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Jun 11 10:20:52 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * thread_pthread.c (native_cond_timeout): wrap conditinally used label.
+
+ * thread_pthread.c (native_sleep): remove unused variable.
+
Sat Jun 11 10:15:50 2011 Tanaka Akira <akr@fsij.org>
* thread.c (rb_thread_execute_interrupts): use GetThreadPtr to extract