From e68cc59599d7c48d70ac9fa90087aeddece28a4d Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 14 Aug 2005 22:25:09 +0000 Subject: * intern.h (rb_check_to_integer): add declaration. * object.c (rb_to_integer, rb_check_to_integer): argument constified. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2ca5dff26..60ff0709a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Aug 15 07:24:38 2005 Nobuyoshi Nakada + + * intern.h (rb_check_to_integer): add declaration. + + * object.c (rb_to_integer, rb_check_to_integer): argument constified. + Mon Aug 15 00:38:51 2005 Nobuyoshi Nakada * eval.c (rb_rescue2): reduce PUSH_TAG() as well as NODE_RESCUE. -- cgit