aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * gc.c (os_obj_of): returns an enumerator if no block given. based onnobu2007-12-281-1/+2
* * gc.c (rb_garbage_collect): new function for debugging.akr2007-12-211-0/+6
* * vm_core.h (rb_thread_t): new member machine_stack_maxsize andakr2007-12-151-23/+18
* * parse.y (expr): redefinable not (!) operator.matz2007-12-091-1/+0
* * gc.c (gc_mark_children): obj->as.file.fptr may be 0 for T_FILE.akr2007-11-201-1/+2
* * include/ruby/io.h (rb_io_t): add tied_io_for_writing member.akr2007-11-201-0/+4
* * gc.c (count_objects): count TOTAL.akr2007-11-031-1/+5
* * gc.c (count_objects): ObjectSpace.count_objects implemented.akr2007-11-031-0/+91
* * encoding.c (rb_cEncoding): new Encoding class.nobu2007-10-131-0/+3
* * gc.c (id2ref): skip ICLASS.nobu2007-10-011-1/+2
* * gc.c (id2ref): T_VALUES is less than T_BLOCK. [ruby-dev:31911]nobu2007-10-011-1/+1
* * include/ruby/intern.h: export rb_ivar_foreach.akr2007-09-281-9/+20
* * gc.c (rb_mark_set): new function to mark keys.nobu2007-09-261-0/+20
* * gc.c (os_obj_of, os_each_obj): hide objects to be finalized.nobu2007-09-231-37/+5
* * gc.c (gc_mark_rest): copy just used part.nobu2007-09-211-7/+14
* * include/ruby/ruby.h (struct RBignum): embed digits in RBignum forakr2007-09-011-2/+2
* * include/ruby/intern.h: declare rb_hash_tbl.akr2007-08-291-3/+3
* * encoding.c: provide basic features for M17N.matz2007-08-251-1/+1
* * gc.c: use VALGRIND_MAKE_MEM_UNDEFINED to detect use of collectedakr2007-08-191-0/+9
* * gc.c (os_live_obj): fix to skip T_VALUES.ko12007-08-151-0/+1
* * compile.c, compile.h (DECL_ANCHOR, INIT_ANCHOR): split not tonobu2007-07-201-30/+7
* rename mark_current_thread to mark_current_machine_context.akr2007-07-141-2/+2
* make mark_current_thread static.akr2007-07-141-1/+1
* * configure.in: add --enable-valgrind.akr2007-07-141-26/+77
* * blockinlining.c: remove "yarv" prefix.ko12007-07-121-2/+2
* * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu2007-07-051-6/+20
* * debug.c (ruby_set_debug_option): separated from main.c.nobu2007-06-291-6/+6
* * gc.c (rb_obj_id): use SIGNED_VALUE instead of long.usa2007-06-281-4/+4
* * include/ruby/node.h, parse.y, gc.c, iseq.c: remove NODE_CREF.ko12007-06-271-1/+0
* * gc.c (RVALUE): in RVALUE and RBasic, flags must be the same type.usa2007-06-251-1/+1
* fix indent.akr2007-06-251-4/+4
* * gc.h: add RUBY_ prefix to debug macros.ko12007-06-251-0/+2
* * eval.c: remove ruby_current_node and change eval() prototype.ko12007-06-241-4/+2
* * gc.c (garbage_collect): re-introduce ruby_current_node marking code.akr2007-06-161-0/+2
* * gc.c (gc_sweep): re-introduce heap extension strategy change.akr2007-06-161-2/+10
* * eval_load.c (Init_load): delay allocating an array for rb_load_pathakr2007-06-141-2/+10
* * gc.c (garbage_collect): update IA64 register stack code.matz2007-06-131-22/+2
* * include/ruby: moved public headers.nobu2007-06-101-5/+5
* * gc.c (rb_source_filename, obj_free): supress warnings.nobu2007-05-291-6/+9
* * gc.c (garbage_collect, yarv_machine_stack_mark): fixed typo.nobu2007-05-291-7/+7
* * gc.c, yarvcore.c: fix to mark VM structure on startup.ko12007-05-241-3/+4
* * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu2007-02-241-1/+1
* * parse.y, node.h, compile.c: change node tree structure. a purposeko12007-02-241-1/+3
* * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h,matz2007-02-231-1/+0
* * blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h,ko12007-02-081-7/+7
* * blockinlining.c, compile.c, compile.h, error.c, eval.c,ko12007-02-061-8/+8
* * eval_thread.c, common.mk: remove eval_thread.c.ko12007-02-051-7/+5
* * parse.y (rb_compose_ivar2): function to create a new ivar2matz2007-02-041-0/+2
* * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu2007-02-021-2/+2