From 21606c6ec56bf11be012f391e43974132ae5646f Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 11 Jun 2004 13:33:47 +0000 Subject: * array.c: remove #indexes, #indices. * hash.c: ditto. * ext/dbm/dbm.c: remove #indexes, #indices, "values_at" warning from #select. * ext/gdbm/gdbm.c: ditto. * ext/sdbm/init.c: ditto. * ext/dbm/dbm.c (Init_dbm): set VERSION constant as "unknown" when DB_VERSION_STRING is not available. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6449 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e49bab5fb2..86e85d564c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Fri Jun 11 22:08:50 2004 Yukihiro Matsumoto + + * array.c: remove #indexes, #indices. + + * hash.c: ditto. + + * ext/dbm/dbm.c: remove #indexes, #indices, "values_at" warning + from #select. + + * ext/gdbm/gdbm.c: ditto. + + * ext/sdbm/init.c: ditto. + + * ext/dbm/dbm.c (Init_dbm): set VERSION constant as "unknown" when + DB_VERSION_STRING is not available. + Thu Jun 10 19:19:41 2004 Yukihiro Matsumoto * ext/sdbm/init.c (fsdbm_store): sdbm should use StringValue(). -- cgit v1.2.3