summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-18 17:52:12 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-18 17:52:12 +0000
commit1968f8666f4f56504b2e0d5a8845313797fa0eba (patch)
tree0f0ab95c62357bf7f5050be84af66354954a0f5f /ChangeLog
parentd104b5bc9518429aae9f3f6afdaa489e4b995c8b (diff)
downloadruby-1968f8666f4f56504b2e0d5a8845313797fa0eba.tar.gz
ruby-1968f8666f4f56504b2e0d5a8845313797fa0eba.tar.xz
ruby-1968f8666f4f56504b2e0d5a8845313797fa0eba.zip
* vm_eval.c (rb_search_method_entry): show the type of the hidden
object. (rb_type_str): new function for above. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25849 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14c8279c9..9903c098e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Nov 19 02:50:47 2009 Tanaka Akira <akr@fsij.org>
+
+ * vm_eval.c (rb_search_method_entry): show the type of the hidden
+ object.
+ (rb_type_str): new function for above.
+
Thu Nov 19 00:47:09 2009 Tanaka Akira <akr@fsij.org>
* io.c (MORE_CHAR_SUSPENDED): renamed from MORE_CHAR_CBUF_FULL.