| Commit message (Expand) | Author | Age | Files | Lines |
* | * iseq.c (ruby_iseq_disasm): fix to show arg_simple value. | ko1 | 2007-08-16 | 1 | -2/+2 |
* | * vm_dump.c (debug_print_pre): fix to show control frame count. | ko1 | 2007-08-12 | 1 | -1/+7 |
* | * iseq.c (iseq_s_compile_option_get, Init_ISeq): added a new | nobu | 2007-08-06 | 1 | -4/+14 |
* | * common.mk (node_name.inc): auto-generate node name list. | nobu | 2007-08-06 | 1 | -230/+1 |
* | * blockinlining.c: remove "yarv" prefix. | ko1 | 2007-07-12 | 1 | -29/+43 |
* | * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c, | nobu | 2007-07-05 | 1 | -10/+14 |
* | * iseq.c (set_relation): added. | ko1 | 2007-07-03 | 1 | -34/+44 |
* | * compile.c: rename iseq_translate_direct_threaded_code() | ko1 | 2007-07-02 | 1 | -0/+10 |
* | * eval_intern.h, yarvcore.h: move declaration of sysstack_error | ko1 | 2007-07-01 | 1 | -17/+17 |
* | * compile.c, iseq.c: fix iseq some of load/store process. | ko1 | 2007-07-01 | 1 | -19/+31 |
* | * yarvcore.h, compile.c, insnhelper.ci, iseq.c, vm.c: | ko1 | 2007-07-01 | 1 | -10/+51 |
* | * yarvcore.h: some refactoring on rb_iseq_t. | ko1 | 2007-06-30 | 1 | -5/+5 |
* | * include/ruby/node.h, parse.y, gc.c, iseq.c: remove NODE_CREF. | ko1 | 2007-06-27 | 1 | -2/+0 |
* | * iseq.c (ruby_node_name): update node names. | ko1 | 2007-06-26 | 1 | -2/+18 |
* | * gc.h: add RUBY_ prefix to debug macros. | ko1 | 2007-06-25 | 1 | -21/+21 |
* | * call_cfunc.ci: removed. | ko1 | 2007-06-24 | 1 | -3/+0 |
* | * vm.c: some refactoring. | ko1 | 2007-06-24 | 1 | -1/+1 |
* | * vm.c (callee_setup_arg): added. support correct post arg. | ko1 | 2007-06-24 | 1 | -3/+5 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -2/+2 |
* | * iseq.c (prepare_iseq_build): freeze filename and name string. | ko1 | 2007-06-07 | 1 | -1/+4 |
* | * compile.c, vm_macro.def: support tail call optimization | ko1 | 2007-05-21 | 1 | -3/+8 |
* | * iseq.c (ruby_iseq_disasm): fix to show post arg info. | ko1 | 2007-05-17 | 1 | -2/+3 |
* | * iseq.c (iseq_data_to_ary): internal IDs must not be exposed. | nobu | 2007-05-11 | 1 | -160/+160 |
* | * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h: | ko1 | 2007-04-19 | 1 | -0/+2 |
* | * compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h, | ko1 | 2007-03-21 | 1 | -13/+21 |
* | * compile.c: iseq_compile -> rb_iseq_compile. | aamine | 2007-03-08 | 1 | -2/+2 |
* | * yarvcore.h: add rb_thread_t#top_wrapper, top_self. | ko1 | 2007-02-25 | 1 | -6/+8 |
* | * yarvcore.h: | ko1 | 2007-02-25 | 1 | -39/+24 |
* | * parse.y, node.h, compile.c: change node tree structure. a purpose | ko1 | 2007-02-24 | 1 | -3/+8 |
* | * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h, | matz | 2007-02-23 | 1 | -2/+0 |
* | * this commit is a result of refactoring. only renaming functions, | ko1 | 2007-02-07 | 1 | -16/+14 |
* | * blockinlining.c, compile.c, compile.h, error.c, eval.c, | ko1 | 2007-02-06 | 1 | -51/+51 |
* | * parse.y (rb_compose_ivar2): function to create a new ivar2 | matz | 2007-02-04 | 1 | -0/+4 |
* | * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c, | nobu | 2007-02-02 | 1 | -3/+3 |
* | * parse.y (assignable_gen): no need to generate NODE_CVDECL. | matz | 2007-02-02 | 1 | -2/+0 |
* | * some refactoring around yarvcore and proc. | ko1 | 2007-01-17 | 1 | -15/+17 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -0/+1345 |