From f91f57614ba8bc3a24e37511ad5ca2889e9370d6 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 6 May 2003 16:48:51 +0000 Subject: * numeric.c (num_step): remove epsilon; add margin of 0.5, to make "1.1.step(1.5,0.1)" to work (third try). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b006bae2f..b8de4e253 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed May 7 01:21:23 2003 Yukihiro Matsumoto + + * numeric.c (num_step): remove epsilon; add margin of 0.5, to make + "1.1.step(1.5,0.1)" to work (third try). + Tue May 6 17:51:54 2003 Minero Aoki * lib/net/pop.rb: rename method: POP3#mail_size -> n_mails @@ -15,9 +20,6 @@ Tue May 6 14:39:36 2003 Yukihiro Matsumoto * object.c (rb_obj_methods): list singleton methods if recur argument is false; list all methods otherwise. - * numeric.c (num_step): double epsilon to make "1.1.step(1.5,0.1)" - to work. - Mon May 5 21:19:25 2003 Koji Arai * ext/gdbm/gdbm.c (fgdbm_values_at): new method to replace -- cgit