aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (eval): should be volatile value for GC.ko12007-11-091-1/+1
* * eval.c (send_internal): use self in the previous frame to check fornobu2007-11-091-4/+10
* * eval.c (rb_invoke_method): check if invoked in function style.nobu2007-11-091-2/+2
* * eval.c: fix typo in invoke_method documentationdavidflanagan2007-11-061-1/+1
* * eval.c (Init_eval): move #send to Kernel module from BasicObject.matz2007-11-051-1/+1
* * eval.c (rb_f_send): allow send/__send__ to call methods of allmatz2007-11-041-24/+20
* * eval.c (ruby_options), ruby.c (proc_options, process_options): notnobu2007-10-011-3/+10
* * include/ruby/intern.h: export rb_ivar_foreach.akr2007-09-281-1/+1
* * eval.c (eval): fix to check stack overflow.ko12007-09-261-0/+1
* * eval.c (rb_longjmp): source file information may be NULL.matz2007-09-251-4/+11
* * vm.h, eval_intern.h: move some macros to eval_intern.h.ko12007-09-141-2/+0
* * encoding.c: provide basic features for M17N.matz2007-08-251-1/+1
* * enumerator.c (enumerator_next): stop pre-fetching.matz2007-08-241-3/+9
* * eval.c (rb_f_send_bang): abandon the name funcall for privatematz2007-08-241-11/+11
* * eval.c: $! should not be writable.ko12007-08-181-12/+42
* * eval.c (frame_func_id): return proper method ID.nobu2007-08-171-5/+12
* * eval.c (rb_call), eval_method.ci (rb_add_method, rb_alias),ko12007-08-171-15/+24
* * proc.c (Init_Proc), eval.c (Init_eval), eval_intern.h: moveko12007-08-141-1/+6
* * eval.c (rb_clear_trace_func, rb_thread_stop_timer_thread):nobu2007-08-131-12/+17
* * compile.c, compile.h (DECL_ANCHOR, INIT_ANCHOR): split not tonobu2007-07-201-3/+3
* * 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