aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-04 14:25:19 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-04 14:25:19 +0000
commitb2a1339f2457166e2ef9ffe16f7f4bdb46bb5bf8 (patch)
treeebe4c98649290a288548d25593f9d23e5226ac08 /ChangeLog
parent61b245cc4044bfda14fa66a4a3fce457d7b43b21 (diff)
downloadruby-b2a1339f2457166e2ef9ffe16f7f4bdb46bb5bf8.tar.gz
* ext/socket/extconf.rb: Remove condition for bcc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40111 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 470788368f..3147f2b86e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Apr 4 23:24:45 2013 Tanaka Akira <akr@fsij.org>
+
+ * ext/socket/extconf.rb: Remove condition for bcc.
+
Thu Apr 4 22:53:23 2013 Tanaka Akira <akr@fsij.org>
* include/ruby/ruby.h (FIX2LONG): Parenthesize the macro body.