CHG . 23717->23740 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=23740;diff_format=u CHG ChangeLog 23716->23740 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?p1=branches/ruby_1_8/ChangeLog&r1=23717&r2=23740&pathrev=23740;diff_format=u CHG bignum.c 23052->23740 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/bignum.c?p1=branches/ruby_1_8/bignum.c&r1=23717&r2=23740&pathrev=23740;diff_format=u CHG version.h 23717->23740 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/version.h?p1=branches/ruby_1_8/version.h&r1=23717&r2=23740&pathrev=23740;diff_format=u COMMIT Add test for extra , at end of call http://github.com/rubyspec/rubyspec/commit/1b84cfb741a31e13b2e9390f0b64e21093aa40da COMMIT - Add the new ObjectSpace check to check if object finalizers really work. This works by forking a new process and reading the data from it through the pipe. If the finalizer has been called, the pipe will be feeded with the predefined string and will be empty otherwise. Apparently, object finalizers are broken in ruby 1.8.7 currently. The issue has been reported to the ruby-core mailing list. http://github.com/rubyspec/rubyspec/commit/7072d6def04d6fd23244839986e234da76d9a5a0 COMMIT Fixnum#fdiv -> Float#fdiv... :-( http://github.com/rubyspec/rubyspec/commit/de4caed711af7a08b45b66e09ac7ab8336feb090 COMMIT Fixnum#fdiv: Specify 1.9 method. http://github.com/rubyspec/rubyspec/commit/7ead11f82c65c4c5b179d771d1f1633be355bb80 COMMIT Fiber#resume: Tag bug #595. http://github.com/rubyspec/rubyspec/commit/e166d9f2b7920b8bd550d5ac25b3b4f289d22c29 COMMIT Fiber#resume|transfer: "require 'fiber'" for #transfer http://github.com/rubyspec/rubyspec/commit/c7eb728a691fcdea419557237e07f6859bcb6ff9 COMMIT Fiber#resume: Should execute ensure clause (bug #595) http://github.com/rubyspec/rubyspec/commit/6ddf1cdddc4c0866cea4c369e8aee017a6cc694b COMMIT Numeric#polar: Specify 1.9 method. http://github.com/rubyspec/rubyspec/commit/844b3ce670216c51640f5be457ee2200c6e67005 COMMIT Float#numerator: Quarantine segfault (bug #1651) http://github.com/rubyspec/rubyspec/commit/915a7be287d87894c2310a79ee9870eb6b75cac8 COMMIT Float#numerator: Specify 1.9 method. http://github.com/rubyspec/rubyspec/commit/f6e9ba458f96c1f2e6640d47bb2711103a08fcc3 COMMIT Numeric#numerator: Specify 1.9 method. http://github.com/rubyspec/rubyspec/commit/2c2aef71c99da4aa2de9ba4094c20e092f816f59 COMMIT Integer#numerator: Specify 1.9 method. http://github.com/rubyspec/rubyspec/commit/3b9e9d94017512b1fd0f6a56ad0454dafca36b0b COMMIT Numeric#to_c: Specify 1.9 method. http://github.com/rubyspec/rubyspec/commit/f8be68aadb5468195606caec249b5d98606d0f87 COMMIT Teach mspec about 1.8 tags. http://github.com/rubyspec/rubyspec/commit/5a231c38af47b0b5a7b65aafdb8387b0f2856954 COMMIT Float|Bignum#<=>: Guard bug #1645 on 1.8.6 and 1.8.7 http://github.com/rubyspec/rubyspec/commit/c266603d56b972cab51834fc4193832bfec5c2d9 COMMIT Bignum#<=>: Infinity is greater than any Bignum. http://github.com/rubyspec/rubyspec/commit/aea845772865104db21402369936c4d10b3e2a0e COMMIT Float#<=>: Infinity is greater than any Bignum. http://github.com/rubyspec/rubyspec/commit/44d5c83c12ba0030f28551bb9f6b3ec267bbe0cb --- 20090618T083640 +++ 20090619T083849 @@ -1,576 +1,576 @@ gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -DRUBY_EXPORT -L. -rdynamic -Wl,-export-dynamic main.o libruby-static.a -lrt -ldl -lcrypt -lm -o miniruby == miniversion #