summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-03-04 09:31:02 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-03-04 09:31:02 +0000
commit7a153a014e73ffb0c4cd927a82ab6dd4f2366e14 (patch)
tree7c120730347c98ec84af6f5cfdde481be9ee23ae /ChangeLog
parentdb694b2183c3c42c64cca32861fd1780e802276c (diff)
downloadruby-7a153a014e73ffb0c4cd927a82ab6dd4f2366e14.tar.gz
ruby-7a153a014e73ffb0c4cd927a82ab6dd4f2366e14.tar.xz
ruby-7a153a014e73ffb0c4cd927a82ab6dd4f2366e14.zip
* array.c (rb_ary_aref): give warning if index is a symbol.
[ruby-list:37217] * array.c (rb_ary_aset): raise TypeError if index is a symbol. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1807fdf0d..74b0901e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue Mar 4 17:54:30 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * array.c (rb_ary_aref): give warning if index is a symbol.
+ [ruby-list:37217]
+
+ * array.c (rb_ary_aset): raise TypeError if index is a symbol.
+
Tue Nov 13 14:39:11 2001 WATANABE Tetsuya <tetsu@jpn.hp.com>
* missing/strftime.c: HP-UX support.