summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2008-06-30* gc.c (rb_newobj): abort GC phase before rb_bug.nobu
2008-06-30* gc.c (chain_finalized_object): should not delete from finalizernobu
2008-06-30* gc.c (gc_finalize_deferred): allow object allocation in finalizers.nobu
2008-06-30 * gc.c (rb_newobj): prohibit call of rb_newobj() during gc whenusa
2008-06-28* include/ruby/ruby.h (struct RRegexp): new field usecnt. replaceakr
2008-06-18* gc.c (rb_newobj): prohibit call of rb_newobj() during gc.shyouhei
2008-06-15* vm_core.h (rb_vm_t), vm.c (rb_vm_mark): moved preallocated specialnobu
2008-06-14* gc.h (STACK_UPPER): moved from gc.cnobu
2008-06-13* gc.c (ruby_initial_gc_stress): defined.akr
2008-06-13* gc.c (ruby_gc_stress): moved to rb_objspace_t.nobu
2008-06-13* gc.c (rb_memerror): exit with EXIT_FAILURE instead of magic number.nobu
2008-06-13* gc.c (ruby_stack_check): STACK_LENGTH should be less thannobu
2008-06-09* include/ruby/intern.h (Init_stack): make to call ruby_init_stack.nobu
2008-06-08* gc.c: add a build option "CALC_EXACT_MALLOC_SIZE".ko1
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2008-06-06* gc.c (count_objects): clear hash after counting objects.akr
2008-06-05* gc.c (rb_objspace_alloc): this function is needed only whenmame
2008-06-05* gc.c (os_obj_of): heaps may be modified in yield.akr
2008-05-31* gc.c (count_objects): clear given hash.akr
2008-05-20* include/ruby/ruby.h (PRI[diouxX]VALUE): printf format for VALUE.nobu
2008-05-19* vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko1
2008-05-12* gc.c (ruby_vm_xmalloc): increase malloc_increase only if mallocakr
2008-05-12* gc.c (assign_heap_slot): fix condition for number of objects inakr
2008-05-12 * gc.c (assign_heap_slot): put the binary-search routine in order.yugui
2008-05-11* include/ruby/ruby.h (SIZET2NUM): new macro.akr
2008-05-10 * gc.c (gc_count): rdoc corrected.yugui
2008-05-04* gc.c (set_heaps_increment): fix memory allocation strategy byakr
2008-04-27* gc.c (gc_count): add a GC.count method. This method returnsko1
2008-04-27* vm_core.h (rb_vm_t), gc.c (rb_objspace, rb_newobj), vm.cnobu
2008-04-26* error.c (builtin_types), gc.c (count_objects): added Complex andnobu
2008-04-26* include/ruby/ruby.h, gc.c: remove T_BLOCK.ko1
2008-04-25* gc.c (free_unused_heaps): preserve last used heap segment tomatz
2008-04-20 * gc.c (ruby_xmalloc): use size_t for malloc argument instead of long.usa
2008-04-18* gc.c (rb_gc_mark_locations): get rid of underflow.nobu
2008-04-14* gc.c (Init_stack): use ruby_init_stack. [ruby-dev:34350]nobu
2008-04-14* gc.c (rb_objspace_t): packed globals. [ruby-dev:34348]nobu
2008-04-14* gc.c (finalizers): removed. [ruby-dev:34349]nobu
2008-04-12* eval.c (ruby_exec_node, ruby_run_node), ruby.c (process_options):nobu
2008-03-31* configure.in (RUBY_SETJMP, RUBY_LONGJMP, RUBY_JMP_BUF): prefersnobu
2008-03-16both complex and rational are now builtin classes.tadf
2008-03-12* eval_intern.h (rb_thread_raised_set): use generic flags.nobu
2008-03-12* gc.c: fixed indent.nobu
2008-03-12* gc.c: removed trailing spaces.nobu
2008-03-05* numeric.c (fix_to_s): avoid rb_scan_args() when no argumentmatz
2008-03-04* gc.c (add_heap): fix previous change. [ruby-dev:33988]akr
2008-03-04* gc.c (add_heap): use binary search to find the place to insert thenobu
2008-03-03* gc.c (add_heap): sort heaps array in ascending order to usematz
2008-02-25* include/ruby/ruby.h (ROBJECT_NUMIV): renamed from ROBJECT_LEN.akr
2008-02-19* gc.c (STACK_LENGTH) [SPARC] : 0x80 offset removed. [ruby-dev:33857]akr
2008-02-16* include/ruby/re.h (struct rmatch_offset): new struct for characterakr