ruby/ext/sdbm
matz 7752fb4205 * 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@3758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-05-06 06:51:31 +00:00
..
.cvsignore * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
MANIFEST Update. 2002-09-27 13:36:11 +00:00
_sdbm.c * configure.in: remove unnecessary AC_CANONICAL_BUILD 2001-05-28 16:07:34 +00:00
depend ext/*/depend 1999-10-21 07:08:00 +00:00
extconf.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
init.c * object.c (rb_obj_methods): list singleton methods if recur 2003-05-06 06:51:31 +00:00
sdbm.h remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
testsdbm.rb * object.c (rb_obj_methods): list singleton methods if recur 2003-05-06 06:51:31 +00:00