aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-05 11:31:58 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-05 11:31:58 +0000
commit0d49737b4f8fed8bd5224eda57382891c4492f46 (patch)
treee410575c658de28e4fc4939a494820c92281fac5 /ChangeLog
parent291809f473ad009f6b42760b0aded72f320f6683 (diff)
downloadruby-0d49737b4f8fed8bd5224eda57382891c4492f46.tar.gz
* string.c (sym_inspect): Escape when the symbol is not
resulted encoding and not ascii_only. It had escaped ascii-incompatible string, but it is wrong. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28176 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 7e5a8fa24b..6876871bff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Jun 5 01:20:14 2010 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * string.c (sym_inspect): Escape when the symbol is not
+ resulted encoding and not ascii_only. It had escaped
+ ascii-incompatible string, but it is wrong.
+
Sat Jun 5 01:10:12 2010 NARUSE, Yui <naruse@ruby-lang.org>
* string.c (rb_str_buf_cat_escaped_char): defined.