aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix a typokazu2013-06-221-1/+1
* * pack.c (pack_unpack): Remove specialized unpackers for integers.akr2013-06-222-131/+23
* * bignum.c (bary_unpack_internal): Specialized unpacker implemented.akr2013-06-223-11/+195
* * bignum.c (bary_pack): Supportakr2013-06-225-139/+189
* * gc.c (rgengc_check_shady): add new WB miss checkingko12013-06-222-70/+162
* * ext/etc/etc.c (setup_passwd): revert r41560, unnecessarycharliesome2013-06-222-1/+5
* * ext/etc/etc.c (Init_etc): omit 'passwd' from definition of Etc::Passwdcharliesome2013-06-222-2/+14
* * ext/dl/cfunc.c (rb_dlcfunc_call): Use rb_big_pack instead ofakr2013-06-223-6/+16
* * ext/etc/etc.c (setup_passwd): pass 0 as VALUE to rb_struct_new tocharliesome2013-06-222-1/+7
* * bignum.c (bary_pack): MEMZERO can be used even if nails is not zero.akr2013-06-222-1/+5
* * ext/etc/etc.c (etc_getpwnam): use PRIsVALUE in format string insteadcharliesome2013-06-222-2/+9
* * bignum.c (CLEAR_LOWBITS): Rewritten without RSHIFTX.akr2013-06-222-2/+6
* * pack.c (num2i32): Removed.akr2013-06-222-90/+16
* load.c: suppress warningnobu2013-06-221-2/+2
* * bignum.c (LSHIFTX): Defined to suppress a warning.akr2013-06-222-2/+12
* Imported minitest 4.7.5 (r8724)ryan2013-06-224-17/+23
* * gc.c (gc_prof_set_heap_info, after_gc_sweep): callko12013-06-212-29/+49
* * gc.c (rb_objspace::profile): rename rb_objspace::profile::record toko12013-06-212-45/+51
* * gc.c (rb_gc_giveup_promoted_writebarrier): remove `rest_sweep()'ko12013-06-212-7/+5
* * gc.c (rgengc_rememberset_mark): call gc_mark_children() forko12013-06-212-2/+8
* * include/ruby/ruby.h (OBJ_WRITE): cast to (VALUE *) for secondko12013-06-2111-43/+51
* * gc.c (slot_sweep_body): rename to slot_sweep().ko12013-06-212-53/+21
* * gc.c (check_bitmap_consistency): add to check flag and bitmap consistency.ko12013-06-212-15/+35
* * 2013-06-22svn2013-06-211-2/+2
* * bignum.c (bary_pack): Specialized packers implemented.akr2013-06-215-40/+311
* fix a typokazu2013-06-211-1/+1
* fix a typokazu2013-06-211-1/+1
* * remove trailing spaces.nobu2013-06-211-2/+2
* * gc.c (typedef enum): Introdule flags of major gc reason.tarui2013-06-212-40/+52
* * gc.c (allocate_sorted_heaps): remove unused variable `add'.ko12013-06-212-2/+5
* * include/ruby/ruby.h: constify RArray::as::ary and RArray::heap::ptr.ko12013-06-214-16/+23
* * vm_eval.c (eval_string_with_cref): fix WB miss.ko12013-06-212-1/+5
* * remove trailing spaces.nobu2013-06-211-1/+1
* * include/ruby/ruby.h: support write barrier protection for T_STRUCT.ko12013-06-216-80/+102
* * bignum.c (BDIGMAX): Use BIGRAD.akr2013-06-212-5/+13
* * pack.c (pack_pack): Move the implementation for 'c' directive afterakr2013-06-212-8/+20
* add a noteko12013-06-211-0/+4
* * include/ruby/ruby.h, re.c: support write barrier for T_REGEXP.ko12013-06-213-4/+11
* * bignum.c (bigsub_int): Use bdigit_roomof.akr2013-06-212-5/+13
* * benchmark/gc/gcbench.rb: fix summary of benchmark result notaton.ko12013-06-212-1/+8
* * ext/openssl/ossl_x509attr.c: change OSSL_X509ATTR_IS_SINGLE andcharliesome2013-06-212-2/+8
* * gc.c (gc_sweep): profile sweep time correctly when LAZY_SWEEP isko12013-06-212-2/+19
* test_filehandler.rb: fix for non-NTFSnobu2013-06-211-1/+3
* test_filehandler.rb: reap zombienobu2013-06-211-1/+1
* * gc.c: enable lazy sweep (commit miss).ko12013-06-212-1/+5
* revert last commit (operation miss).ko12013-06-211-17/+6
* * gc.c: fix to use total_allocated_object_num and heaps_usedko12013-06-211-6/+17
* hash.c: refine error messagenobu2013-06-212-9/+11
* test_env.rb: fix testnobu2013-06-211-2/+8
* * gc.c: fix to use total_allocated_object_num and heaps_usedko12013-06-212-3/+12