aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-10 14:00:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-10 14:00:47 +0000
commit3a224dbf45c2bcd8db9c881d671a3080ba16f5c3 (patch)
treea1158473f96e7ffb42c8b9ea35c74e778f69bc50 /ChangeLog
parent3707fd4941f4eed6c442180a0ae19d92e6d39b08 (diff)
downloadruby-3a224dbf45c2bcd8db9c881d671a3080ba16f5c3.tar.gz
* lib/mkmf.rb (create_makefile): fix for parallel execution.
[ruby-core:25509] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24829 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 c8abd65f81..166f8f190c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Sep 10 23:00:45 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/mkmf.rb (create_makefile): fix for parallel execution.
+ [ruby-core:25509]
+
Thu Sep 10 21:22:01 2009 Tanaka Akira <akr@fsij.org>
* test/dl/test_cptr.rb (test_free=): test SEGV at first.