aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-11 11:07:57 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-11 11:07:57 +0000
commit0ae26d6c2a69771dae4db6d503765f1f4377e474 (patch)
treec166954a0c413002d266e31b1489a49905327a8c /ChangeLog
parentae8386f85102c103f69c51a1575ecaa20686bc0c (diff)
downloadruby-0ae26d6c2a69771dae4db6d503765f1f4377e474.tar.gz
forgot to commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23391 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 83b1e7c262..6d2cc5b44a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,11 @@ Sun May 10 11:36:11 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/dl/cfunc.c (rb_dlcfunc_instance_p): new function to check if
the argument is an instance of DL::CFunc.
+Sat May 9 19:57:00 2009 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
+
+ * test/ruby/test_float.rb (TestFloat#test_sleep_with_Float): add a
+ test. see [ruby-core:23282]
+
Sat May 9 19:23:46 2009 Tadayoshi Funaba <tadf@dotrb.org>
* lib/date.rb: use subsec instead of nsec.