diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-13 09:05:49 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-13 09:05:49 +0000 |
commit | 122ccdbf5e58d00ffe8cc8873566fc753a9ab15d (patch) | |
tree | a5d63eccc053ea7d07ddfb2ca47bc3203f8558fd /ChangeLog | |
parent | d873f09705f13723474199671408857ca4e7431d (diff) | |
download | ruby-122ccdbf5e58d00ffe8cc8873566fc753a9ab15d.tar.gz ruby-122ccdbf5e58d00ffe8cc8873566fc753a9ab15d.tar.xz ruby-122ccdbf5e58d00ffe8cc8873566fc753a9ab15d.zip |
* string.c (str_gsub): should copy encoding to the result.
* sprintf.c (rb_str_format): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Thu Dec 13 17:26:17 2007 Yukihiro Matsumoto <matz@ruby-lang.org> +Thu Dec 13 17:51:54 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * string.c (rb_str_split_m): need not to check encoding if regexp is empty. @@ -9,6 +9,10 @@ Thu Dec 13 17:26:17 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * string.c (rb_str_chomp_bang): need to check encoding of record separator. + * string.c (str_gsub): should copy encoding to the result. + + * sprintf.c (rb_str_format): ditto. + Thu Dec 13 17:03:29 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * encoding.c (rb_enc_compatible): should swap encoding indexes too. |