aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * blockinlining.c: remove "yarv" prefix.ko12007-07-121-14/+15
* * eval.c, insnhelper.ci, vm.c: change cref index (-1 -> 2).ko12007-07-101-3/+3
* * eval.c (exec_under): add proper casts.ko12007-07-101-3/+3
* * vm.c, insnhelper.ci: fix svar interface.ko12007-07-101-6/+5
* * eval.c (rb_interrupt): suppress a gcc's officious warning.nobu2007-07-061-2/+3
* * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu2007-07-051-38/+23
* * cont.c (rb_fiber_s_new): revert initializing VM stack.ko12007-06-261-1/+0
* * gc.h: add RUBY_ prefix to debug macros.ko12007-06-251-11/+5
* * eval.c: remove ruby_current_node and change eval() prototype.ko12007-06-241-50/+9
* * eval_*.h: rename to eval_*.ci.ko12007-06-241-6/+4
* * vm.c: some refactoring.ko12007-06-241-26/+27
* * eval.c (ruby_cleanup): return EXIT_FAILURE if any exceptions occurednobu2007-06-181-0/+14
* * eval.c (rb_method_missing): avoid an warning "too many argumentsakr2007-06-171-1/+1
* * eval.c (ruby_finalize_1): rb_thread_t#errinfo should be clear withko12007-06-151-1/+4
* * eval_intern.h, eval.c (ruby_init): remove POP_TAG_INIT().ko12007-06-061-1/+1
* * eval.c (rb_yield): fix to check Qundef.ko12007-06-061-1/+6
* * parse.y (new_yield), compile.c (iseq_compile_each): fixko12007-06-051-42/+28
* * compile.c: fixed indentation.nobu2007-06-051-1/+1
* * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,nobu2007-06-051-90/+90
* * eval.c (rb_eval_cmd): just return if no exceptions.nobu2007-05-291-1/+1
* * cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail.ko12007-05-271-7/+9
* * eval.c (ruby_exec_internal): do nothing if no code.nobu2007-05-251-0/+2
* * cont.c: check across trap violation.ko12007-05-241-0/+5
* * eval_intern.h (PUSH_TAG): no argument now.nobu2007-04-251-19/+19
* * eval.c (ruby_cleanup): inversed the order of errinfos.nobu2007-04-201-8/+10
* * eval.c (ruby_cleanup): fixed access to out of bound, and inversednobu2007-04-201-12/+16
* * eval.c (ruby_cleanup): re-send signal. [ruby-dev:30516]nobu2007-04-191-17/+18
* * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:ko12007-04-191-254/+20
* * eval.c (rb_rescue2): restore cfp ([ruby-dev:30582]).ko12007-04-121-27/+33
* * eval.c (rb_protect): restore cfp ([ruby-dev:30671]).ko12007-04-121-0/+4
* * compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h,ko12007-03-211-53/+20
* * eval.c: just minor changes (rdoc).usa2007-03-201-2/+2
* * eval.c (rb_f_callee_name): add __method__ and __callee__ again.matz2007-03-201-0/+54
* * yarvcore.h, vm.h: rename th_invoke_yield() to th_yield().ko12007-02-261-3/+2
* * yarvcore.h: add rb_thread_t#top_wrapper, top_self.ko12007-02-251-10/+13
* * yarvcore.h:ko12007-02-251-12/+9
* * eval.c, vm.c, yarvcore.h: move definition of rb_call_super() toko12007-02-201-6/+0
* * blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h,ko12007-02-081-20/+20
* * eval.c (specific_eval): suppress warning.nobu2007-02-071-1/+1
* * eval.c: fixed to use ANSI function style.ko12007-02-071-26/+14
* * this commit is a result of refactoring. only renaming functions,ko12007-02-071-7/+6
* * blockinlining.c, compile.c, compile.h, error.c, eval.c,ko12007-02-061-63/+56
* * eval.c (rb_frame_callee): check if prev_cfp can be accessible.matz2007-02-041-1/+7
* * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu2007-02-021-13/+19
* * eval.c: remove duplicated global variables rb_cProc andmatz2007-02-021-3/+0
* * some refactoring around yarvcore and proc.ko12007-01-171-3/+4
* * insns.def : support direct method dispatch with "send" or "funcall".ko12007-01-061-4/+3
* * compile.c, compile.h : add ADD_CALL_RECEIVER() macro.ko12007-01-051-1/+9
* * Merge YARVko12006-12-311-11143/+884
* * eval.c (ruby_cleanup): keep the exception till after END blocks.nobu2006-12-091-1/+0