aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * pack.c (num2i32): Removed.akr2013-06-221-0/+5
* * bignum.c (LSHIFTX): Defined to suppress a warning.akr2013-06-221-0/+8
* Imported minitest 4.7.5 (r8724)ryan2013-06-221-0/+5
* * gc.c (gc_prof_set_heap_info, after_gc_sweep): callko12013-06-211-0/+14
* * gc.c (rb_objspace::profile): rename rb_objspace::profile::record toko12013-06-211-0/+9
* * gc.c (rb_gc_giveup_promoted_writebarrier): remove `rest_sweep()'ko12013-06-211-0/+5
* * gc.c (rgengc_rememberset_mark): call gc_mark_children() forko12013-06-211-0/+5
* * include/ruby/ruby.h (OBJ_WRITE): cast to (VALUE *) for secondko12013-06-211-0/+8
* * gc.c (slot_sweep_body): rename to slot_sweep().ko12013-06-211-0/+8
* * gc.c (check_bitmap_consistency): add to check flag and bitmap consistency.ko12013-06-211-0/+5
* * bignum.c (bary_pack): Specialized packers implemented.akr2013-06-211-0/+14
* fix a typokazu2013-06-211-1/+1
* fix a typokazu2013-06-211-1/+1
* * gc.c (typedef enum): Introdule flags of major gc reason.tarui2013-06-211-0/+7
* * gc.c (allocate_sorted_heaps): remove unused variable `add'.ko12013-06-211-0/+4
* * include/ruby/ruby.h: constify RArray::as::ary and RArray::heap::ptr.ko12013-06-211-0/+7
* * vm_eval.c (eval_string_with_cref): fix WB miss.ko12013-06-211-0/+4
* * remove trailing spaces.nobu2013-06-211-1/+1
* * include/ruby/ruby.h: support write barrier protection for T_STRUCT.ko12013-06-211-0/+14
* * bignum.c (BDIGMAX): Use BIGRAD.akr2013-06-211-0/+8
* * pack.c (pack_pack): Move the implementation for 'c' directive afterakr2013-06-211-0/+5
* add a noteko12013-06-211-0/+4
* * include/ruby/ruby.h, re.c: support write barrier for T_REGEXP.ko12013-06-211-0/+4
* * bignum.c (bigsub_int): Use bdigit_roomof.akr2013-06-211-0/+8
* * benchmark/gc/gcbench.rb: fix summary of benchmark result notaton.ko12013-06-211-0/+4
* * ext/openssl/ossl_x509attr.c: change OSSL_X509ATTR_IS_SINGLE andcharliesome2013-06-211-0/+6
* * gc.c (gc_sweep): profile sweep time correctly when LAZY_SWEEP isko12013-06-211-0/+8
* * gc.c: enable lazy sweep (commit miss).ko12013-06-211-0/+4
* hash.c: refine error messagenobu2013-06-211-0/+5
* * gc.c: fix to use total_allocated_object_num and heaps_usedko12013-06-211-0/+5
* * gc.c: RGENGC_CHECK_MODE should be 0.ko12013-06-211-0/+4
* * gc.c (gc_marks_body): fix to get `th' in this function.ko12013-06-211-0/+4
* * gc.c (heaps_header/heaps_slot): embed bitmaps into heaps_slot.ko12013-06-211-0/+5
* * gc.c (slot_sweep_body): add counters at a time.ko12013-06-211-0/+6
* * gc.c: refactoring bitmaps. introduce bits_t type and some Consts.tarui2013-06-201-0/+4
* * gc.c: fix to support USE_RGENGC == 0 (disable RGenGC).ko12013-06-201-0/+5
* * gc.c (lazy_sweep): Use is_lazy_sweeping()tarui2013-06-201-0/+6
* fix a typokazu2013-06-201-1/+1
* * gc.c (gc_profile_record::oldgen_objects): added.ko12013-06-201-0/+12
* * bignum.c (rb_ull2big): Refactored.akr2013-06-201-0/+5
* * gc.c (gc_prof_sweep_timer_stop): accumulate sweep time only whenko12013-06-201-0/+5
* * ext/bigdecimal: Workaround fix for bigdecimal test failures causedakr2013-06-201-0/+17
* * bignum.c (bigmul1_toom3): Don't call bignorm twice.akr2013-06-201-0/+4
* * bignum.c (bignorm): Don't call bigtrunc if the result is a fixnum.akr2013-06-201-0/+4
* * bignum.c (rb_uint2big): Refactored.akr2013-06-201-0/+4
* * bignum.c (dump_bignum): Use SIZEOF_BDIGITS.akr2013-06-201-0/+4
* * bignum.c (big2ulong): Change the return type to unsigned long.akr2013-06-201-0/+9
* * bignum.c (bary_unpack_internal): Return -2 when negative overflow.akr2013-06-201-0/+6
* * gc.c (rgengc_rememberset_mark): recordko12013-06-201-0/+10
* * benchmark/gc/gcbench.rb: Do not use GC::Profiler::disable becauseko12013-06-201-0/+8