CHG . 23661->23669 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=23669;diff_format=u CHG ChangeLog 23661->23669 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?p1=trunk/ChangeLog&r1=23661&r2=23669&pathrev=23669;diff_format=u CHG string.c 23620->23669 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/string.c?p1=trunk/string.c&r1=23661&r2=23669&pathrev=23669;diff_format=u CHG version.h 23660->23669 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/version.h?p1=trunk/version.h&r1=23661&r2=23669&pathrev=23669;diff_format=u CHG ext/bigdecimal/bigdecimal.c 23609->23667 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/bigdecimal/bigdecimal.c?p1=trunk/ext/bigdecimal/bigdecimal.c&r1=23661&r2=23669&pathrev=23669;diff_format=u CHG ext/bigdecimal/bigdecimal.h 20366->23667 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/bigdecimal/bigdecimal.h?p1=trunk/ext/bigdecimal/bigdecimal.h&r1=23661&r2=23669&pathrev=23669;diff_format=u CHG lib/cmath.rb 23658->23668 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/cmath.rb?p1=trunk/lib/cmath.rb&r1=23661&r2=23669&pathrev=23669;diff_format=u CHG lib/prime.rb 22784->23665 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/prime.rb?p1=trunk/lib/prime.rb&r1=23661&r2=23669&pathrev=23669;diff_format=u COMMIT private: Update for #methods returning Symbols on 1.9. http://github.com/rubyspec/rubyspec/commit/6b4eedbb96795c249600c53d77fa4663def1a559 COMMIT Metaclass: Update for #constants returning Symbols on 1.9. http://github.com/rubyspec/rubyspec/commit/8e99d050d512c6e42b2a5966e55488f71b89eed8 COMMIT Class: Update examples for 1.9 methods returning Symbols. http://github.com/rubyspec/rubyspec/commit/a4aad772b8561efeb441ac7b251ed9413fb21330 COMMIT Thread: Fix fixture to cope with 1.9's removal of Thread.critical. http://github.com/rubyspec/rubyspec/commit/195df3ac1276cb5824e4c09dbb5e8d35661c4daa COMMIT Float#induced_from: Remove 1.9 tags; all tests pass. http://github.com/rubyspec/rubyspec/commit/51d890844adb0243c4548fc83c635b5c4cd85560 COMMIT Float#induced_from: Method removed in 1.9. http://github.com/rubyspec/rubyspec/commit/1c6d86b8a4acae67377486ea403eef8c0eff90a2 COMMIT Math: Remove 1.9 tags for passing tests. http://github.com/rubyspec/rubyspec/commit/53fbae25fddeb1b6e494d860d4ef2be4c90f24ae COMMIT Math.sqrt: Tweak example to use be_close for 1.9 compatibility. http://github.com/rubyspec/rubyspec/commit/c3eec95f16261930291301f87d4d2463b5c0de19 COMMIT Math.sqrt raises TypeError on 1.9 if arg. can't be coerced. http://github.com/rubyspec/rubyspec/commit/899d62b1b0c4d6c286f603869a4ef2b22fe524b6 COMMIT Math.sinh raises TypeError on 1.9 if arg. can't be coerced. http://github.com/rubyspec/rubyspec/commit/fb7908110df7d2ac219b308e2c6e11209786e194 COMMIT Math.sin raises TypeError on 1.9 if arg. can't be coerced. http://github.com/rubyspec/rubyspec/commit/c5a4e35cdb8353f53eb53df6a6e82e97fdef2c5a COMMIT Math.log raises TypeError on 1.9 when arg. can't be coerced. http://github.com/rubyspec/rubyspec/commit/d4d2d48d7eab7f840d2741df708d6c8a5bd99649 COMMIT Math.log10 raises TypeError on 1.9 if arg. can't be coerced. http://github.com/rubyspec/rubyspec/commit/ee0f6d3ff8643b89e4e802402fa63ecd8c44a91e COMMIT Math.ldexp raises TypeError on 1.9 if arg. can't be coerced. http://github.com/rubyspec/rubyspec/commit/63c0a0060ddcd9762c1f0ec31571d6d3a874226b COMMIT Math.hypot raises TypeError on 1.9 if arg. can't be coerced. http://github.com/rubyspec/rubyspec/commit/ef21f95d391eb8b65416a9c27cf3c1ae2cb91ee7 COMMIT Math.frexp raises TypeError on 1.9 if arg. can't be coerced. http://github.com/rubyspec/rubyspec/commit/e274d91fbccb3fdcf8179512b72f22db6c17256b COMMIT Math.exp raises TypeError on 1.9 if arg. can't be coerced. http://github.com/rubyspec/rubyspec/commit/48fe34ec0ce6214d0e5b2a342bd62d211d22bf12 COMMIT Math.erfc raises TypeError on 1.9 when arg. can't be coerced. http://github.com/rubyspec/rubyspec/commit/9736d37cbcb49f00df74971d263df733f041bae6 COMMIT Math.erf raises TypeError on 1.9 when arg. can't be coerced. http://github.com/rubyspec/rubyspec/commit/4d63166a41c1794c54d32e577841d0925fbe4577 COMMIT Math.cosh raises TypeError on 1.9 when arg. can't be coerced. http://github.com/rubyspec/rubyspec/commit/641fd9c73716c94d7f967e2a086fca1702d24438 COMMIT Math.cos raises TypeError on 1.9 when arg. can't be coerced. http://github.com/rubyspec/rubyspec/commit/f44646b02d0f0b492aa29e5bd395c26263b0c351 COMMIT Math.tan raises TypeError on 1.9 if arg. can't be coerced. http://github.com/rubyspec/rubyspec/commit/cdcc909a572b3428a04303149501cf31b078f27f COMMIT Math.atanh raises TypeError on 1.9 if arg. can't be coerced. http://github.com/rubyspec/rubyspec/commit/6a353bfd817709a60e130e7d13149f0092671d53 COMMIT Math.atan raises TypeError on 1.9 if arg. can't be coerced. http://github.com/rubyspec/rubyspec/commit/802560a39a23097a43ebba784c586a455b211471 COMMIT Math.atan2 raises TypeError on 1.9 if arg. can't be coerced. http://github.com/rubyspec/rubyspec/commit/f05c6a4c96256057b903bb0de8cad0f55026563a COMMIT Math.asinh raises TypeError on 1.9 if arg. can't be coerced. http://github.com/rubyspec/rubyspec/commit/aaeda378615e89a0938247e6963d945b9ed0a3e5 COMMIT Math.asin raises TypeError for String arg on 1.9. http://github.com/rubyspec/rubyspec/commit/a0a3d2afdd42f3dc2e5972ca7eea87027ee6c0d4 COMMIT Math.acosh raises TypeError for String arg. on 1.9 http://github.com/rubyspec/rubyspec/commit/8bc26e5d45a895895454f2b3e7f6b35ce80fd51a COMMIT Math.acos raises TypeError for String arg on 1.9 http://github.com/rubyspec/rubyspec/commit/13923dde05204638033b60e4c0891ac0deb62aa9 COMMIT Math.tanh raises TypeError for String arg on 1.9. http://github.com/rubyspec/rubyspec/commit/569d206830ec36f9a68df7201199871113a44068 COMMIT Math: Make Float fixture inherit from Numeric for 1.9. http://github.com/rubyspec/rubyspec/commit/bd2fd0205f2066fb2842a136669715212294dd0e COMMIT Ver. guard numeric precision; feature removed as of 1.9.1. http://github.com/rubyspec/rubyspec/commit/1a3af3c8e69d80b2b02fc8d307693e63bb2a0066 COMMIT Object: Remove 1.9 tags; all tests pass. http://github.com/rubyspec/rubyspec/commit/a4a2d058e7b70462eb536346489db09fd88d2857 COMMIT Object#=~ returns nil on 1.9. http://github.com/rubyspec/rubyspec/commit/c7d0e3cfaee72dea43d24f347e450180e906e610 COMMIT Module#public_method_defined? raises TypeError for Fixnum on 1.9. http://github.com/rubyspec/rubyspec/commit/afdf8e24024dce68464c39ba398af8b484fef67f COMMIT Module#protected_method_defined? raises TypeError on 1.9 for Fixnum. http://github.com/rubyspec/rubyspec/commit/cd8eb36a6b47ad8767bc642089cc3b6099449672 COMMIT Module#private_method_defined? raises TypeError on Fixnum. http://github.com/rubyspec/rubyspec/commit/c15955686587a2bf87ee3c45258b8fd0187192f0 COMMIT Module#instance_method: 1.9 raises TypeError on non-symbol argument http://github.com/rubyspec/rubyspec/commit/1ae591cf8b59bddc850fb6b07f818edacb594896 COMMIT Module#class_variable_get: 1.9 prohibits Fixnum var. names. http://github.com/rubyspec/rubyspec/commit/a64793cbb8a672785413a1d6f73ef945bff9a9f3 COMMIT Module#class_variable_defined?: 1.9 doesn't accept Fixnum var. names http://github.com/rubyspec/rubyspec/commit/4bdd0bdb3de42ebb587b7f02c628c742dc8942d3 COMMIT Module#class_variable_set: 1.9 prohibits Fixnums for variable names. http://github.com/rubyspec/rubyspec/commit/8b5376425672376157b16291cd0478c553c8d6e6 COMMIT Module#attr_writer: 1.9 prohibts attribute names given as Fixnums. http://github.com/rubyspec/rubyspec/commit/a020270b2063f400653826c976cea30f8d59ec3f COMMIT Module#included: #private_methods returns Symbols on 1.9. http://github.com/rubyspec/rubyspec/commit/eaf51e890846eebcb4e1bd735126d2c844ab406e COMMIT Module#include: #constants and #instance_methods return Symbols on 1.9. http://github.com/rubyspec/rubyspec/commit/933c49545cc628f8ad03c855aa6b242a7a9b682c COMMIT Module#freeze: Raises RuntimeError when frozen on 1.9. http://github.com/rubyspec/rubyspec/commit/dba1574c08447d9cfb788ec3633512cdcdc00f8e COMMIT Module#extended: #private_methods returns Symbols on 1.9 http://github.com/rubyspec/rubyspec/commit/34872b20770607c8c64c7e872ad524ab4ad2d428 COMMIT Module#class_variable_set: on 1.9 raises RuntimeError if frozen. http://github.com/rubyspec/rubyspec/commit/d632278fb6a9863bb57346ce78e91c995a5c13d5 COMMIT Module#class_variables: Class variables aren't inherited in 1.9. http://github.com/rubyspec/rubyspec/commit/b26b1e7b89c44a459281d179e2cdebddd489494b COMMIT Module#class_variables: Returns Symbols on 1.9. http://github.com/rubyspec/rubyspec/commit/70f6521e0a762d1da91d7d8ac4e31a068832456f COMMIT Module#protected_instance_methods returns Symbols on 1.9. http://github.com/rubyspec/rubyspec/commit/7f425c3ce68029d6434f9391f2403655da4e6e8b COMMIT Matchdata#select: Remove 1.9 tags; all tests pass. http://github.com/rubyspec/rubyspec/commit/e9a7163d2a673bfe7438892c1af2e0038f13983c COMMIT MatchData#select: Removed in 1.9 as per [ruby-dev:34563] http://github.com/rubyspec/rubyspec/commit/45c937db63ebb9a81a38419096bbf7013697c553 COMMIT Kernel#to_a: Removed in 1.9 by matz in commit 5968. http://github.com/rubyspec/rubyspec/commit/b3f31a5a382d77737475168ad6e74082e40590ef COMMIT Fixnum.induced_from: Method removed as of 1.9. http://github.com/rubyspec/rubyspec/commit/bac5307f7520c8ccc6d7a0820e787fdcb461ff21 COMMIT Integer.induced_from: Method removed as of 1.9. http://github.com/rubyspec/rubyspec/commit/6dfe54471ae4e1b118270f56d675d4232b7ecc78 --- 20090611T073531 +++ 20090612T073538 @@ -1,132 +1,109 @@ + git clone -q /home/chkbuild/tmp/build/mspec mspec == git-rubyspec(shared) #