summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
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
2008-01-21* eval.c, gc.c (setjmp): sigsetjmp is a macro on cygwin.nobu
2008-01-19* configure.in (sigsetjmp): check if available.nobu
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-12-28* gc.c (os_obj_of): returns an enumerator if no block given. based onnobu
2007-12-21* gc.c (rb_garbage_collect): new function for debugging.akr
2007-12-15* vm_core.h (rb_thread_t): new member machine_stack_maxsize andakr
2007-12-09* parse.y (expr): redefinable not (!) operator.matz
2007-11-20* gc.c (gc_mark_children): obj->as.file.fptr may be 0 for T_FILE.akr
2007-11-20* include/ruby/io.h (rb_io_t): add tied_io_for_writing member.akr
2007-11-03* gc.c (count_objects): count TOTAL.akr
2007-11-03* gc.c (count_objects): ObjectSpace.count_objects implemented.akr
2007-10-13* encoding.c (rb_cEncoding): new Encoding class.nobu
2007-10-01* gc.c (id2ref): skip ICLASS.nobu
2007-10-01* gc.c (id2ref): T_VALUES is less than T_BLOCK. [ruby-dev:31911]nobu
2007-09-28* include/ruby/intern.h: export rb_ivar_foreach.akr
2007-09-26* gc.c (rb_mark_set): new function to mark keys.nobu
2007-09-23* gc.c (os_obj_of, os_each_obj): hide objects to be finalized.nobu
2007-09-21* gc.c (gc_mark_rest): copy just used part.nobu
2007-09-01* include/ruby/ruby.h (struct RBignum): embed digits in RBignum forakr