summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-02 08:41:13 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-02 08:41:13 +0000
commitecb6f1760475e8ec66b6ac8b910757a1f969e6b0 (patch)
tree1e8fee6e140a3264fc3b758aea27b7557dfeb1c1 /ChangeLog
parent81054f9873d0293cfc436793b01f0caf4127fdf1 (diff)
downloadruby-ecb6f1760475e8ec66b6ac8b910757a1f969e6b0.tar.gz
ruby-ecb6f1760475e8ec66b6ac8b910757a1f969e6b0.tar.xz
ruby-ecb6f1760475e8ec66b6ac8b910757a1f969e6b0.zip
merge revision(s) 16851:
* ext/iconv/iconv.c (iconv_iconv): fixed backport miss. [ruby-core:17115] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@17791 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 2a4026777..91020d2d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jul 2 17:38:01 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/iconv/iconv.c (iconv_iconv): fixed backport miss.
+ [ruby-core:17115]
+
Tue Jul 1 15:09:37 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* array.c (rb_ary_fill): check if beg is too big.