| Commit message (Expand) | Author | Age | Files | Lines |
* | * vm_core.h (rb_thread_t): new member machine_stack_maxsize and | akr | 2007-12-15 | 1 | -23/+18 |
* | * parse.y (expr): redefinable not (!) operator. | matz | 2007-12-09 | 1 | -1/+0 |
* | * gc.c (gc_mark_children): obj->as.file.fptr may be 0 for T_FILE. | akr | 2007-11-20 | 1 | -1/+2 |
* | * include/ruby/io.h (rb_io_t): add tied_io_for_writing member. | akr | 2007-11-20 | 1 | -0/+4 |
* | * gc.c (count_objects): count TOTAL. | akr | 2007-11-03 | 1 | -1/+5 |
* | * gc.c (count_objects): ObjectSpace.count_objects implemented. | akr | 2007-11-03 | 1 | -0/+91 |
* | * encoding.c (rb_cEncoding): new Encoding class. | nobu | 2007-10-13 | 1 | -0/+3 |
* | * gc.c (id2ref): skip ICLASS. | nobu | 2007-10-01 | 1 | -1/+2 |
* | * gc.c (id2ref): T_VALUES is less than T_BLOCK. [ruby-dev:31911] | nobu | 2007-10-01 | 1 | -1/+1 |
* | * include/ruby/intern.h: export rb_ivar_foreach. | akr | 2007-09-28 | 1 | -9/+20 |
* | * gc.c (rb_mark_set): new function to mark keys. | nobu | 2007-09-26 | 1 | -0/+20 |
* | * gc.c (os_obj_of, os_each_obj): hide objects to be finalized. | nobu | 2007-09-23 | 1 | -37/+5 |
* | * gc.c (gc_mark_rest): copy just used part. | nobu | 2007-09-21 | 1 | -7/+14 |
* | * include/ruby/ruby.h (struct RBignum): embed digits in RBignum for | akr | 2007-09-01 | 1 | -2/+2 |
* | * include/ruby/intern.h: declare rb_hash_tbl. | akr | 2007-08-29 | 1 | -3/+3 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+1 |
* | * gc.c: use VALGRIND_MAKE_MEM_UNDEFINED to detect use of collected | akr | 2007-08-19 | 1 | -0/+9 |
* | * gc.c (os_live_obj): fix to skip T_VALUES. | ko1 | 2007-08-15 | 1 | -0/+1 |
* | * compile.c, compile.h (DECL_ANCHOR, INIT_ANCHOR): split not to | nobu | 2007-07-20 | 1 | -30/+7 |
* | rename mark_current_thread to mark_current_machine_context. | akr | 2007-07-14 | 1 | -2/+2 |
* | make mark_current_thread static. | akr | 2007-07-14 | 1 | -1/+1 |
* | * configure.in: add --enable-valgrind. | akr | 2007-07-14 | 1 | -26/+77 |
* | * blockinlining.c: remove "yarv" prefix. | ko1 | 2007-07-12 | 1 | -2/+2 |
* | * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c, | nobu | 2007-07-05 | 1 | -6/+20 |
* | * debug.c (ruby_set_debug_option): separated from main.c. | nobu | 2007-06-29 | 1 | -6/+6 |
* | * gc.c (rb_obj_id): use SIGNED_VALUE instead of long. | usa | 2007-06-28 | 1 | -4/+4 |
* | * include/ruby/node.h, parse.y, gc.c, iseq.c: remove NODE_CREF. | ko1 | 2007-06-27 | 1 | -1/+0 |
* | * gc.c (RVALUE): in RVALUE and RBasic, flags must be the same type. | usa | 2007-06-25 | 1 | -1/+1 |
* | fix indent. | akr | 2007-06-25 | 1 | -4/+4 |
* | * gc.h: add RUBY_ prefix to debug macros. | ko1 | 2007-06-25 | 1 | -0/+2 |
* | * eval.c: remove ruby_current_node and change eval() prototype. | ko1 | 2007-06-24 | 1 | -4/+2 |
* | * gc.c (garbage_collect): re-introduce ruby_current_node marking code. | akr | 2007-06-16 | 1 | -0/+2 |
* | * gc.c (gc_sweep): re-introduce heap extension strategy change. | akr | 2007-06-16 | 1 | -2/+10 |
* | * eval_load.c (Init_load): delay allocating an array for rb_load_path | akr | 2007-06-14 | 1 | -2/+10 |
* | * gc.c (garbage_collect): update IA64 register stack code. | matz | 2007-06-13 | 1 | -22/+2 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -5/+5 |
* | * gc.c (rb_source_filename, obj_free): supress warnings. | nobu | 2007-05-29 | 1 | -6/+9 |
* | * gc.c (garbage_collect, yarv_machine_stack_mark): fixed typo. | nobu | 2007-05-29 | 1 | -7/+7 |
* | * gc.c, yarvcore.c: fix to mark VM structure on startup. | ko1 | 2007-05-24 | 1 | -3/+4 |
* | * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t): | nobu | 2007-02-24 | 1 | -1/+1 |
* | * parse.y, node.h, compile.c: change node tree structure. a purpose | ko1 | 2007-02-24 | 1 | -1/+3 |
* | * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h, | matz | 2007-02-23 | 1 | -1/+0 |
* | * blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h, | ko1 | 2007-02-08 | 1 | -7/+7 |
* | * blockinlining.c, compile.c, compile.h, error.c, eval.c, | ko1 | 2007-02-06 | 1 | -8/+8 |
* | * eval_thread.c, common.mk: remove eval_thread.c. | ko1 | 2007-02-05 | 1 | -7/+5 |
* | * parse.y (rb_compose_ivar2): function to create a new ivar2 | matz | 2007-02-04 | 1 | -0/+2 |
* | * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c, | nobu | 2007-02-02 | 1 | -2/+2 |
* | * parse.y (assignable_gen): no need to generate NODE_CVDECL. | matz | 2007-02-02 | 1 | -1/+0 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -249/+298 |
* | * ruby.h (struct RArray): revert embedding ptr in RVALUE. | matz | 2006-11-01 | 1 | -1/+1 |