aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-11 10:10:16 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-11 10:10:16 +0000
commit9886722caa675951b0d67c306ae143ecaf7ce067 (patch)
treed1fa5834a101d49c2bd6a649898034a0c7fdf1db /ChangeLog
parent63471c7c3279ba5b152b170afcce5092ea62dda6 (diff)
downloadruby-9886722caa675951b0d67c306ae143ecaf7ce067.tar.gz
* ext/iconv/iconv.c: add attention for machine independent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc48ad3582..95ef08ddc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Sep 11 19:09:25 2008 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * ext/iconv/iconv.c: add attention for machine independent.
+
Thu Sep 11 15:23:26 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* bignum.c (bigdivrem): adjust length for division and remainder.