summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-29 15:02:59 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-29 15:02:59 +0000
commit3f3e44962cedb1e5c607f62004789d6876ab0ff0 (patch)
tree1dc4620e4dcf3fb6ce75e63a3ab1ae7f99c245e7 /ChangeLog
parentda707bbaf1460d2f4da23960f1f1b59fce4937df (diff)
downloadruby-3f3e44962cedb1e5c607f62004789d6876ab0ff0.tar.gz
ruby-3f3e44962cedb1e5c607f62004789d6876ab0ff0.tar.xz
ruby-3f3e44962cedb1e5c607f62004789d6876ab0ff0.zip
Escape as \x{XXXX} other than Unicode chars.
* string.c (rb_str_inspect): escape as \x{XXXX} when the encoding is other than Unicode. [ruby-dev:39388] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25163 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 f5b395df3..5205024e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Sep 30 00:00:25 2009 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * string.c (rb_str_inspect): escape as \x{XXXX} when the encoding is
+ other than Unicode. [ruby-dev:39388]
+
Wed Sep 30 00:00:30 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (THREAD_MODEL): modified message when no thread