aboutsummaryrefslogtreecommitdiffstats
path: root/iseq.c
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby: moved public headers.nobu2007-06-101-2/+2
* * iseq.c (prepare_iseq_build): freeze filename and name string.ko12007-06-071-1/+4
* * compile.c, vm_macro.def: support tail call optimizationko12007-05-211-3/+8
* * iseq.c (ruby_iseq_disasm): fix to show post arg info.ko12007-05-171-2/+3
* * iseq.c (iseq_data_to_ary): internal IDs must not be exposed.nobu2007-05-111-160/+160
* * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:ko12007-04-191-0/+2
* * compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h,ko12007-03-211-13/+21
* * compile.c: iseq_compile -> rb_iseq_compile.aamine2007-03-081-2/+2
* * yarvcore.h: add rb_thread_t#top_wrapper, top_self.ko12007-02-251-6/+8
* * yarvcore.h:ko12007-02-251-39/+24
* * parse.y, node.h, compile.c: change node tree structure. a purposeko12007-02-241-3/+8
* * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h,matz2007-02-231-2/+0
* * this commit is a result of refactoring. only renaming functions,ko12007-02-071-16/+14
* * blockinlining.c, compile.c, compile.h, error.c, eval.c,ko12007-02-061-51/+51
* * parse.y (rb_compose_ivar2): function to create a new ivar2matz2007-02-041-0/+4
* * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu2007-02-021-3/+3
* * parse.y (assignable_gen): no need to generate NODE_CVDECL.matz2007-02-021-2/+0
* * some refactoring around yarvcore and proc.ko12007-01-171-15/+17
* * Merge YARVko12006-12-311-0/+1345