aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * gc.c: Expose details about last garbage collection via GC.stat.tmm12013-11-281-0/+20
* * test/ruby/test_gc.rb (class TestGc): Fix warning intmm12013-11-271-1/+1
* * gc.c (Init_GC): Add new GC::INTERNAL_CONSTANTS for information abouttmm12013-11-271-0/+5
* * gc.c (gc_stat): add new information heap_eden_page_length andko12013-11-271-5/+6
* * test/ruby/test_eval.rb (class TestEval): Use assert_same instead oftmm12013-11-273-7/+4
* * test/ruby/test_eval.rb (class TestEval): Add test for shared evaltmm12013-11-272-0/+22
* * hash.c (hash_aset_str): Use rb_fstring() to de-duplicate hash stringtmm12013-11-271-0/+6
* * test/ruby/test_string.rb: Add test for error when appending aheadius2013-11-271-0/+1
* should not ignore the rest of recursive constructsnobu2013-11-262-14/+1
* hash.c: cut off if recursionnobu2013-11-261-0/+14
* * test/ruby/test_settracefunc.rb: add tests for a_call/a_returnko12013-11-261-0/+42
* file.c: fix buffer overflownobu2013-11-261-0/+18
* * gc.c (gc_stat): add internal information.ko12013-11-241-3/+3
* * test/ruby/test_gc.rb: catch up last commit.ko12013-11-241-6/+6
* * gc.c: fix gloval variable name.ko12013-11-231-7/+23
* * test/ruby/test_settracefunc.rb (test_tracepoint_thread): bugfix.tarui2013-11-221-1/+1
* * transcode.c (str_transcode0): don't scrub invalid chars ifnaruse2013-11-221-0/+9
* test_string.rb: refine assertionsnobu2013-11-221-29/+30
* util.c: ignore too long fraction partnobu2013-11-221-0/+6
* * test/ruby/test_settracefunc.rb: Ignore events from other threads.akr2013-11-221-3/+28
* * random.c (rand_init): Make it possible to specify arbitrary arrayakr2013-11-201-1/+1
* test_exception.rb: enclose hash defininitionnobu2013-11-201-2/+4
* eval_intern.h: refine stack overflow detectionnobu2013-11-181-0/+8
* * test/ruby/test_hash.rb (class TestHash): add tests for [ruby-dev:47803] [B...tarui2013-11-161-0/+31
* envutil.rb: crash report on Mac OS Xnobu2013-11-152-0/+38
* test_beginendblock.rb: assert_normal_exitnobu2013-11-151-2/+1
* * eval_jump.c (rb_exec_end_proc): fix double free or corruption errorglass2013-11-151-0/+12
* eval.c: refactor exception causenobu2013-11-151-1/+16
* hash.c: iteration level with reenteringnobu2013-11-151-0/+18
* hash.c: restore iter_levnobu2013-11-141-0/+16
* error.c: Exception#causenobu2013-11-101-0/+15
* parse.y: remove "f" suffix [ruby-core:57966] [Feature #9042]nobu2013-11-101-54/+0
* test_objectspace.rb: run in separate processnobu2013-11-091-19/+12
* envutil.rb: under_gc_stress parameternobu2013-11-091-2/+2
* gc.c: private callnobu2013-11-091-0/+21
* vm_trace.c: isolate errinfo in trace blocksnobu2013-11-071-0/+8
* * test/ruby/test_thread.rb (test_thread_join_in_trap):akr2013-11-051-0/+4
* test_m17n.rb: fix encodingnobu2013-11-011-1/+1
* string.c: fix typonobu2013-11-011-0/+3
* test_m17n.rb: nil replacementnobu2013-11-011-0/+2
* * gc.c (gc_profile_total_time): fix off-by-one error in GC::Profiler.total_time.tmm12013-10-291-0/+10
* test_exception.rb: missing testnobu2013-10-281-0/+11
* struct.c: fix warning messagenobu2013-10-271-43/+76
* envutil.rb: fix disabling gems in assert_separatelynobu2013-10-271-2/+2
* range.c: modify checknobu2013-10-261-0/+1
* envutil.rb: disable gems in child processnobu2013-10-261-1/+1
* * parse.y: Remove +(binary) and -(binary) special cases [Feature #9048]marcandre2013-10-241-1/+1
* * gc.c: add new initial_growth_max tuning parameter. [ruby-core:57928] [Bug ...tmm12013-10-231-1/+3
* * array.c: Add Array#to_h [Feature #7292]marcandre2013-10-232-0/+42
* dir.c: DOTMATCH to current directorynobu2013-10-221-0/+3