summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-21 12:27:21 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-21 12:27:21 +0000
commit007b5c46a8036e752b91f77110a956d984411743 (patch)
treed67a04ecf95a870ac3011b6e0e407dcfd3a1446f /ChangeLog
parent5d519fb86c4114135205c20fa0dc7e8a312e7c33 (diff)
* object.c (rb_to_id): use rb_str_intern() instead of rb_intern()
directly, for sanity check. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3972 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ca0936c5..26efe7edd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jun 21 21:27:18 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
+
+ * object.c (rb_to_id): use rb_str_intern() instead of rb_intern()
+ directly, for sanity check.
+
Sat Jun 21 13:56:09 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp>
* wince/Makefile.sub: undefine HAVE__SETJMP.