aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * README.EXT.ja, dir.c, eval.c, eval_intern.h, lex.c.src,matz2007-12-251-5/+5
* * eval.c (rb_exc_raise): ANSI style.akr2007-12-241-9/+5
* * eval_method.c (Init_eval_method): extracted from Init_evalakr2007-12-241-3/+1
* * eval.c (function_call_may_return_twice_jmp_buf): removed.akr2007-12-241-3/+0
* enable several rdoc.akr2007-12-241-2/+1
* enable documents for raise and local_variables.akr2007-12-231-4/+4
* * eval.c (rb_obj_instance_eval): use class of immediate objects.ko12007-12-221-1/+1
* * eval.c (rb_f_method_name): now __method__ and __callee__ arematz2007-12-221-30/+2
* * common.mk, *.ci: renamed to *.c.ko12007-12-201-4/+4
* * eval.c (errinfo_place): skip if error is Fixnum. [ruby-dev:32608]ko12007-12-191-1/+2
* * eval.c (rb_protect): restore root_jmpbuf even if proc exits byakr2007-12-131-3/+3
* * eval.c (rb_protect): restore root_jmpbuf to avoid SEGV byakr2007-12-131-0/+3
* * object.c (Init_Object): singleton_method_{added,removed,undefined}matz2007-12-111-1/+2
* * eval.c (rb_method_missing): RDoc update patch from Hugh Sassematz2007-12-101-0/+3
* * eval.c (rb_f_public_send): rename invoke_method to public_send.matz2007-12-101-15/+7
* * insnhelper.ci (vm_yield_with_cfunc): fix to passing argc on thirdko12007-12-011-0/+6
* * signal.c (trap_signm): SIGVTALRM no longer used for greenmatz2007-11-301-1/+1
* * eval.c (rb_method_missing): fix stack trace.ko12007-11-271-0/+2
* * 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