From f71ecc7e388dcd3fd962a5cbb4e0786b938865e8 Mon Sep 17 00:00:00 2001 From: shugo Date: Mon, 12 Mar 2007 22:24:32 +0000 Subject: * lib/monitor.rb (mon_try_enter): call @mon_muetx.try_lock. Thanks, Keiju ISHITSUKA. [ruby-dev:30507] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2dacac237..02f83387b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Mar 13 07:23:20 2007 Shugo Maeda + + * lib/monitor.rb (mon_try_enter): call @mon_muetx.try_lock. + Thanks, Keiju ISHITSUKA. [ruby-dev:30507] + Tue Mar 13 02:42:58 2007 Akinori MUSHA * lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the nph -- cgit