aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-16 17:28:54 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-16 17:28:54 +0000
commit1ac74a11c2594f1cc4284c941ccf5ca91fc8e146 (patch)
treecffe36f89154008d935270b0ab3722328d27e63b /ChangeLog
parent3c23284734b60dac99339c300dff6c4bd2c226f4 (diff)
downloadruby-1ac74a11c2594f1cc4284c941ccf5ca91fc8e146.tar.gz
* thread_pthread.c (native_thread_create): fix debug message.
(add last newline) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32132 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 ecda220923..c0b1fa1e70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jun 17 02:26:47 2011 Koichi Sasada <ko1@atdot.net>
+
+ * thread_pthread.c (native_thread_create): fix debug message.
+ (add last newline)
+
Thu Jun 16 23:40:49 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* thread.c (rb_thread_schedule_rec): fix {UN,}LIKELY macro misuse.