summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorseki <seki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-06 20:44:46 +0000
committerseki <seki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-06 20:44:46 +0000
commitfe418c03ed775b1fd4592312128bb81ddbb465a5 (patch)
treebfd801a609596a1f12a0a745d326237693798274 /ChangeLog
parentd84ece5c1cfc4d94f386fe990bf2ddbf67e4e5b5 (diff)
* test/rinda/test_rinda.rb (MockClock): correct synchronous problems
of the MultiThreading. [ruby-dev:31692] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@13354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0dc4ab1447..efca256a2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Sep 7 05:36:19 2007 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
+
+ * test/rinda/test_rinda.rb (MockClock): correct synchronous problems
+ of the MultiThreading. [ruby-dev:31692]
+
Wed Sep 5 22:02:27 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* array.c (rb_ary_subseq): need integer overflow check.