aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-02-14 12:07:14 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-02-14 12:07:14 +0000
commitfd569ed7ca7bfdbc8c688c5140fe67f92d5dba05 (patch)
treea61965f64ef396b78a8a68e2e1185ab7155b25f6 /ChangeLog
parent8f59ed795da4da2d77c3025a78c3b965910ae360 (diff)
downloadruby-fd569ed7ca7bfdbc8c688c5140fe67f92d5dba05.tar.gz
* configure.in: revert r30621. That revision introduced mkmf test
failures and it turned out to be OK to revert. [ruby-dev:43203] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30872 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 15a325be65..1b35d25e2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Feb 14 21:06:50 2011 URABE Shyouhei <shyouhei@ruby-lang.org>
+
+ * configure.in: revert r30621. That revision introduced mkmf test
+ failures and it turned out to be OK to revert. [ruby-dev:43203]
+
Mon Feb 14 21:04:01 2011 Tanaka Akira <akr@fsij.org>
* ext/fiddle/conversions.h: parenthesize macro arguments.