summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-25 02:27:34 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-25 02:27:34 +0000
commit9abf09133d2f4561801308234023e9405139f705 (patch)
tree95a244aac6bf6081f0370bb8b8e6296ccc33ec2b /ChangeLog
parent8a4fb4acba170bae08b2d3c29f380b7a7983efd8 (diff)
vm_method.c: quote method name
* vm_method.c (set_method_visibility): quote unprintable method name. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0c5398215..87c6ffc2ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat May 25 11:27:32 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * vm_method.c (set_method_visibility): quote unprintable method name.
+
Sat May 25 11:24:24 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* eval.c (rb_frame_callee): returns the called name of the current