aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-04 10:56:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-04 10:56:44 +0000
commit398cdd3825d793f5ed7f7e7e34fc84768cd2af20 (patch)
tree2ce7b99a75f39efe8c0858c85cc1a8f65eb63ae8 /ChangeLog
parent6ccd9e0372ca172e4f37e80bf12bda2e43952c21 (diff)
downloadruby-398cdd3825d793f5ed7f7e7e34fc84768cd2af20.tar.gz
* ext/iconv/iconv.c (iconv_convert): should not set encoding unless
the target encoding is supported. [ruby-dev:32451] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14103 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 e4dedebf0d..5c264df36e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Dec 4 19:56:42 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/iconv/iconv.c (iconv_convert): should not set encoding unless
+ the target encoding is supported. [ruby-dev:32451]
+
Tue Dec 4 17:34:17 2007 NARUSE, Yui <naruse@ruby-lang.org>
* ext/nkf/lib/kconv.rb (tojis, tosjis, toeuc, toutf8):