summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-27 18:59:34 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-27 18:59:34 +0000
commitf48ae0d10c5b586db5748b0d4b645c7e9ff5d52e (patch)
tree03c429887961bbd09af63e1a02c1930b9fed72a9 /ChangeLog
parentb912e1d2c02a038818aac2a82a1dc927a70e0750 (diff)
downloadruby-f48ae0d10c5b586db5748b0d4b645c7e9ff5d52e.tar.gz
merge revision(s) 44717:ruby_1_8_7
* configure.in: define USE_BUILTIN_FRAME_ADDRESS on x86_64 even if __builtin_frame_address is not used now. By this, FreeBSD's clang can build ruby 1.8, and alloca(1) doesn't work on it. git-svn-id: svn+ssh://svn.ruby-lang.org/ruby/branches/ruby_1_8_7@44719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bc6d989d7..08082981af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue Jan 28 03:59:15 2014 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * configure.in: define USE_BUILTIN_FRAME_ADDRESS on x86_64
+ even if __builtin_frame_address is not used now.
+ By this, FreeBSD's clang can build ruby 1.8,
+ and alloca(1) doesn't work on it.
+
Fri Nov 22 12:43:52 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* util.c (ruby_strtod): ignore too long fraction part, which does not