| Commit message (Expand) | Author | Age | Files | Lines |
* | * atomic.h (ATOMIC_OR): _InterlockedOr is not available on migw. | nobu | 2011-06-12 | 1 | -0/+9 |
* | * gc.c: expand heap if initial_heap_min_slots is bigger than | nari | 2011-06-11 | 1 | -41/+62 |
* | * gc.c: remove an unused declaration. | nagachika | 2011-06-09 | 1 | -1/+0 |
* | * gc.c (rb_objspace_call_finalizer): use rb_typeddata_is_kind_of() for | nagachika | 2011-06-09 | 1 | -1/+1 |
* | * gc.c (vm_xcalloc): use calloc provided by platforms. | nobu | 2011-05-22 | 1 | -20/+46 |
* | * gc.c: Fix build on m68k by 'error: too few arguments to | iwamatsu | 2011-05-20 | 1 | -1/+1 |
* | * internal.h: add for internal use only. | nobu | 2011-05-18 | 1 | -0/+1 |
* | * gc.c (rb_objspace): an initializer must be a constant. | naruse | 2011-03-07 | 1 | -1/+1 |
* | * gc.c (rb_gc_set_params): allow GC parameter configuration by | matz | 2011-03-07 | 1 | -10/+48 |
* | * vm.c (thread_free): reset ruby_current_thread if it points the | akr | 2011-01-12 | 1 | -1/+4 |
* | * gc.c (Init_GC): move back object_id to Kernel. [ruby-dev:42840] | matz | 2010-12-22 | 1 | -1/+1 |
* | * gc.c (Init_GC): move #__id__ and #object_id to BasicObject. | matz | 2010-12-17 | 1 | -2/+2 |
* | * gc.c: parenthesize macro arguments. | akr | 2010-12-14 | 1 | -17/+17 |
* | * gc.c (rb_objspace_free): With our "lazy-sweep" GC engine, it is | shyouhei | 2010-12-03 | 1 | -0/+6 |
* | * gc.c (assign_heap_slot): fix fear of memory leak and memory | mame | 2010-11-15 | 1 | -3/+7 |
* | * gc.c (after_gc_sweep): remove unused variable. | nobu | 2010-11-09 | 1 | -1/+0 |
* | * gc.c (rb_newobj): force garbage_collect() if GC.stress == true. | ko1 | 2010-11-04 | 1 | -17/+17 |
* | * gc.c (run_final): do not need argument obj. | ko1 | 2010-11-04 | 1 | -9/+3 |
* | * gc.c (run_final): do not need argument obj. | ko1 | 2010-11-04 | 1 | -6/+9 |
* | * gc.c (before_gc_sweep): fix commit miss. | ko1 | 2010-11-04 | 1 | -2/+2 |
* | * gc.c (after_gc_sweep, before_gc_sweep): | ko1 | 2010-11-04 | 1 | -5/+5 |
* | * gc.c (after_gc_sweep, slot_sweep): finalizers should be invoked | ko1 | 2010-11-04 | 1 | -8/+5 |
* | * gc.c, vm.c, vm_core.h: remove USE_VALUE_CACHE option. | ko1 | 2010-11-03 | 1 | -55/+7 |
* | * gc.c (finalizer_table, objspace->final.table): | ko1 | 2010-10-31 | 1 | -42/+33 |
* | * gc.c (rb_objspace_free): finalizers should be called separately | nobu | 2010-10-31 | 1 | -1/+0 |
* | * gc.c (before_gc_sweep, run_final): fix decrement timing of final_num. | ko1 | 2010-10-28 | 1 | -1/+2 |
* | * gc.c (GC.stat): added. [ruby-dev:38607] | ko1 | 2010-10-27 | 1 | -1/+51 |
* | * class.c, constant.h, gc.c, method.h, object.c, variable.c, | mame | 2010-10-26 | 1 | -2/+35 |
* | * class.c, gc.c, object.c, variable.c, vm_insnhelper.c, | mame | 2010-10-26 | 1 | -0/+4 |
* | * array.c, gc.c, hash.c, object.c, string.c, struct.c, | nobu | 2010-10-24 | 1 | -2/+2 |
* | * gc.c (gc_lazy_sweep): Variable declarations should be at | ko1 | 2010-10-21 | 1 | -1/+1 |
* | * gc.c (objspace_each_objects, rb_objspace_each_objects): use | nobu | 2010-10-21 | 1 | -9/+14 |
* | * gc.c (objspace_each_objects): fix return with no value. | nobu | 2010-10-21 | 1 | -1/+1 |
* | * gc.c (rb_objspace_each_objects): don't lazy sweep in | nari | 2010-10-21 | 1 | -30/+70 |
* | Commit miss. | nobu | 2010-10-19 | 1 | -2/+2 |
* | * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848] | nobu | 2010-10-19 | 1 | -2/+2 |
* | * array.c (rb_ary_and, rb_ary_or), class.c (rb_mod_init_copy), | nobu | 2010-10-13 | 1 | -1/+2 |
* | * compile.c (iseq_build_body), error.c (set_syserr, get_syserr), | nobu | 2010-10-12 | 1 | -5/+11 |
* | * gc.c (obj_free, rb_objspace_call_finalizer): fix truncating | nobu | 2010-10-12 | 1 | -2/+2 |
* | * gc.c (mark_current_machine_context): suppress warnings. | nobu | 2010-10-12 | 1 | -5/+8 |
* | * gc.c (gc_profile_result): Index begins with 1. | nari | 2010-08-16 | 1 | -2/+2 |
* | * gc.c (gc_profile_result): use size_t. based on patches from | nari | 2010-08-16 | 1 | -16/+16 |
* | * thread.c (rb_gc_mark_threads): deprecated. | nobu | 2010-08-14 | 1 | -1/+0 |
* | * test/objspace/test_objspace.rb: added test for objspace. | nari | 2010-08-14 | 1 | -1/+1 |
* | * gc.c: don't call after_gc_sweep() after when garbage_collect() | nari | 2010-07-20 | 1 | -8/+9 |
* | * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862] | nobu | 2010-07-18 | 1 | -5/+6 |
* | * gc.c (rb_objspace_each_objects): adjust indent. | nobu | 2010-07-18 | 1 | -2/+2 |
* | * gc.c (unlink_heap_slot, slot_sweep): unlink heaps_slot of | nari | 2010-06-29 | 1 | -11/+26 |
* | * gc.c (gc_lazy_sweep): clean a warning. | naruse | 2010-06-18 | 1 | -1/+2 |
* | * gc.c (rb_obj_id): trivial optimization. | nobu | 2010-06-07 | 1 | -1/+1 |