summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-08 12:38:57 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-08 12:38:57 +0000
commite25f4bce1f3945ade8b7c5ff13ebf044b4a5f8d2 (patch)
tree74e1f534958835c2d7c57b04d46fa9b0ec1c4e25
parentb6df4527a78346bc5040a3c482a34b9247ec2ee9 (diff)
downloadruby-e25f4bce1f3945ade8b7c5ff13ebf044b4a5f8d2.tar.gz
ruby-e25f4bce1f3945ade8b7c5ff13ebf044b4a5f8d2.tar.xz
ruby-e25f4bce1f3945ade8b7c5ff13ebf044b4a5f8d2.zip
* 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
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
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 <nobu@ruby-lang.org>
+Tue Apr 8 21:38:55 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * 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]