summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-10 02:24:45 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-10 02:24:45 +0000
commit53ea4c0cbdefeec9f257da577b689368a9de767f (patch)
tree94734a14c219a38f8a48e280864b9d20881910f3 /ChangeLog
parentf2400eca0b30cb60273c9526b4501dbe4bcca50f (diff)
* include/ruby/encoding.h: not to use varargs.h since requiring C89.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17066 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 4575e4b0c4..4406d73e07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jun 10 11:24:43 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * include/ruby/encoding.h: not to use varargs.h since requiring C89.
+
Tue Jun 10 00:50:51 2008 Yusuke Endoh <mame@tsg.ne.jp>
* include/ruby/ruby.h, vm_core.h: add a type rb_blockptr.