From c6f5fc2de190dfb19fa8f02de71934bf85db3147 Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 12 Apr 2007 08:14:54 +0000 Subject: * thread.c (mutex_try_lock): check and set owner thread. * thread_pthread.ci: fix to show error code in error message. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6f4a9968f..ac969db2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Apr 12 17:13:22 2007 Koichi Sasada + + * thread.c (mutex_try_lock): check and set owner thread. + + * thread_pthread.ci: fix to show error code in error message. + Thu Apr 12 17:11:54 2007 Koichi Sasada * eval.c (rb_rescue2): restore cfp ([ruby-dev:30582]). -- cgit