From d17bcfc802cfc84212f10eaba5e80640e4b108c6 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 10 Jan 2008 16:12:32 +0000 Subject: * thread.c (rb_mutex_unlock): proper error message for unlocking mutex that is not locked. a patch from Yusuke ENDOH in [ruby-dev:33010]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14980 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3654044a06..395978ac80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Jan 11 01:08:01 2008 Yukihiro Matsumoto + + * thread.c (rb_mutex_unlock): proper error message for unlocking + mutex that is not locked. a patch from Yusuke ENDOH + in [ruby-dev:33010]. + Thu Jan 10 18:00:41 2008 Yukihiro Matsumoto * prelude.rb (Mutex::synchronize): capture exception from unlock. -- cgit v1.2.3