summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-28 11:50:31 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-28 11:50:31 +0000
commit84b144f6de2cb5eccb9b534217f3cf943896b613 (patch)
treeabc102f2bdadb9196356d8b3dcebe939100f3b54 /ChangeLog
parentf7f0784270ce51fac9c21b58668b3e455d2ae60e (diff)
* object.c (convert_type): call less rb_intern() less frequently
by using cache structure. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c35787ac9..8c028f81e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@ Thu Aug 28 20:22:49 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
behave like array. a patch from Yusuke Endoh <mame at tsg.ne.jp>
in [ruby-dev:35988]. [ruby-dev:35977]
+ * object.c (convert_type): call less rb_intern() less frequently
+ by using cache structure.
+
Thu Aug 28 19:04:50 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* bootstraptest/test_io.rb: no need to create real file.