aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-12-18 08:56:51 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-12-18 08:56:51 +0000
commitb487727ea43de143996d0a802813bbf39ee2b043 (patch)
tree9a1cbe98ff8ab7e5c8b02b024e46b142e84c2e1b /ChangeLog
parent35f851bcfe7e42ddf1b44606d2df4d4be9de9976 (diff)
downloadruby-b487727ea43de143996d0a802813bbf39ee2b043.tar.gz
* sample/test.rb: Hash#indexes -> Hash#select.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b3ac1bd56..746263be50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,16 @@
-Mon Dec 17 18:53:49 2001 K.Kosako <kosako@sofnec.co.jp>
+Tue Dec 18 17:54:53 2001 WATANABE Hirofumi <eban@ruby-lang.org>
- * string.c (rb_str_replace): swap arguments of OBJ_INFECT.
+ * sample/test.rb: Hash#indexes -> Hash#select.
Tue Dec 18 01:02:13 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
* eval.c (rb_thread_schedule): should not select a thread which is
not yet initialized.
+Mon Dec 17 18:53:49 2001 K.Kosako <kosako@sofnec.co.jp>
+
+ * string.c (rb_str_replace): swap arguments of OBJ_INFECT.
+
Mon Dec 17 16:52:20 2001 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
* intern.h: add prototypes.