diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-06 06:51:31 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-06 06:51:31 +0000 |
| commit | b50032c8eda65e3aca62f13fd13129e70e8e1138 (patch) | |
| tree | 112f7e4154e500bf48240f8b4cfaab09e351fd6e /ChangeLog | |
| parent | 28fc7d479b5a06a89f338b1fecb087ef4068b370 (diff) | |
| download | ruby-b50032c8eda65e3aca62f13fd13129e70e8e1138.tar.gz ruby-b50032c8eda65e3aca62f13fd13129e70e8e1138.tar.xz ruby-b50032c8eda65e3aca62f13fd13129e70e8e1138.zip | |
* 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.
* ext/gdbm/gdbm.c (fgdbm_values_at): new method to replace
select(index..).
* ext/sdbm/init.c (fsdbm_values_at): ditto.
* ext/dbm/dbm.c (fdbm_values_at): ditto.
* ext/dbm/dbm.c (DBM::VERSION): defined.
* ext/gdbm/testgdbm.rb: replace select with values_at.
* ext/sdbm/testsdbm.rb: ditto.
* ext/dbm/testdbm.rb: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 30 |
1 files changed, 28 insertions, 2 deletions
@@ -1,3 +1,31 @@ +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 + select(index..). + + * ext/sdbm/init.c (fsdbm_values_at): ditto. + + * ext/dbm/dbm.c (fdbm_values_at): ditto. + + * ext/dbm/dbm.c (DBM::VERSION): defined. + + * ext/gdbm/testgdbm.rb: replace select with values_at. + + * ext/sdbm/testsdbm.rb: ditto. + + * ext/dbm/testdbm.rb: ditto. + + * ext/dbm/testdbm.rb (setup): DBM.open(path, 0400) cause EACCESS + on Berkeley DB[234]. + Mon May 5 22:57:07 2003 Tadayoshi Funaba <tadf@dotrb.org> * sample/cal.rb: use values_at instead of select. @@ -48,8 +76,6 @@ Sat May 3 11:00:12 2003 Yukihiro Matsumoto <matz@ruby-lang.org> warnings to show migration path. The default will be reversed on Jan 2004. - * numeric.c (num_step): "1.1.step(1.5,0.1)" to work. - Sat May 3 00:58:53 2003 Yukihiro Matsumoto <matz@ruby-lang.org> * object.c (rb_obj_methods): now accepts recurse parameter. |
