From 2e4a24efb251c81855abd25beb6a3ab74ec02ab4 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 4 Jun 2008 08:52:25 +0000 Subject: * ext/iconv/iconv.c (iconv_iconv): fix for length argument and now allows range. [ruby-core:17092] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0d215218e..df7b5f4c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 4 17:52:18 2008 Nobuyoshi Nakada + + * ext/iconv/iconv.c (iconv_iconv): fix for length argument and now + allows range. [ruby-core:17092] + Wed Jun 4 15:45:41 2008 Akinori MUSHA * enumerator.c (enumerator_with_index, enumerator_with_memo): Fix -- cgit