summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-06-22* ext/etc/etc.c (setup_passwd): pass 0 as VALUE to rb_struct_new tocharliesome
2013-06-22* bignum.c (bary_pack): MEMZERO can be used even if nails is not zero.akr
2013-06-22* ext/etc/etc.c (etc_getpwnam): use PRIsVALUE in format string insteadcharliesome
2013-06-22* bignum.c (CLEAR_LOWBITS): Rewritten without RSHIFTX.akr
2013-06-22* pack.c (num2i32): Removed.akr
2013-06-22* bignum.c (LSHIFTX): Defined to suppress a warning.akr
2013-06-22Imported minitest 4.7.5 (r8724)ryan
2013-06-21* gc.c (gc_prof_set_heap_info, after_gc_sweep): callko1
2013-06-21* gc.c (rb_objspace::profile): rename rb_objspace::profile::record toko1
2013-06-21* gc.c (rb_gc_giveup_promoted_writebarrier): remove `rest_sweep()'ko1
2013-06-21* gc.c (rgengc_rememberset_mark): call gc_mark_children() forko1
2013-06-21* include/ruby/ruby.h (OBJ_WRITE): cast to (VALUE *) for secondko1
2013-06-21* gc.c (slot_sweep_body): rename to slot_sweep().ko1
2013-06-21* gc.c (check_bitmap_consistency): add to check flag and bitmap consistency.ko1
2013-06-21* bignum.c (bary_pack): Specialized packers implemented.akr
2013-06-21fix a typokazu
2013-06-21fix a typokazu
2013-06-21 * gc.c (typedef enum): Introdule flags of major gc reason.tarui
2013-06-21* gc.c (allocate_sorted_heaps): remove unused variable `add'.ko1
2013-06-21* include/ruby/ruby.h: constify RArray::as::ary and RArray::heap::ptr.ko1
2013-06-21* vm_eval.c (eval_string_with_cref): fix WB miss.ko1
2013-06-21* remove trailing spaces.nobu
2013-06-21* include/ruby/ruby.h: support write barrier protection for T_STRUCT.ko1
2013-06-21* bignum.c (BDIGMAX): Use BIGRAD.akr
2013-06-21* pack.c (pack_pack): Move the implementation for 'c' directive afterakr
2013-06-21add a noteko1
2013-06-21* include/ruby/ruby.h, re.c: support write barrier for T_REGEXP.ko1
2013-06-21* bignum.c (bigsub_int): Use bdigit_roomof.akr
2013-06-21* benchmark/gc/gcbench.rb: fix summary of benchmark result notaton.ko1
2013-06-21* ext/openssl/ossl_x509attr.c: change OSSL_X509ATTR_IS_SINGLE andcharliesome
2013-06-21* gc.c (gc_sweep): profile sweep time correctly when LAZY_SWEEP isko1
2013-06-21* gc.c: enable lazy sweep (commit miss).ko1
2013-06-21hash.c: refine error messagenobu
2013-06-21* gc.c: fix to use total_allocated_object_num and heaps_usedko1
2013-06-21* gc.c: RGENGC_CHECK_MODE should be 0.ko1
2013-06-21* gc.c (gc_marks_body): fix to get `th' in this function.ko1
2013-06-21* gc.c (heaps_header/heaps_slot): embed bitmaps into heaps_slot.ko1
2013-06-21* gc.c (slot_sweep_body): add counters at a time.ko1
2013-06-20 * gc.c: refactoring bitmaps. introduce bits_t type and some Consts.tarui
2013-06-20* gc.c: fix to support USE_RGENGC == 0 (disable RGenGC).ko1
2013-06-20 * gc.c (lazy_sweep): Use is_lazy_sweeping()tarui
2013-06-20fix a typokazu
2013-06-20* gc.c (gc_profile_record::oldgen_objects): added.ko1
2013-06-20* bignum.c (rb_ull2big): Refactored.akr
2013-06-20* gc.c (gc_prof_sweep_timer_stop): accumulate sweep time only whenko1
2013-06-20* ext/bigdecimal: Workaround fix for bigdecimal test failures causedakr
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