summaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * cont.c (rb_fiber_current), dln.c (dln_print_undef, dln_undefined),nobu2009-02-011-2/+2
* * vm_eval.c, eval.c (rb_f_block_given_p): move definition ofko12009-01-191-42/+0
* * vm.c: add a prefix "rb_" to exposed functionsko12009-01-191-3/+3
* * eval.c, vm_eval.c (rb_f_local_variables): move definition from eval.cko12009-01-191-59/+0
* * eval.c: remove unused decl.ko12009-01-121-1/+0
* * eval.c (rb_frame_callee, rb_frame_caller): rb_frame_callee()ko12008-12-271-1/+7
* * eval.c (get_errinfo): return th->errinfo valueko12008-12-271-1/+2
* * vm.c (Init_VM): create and define TOPLEVEL_BINDING at first.ko12008-12-271-1/+1
* * eval.c (rb_make_exception): single argument to raise may bematz2008-12-081-3/+3
* removed unsupported platforms from an ifdef macro.yugui2008-10-051-1/+1
* * eval.c: come back definition of environ.naruse2008-10-051-0/+2
* * dln.c: Ruby no longer supports VMS.yugui2008-10-041-5/+0
* * dln.c: Ruby no longer supports Windows CE.yugui2008-10-041-2/+0
* * dln.c: Ruby no longer supports MacOS 9 or before.yugui2008-10-041-8/+2
* * vm_eval.c (Init_vm_eval): define module_eval, class_eval and evalakr2008-09-251-3/+0
* * include/ruby/node.h, vm_core.h: move definition ofko12008-09-231-53/+1
* * eval_safe.c, safe.c: rename eval_safe.c to safe.c.ko12008-09-231-3/+0
* * gc.c, include/ruby/ruby.h: rename rb_register_mark_object()ko12008-09-151-3/+0
* * include/ruby/signal.h: removed.ko12008-09-031-26/+0
* * eval.c (Init_eval): typo fixed in r17833.nobu2008-07-031-1/+1
* * 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