From e25f4bce1f3945ade8b7c5ff13ebf044b4a5f8d2 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 8 Apr 2008 12:38:57 +0000 Subject: * thread.c (lock_func): optimized. based on a patch from Sylvain Joyeux in [ruby-Patches-19362]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5e53a202c..f89f9df6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -Tue Apr 8 21:36:40 2008 Nobuyoshi Nakada +Tue Apr 8 21:38:55 2008 Nobuyoshi Nakada + + * thread.c (lock_func): optimized. based on a patch from Sylvain + Joyeux in [ruby-Patches-19362]. * thread.c (rb_mutex_sleep): ensures to re-acquire at waking up. [ruby-Patches-19361] -- cgit