From edd99fc53a77961053680607c0666141ebcee32e Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 5 Sep 2008 09:16:34 +0000 Subject: * ext/iconv/iconv.c (iconv_create): strips glibc style option before charset mapping. retris without options if they seemed causing error, and warns. [ruby-dev:36147] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19147 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 950761a83..4674d493d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Sep 5 18:16:31 2008 Nobuyoshi Nakada + + * ext/iconv/iconv.c (iconv_create): strips glibc style option before + charset mapping. retris without options if they seemed causing + error, and warns. [ruby-dev:36147] + Fri Sep 5 03:09:48 2008 Koichi Sasada * iseq.c (iseq_data_to_ary): make it static. -- cgit