summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-04 08:52:25 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-04 08:52:25 +0000
commit2e4a24efb251c81855abd25beb6a3ab74ec02ab4 (patch)
treef0cd1f65d59b159bf5541ea48be202c4d1868756 /ChangeLog
parentcd84abd9cea14db4b873d983aaa6c042bd8c01c6 (diff)
downloadruby-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
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 <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