summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-06 15:59:29 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-06 15:59:29 +0000
commita22a489cdeafc3a92db2bd1dead932fac6cb3a4f (patch)
tree59af77e8225cd5f49e572570a1c0d7faf01cb6cf /ChangeLog
parent080605efb199588ef7f28733853256f5e362ae72 (diff)
* common.mk: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13353 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 478e381fa9..a3838ec7d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Sep 7 00:58:16 2007 Koichi Sasada <ko1@atdot.net>
+
+ * common.mk: fix typo.
+
Fri Sep 7 00:28:25 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* io.c (rb_io_getc): forgot to commit rb_enc_mbclen() fix.