summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-09-14 03:40:54 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-09-14 03:40:54 +0000
commit9151ed22b360ba3d2bde3b51969a682f9a4a3096 (patch)
tree6f555dbc3b6dc818411b23214bfb23f60023cc38 /ChangeLog
parentfe3306bf900668034fd9cf9604407c5abe535d0f (diff)
* configure.in: do not use gcc-4.2 as the default compiler.
* NEWS: describe the issue about Xcode. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33269 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e612a059fb..dda34e8284 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Sep 14 12:39:00 2011 Kenta Murata <mrkn@mrkn.jp>
+
+ * configure.in: do not use gcc-4.2 as the default compiler.
+
+ * NEWS: describe the issue about Xcode.
+
Wed Sep 14 11:46:30 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* thread.c (rb_fd_rcopy): added an argument guard.