summaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
...
* * eval.c (Init_eval), gc.c (Init_GC), proc.c (Init_Proc): freezenobu2008-07-021-1/+2
* * eval.c (rb_interrupt): trick to suppress GCC warning.shyouhei2008-07-011-2/+1
* * eval.c (rb_f_block_given_p): fix to skip class frame.ko12008-06-151-2/+6
* * vm_core.h (rb_vm_t), vm.c (rb_vm_mark): moved preallocated specialnobu2008-06-151-3/+6
* * vm.c, eval_intern.h (PASS_PASSED_BLOCK):ko12008-06-101-6/+4
* * eval.c (Init_stack): don't declare. it is a macro now.akr2008-06-091-1/+0
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-091-1/+1
* * eval.c (ruby_finalize_0): clear trace_func after executing ENDmame2008-06-051-1/+1
* * suppress warnings with -Wwrite-string.nobu2008-05-311-1/+1
* * eval_method.c: renamed from vm_method.c. "vm_method.c" is includedko12008-05-241-1523/+15
* * eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h,ko12008-05-221-20/+20
* * eval.c, vm.c, vm_core.h, vm_insnhelper.c: specify "const".ko12008-05-221-21/+22
* * eval.c, vm_insnhelper.c: fix cref in instance_evalko12008-05-191-1/+1
* * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko12008-05-191-95/+36
* * eval.c (rb_call0): defer calling of rb_frame_self() until itmatz2008-05-131-2/+5
* * eval.c (ruby_cleanup): wrap ruby_finalize_0 by SAVE_ROOT_JMPBUF toakr2008-05-051-1/+7
* * eval.c (rb_obj_respond_to): check the result of respond_to? methodakr2008-05-041-1/+1
* * eval.c (ruby_exec_node, ruby_run_node), ruby.c (process_options):nobu2008-04-121-12/+9
* * eval.c (rb_f_loop): Mention StopIteration in the document.knu2008-04-101-0/+2
* * include/ruby/node.h: add new constants for rb_call()'s scope.matz2008-04-011-9/+6
* * eval.c (rb_obj_instance_eval): invalid comment syntax.nobu2008-03-211-1/+1
* * eval_intern.h (rb_thread_raised_set): use generic flags.nobu2008-03-121-11/+4
* * eval.c (rb_f_local_variables): local_variables should return anmatz2008-03-101-1/+1
* fix doc.akr2008-03-091-5/+5
* * eval.c (stack_check): made flag per threads.nobu2008-02-281-7/+9
* * eval.c (rb_raise_jump): moved adjustment for control frame.nobu2008-02-191-3/+3
* * eval.c (ruby_exec_node): no thread starts inside iseq compilation.nobu2008-02-191-3/+5
* * eval.c (eval): allow to eval in a binding that has a singleton method.mame2008-02-131-1/+1
* * eval.c (eval): check if backtrace is empty. [ruby-core:15040]nobu2008-01-141-4/+5
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * eval.c (Init_eval): move instance_eval and instance_exec tomatz2008-01-041-2/+2
* * 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