summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-13 13:20:26 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-13 13:20:26 +0000
commit518a9acee2173f3b7f2649e6d37c97f0c86620b9 (patch)
treeafb781eb3b725792cc883246f1c08fe606cfa426 /ChangeLog
parent814bc25b4c8107cdf221df11abf0f57bd8169848 (diff)
* common.mk (help): describes more targets.
based on a patch by Michael Klishin. [ruby-core:20523]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20725 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 b5b817682..636e91a0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Dec 13 22:17:30 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * common.mk (help): describes more targets.
+ based on a patch by Michael Klishin. [ruby-core:20523].
+
Sat Dec 13 18:34:43 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* string.c (sym_printable): wrong condition for string iteration.