summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2010-02-16* gc.c (chain_finalized_object): fix precedence.mame
2010-02-16* gc.c (rb_objspace_call_finalizer): always run finalizer at exit,mame
2010-01-31* gc.c (obj_free): free rb_classext_t of eigenclass. [Bug #1392]wanabe
2010-01-05removes the dtrace support. reverts r26239, r26238 and r26235.yugui
2010-01-04* gc.c: added UNLIKELY to probes for optimization.yugui
2010-01-03* trace.h: new file. wraps tracing mechanisms.yugui
2009-11-26* removed spaces just before tabs.nobu
2009-11-14* class.c (rb_mod_init_copy): fix memory leak of Class#dup.mame
2009-11-13* gc.c (vm_xrealloc): use the given object space.nobu
2009-11-03fix typos.akr
2009-10-31* gc.c (GET_STACK_BOUNDS): refactored common code. based on anobu
2009-10-26* gc.c (garbage_collect_with_gvl): do not garbage_collect whenmatz
2009-10-22* configure.in (warnflags): use -Wextra instead of -Wall.nobu
2009-09-21* compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu
2009-09-18* common.mk (eval.o): needs vm.h.nobu
2009-09-17* gc.c (vm_xrealloc): free as like standard free if size is zero.nobu
2009-09-02* gc.c (obj_free): fix to free method table (fix memory leak).ko1
2009-08-28* method.h (rb_method_definition_t): split from rb_method_entry_tnobu
2009-08-26* method.c (rb_method_entry_t): body.proc should be marked.nobu
2009-08-10* gc.c: reject unused longlife gc.nari
2009-07-21* gc.c (rb_gc_enable, rb_gc_disable): should return Qtrue/Qfalse.nobu
2009-07-18* suppressed shorten-64-to-32 warnings.nobu
2009-07-15* method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko1
2009-07-07* include/ruby/ruby.h:ko1
2009-07-07* gc.c (rb_gc_call_finalizer_at_exit): deal with typed struct likenobu
2009-07-07* gc.c (GC_PROF_SET_MALLOC_INFO, GC_PROF_SET_HEAP_INFO): simplified.nobu
2009-06-23* gc.c: remove the definition of GC_DEBUG (debugging macro).mame
2009-06-16fix indent.ko1
2009-06-16* include/ruby/ruby.h: New structure RTypedData, added.ko1
2009-06-16* gc.c: fix indent.ko1
2009-06-16* gc.c (rb_objspace_each_objects): New C API, added.ko1
2009-06-15* gc.c (os_obj_of): invoke garbage collection before iteration, tomatz
2009-05-26* gc.c: fixed types.nobu
2009-05-13* gc.c: add longlife garbage collection. [ruby-dev:38423]nari
2009-04-19* eval.c (ruby_cleanup): the order of local variables on stack isnobu
2009-03-23* gc.c (init_heap): set default to heap slots lengthnari
2009-03-13* configure.in (AC_HEADER_DIRENT): added.nobu
2009-03-12* array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu
2009-03-10* array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def,nobu
2009-02-27* gc.c (ruby_get_stack_grow_direction): no needs to use threadnobu
2009-02-22stripped trailing spaces.nobu
2009-02-14* string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end),mame
2009-02-12* gc.c (vm_xmalloc, vm_xrealloc): comparisons had no meanings onnobu
2009-02-11 * gc.c (define_final, undefine_final): shouldn't add/remove finalizerusa
2009-01-22* gc.c (define_final): cannot define finalizer for immediatenobu
2009-01-19* gc.c (garbage_collect_with_gvl): suppress warnings.ko1
2009-01-15* gc.c (gc_with_gvl): suppress warnings.ko1
2009-01-14* gc.c (negative_size_allocation_error_with_gvl): abolish a warning.akr
2009-01-12* gc.c (ruby_xmalloc, ruby_xrealloc, ruby_xfree):ko1
2008-12-09* compile.c (iseq_compile_each), gc.c (assign_heap_slot),nobu