aboutsummaryrefslogtreecommitdiffstats
path: root/iseq.c
Commit message (Expand)AuthorAgeFilesLines
* * 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