From 748787338a17a6b4046baef47c2244cd1672bd93 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 1 Jul 2009 23:04:46 +0000 Subject: * time.c (num_exact): rb_check_to_integer() can deal with both of Fixnum and Bignum together. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 453a09da9..aa15cc368 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 2 08:04:39 2009 Nobuyoshi Nakada + + * time.c (num_exact): rb_check_to_integer() can deal with both of + Fixnum and Bignum together. + Thu Jul 2 07:53:44 2009 Nobuyoshi Nakada * parse.y (parser_yylex): fixed wrong variable. -- cgit