diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-07-14 17:21:36 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-07-14 17:21:36 +0000 |
commit | 2dc7d111f8013f848ea375cc9fc77bb238dceaf6 (patch) | |
tree | 48cfa785282e2342da09649de0a7fd03bec46852 /ChangeLog | |
parent | f2dc5f15bab9b6200b914755c40655b064153d43 (diff) |
encoding.c: encoding at inspect
* encoding.c (enc_inspect): use PRIsVALUE to preserve the result
encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,7 @@ -Mon Jul 15 02:21:29 2013 Nobuyoshi Nakada <nobu@ruby-lang.org> +Mon Jul 15 02:21:33 2013 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * encoding.c (enc_inspect): use PRIsVALUE to preserve the result + encoding. * encoding.c (enc_set_index): deal with terminator so that rb_enc_set_index also works. |