summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
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
2007-08-29* include/ruby/intern.h: declare rb_hash_tbl.akr
2007-08-25* encoding.c: provide basic features for M17N.matz
2007-08-19* gc.c: use VALGRIND_MAKE_MEM_UNDEFINED to detect use of collectedakr
2007-08-15* gc.c (os_live_obj): fix to skip T_VALUES.ko1
2007-07-20* compile.c, compile.h (DECL_ANCHOR, INIT_ANCHOR): split not tonobu
2007-07-14rename mark_current_thread to mark_current_machine_context.akr
2007-07-14make mark_current_thread static.akr
2007-07-14* configure.in: add --enable-valgrind.akr
2007-07-12* blockinlining.c: remove "yarv" prefix.ko1
2007-07-05* include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu
2007-06-29* debug.c (ruby_set_debug_option): separated from main.c.nobu
2007-06-28 * gc.c (rb_obj_id): use SIGNED_VALUE instead of long.usa
2007-06-27* include/ruby/node.h, parse.y, gc.c, iseq.c: remove NODE_CREF.ko1
2007-06-25 * gc.c (RVALUE): in RVALUE and RBasic, flags must be the same type.usa
2007-06-25fix indent.akr
2007-06-25* gc.h: add RUBY_ prefix to debug macros.ko1
2007-06-24* eval.c: remove ruby_current_node and change eval() prototype.ko1
2007-06-16* gc.c (garbage_collect): re-introduce ruby_current_node marking code.akr
2007-06-16* gc.c (gc_sweep): re-introduce heap extension strategy change.akr
2007-06-14* eval_load.c (Init_load): delay allocating an array for rb_load_pathakr
2007-06-13* gc.c (garbage_collect): update IA64 register stack code.matz
2007-06-10* include/ruby: moved public headers.nobu
2007-05-29* gc.c (rb_source_filename, obj_free): supress warnings.nobu
2007-05-29* gc.c (garbage_collect, yarv_machine_stack_mark): fixed typo.nobu
2007-05-24* gc.c, yarvcore.c: fix to mark VM structure on startup.ko1
2007-02-24* file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu
2007-02-24* parse.y, node.h, compile.c: change node tree structure. a purposeko1
2007-02-23* parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h,matz
2007-02-08* blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h,ko1
2007-02-06* blockinlining.c, compile.c, compile.h, error.c, eval.c,ko1
2007-02-05* eval_thread.c, common.mk: remove eval_thread.c.ko1
2007-02-04* parse.y (rb_compose_ivar2): function to create a new ivar2matz
2007-02-02* call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu