summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-29 00:34:06 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-29 00:34:06 +0000
commit6faf903b2d2f0c003b711c855d1123d4c02d5579 (patch)
treeb79c9cfa3c4fb4ca5bee393c23e41ff7546644d7 /ChangeLog
parentb706341577bdf45dc1c4e278e4be7608769998c4 (diff)
* string.c (rb_str_inspect): dump as \uXXXX when the
string is in Unicode. [ruby-dev:39388] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25143 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 1b01b9552..cad77d1f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Sep 29 06:50:32 2009 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * string.c (rb_str_inspect): dump as \uXXXX when the
+ string is in Unicode. [ruby-dev:39388]
+
Tue Sep 29 06:49:16 2009 NARUSE, Yui <naruse@ruby-lang.org>
* encoding.c (rb_enc_unicode_p): defined.