From 959f67b1187f09654472257135a33648192ac052 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 5 Jun 2008 05:03:46 +0000 Subject: * ext/iconv/iconv.c (iconv_create): find encoding without options. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 37bfab588..2c29c2de9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Jun 5 14:03:44 2008 Nobuyoshi Nakada + + * ext/iconv/iconv.c (iconv_create): find encoding without options. + Thu Jun 5 07:48:32 2008 Koichi Sasada * string.c (hash): should be "static". -- cgit