From a8f9da079c475877e050c37bd5e4e7e31fd437c9 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 9 Apr 2008 05:43:29 +0000 Subject: * thread.c (lock_func): optimized and checks for interrupt_flag. based on a patch from Sylvain Joyeux in [ruby-Patches-19361] and [ruby-Patches-19362]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 561b3b6f4..7049eaa31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,15 @@ +Wed Apr 9 14:43:26 2008 Nobuyoshi Nakada + + * thread.c (lock_func): optimized and checks for interrupt_flag. + based on a patch from Sylvain Joyeux in [ruby-Patches-19361] and + [ruby-Patches-19362]. + Wed Apr 9 12:12:01 2008 Nobuyoshi Nakada * test/ruby/test_thread.rb: new tests from Sylvain Joyeux in [ruby-Patches-19361]. -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]. +Tue Apr 8 21:36:40 2008 Nobuyoshi Nakada * thread.c (rb_mutex_sleep): ensures to re-acquire at waking up. [ruby-Patches-19361] -- cgit