summaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* * removed spaces just before tabs.nobu2009-11-261-1/+1
* * class.c (rb_mod_init_copy): fix memory leak of Class#dup.mame2009-11-141-3/+3
* * gc.c (vm_xrealloc): use the given object space.nobu2009-11-131-2/+2
* fix typos.akr2009-11-031-3/+3
* * gc.c (GET_STACK_BOUNDS): refactored common code. based on anobu2009-10-311-28/+15
* * gc.c (garbage_collect_with_gvl): do not garbage_collect whenmatz2009-10-261-0/+1
* * configure.in (warnflags): use -Wextra instead of -Wall.nobu2009-10-221-3/+4
* * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu2009-09-211-1/+1
* * common.mk (eval.o): needs vm.h.nobu2009-09-181-1/+35
* * gc.c (vm_xrealloc): free as like standard free if size is zero.nobu2009-09-171-1/+6
* * gc.c (obj_free): fix to free method table (fix memory leak).ko12009-09-021-0/+1
* * method.h (rb_method_definition_t): split from rb_method_entry_tnobu2009-08-281-4/+7
* * method.c (rb_method_entry_t): body.proc should be marked.nobu2009-08-261-1/+2
* * gc.c: reject unused longlife gc.nari2009-08-101-242/+19
* * gc.c (rb_gc_enable, rb_gc_disable): should return Qtrue/Qfalse.nobu2009-07-211-2/+2
* * suppressed shorten-64-to-32 warnings.nobu2009-07-181-16/+16
* * method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko12009-07-151-12/+60
* * include/ruby/ruby.h:ko12009-07-071-1/+1
* * gc.c (rb_gc_call_finalizer_at_exit): deal with typed struct likenobu2009-07-071-0/+3
* * gc.c (GC_PROF_SET_MALLOC_INFO, GC_PROF_SET_HEAP_INFO): simplified.nobu2009-07-071-16/+16
* * gc.c: remove the definition of GC_DEBUG (debugging macro).mame2009-06-231-3/+0
* fix indent.ko12009-06-161-1/+1
* * include/ruby/ruby.h: New structure RTypedData, added.ko12009-06-161-2/+56
* * gc.c: fix indent.ko12009-06-161-21/+21
* * gc.c (rb_objspace_each_objects): New C API, added.ko12009-06-161-12/+90
* * gc.c (os_obj_of): invoke garbage collection before iteration, tomatz2009-06-151-1/+3
* * gc.c: fixed types.nobu2009-05-261-6/+6
* * gc.c: add longlife garbage collection. [ruby-dev:38423]nari2009-05-131-24/+248
* * eval.c (ruby_cleanup): the order of local variables on stack isnobu2009-04-191-3/+3
* * gc.c (init_heap): set default to heap slots lengthnari2009-03-231-0/+9
* * configure.in (AC_HEADER_DIRENT): added.nobu2009-03-131-5/+5
* * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu2009-03-121-4/+4
* * array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def,nobu2009-03-101-4/+4
* * gc.c (ruby_get_stack_grow_direction): no needs to use threadnobu2009-02-271-3/+3
* stripped trailing spaces.nobu2009-02-221-8/+8
* * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end),mame2009-02-141-1/+0
* * gc.c (vm_xmalloc, vm_xrealloc): comparisons had no meanings onnobu2009-02-121-2/+2
* * gc.c (define_final, undefine_final): shouldn't add/remove finalizerusa2009-02-111-0/+3
* * gc.c (define_final): cannot define finalizer for immediatenobu2009-01-221-2/+9
* * gc.c (garbage_collect_with_gvl): suppress warnings.ko12009-01-191-1/+1
* * gc.c (gc_with_gvl): suppress warnings.ko12009-01-151-1/+1
* * gc.c (negative_size_allocation_error_with_gvl): abolish a warning.akr2009-01-141-2/+2
* * gc.c (ruby_xmalloc, ruby_xrealloc, ruby_xfree):ko12009-01-121-8/+82
* * compile.c (iseq_compile_each), gc.c (assign_heap_slot),nobu2008-12-091-2/+2
* * gc.c (gc_mark): still needs to check stack depth during GC.matz2008-11-271-6/+12
* * gc.c (ruby_stack_check): no check if using sigaltstack.nobu2008-11-271-0/+4
* * include/ruby/io.h (rb_io_t): added write_lock to serialize.nobu2008-11-071-1/+3
* * gc.c (gc_profile_result): bug fix. The millisecond is 1/1000.nari2008-10-251-3/+3
* * include/ruby/ruby.h: embeds the elements of an array into itsyugui2008-10-091-1/+1
* * gc.c (gc_mark_children): ignores T_ZOMBIE.nobu2008-10-061-0/+1