summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-12-05array.c: prefer lhs elementsnobu
2013-12-05test_gc.rb: expand timeoutnobu
2013-12-05gc.c: add GC.latest_gc_info()tmm1
2013-12-05ext/objspace: remove OS.after_gc_start_hook= and move internal testtmm1
2013-12-05gc.c: expose GC.stat() to C-api via rb_gc_stat()tmm1
2013-12-05test_hash.rb: import tests from rubyspecnobu
2013-12-05test_hash.rb: move testsnobu
2013-12-05test_gc.rb: shortennobu
2013-12-05gc.c: split GC_END event into GC_END_MARK and GC_END_SWEEPtmm1
2013-12-05gc.c: flush all deferred finalizersnobu
2013-12-04* test/ruby/test_array.rb (test_recursive_hash_value): rename.nobu
2013-12-04delegate.rb: ignore unset targetnobu
2013-12-03hash.c: same hash value for similar constructsnobu
2013-12-03hash.c: detect recursion for allnobu
2013-12-03* test/ruby/test_rubyoptions.rb (TestRubyOptions::SEGVTest::ExpectedStderr):nobu
2013-12-03* array.c (ary_add_hash): set and return values because string keysglass
2013-12-03* ext/openssl/lib/openssl/buffering.rb: Return ASCII-8BIT strings fromdrbrain
2013-12-03* lib/rdoc: Update to RDoc master 900de99. Changes include:drbrain
2013-12-02* hash.c (rb_hash_rehash): make temporary st_table under the controlglass
2013-12-02* lib/net/smtp.rb (Net::SMTP#critical): Always return adrbrain
2013-12-01* lib/rubygems: Update to RubyGems master baa965b. Notable changes:drbrain
2013-12-01* test/ruby/test_case.rb (test_nomethoderror):sorah
2013-11-30* lib/rubygems: Update to RubyGems master 66e5c39. Notable changes:drbrain
2013-11-30* test/ruby/test_gc.rb (test_gc_reason): Force minor GC by consumingtmm1
2013-11-30dir.c: check unknown keywordsnobu
2013-11-30eval.c: determine exit status and signal before finalizationnobu
2013-11-30enumerator.c: should not store local variable addressnobu
2013-11-30siphash.c: fix missing conditionnobu
2013-11-30vm_eval.c: blockargnobu
2013-11-30range.c: revert the old behaviornobu
2013-11-29* lib/webrick/httpauth/digestauth.rb: Fix typo in an error message.a_matsuda
2013-11-29* test/ruby/test_case.rb (test_method_missing): Test for r43913.sorah
2013-11-28* gc.c: Expose details about last garbage collection via GC.stat.tmm1
2013-11-27* test/ruby/test_gc.rb (class TestGc): Fix warning intmm1
2013-11-27* gc.c (Init_GC): Add new GC::INTERNAL_CONSTANTS for information abouttmm1
2013-11-27* gc.c (gc_stat): add new information heap_eden_page_length andko1
2013-11-27* test/ruby/test_eval.rb (class TestEval): Use assert_same instead oftmm1
2013-11-27 * lib/rinda/ring.rb: Announce RingServer for the same process.drbrain
2013-11-27* test/ruby/test_eval.rb (class TestEval): Add test for shared evaltmm1
2013-11-27* hash.c (hash_aset_str): Use rb_fstring() to de-duplicate hash stringtmm1
2013-11-27* test/ruby/test_string.rb: Add test for error when appending aheadius
2013-11-27test_bug_reporter.rb: remove corenobu
2013-11-26* ext/psych/lib/psych/scalar_scanner.rb: fix support for negativetenderlove
2013-11-26* ext/psych/lib/psych/scalar_scanner.rb: fix regexp for matching TIMEtenderlove
2013-11-26string.c: fix memsize of frozen shared stringnobu
2013-11-26should not ignore the rest of recursive constructsnobu
2013-11-26hash.c: cut off if recursionnobu
2013-11-26* test/ruby/test_settracefunc.rb: add tests for a_call/a_returnko1
2013-11-26* vm_trace.c: prohibit to specify normal events and internal eventsko1
2013-11-26file.c: fix buffer overflownobu