aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-20 16:13:35 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-20 16:13:35 +0000
commitf82a6840a80e42e823a455ef3eb726a6b67e5485 (patch)
tree3c46c003c07ae8e08f42b2b1692baa3bb56570b0 /ChangeLog
parent268f95bdc653552a16ee4611a4d6dd84fcfb817f (diff)
downloadruby-f82a6840a80e42e823a455ef3eb726a6b67e5485.tar.gz
* thread.c (subtract_tv): if the rest is zero, should finish waiting
immediately. * win32/win32.c (subtract): ditto. based on a patch from Roger Pack in [ruby-core:27957]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 82880f6a8b..a3516edd42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Fri May 21 01:06:05 2010 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * thread.c (subtract_tv): if the rest is zero, should finish waiting
+ immediately.
+
+ * win32/win32.c (subtract): ditto.
+ based on a patch from Roger Pack in [ruby-core:27957].
+
Thu May 20 22:49:04 2010 Yusuke Endoh <mame@tsg.ne.jp>
* re.c (rb_reg_s_union_m): update rdoc. [ruby-dev:41354]