summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2013-12-01* test/ruby/test_case.rb (test_nomethoderror):sorah
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-30enumerator.c: should not store local variable addressnobu
2013-11-30siphash.c: fix missing conditionnobu
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* 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-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-26file.c: fix buffer overflownobu
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-23* gc.c: fix gloval variable name.ko1
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-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-20* random.c (rand_init): Make it possible to specify arbitrary arrayakr
2013-11-20test_exception.rb: enclose hash defininitionnobu
2013-11-18eval_intern.h: refine stack overflow detectionnobu
2013-11-16 * test/ruby/test_hash.rb (class TestHash): add tests for [ruby-dev:47803] [B...tarui
2013-11-15envutil.rb: crash report on Mac OS Xnobu
2013-11-15test_beginendblock.rb: assert_normal_exitnobu
2013-11-15 * eval_jump.c (rb_exec_end_proc): fix double free or corruption errorglass
2013-11-15eval.c: refactor exception causenobu
2013-11-15hash.c: iteration level with reenteringnobu
2013-11-14hash.c: restore iter_levnobu
2013-11-10error.c: Exception#causenobu
2013-11-10parse.y: remove "f" suffix [ruby-core:57966] [Feature #9042]nobu
2013-11-09test_objectspace.rb: run in separate processnobu
2013-11-09envutil.rb: under_gc_stress parameternobu
2013-11-09gc.c: private callnobu
2013-11-07vm_trace.c: isolate errinfo in trace blocksnobu
2013-11-05* test/ruby/test_thread.rb (test_thread_join_in_trap):akr
2013-11-01test_m17n.rb: fix encodingnobu
2013-11-01string.c: fix typonobu
2013-11-01test_m17n.rb: nil replacementnobu
2013-10-29* gc.c (gc_profile_total_time): fix off-by-one error in GC::Profiler.total_time.tmm1
2013-10-28test_exception.rb: missing testnobu