summaryrefslogtreecommitdiffstats
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
commit8d4059b1da84146b19d3ec488fc8a113c88f38b8 (patch)
tree42c7296eef0790ccefb3bae4837a486c6f1276ce /ChangeLog
parentf71ecc7e388dcd3fd962a5cbb4e0786b938865e8 (diff)
downloadruby-8d4059b1da84146b19d3ec488fc8a113c88f38b8.tar.gz
ruby-8d4059b1da84146b19d3ec488fc8a113c88f38b8.tar.xz
ruby-8d4059b1da84146b19d3ec488fc8a113c88f38b8.zip
* common.mk (clear-installed-list): separated from install-prereq.
git-svn-id: http://svn.ruby-lang.org/repos/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 02f83387b..e07ac5d01 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.