aboutsummaryrefslogtreecommitdiffstats
path: root/eval_intern.h
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby: moved public headers.nobu2007-06-101-5/+5
* * eval_intern.h, eval.c (ruby_init): remove POP_TAG_INIT().ko12007-06-061-1/+0
* * cont.c (rb_fiber_start): clear th->tag and check error to fixko12007-06-051-1/+4
* * cont.c (cont_capture): store all local variables in heapko12007-05-301-7/+2
* * cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail.ko12007-05-271-0/+8
* * yarvcore.h: remove rb_control_frame_t#callee_id.ko12007-04-251-8/+12
* * eval_intern.h (PUSH_TAG): no argument now.nobu2007-04-251-15/+1
* * eval_intern.h: add prototypes of rb_sourceline() andko12007-04-201-0/+3
* * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:ko12007-04-191-0/+26
* * process.c: fix to use rb_status_line_set/get/clear().ko12007-02-081-1/+1
* * blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h,ko12007-02-081-27/+10
* * eval_intern.h: remove UNSUPPORTED() macro.ko12007-02-071-9/+0
* * eval_intern.h, yarvcore.h: remove unused macro definition.ko12007-02-071-62/+0
* * this commit is a result of refactoring. only renaming functions,ko12007-02-071-2/+4
* * blockinlining.c, compile.c, compile.h, error.c, eval.c,ko12007-02-061-19/+19
* * Merge YARVko12006-12-311-0/+328