| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval.c (ruby_cleanup): the order of local variables on stack is | nobu | 2009-04-19 | 1 | -6/+7 |
* | * eval.c (rb_longjmp), include/ruby/intern.h (ruby_cleanup): fixed | nobu | 2009-03-02 | 1 | -1/+1 |
* | * vm_eval.c (rb_iterate): use volatile to suppress warnings. | akr | 2009-02-28 | 1 | -1/+1 |
* | * eval_error.c (error_print): use volatile to suppress warnings. | akr | 2009-02-28 | 1 | -3/+3 |
* | * eval.c (ruby_options): evaluator now expects iseq instead of tree. | yugui | 2009-02-22 | 1 | -4/+4 |
* | * vm.c (vm_backtrace_each): now takes an iterator function. | nobu | 2009-02-01 | 1 | -1/+0 |
* | * cont.c (rb_fiber_current), dln.c (dln_print_undef, dln_undefined), | nobu | 2009-02-01 | 1 | -2/+2 |
* | * vm_eval.c, eval.c (rb_f_block_given_p): move definition of | ko1 | 2009-01-19 | 1 | -42/+0 |
* | * vm.c: add a prefix "rb_" to exposed functions | ko1 | 2009-01-19 | 1 | -3/+3 |
* | * eval.c, vm_eval.c (rb_f_local_variables): move definition from eval.c | ko1 | 2009-01-19 | 1 | -59/+0 |
* | * eval.c: remove unused decl. | ko1 | 2009-01-12 | 1 | -1/+0 |
* | * eval.c (rb_frame_callee, rb_frame_caller): rb_frame_callee() | ko1 | 2008-12-27 | 1 | -1/+7 |
* | * eval.c (get_errinfo): return th->errinfo value | ko1 | 2008-12-27 | 1 | -1/+2 |
* | * vm.c (Init_VM): create and define TOPLEVEL_BINDING at first. | ko1 | 2008-12-27 | 1 | -1/+1 |
* | * eval.c (rb_make_exception): single argument to raise may be | matz | 2008-12-08 | 1 | -3/+3 |
* | removed unsupported platforms from an ifdef macro. | yugui | 2008-10-05 | 1 | -1/+1 |
* | * eval.c: come back definition of environ. | naruse | 2008-10-05 | 1 | -0/+2 |
* | * dln.c: Ruby no longer supports VMS. | yugui | 2008-10-04 | 1 | -5/+0 |
* | * dln.c: Ruby no longer supports Windows CE. | yugui | 2008-10-04 | 1 | -2/+0 |
* | * dln.c: Ruby no longer supports MacOS 9 or before. | yugui | 2008-10-04 | 1 | -8/+2 |
* | * vm_eval.c (Init_vm_eval): define module_eval, class_eval and eval | akr | 2008-09-25 | 1 | -3/+0 |
* | * include/ruby/node.h, vm_core.h: move definition of | ko1 | 2008-09-23 | 1 | -53/+1 |
* | * eval_safe.c, safe.c: rename eval_safe.c to safe.c. | ko1 | 2008-09-23 | 1 | -3/+0 |
* | * gc.c, include/ruby/ruby.h: rename rb_register_mark_object() | ko1 | 2008-09-15 | 1 | -3/+0 |
* | * include/ruby/signal.h: removed. | ko1 | 2008-09-03 | 1 | -26/+0 |
* | * eval.c (Init_eval): typo fixed in r17833. | nobu | 2008-07-03 | 1 | -1/+1 |
* | * eval.c (Init_eval), gc.c (Init_GC), proc.c (Init_Proc): freeze | nobu | 2008-07-02 | 1 | -1/+2 |
* | * eval.c (rb_interrupt): trick to suppress GCC warning. | shyouhei | 2008-07-01 | 1 | -2/+1 |
* | * eval.c (rb_f_block_given_p): fix to skip class frame. | ko1 | 2008-06-15 | 1 | -2/+6 |
* | * vm_core.h (rb_vm_t), vm.c (rb_vm_mark): moved preallocated special | nobu | 2008-06-15 | 1 | -3/+6 |
* | * vm.c, eval_intern.h (PASS_PASSED_BLOCK): | ko1 | 2008-06-10 | 1 | -6/+4 |
* | * eval.c (Init_stack): don't declare. it is a macro now. | akr | 2008-06-09 | 1 | -1/+0 |
* | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu | 2008-06-09 | 1 | -1/+1 |
* | * eval.c (ruby_finalize_0): clear trace_func after executing END | mame | 2008-06-05 | 1 | -1/+1 |
* | * suppress warnings with -Wwrite-string. | nobu | 2008-05-31 | 1 | -1/+1 |
* | * eval_method.c: renamed from vm_method.c. "vm_method.c" is included | ko1 | 2008-05-24 | 1 | -1523/+15 |
* | * eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h, | ko1 | 2008-05-22 | 1 | -20/+20 |
* | * eval.c, vm.c, vm_core.h, vm_insnhelper.c: specify "const". | ko1 | 2008-05-22 | 1 | -21/+22 |
* | * eval.c, vm_insnhelper.c: fix cref in instance_eval | ko1 | 2008-05-19 | 1 | -1/+1 |
* | * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling. | ko1 | 2008-05-19 | 1 | -95/+36 |
* | * eval.c (rb_call0): defer calling of rb_frame_self() until it | matz | 2008-05-13 | 1 | -2/+5 |
* | * eval.c (ruby_cleanup): wrap ruby_finalize_0 by SAVE_ROOT_JMPBUF to | akr | 2008-05-05 | 1 | -1/+7 |
* | * eval.c (rb_obj_respond_to): check the result of respond_to? method | akr | 2008-05-04 | 1 | -1/+1 |
* | * eval.c (ruby_exec_node, ruby_run_node), ruby.c (process_options): | nobu | 2008-04-12 | 1 | -12/+9 |
* | * eval.c (rb_f_loop): Mention StopIteration in the document. | knu | 2008-04-10 | 1 | -0/+2 |
* | * include/ruby/node.h: add new constants for rb_call()'s scope. | matz | 2008-04-01 | 1 | -9/+6 |
* | * eval.c (rb_obj_instance_eval): invalid comment syntax. | nobu | 2008-03-21 | 1 | -1/+1 |
* | * eval_intern.h (rb_thread_raised_set): use generic flags. | nobu | 2008-03-12 | 1 | -11/+4 |
* | * eval.c (rb_f_local_variables): local_variables should return an | matz | 2008-03-10 | 1 | -1/+1 |
* | fix doc. | akr | 2008-03-09 | 1 | -5/+5 |