summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-16 05:41:50 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-16 05:41:50 +0000
commit2d8bbfa5da002107f5cd47e4340588a4e6f26690 (patch)
tree0c22e8e62601736f10226c42c91f7a8a469e5654 /ChangeLog
parent40caeb6bd1e83d447ed4f6cd8d4ab430ee11f3f1 (diff)
* common.mk (dln_find.o): fix dependency.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27814 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 fe1749ea8f..3dfc9c7d0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun May 16 14:41:48 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * common.mk (dln_find.o): fix dependency.
+
Sun May 16 13:55:25 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
* error.c (rb_loaderror): use locale string, not ascii-8bit.