summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2013-11-25* lib/rubygems: Update to RubyGems master 612f85a. Notable changes:drbrain
2013-11-24* test/-ext-/tracepoint/test_tracepoint.rb: catch up GC.stat changesko1
2013-11-24* gc.c (gc_stat): add internal information.ko1
2013-11-24* test/ruby/test_gc.rb: catch up last commit.ko1
2013-11-24* lib/csv.rb: Optimize header hashes by freezing string keys.jeg2
2013-11-24* ext/objspace/objspace_dump.c: test fixes and win32 compatibilitytmm1
2013-11-23* lib/csv.rb: If skip_lines is set to a String, convert it to a Regexpjeg2
2013-11-23* gc.c: fix gloval variable name.ko1
2013-11-22* lib/rubygems: Update to RubyGems master dcce4ff. Important changesdrbrain
2013-11-22 * test/ruby/test_settracefunc.rb (test_tracepoint_thread): bugfix.tarui
2013-11-22* transcode.c (str_transcode0): don't scrub invalid chars ifnaruse
2013-11-22* ext/bigdecimal/bigdecimal.c (BigDecimal_power): Round the result value.mrkn
2013-11-22test_string.rb: refine assertionsnobu
2013-11-22util.c: ignore too long fraction partnobu
2013-11-22* test/ruby/test_settracefunc.rb: Ignore events from other threads.akr
2013-11-22* test/digest/test_digest.rb: Reverse order of assert_equalzzak
2013-11-21* lib/rubygems: Update to RubyGems master 50a8210. Important changesdrbrain
2013-11-21* ext/bigdecimal/bigdecimal.c (BigDecimal_sqrt): Fix the precision ofmrkn
2013-11-21test_tempfile.rb: suppress warningsnobu
2013-11-21delegate.rb: check if target is setnobu
2013-11-21* test/digest/test_digest.rb: Add more tests for digest/bubblebabblezzak
2013-11-21* test/uri/test_generic.rb (URI#test_merge): Test uri + URI(path)knu