aboutsummaryrefslogtreecommitdiffstats
path: root/eval_intern.h
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (eval): fix to check stack overflow.ko12007-09-261-0/+6
* * vm.h, eval_intern.h: move some macros to eval_intern.h.ko12007-09-141-2/+11
* * proc.c (Init_Proc), eval.c (Init_eval), eval_intern.h: moveko12007-08-141-2/+0
* * blockinlining.c: remove "yarv" prefix.ko12007-07-121-3/+2
* * compile.c: rename iseq_translate_direct_threaded_code()ko12007-07-021-32/+1
* * eval_intern.h, yarvcore.h: move declaration of sysstack_errorko12007-07-011-1/+0
* * gc.h: add RUBY_ prefix to debug macros.ko12007-06-251-0/+2
* * eval.c: remove ruby_current_node and change eval() prototype.ko12007-06-241-3/+0
* * vm.c: some refactoring.ko12007-06-241-12/+12
* * eval_load.c (rb_require_safe, ruby_init_ext): load with ruby levelnobu2007-06-181-0/+1
* * 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