summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-05-06 16:48:51 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-05-06 16:48:51 +0000
commite49203726e2d6feee19d46d12bd93a1fe948248d (patch)
treeb366bd85f807cb806160b0b67393d2255f554bc3 /ChangeLog
parent3f8d7303c18a9a3de1438dfa7299d2e71bbab031 (diff)
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@3764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b006bae2f4..b8de4e2533 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed May 7 01:21:23 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * 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 <aamine@loveruby.net>
* lib/net/pop.rb: rename method: POP3#mail_size -> n_mails
@@ -15,9 +20,6 @@ Tue May 6 14:39:36 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
* 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 <jca02266@nifty.ne.jp>
* ext/gdbm/gdbm.c (fgdbm_values_at): new method to replace