aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (gc_prof_sweep_timer_start): fix merge miss.ko12013-06-191-0/+6
* * gc.c: Accumulate sweep time to GC time.ko12013-06-191-0/+11
* * gc.c (gc_marks): fix wrong option. FALSE means major/full GC.ko12013-06-191-0/+5
* win32.c: wait until exitnobu2013-06-191-0/+6
* * bignum.c (bdigit_roomof): Use SIZEOF_BDIGITS.akr2013-06-191-0/+10
* gc.c: refine macrosnobu2013-06-191-0/+7
* * ChangeLog: fix a typo for r41436.nagachika2013-06-191-1/+1
* * gc.c (RVALUE_PROMOTED): fix type.ko12013-06-191-0/+4
* * gc.c (garbage_collect_test): rewrite checking code.ko12013-06-191-0/+11
* * bignum.c (bigfixize): Use rb_absint_size.akr2013-06-191-0/+6
* * gc.c (RVALUE_PROMOTED): check consistency between oldgen flag andko12013-06-191-0/+5
* * gc.c (rb_gc_force_recycle): clear oldgen bitmap, too.ko12013-06-191-0/+4
* * bignum.c (rb_uint2big): Consider environments BDIGIT is bigger thanakr2013-06-191-0/+9
* * gc.c (gc_stress_get): GC.stress can be Fixnum.kazu2013-06-191-0/+4
* * bignum.c (DIGSPERLONG): Don't define if BDIGIT is bigger than long.akr2013-06-191-0/+15
* * include/ruby/ruby.h (struct rb_data_type_struct), gc.c: addko12013-06-191-0/+13
* gc.c: more infonobu2013-06-191-0/+4
* * test/ruby/envutil.rb (EnvUtil#rubybin): remove unnecessary unless expression.kazu2013-06-191-0/+5
* fix indent and stylekazu2013-06-191-3/+3
* * gc.c (garbage_collect_body): use FIX2INT for ruby_gc_stress.ko12013-06-181-0/+4
* * gc.c (rb_objspace::gc_stress): int -> VALUE to store Fixnum object.ko12013-06-181-0/+4
* * gc.c (make_deferred): clear flags to T_ZOMBIE.ko12013-06-181-0/+6
* * bignum.c (rb_big_aref): Apply BIGLO to ~xds[i] for environment whichakr2013-06-181-0/+5
* * gc.c (rgengc_remember): fix output level.ko12013-06-181-0/+7
* * gc.c (rgengc_remember): check T_NONE and T_ZOMBIEko12013-06-181-0/+5
* * gc.c (RGENGC_CHECK_MODE): add new check mode `3'.ko12013-06-181-0/+6
* * gc.c (gc_stress_set): add special option of GC.stress.ko12013-06-181-0/+12
* * vm.c (kwmerge_i): add WB.ko12013-06-181-0/+4
* * hash.c: `st_update()' also has same issue of last fix.ko12013-06-181-0/+6
* * variable.c (rb_const_set): fix WB miss.ko12013-06-181-0/+21
* * 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-181-0/+9
* * gc.c (gc_profile_record_flag): reason seems like one-hot encoding.tarui2013-06-181-0/+4
* * ext/objspace/object_tracing.c: Return for ::allocation_generationzzak2013-06-181-0/+4
* * ext/objspace/object_tracing.c: Document object_tracing methods.zzak2013-06-181-0/+4
* * gc.c: Rename rb_mObSpace -> rb_mObjSpacezzak2013-06-181-0/+4
* * ext/objspace/objspace.c: Document ObjectSpace::InternalObjectWrapper.zzak2013-06-181-0/+4
* * ext/objspace/object_tracing.c: Teach rdoc object_tracing.c [Bug #8537]zzak2013-06-181-0/+4
* * ext/.document: add object_tracing.c to document filezzak2013-06-181-0/+4
* * ext/objspace/objspace.c: rdoc on require to overview from r41355zzak2013-06-181-0/+4
* * configure.in: Check __int128.akr2013-06-181-0/+17
* parse.y: clear lex_strtermnobu2013-06-181-0/+6
* * bignum.c (nlz): Cast the result explicitly.akr2013-06-181-0/+5
* * bignum.c (rb_big_xor): Non-effective code removed.akr2013-06-181-0/+4
* * gc.c (gc_stat): add `generated_normal_object_count_types' forko12013-06-181-0/+5
* * gc.c (gc_mark_maybe): check to skip T_NONE.ko12013-06-181-0/+6
* * variable.c (rb_autoload): fix WB miss.ko12013-06-181-0/+4
* * gc.c (gc_mark_children): don't need to care about T_ZOMBIE here.ko12013-06-171-0/+4
* * test/ruby/test_proc.rb (TestProc#test_block_given_method_to_proc):ktsj2013-06-171-0/+5
* * include/ruby/ruby.h, vm_eval.c (rb_funcall_with_block):ktsj2013-06-171-0/+15