OLDREV 30561 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30561&diff_format=u NEWREV 30589 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30589&diff_format=u CHG ChangeLog 30560->30589 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?p1=trunk/ChangeLog&r1=30561&r2=30589&pathrev=30589&diff_format=u CHG array.c 30511->30583 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/array.c?p1=trunk/array.c&r1=30561&r2=30589&pathrev=30589&diff_format=u CHG debug.h 29477->30582 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/debug.h?p1=trunk/debug.h&r1=30561&r2=30589&pathrev=30589&diff_format=u CHG gem_prelude.rb 30549->30580 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/gem_prelude.rb?p1=trunk/gem_prelude.rb&r1=30561&r2=30589&pathrev=30589&diff_format=u CHG ruby.c 30549->30580 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ruby.c?p1=trunk/ruby.c&r1=30561&r2=30589&pathrev=30589&diff_format=u CHG time.c 29952->30586 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/time.c?p1=trunk/time.c&r1=30561&r2=30589&pathrev=30589&diff_format=u CHG version.h 30561->30585 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/version.h?p1=trunk/version.h&r1=30561&r2=30589&pathrev=30589&diff_format=u CHG ext/psych/parser.c 27882->30588 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/psych/parser.c?p1=trunk/ext/psych/parser.c&r1=30561&r2=30589&pathrev=30589&diff_format=u CHG ext/psych/lib/psych/parser.rb 27112->30588 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/psych/lib/psych/parser.rb?p1=trunk/ext/psych/lib/psych/parser.rb&r1=30561&r2=30589&pathrev=30589&diff_format=u CHG ext/psych/lib/psych/visitors/json_tree.rb 27961->30587 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/psych/lib/psych/visitors/json_tree.rb?p1=trunk/ext/psych/lib/psych/visitors/json_tree.rb&r1=30561&r2=30589&pathrev=30589&diff_format=u CHG lib/rubygems/source_index.rb 28938->30589 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/rubygems/source_index.rb?p1=trunk/lib/rubygems/source_index.rb&r1=30561&r2=30589&pathrev=30589&diff_format=u CHG test/psych/test_json_tree.rb 27095->30587 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/psych/test_json_tree.rb?p1=trunk/test/psych/test_json_tree.rb&r1=30561&r2=30589&pathrev=30589&diff_format=u CHG test/psych/test_parser.rb 27882->30588 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/psych/test_parser.rb?p1=trunk/test/psych/test_parser.rb&r1=30561&r2=30589&pathrev=30589&diff_format=u COMMIT Add spec for Hash.each[_pair] yielding to |k,| args. http://github.com/rubyspec/rubyspec/commit/605e05cfdacae5ba6efca269e98263671acac417 COMMIT Add specs for Proc#parameters with both styles of anonymous restarg. http://github.com/rubyspec/rubyspec/commit/aad38981bbd18996b8c82c58b10ce286535c989a COMMIT Add spec for alias called against a Fixnum or Symbol object being instance_eval'ed. http://github.com/rubyspec/rubyspec/commit/cc848f9bfcc1878a4b08ee89284fae3e24b39dd0 COMMIT Spec for frozen-check before coercion in Array#[]= http://github.com/rubyspec/rubyspec/commit/340ba8a0bc4f07cbd496c325c43a8b37d8f05f8e COMMIT Add specs for taint/untrust propagation to Array#inspect result. http://github.com/rubyspec/rubyspec/commit/f0cf80e70ac89495242fe9addc90d1174aba0c46 COMMIT Add specs for "too big" product attempts with and without block. http://github.com/rubyspec/rubyspec/commit/5842e2c9c8d117c8f40b9ccbae0775229ffcb287 COMMIT Spec for Array#repeated_combination with n greater than array size. http://github.com/rubyspec/rubyspec/commit/92d7eac4ad54276b084b218c8726d1d420d47355 COMMIT Array#repeated_combination generates from a defensive copy, ignoring mutations. http://github.com/rubyspec/rubyspec/commit/b2d4902684ca75a8503283eac0ee1f17e8ba5d79 COMMIT Array#repeated_permutations allows sizes larger than the source array. http://github.com/rubyspec/rubyspec/commit/dffc699f97563083a13262cf42e477c96b4b8c86 COMMIT Array#repeated_permutation generates from a defensive copy, ignoring mutations. http://github.com/rubyspec/rubyspec/commit/dd2718228e24566880633e561e266235653e314c COMMIT Array#permutation generates from a defensive copy, ignoring mutations. http://github.com/rubyspec/rubyspec/commit/19cc99d86ffe6de21a3ed2d95dc7fdb7b335ac0e COMMIT Array#combination generates from a defensive copy, ignoring mutations. http://github.com/rubyspec/rubyspec/commit/4b81b6048b7e3eb158b6d5a7930e9e5e6419b671 COMMIT Array#rindex enumerator cases: basic and early truncation. http://github.com/rubyspec/rubyspec/commit/105be008bb47c67db40a354302ef23a4f3188be5 COMMIT Array#sort{} uses the sign of Bignum block results as compare result. http://github.com/rubyspec/rubyspec/commit/db4025a5a490735f633adf0631ec6fa49454ca87 COMMIT a do...end inside an dynamic string should parse (background from JRUBY-5359) http://github.com/rubyspec/rubyspec/commit/d088e6a7bd1ddeda4eb0ccf777f30c048335a638 COMMIT Don't use should_not raise_error unless a pure side effect has no other testable state. http://github.com/rubyspec/rubyspec/commit/d3c05aa4205f07d7afdb967108d49d5adaab7e83 COMMIT Reduce this spec to be a bit simpler http://github.com/rubyspec/rubyspec/commit/fa5d31f9b05b08126c1267ee26edea9aaa236630 COMMIT Defer interpolation until spec is run http://github.com/rubyspec/rubyspec/commit/c681dc8aeb5df6c92c4a38ec5b6677a2e9cbde2f =================================================================== +++ 20110117T223753Z @@ 3293 @@ GC::Profiler.report -1 GC::Profiler.result 0 GC::Profiler.total_time 0 +Gem [] Hash [Enumerable, Object, Kernel, BasicObject] Hash.[] -1 Hash.try_convert 1 @@ 4311 @@ UnboundMethod#to_s 0 ZeroDivisionError [StandardError, Exception, Object, Kernel, BasicObject] fatal [Exception, Object, Kernel, BasicObject] +236 modules, 1576 methods == make #