ruby-changes:10298
From: yugui <ko1@a...>
Date: Wed, 28 Jan 2009 20:08:57 +0900 (JST)
Subject: [ruby-changes:10298] Ruby:r21842 (ruby_1_9_1): merges r21813 from trunk into ruby_1_9_1.
yugui 2009-01-28 20:08:28 +0900 (Wed, 28 Jan 2009) New Revision: 21842 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=21842 Log: merges r21813 from trunk into ruby_1_9_1. * math.c: SEGV is caused by implicit rb_to_float declaration test_complexrational.rb: [BUG] at IA-64 architecture Modified files: branches/ruby_1_9_1/ChangeLog branches/ruby_1_9_1/math.c Index: ruby_1_9_1/math.c =================================================================== --- ruby_1_9_1/math.c (revision 21841) +++ ruby_1_9_1/math.c (revision 21842) @@ -15,6 +15,7 @@ VALUE rb_mMath; +extern VALUE rb_to_float(VALUE val); #define Need_Float(x) (x) = rb_to_float(x) #define Need_Float2(x,y) do {\ Need_Float(x);\ Index: ruby_1_9_1/ChangeLog =================================================================== --- ruby_1_9_1/ChangeLog (revision 21841) +++ ruby_1_9_1/ChangeLog (revision 21842) @@ -1,3 +1,8 @@ +Wed Jan 28 15:24:11 2009 TAKANO Mitsuhiro (takano32) <tak@n...> + + * math.c: SEGV is caused by implicit rb_to_float declaration + test_complexrational.rb: [BUG] in IA-64 architecture + Tue Jan 27 03:23:43 2009 Yukihiro Matsumoto <matz@r...> * lib/mkmf.rb (create_makefile): should point correct path to -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/