aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * st.c: add st_values() and st_values_check().glass2013-11-284-4/+70
* * st.c (st_keys): fix not to use Qundef in st.c.glass2013-11-284-8/+29
* * gc.c: Expose details about last garbage collection via GC.stat.tmm12013-11-283-7/+91
* version.c: EXIT_SUCCESSnobu2013-11-281-1/+5
* optparse.rb: regexp at lhsnobu2013-11-281-1/+1
* win32.c: rb_w32_dup2nobu2013-11-285-16/+34
* * lib/drb/ssl.rb: [Doc] Fix typoa_matsuda2013-11-282-1/+5
* common.mk: use BASERUBYnobu2013-11-282-1/+6
* * string.c (rb_fstring): fstrings should be ELTS_SHARED.ko12013-11-282-1/+16
* * st.c (st_keys): fix to use st_index_t for size of hash.glass2013-11-272-1/+5
* * st.c (st_keys): define st_keys(). it writes each key to buffer.glass2013-11-275-4/+70
* * 2013-11-28svn2013-11-271-2/+2
* * ruby_atomic.h: remove duplicate definisions between ATOMIC_XXXglass2013-11-272-8/+14
* * ruby_atomic.h: define ATOMIC_SIZE_CAS() withglass2013-11-272-5/+12
* * lib/irb/notifier.rb: [Doc] Fix typoa_matsuda2013-11-273-2/+7
* * lib/irb/notifier.rb: Fix typoa_matsuda2013-11-272-1/+5
* * gc.c (gc_mark_stacked_objects): check only when check_mode > 0.ko12013-11-272-1/+5
* * test/ruby/test_gc.rb (class TestGc): Fix warning intmm12013-11-272-1/+6
* * gc.c (Init_GC): Add new GC::INTERNAL_CONSTANTS for information abouttmm12013-11-273-0/+20
* * gc.c (gc_page_sweep): Fix compile warning from last commit.tmm12013-11-273-2/+8
* * gc.c (gc_page_sweep): disable debug print.ko12013-11-272-1/+5
* * gc.c (gc_stat): add new information heap_eden_page_length andko12013-11-273-5/+25
* * test/ruby/test_eval.rb (class TestEval): Use assert_same instead oftmm12013-11-274-7/+11
* * lib/rinda/ring.rb: Announce RingServer for the same process.drbrain2013-11-273-1/+41
* * test/ruby/test_eval.rb (class TestEval): Add test for shared evaltmm12013-11-273-0/+29
* * hash.c (hash_aset_str): Use rb_fstring() to de-duplicate hash stringtmm12013-11-273-1/+15
* * test/ruby/test_string.rb: Add test for error when appending aheadius2013-11-271-0/+1
* * gc.c: Rename rb_heap_t members:tmm12013-11-272-25/+31
* test_bug_reporter.rb: remove corenobu2013-11-271-1/+9
* * compile.c: Use rb_fstring() to de-duplicate string literals in code. [ruby...tmm12013-11-266-15/+38
* * ext/psych/lib/psych.rb: psych version 2.0.2tenderlove2013-11-263-3/+9
* * ext/psych/lib/psych/scalar_scanner.rb: fix support for negativetenderlove2013-11-264-3/+24
* * ext/psych/lib/psych/scalar_scanner.rb: fix regexp for matching TIMEtenderlove2013-11-263-1/+12
* string.c: fix memsize of frozen shared stringnobu2013-11-263-1/+17
* * 2013-11-27svn2013-11-261-2/+2
* should not ignore the rest of recursive constructsnobu2013-11-2610-18/+85
* hash.c: cut off if recursionnobu2013-11-263-1/+27
* * test/ruby/test_settracefunc.rb: add tests for a_call/a_returnko12013-11-262-0/+47
* * common.mk: add useful config "set breakpoint pending on"ko12013-11-262-1/+7
* * ext/objspace/object_tracing.c (newobj_i): skip class_path if classko12013-11-262-1/+10
* * vm_trace.c: skip "exception check" and "reentrant check (only normalko12013-11-262-51/+89
* * vm_trace.c: prohibit to specify normal events and internal eventsko12013-11-265-1/+32
* file.c: fix buffer overflownobu2013-11-263-0/+26
* * ext/objspace/objspace_dump.c (dump_append_string_value): Escapetmm12013-11-262-1/+13
* * ruby_atomic.h: use __atomic builtin functions supported by GCC.glass2013-11-263-5/+49
* * properties: ext/bigdecimal/bigdecimal.gemspecnobu2013-11-260-0/+0
* * properties: ext/bigdecimal/bigdecimal.gemspecnobu2013-11-260-0/+0
* bigdecimal.gemspec: datenobu2013-11-262-0/+7
* * NEWS: Add ObjectSpace.after_gc_{start,end}_hook=tmm12013-11-253-3/+10
* * 2013-11-26svn2013-11-251-2/+2