From 6993560ce56843742e84ec1f61a8794a3c1eb66b Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 4 May 2008 07:05:26 +0000 Subject: * time.c (obj2nsec): fix string argument. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index addbbf30b..1193f82c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun May 4 16:04:28 2008 Tanaka Akira + + * time.c (obj2nsec): fix string argument. + Sun May 4 14:29:14 2008 Tanaka Akira * eval.c (rb_obj_respond_to): check the result of respond_to? method -- cgit