From f48ae0d10c5b586db5748b0d4b645c7e9ff5d52e Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 27 Jan 2014 18:59:34 +0000 Subject: merge revision(s) 44717: * 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 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * util.c (ruby_strtod): ignore too long fraction part, which does not -- cgit v1.2.3