summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-13 00:24:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-13 00:24:58 +0000
commit140fb1bae3e8110cc1070bdc66d51a84c7e875bd (patch)
tree42c7296eef0790ccefb3bae4837a486c6f1276ce /ChangeLog
parent060b6318963aba7516c7f3385d0385cc95bd4241 (diff)
* common.mk (clear-installed-list): separated from install-prereq.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12059 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 02f83387b1..e07ac5d018 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Mar 13 09:25:10 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * common.mk (clear-installed-list): separated from install-prereq.
+
Tue Mar 13 07:23:20 2007 Shugo Maeda <shugo@ruby-lang.org>
* lib/monitor.rb (mon_try_enter): call @mon_muetx.try_lock.