aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/ruby.h (struct rb_data_type_struct), gc.c: addko12013-06-1910-51/+70
* test_signal.rb: extra quotesnobu2013-06-191-1/+1
* gc.c: more infonobu2013-06-192-0/+11
* * test/ruby/envutil.rb (EnvUtil#rubybin): remove unnecessary unless expression.kazu2013-06-192-3/+5
* fix indent and stylekazu2013-06-191-3/+3
* * gc.c (garbage_collect_body): use FIX2INT for ruby_gc_stress.ko12013-06-182-1/+5
* * gc.c (rb_objspace::gc_stress): int -> VALUE to store Fixnum object.ko12013-06-182-3/+7
* * gc.c (make_deferred): clear flags to T_ZOMBIE.ko12013-06-182-6/+9
* * bignum.c (rb_big_aref): Apply BIGLO to ~xds[i] for environment whichakr2013-06-182-1/+6
* * gc.c (rgengc_remember): fix output level.ko12013-06-182-3/+11
* * gc.c (rgengc_remember): check T_NONE and T_ZOMBIEko12013-06-182-0/+18
* * gc.c (RGENGC_CHECK_MODE): add new check mode `3'.ko12013-06-182-6/+37
* * gc.c (gc_stress_set): add special option of GC.stress.ko12013-06-182-1/+20
* * vm.c (kwmerge_i): add WB.ko12013-06-182-1/+7
* * hash.c: `st_update()' also has same issue of last fix.ko12013-06-182-36/+74
* * 2013-06-19svn2013-06-181-2/+2
* * variable.c (rb_const_set): fix WB miss.ko12013-06-182-4/+25
* * gc.c (gc_profile_record_flag): There may be two or more reasons. so, it wa...tarui2013-06-181-1/+1
* * vm_insnhelper.c (vm_call_method): ensure methods of typecharliesome2013-06-183-1/+18
* * gc.c (gc_profile_record_flag): reason seems like one-hot encoding.tarui2013-06-182-1/+5
* * ext/objspace/object_tracing.c: Return for ::allocation_generationzzak2013-06-182-1/+5
* test_symbol.rb: fix testnobu2013-06-181-4/+2
* * ext/objspace/object_tracing.c: Document object_tracing methods.zzak2013-06-182-0/+102
* * gc.c: Rename rb_mObSpace -> rb_mObjSpacezzak2013-06-182-9/+13
* * ext/objspace/objspace.c: Document ObjectSpace::InternalObjectWrapper.zzak2013-06-182-0/+16
* * ext/objspace/object_tracing.c: Teach rdoc object_tracing.c [Bug #8537]zzak2013-06-182-0/+8
* * ext/.document: add object_tracing.c to document filezzak2013-06-182-0/+5
* * ext/objspace/objspace.c: rdoc on require to overview from r41355zzak2013-06-182-6/+6
* * configure.in: Check __int128.akr2013-06-185-2/+33
* parse.y: clear lex_strtermnobu2013-06-182-1/+7
* Remove useless sleepnaruse2013-06-181-1/+1
* Add timeout to avoid sticknaruse2013-06-181-7/+10
* * bignum.c (nlz): Cast the result explicitly.akr2013-06-182-3/+9
* * bignum.c (rb_big_xor): Non-effective code removed.akr2013-06-182-2/+4
* * gc.c (gc_stat): add `generated_normal_object_count_types' forko12013-06-182-1/+13
* * gc.c (gc_mark_maybe): check to skip T_NONE.ko12013-06-182-8/+20
* * variable.c (rb_autoload): fix WB miss.ko12013-06-182-0/+5
* Message is 3rd argument, not 2ndnaruse2013-06-181-2/+2
* * 2013-06-18svn2013-06-171-2/+2
* * gc.c (gc_mark_children): don't need to care about T_ZOMBIE here.ko12013-06-172-1/+4
* * test/ruby/test_proc.rb (TestProc#test_block_given_method_to_proc):ktsj2013-06-172-1/+5
* * include/ruby/ruby.h, vm_eval.c (rb_funcall_with_block):ktsj2013-06-176-10/+38
* * include/ruby/intern.h, proc.c (rb_method_call_with_block):ktsj2013-06-174-6/+31
* Fix a indent.akr2013-06-171-1/+1
* * loadpath.c (RUBY_REVISION): Defined to suppress revision.hakr2013-06-172-0/+8
* Write stdin_data only if it existsnaruse2013-06-171-1/+1
* * ext/objspace/objspace.c: let rdoc know about objspace methods.eregon2013-06-172-2/+16
* * gc.c (ObjectSpace): is a module not a class.eregon2013-06-173-2/+14
* * gc.c: fix example of ObjectSpace.define_finalizer in overvieweregon2013-06-172-9/+7
* common.mk: loadpath dependenciesnobu2013-06-171-3/+2