summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-23 06:53:55 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-23 06:53:55 +0000
commit5a8db29b59f5f0bd6272bbfd615d356e475c52f1 (patch)
tree0bb742aeb8800bf4204528ef1640b950e3cfc6f0 /ChangeLog
parent472156c236c0b086bde6b26703f2f02d1be5f730 (diff)
* string.c (rb_str_dump): use \u{ff} escape for UTF-8 encoding
string. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19897 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 cee9a1c332..e156eb49a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,11 @@ Thu Oct 23 14:08:07 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
converted before the proto so that the #to_int of the former cannot
alter the latter.
+Thu Oct 23 10:55:08 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * string.c (rb_str_dump): use \u{ff} escape for UTF-8 encoding
+ string.
+
Thu Oct 23 09:26:22 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* ext/socket/socket.c (sock_s_getservbyport): cast to get rid of