diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-04 08:52:25 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-04 08:52:25 +0000 |
commit | 2e4a24efb251c81855abd25beb6a3ab74ec02ab4 (patch) | |
tree | f0cd1f65d59b159bf5541ea48be202c4d1868756 /ChangeLog | |
parent | cd84abd9cea14db4b873d983aaa6c042bd8c01c6 (diff) | |
download | ruby-2e4a24efb251c81855abd25beb6a3ab74ec02ab4.tar.gz ruby-2e4a24efb251c81855abd25beb6a3ab74ec02ab4.tar.xz ruby-2e4a24efb251c81855abd25beb6a3ab74ec02ab4.zip |
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Wed Jun 4 17:52:18 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * 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 <knu@iDaemons.org> * enumerator.c (enumerator_with_index, enumerator_with_memo): Fix |