summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2009-09-18* common.mk (eval.o): needs vm.h.nobu
2009-08-28* method.h (rb_method_definition_t): split from rb_method_entry_tnobu
2009-08-06* eval.c (rb_exc_raise, rb_exc_fatal): nil is used to reraise.nobu
2009-08-05* eval.c (rb_exc_raise, rb_exc_fatal): require exception object.nobu
2009-08-05* eval.c (rb_longjmp): reset raised flag before fatal error.nobu
2009-08-03* eval.c (rb_mod_include): fix document. [ruby-core:24675]mame
2009-07-18* suppressed shorten-64-to-32 warnings.nobu
2009-07-16* id.c (Init_id), vm.c (vm_exec): @#__ThrowState__ is no longernobu
2009-07-15* method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko1
2009-06-08* thread.c: rename functions which require a parameterko1
2009-04-19* eval.c (ruby_cleanup): the order of local variables on stack isnobu
2009-03-02* eval.c (rb_longjmp), include/ruby/intern.h (ruby_cleanup): fixednobu
2009-02-28* vm_eval.c (rb_iterate): use volatile to suppress warnings.akr
2009-02-28* eval_error.c (error_print): use volatile to suppress warnings.akr
2009-02-22* eval.c (ruby_options): evaluator now expects iseq instead of tree.yugui
2009-02-01* vm.c (vm_backtrace_each): now takes an iterator function.nobu
2009-02-01* cont.c (rb_fiber_current), dln.c (dln_print_undef, dln_undefined),nobu
2009-01-19* vm_eval.c, eval.c (rb_f_block_given_p): move definition ofko1
2009-01-19* vm.c: add a prefix "rb_" to exposed functionsko1
2009-01-19* eval.c, vm_eval.c (rb_f_local_variables): move definition from eval.cko1
2009-01-12* eval.c: remove unused decl.ko1
2008-12-27* eval.c (rb_frame_callee, rb_frame_caller): rb_frame_callee()ko1
2008-12-27* eval.c (get_errinfo): return th->errinfo valueko1
2008-12-27* vm.c (Init_VM): create and define TOPLEVEL_BINDING at first.ko1
2008-12-08* eval.c (rb_make_exception): single argument to raise may bematz
2008-10-05removed unsupported platforms from an ifdef macro.yugui
2008-10-05* eval.c: come back definition of environ.naruse
2008-10-04* dln.c: Ruby no longer supports VMS.yugui
2008-10-04* dln.c: Ruby no longer supports Windows CE.yugui
2008-10-04* dln.c: Ruby no longer supports MacOS 9 or before.yugui
2008-09-25* vm_eval.c (Init_vm_eval): define module_eval, class_eval and evalakr
2008-09-23* include/ruby/node.h, vm_core.h: move definition ofko1
2008-09-23* eval_safe.c, safe.c: rename eval_safe.c to safe.c.ko1
2008-09-15* gc.c, include/ruby/ruby.h: rename rb_register_mark_object()ko1
2008-09-03* include/ruby/signal.h: removed.ko1
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