summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2008-07-03* eval.c (Init_eval): typo fixed in r17833.nobu
2008-07-02* eval.c (Init_eval), gc.c (Init_GC), proc.c (Init_Proc): freezenobu
2008-07-01 * eval.c (rb_interrupt): trick to suppress GCC warning.shyouhei
2008-06-15* eval.c (rb_f_block_given_p): fix to skip class frame.ko1
2008-06-15* vm_core.h (rb_vm_t), vm.c (rb_vm_mark): moved preallocated specialnobu
2008-06-10* vm.c, eval_intern.h (PASS_PASSED_BLOCK):ko1
2008-06-09* eval.c (Init_stack): don't declare. it is a macro now.akr
2008-06-09* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu
2008-06-05* eval.c (ruby_finalize_0): clear trace_func after executing ENDmame
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-05-24* eval_method.c: renamed from vm_method.c. "vm_method.c" is includedko1
2008-05-22* eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h,ko1
2008-05-22* eval.c, vm.c, vm_core.h, vm_insnhelper.c: specify "const".ko1
2008-05-19* eval.c, vm_insnhelper.c: fix cref in instance_evalko1
2008-05-19* vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko1
2008-05-13* eval.c (rb_call0): defer calling of rb_frame_self() until itmatz
2008-05-05* eval.c (ruby_cleanup): wrap ruby_finalize_0 by SAVE_ROOT_JMPBUF toakr
2008-05-04* eval.c (rb_obj_respond_to): check the result of respond_to? methodakr
2008-04-12* eval.c (ruby_exec_node, ruby_run_node), ruby.c (process_options):nobu
2008-04-10* eval.c (rb_f_loop): Mention StopIteration in the document.knu
2008-04-01* include/ruby/node.h: add new constants for rb_call()'s scope.matz
2008-03-21* eval.c (rb_obj_instance_eval): invalid comment syntax.nobu
2008-03-12* eval_intern.h (rb_thread_raised_set): use generic flags.nobu
2008-03-10* eval.c (rb_f_local_variables): local_variables should return anmatz
2008-03-09fix doc.akr
2008-02-28* eval.c (stack_check): made flag per threads.nobu
2008-02-19* eval.c (rb_raise_jump): moved adjustment for control frame.nobu
2008-02-19* eval.c (ruby_exec_node): no thread starts inside iseq compilation.nobu
2008-02-13* eval.c (eval): allow to eval in a binding that has a singleton method.mame
2008-01-14* eval.c (eval): check if backtrace is empty. [ruby-core:15040]nobu
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2008-01-04* eval.c (Init_eval): move instance_eval and instance_exec tomatz
2007-12-25* README.EXT.ja, dir.c, eval.c, eval_intern.h, lex.c.src,matz
2007-12-24* eval.c (rb_exc_raise): ANSI style.akr
2007-12-24* eval_method.c (Init_eval_method): extracted from Init_evalakr
2007-12-24* eval.c (function_call_may_return_twice_jmp_buf): removed.akr
2007-12-24enable several rdoc.akr
2007-12-23enable documents for raise and local_variables.akr
2007-12-22* eval.c (rb_obj_instance_eval): use class of immediate objects.ko1
2007-12-22* eval.c (rb_f_method_name): now __method__ and __callee__ arematz
2007-12-20* common.mk, *.ci: renamed to *.c.ko1
2007-12-19* eval.c (errinfo_place): skip if error is Fixnum. [ruby-dev:32608]ko1
2007-12-13* eval.c (rb_protect): restore root_jmpbuf even if proc exits byakr
2007-12-13* eval.c (rb_protect): restore root_jmpbuf to avoid SEGV byakr
2007-12-11* object.c (Init_Object): singleton_method_{added,removed,undefined}matz
2007-12-10* eval.c (rb_method_missing): RDoc update patch from Hugh Sassematz
2007-12-10* eval.c (rb_f_public_send): rename invoke_method to public_send.matz
2007-12-01* insnhelper.ci (vm_yield_with_cfunc): fix to passing argc on thirdko1
2007-11-30* signal.c (trap_signm): SIGVTALRM no longer used for greenmatz
2007-11-27* eval.c (rb_method_missing): fix stack trace.ko1