summaryrefslogtreecommitdiffstats
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
commit158277f3161284165b01a965968e674589f1110c (patch)
treea1158473f96e7ffb42c8b9ea35c74e778f69bc50 /ChangeLog
parent31c42482de33d35fff78c1f3d9eed812800f743b (diff)
downloadruby-158277f3161284165b01a965968e674589f1110c.tar.gz
ruby-158277f3161284165b01a965968e674589f1110c.tar.xz
ruby-158277f3161284165b01a965968e674589f1110c.zip
* lib/mkmf.rb (create_makefile): fix for parallel execution.
[ruby-core:25509] git-svn-id: http://svn.ruby-lang.org/repos/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 c8abd65f8..166f8f190 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.