From 8ccbccff8e2d02e4ced823a8b715cbb859e4a183 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 7 May 2003 23:56:11 +0000 Subject: * numeric.c (int_upto, int_downto): should fail unless the argument is comparable. (ruby-bugs-ja:PR#454) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b8de4e253..42eab2cf8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu May 8 08:56:04 2003 Nobuyoshi Nakada + + * numeric.c (int_upto, int_downto): should fail unless the + argument is comparable. (ruby-bugs-ja:PR#454) + Wed May 7 01:21:23 2003 Yukihiro Matsumoto * numeric.c (num_step): remove epsilon; add margin of 0.5, to make -- cgit