summaryrefslogtreecommitdiff
path: root/iseq.c
AgeCommit message (Expand)Author
2007-08-16* iseq.c (ruby_iseq_disasm): fix to show arg_simple value.ko1
2007-08-12* vm_dump.c (debug_print_pre): fix to show control frame count.ko1
2007-08-06* iseq.c (iseq_s_compile_option_get, Init_ISeq): added a newnobu
2007-08-06* common.mk (node_name.inc): auto-generate node name list.nobu
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-07-03* iseq.c (set_relation): added.ko1
2007-07-02* compile.c: rename iseq_translate_direct_threaded_code()ko1
2007-07-01* eval_intern.h, yarvcore.h: move declaration of sysstack_errorko1
2007-07-01* compile.c, iseq.c: fix iseq some of load/store process.ko1
2007-07-01* yarvcore.h, compile.c, insnhelper.ci, iseq.c, vm.c:ko1
2007-06-30* yarvcore.h: some refactoring on rb_iseq_t.ko1
2007-06-27* include/ruby/node.h, parse.y, gc.c, iseq.c: remove NODE_CREF.ko1
2007-06-26* iseq.c (ruby_node_name): update node names.ko1
2007-06-25* gc.h: add RUBY_ prefix to debug macros.ko1
2007-06-24* call_cfunc.ci: removed.ko1
2007-06-24* vm.c: some refactoring.ko1
2007-06-24* vm.c (callee_setup_arg): added. support correct post arg.ko1
2007-06-10* include/ruby: moved public headers.nobu
2007-06-07* iseq.c (prepare_iseq_build): freeze filename and name string.ko1
2007-05-21* compile.c, vm_macro.def: support tail call optimizationko1
2007-05-17* iseq.c (ruby_iseq_disasm): fix to show post arg info.ko1
2007-05-11* iseq.c (iseq_data_to_ary): internal IDs must not be exposed.nobu
2007-04-19* eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:ko1
2007-03-21* compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h,ko1
2007-03-08* compile.c: iseq_compile -> rb_iseq_compile.aamine
2007-02-25* yarvcore.h: add rb_thread_t#top_wrapper, top_self.ko1
2007-02-25* yarvcore.h:ko1
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-07* this commit is a result of refactoring. only renaming functions,ko1
2007-02-06* blockinlining.c, compile.c, compile.h, error.c, eval.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
2007-02-02* parse.y (assignable_gen): no need to generate NODE_CVDECL.matz
2007-01-17* some refactoring around yarvcore and proc.ko1
2006-12-31 * Merge YARVko1