aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-11-07 16:14:48 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-11-07 16:14:48 +0000
commit8da157ae51e16934fe4c0829a63ca9bb0ebf9423 (patch)
tree323d0510a5a4e5ffc91eb2a5a4062d5e62228ec4 /ChangeLog
parentbd87b502735d7185d8a1dde17f9830b704cd81bf (diff)
downloadruby-8da157ae51e16934fe4c0829a63ca9bb0ebf9423.tar.gz
* thread_pthread.c (thread_timer, rb_thread_create_timer_thread):
handshakes properly. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4db38b27b2..7f5bc540f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Nov 8 01:14:16 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * thread_pthread.c (thread_timer, rb_thread_create_timer_thread):
+ handshakes properly.
+
Fri Nov 7 22:51:49 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* inits.c (rb_call_inits): do not repeat.