summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-06-20* bignum.c (bigmul1_toom3): Don't call bignorm twice.akr
2013-06-20* bignum.c (bignorm): Don't call bigtrunc if the result is a fixnum.akr
2013-06-20* bignum.c (rb_uint2big): Refactored.akr
2013-06-20* bignum.c (dump_bignum): Use SIZEOF_BDIGITS.akr
2013-06-20* bignum.c (big2ulong): Change the return type to unsigned long.akr
2013-06-20* bignum.c (bary_unpack_internal): Return -2 when negative overflow.akr
2013-06-20* gc.c (rgengc_rememberset_mark): recordko1
2013-06-20* benchmark/gc/gcbench.rb: Do not use GC::Profiler::disable becauseko1
2013-06-20* benchmark/gc/gcbench.rb: stop GC::Profiler before output results.ko1
2013-06-20* benchmark/gc/gcbench.rb: don't use __dir__ to make compatibleko1
2013-06-20* benchmark/bm_app_aobench.rb: use attr_accessor/reader instead ofko1
2013-06-20fix a typokazu
2013-06-20* benchmark/bm_app_aobench.rb: added.ko1
2013-06-20* benchmark/bm_so_binary_trees.rb: disable `puts' methodko1
2013-06-20* benchmark/gc/pentomino.rb: added.ko1
2013-06-20* benchmark/gc/redblack.rb: import red black tree benchmark fromko1
2013-06-20* benchmark/gc: create a directory to store GC related benchmark.ko1
2013-06-20* tool/hashbench1.rb: fix paramter too. Increase temporary objects.ko1
2013-06-20* tool/hashbench1.rb: fix parameters.ko1
2013-06-20* common.mk: remove dependency from ruby.ko1
2013-06-20error.c: evaluate RARRAY_AREF oncenobu
2013-06-20fix typoskazu
2013-06-19* tool/gcbench.rb: Summary in one line.ko1
2013-06-19* bignum.c (BIGSIZE): New macro.akr
2013-06-19 * gc.c (rb_gc_writebarrier): give up rescan A and register B directlytarui
2013-06-19* common.mk: add new rules `gcbench-rdoc', `gcbench-hash'.ko1
2013-06-19* tool/rdocbench.rb: add summary.ko1
2013-06-19* gc.c (gc_profile_total_time): check objspace->profile.next_index > 0.ko1
2013-06-19* gc.c (gc_prof_sweep_timer_start): fix merge miss.ko1
2013-06-19* gc.c: Accumulate sweep time to GC time.ko1
2013-06-19* gc.c (gc_marks): fix wrong option. FALSE means major/full GC.ko1
2013-06-19win32.c: wait until exitnobu
2013-06-19* bignum.c (bdigit_roomof): Use SIZEOF_BDIGITS.akr
2013-06-19gc.c: refine macrosnobu
2013-06-19* ChangeLog: fix a typo for r41436.nagachika
2013-06-19* gc.c (RVALUE_PROMOTED): fix type.ko1
2013-06-19* gc.c (garbage_collect_test): rewrite checking code.ko1
2013-06-19* bignum.c (bigfixize): Use rb_absint_size.akr
2013-06-19* gc.c (RVALUE_PROMOTED): check consistency between oldgen flag andko1
2013-06-19* gc.c (rb_gc_force_recycle): clear oldgen bitmap, too.ko1
2013-06-19* bignum.c (rb_uint2big): Consider environments BDIGIT is bigger thanakr
2013-06-19* gc.c (gc_stress_get): GC.stress can be Fixnum.kazu
2013-06-19* bignum.c (DIGSPERLONG): Don't define if BDIGIT is bigger than long.akr
2013-06-19* include/ruby/ruby.h (struct rb_data_type_struct), gc.c: addko1
2013-06-19gc.c: more infonobu
2013-06-19* test/ruby/envutil.rb (EnvUtil#rubybin): remove unnecessary unless expression.kazu
2013-06-19fix indent and stylekazu
2013-06-18* gc.c (garbage_collect_body): use FIX2INT for ruby_gc_stress.ko1
2013-06-18* gc.c (rb_objspace::gc_stress): int -> VALUE to store Fixnum object.ko1
2013-06-18* gc.c (make_deferred): clear flags to T_ZOMBIE.ko1