aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-23 09:08:41 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-23 09:08:41 +0000
commit757f1b135dfa5534fe24ba0c544556b04288d503 (patch)
treed801016892e1f6d87104d5c56764786c919c5ce6 /ChangeLog
parentc431879a6827ebd72ffecf6e9e21e82092ebfbda (diff)
downloadruby-757f1b135dfa5534fe24ba0c544556b04288d503.tar.gz
* common.mk (io.o): remove dependency for vm_core.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19480 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 446d7ef709..36c8420c34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Sep 23 18:07:55 2008 Koichi Sasada <ko1@atdot.net>
+
+ * common.mk (io.o): remove dependency for vm_core.h.
+
Tue Sep 23 17:56:44 2008 Koichi Sasada <ko1@atdot.net>
* thread.c (rb_thread_blocking_region): fix typo in a document.