| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval.c (ruby_cleanup): fix type. | nobu | 2010-12-02 | 1 | -1/+1 |
* | * NEWS: entry for ruby_vm_at_exit(). | shyouhei | 2010-12-02 | 1 | -7/+7 |
* | * vm.c (ruby_vm_at_exit): new API. This enables extension libs to | shyouhei | 2010-12-02 | 1 | -0/+10 |
* | * eval.c (ruby_cleanup): free current VM and its objspace even | nobu | 2010-10-31 | 1 | -14/+15 |
* | * eval.c (frame_func_id), vm_eval.c (rb_iterate), | nobu | 2010-07-14 | 1 | -0/+3 |
* | * array.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -9/+9 |
* | * eval.c (setup_exception): let SystemStackError#backtrace return an | mame | 2010-05-16 | 1 | -0/+1 |
* | * eval.c (make_exception, rb_obj_extend): Fix error messages in case of wrong | marcandre | 2010-04-30 | 1 | -2/+2 |
* | * eval.c (ruby_cleanup): add exception guard around code running | mame | 2010-04-27 | 1 | -1/+5 |
* | * eval.c (ruby_cleanup): before cleanup, check signal buffer and run | mame | 2010-04-27 | 1 | -0/+6 |
* | * eval.c (setup_exception): avoid line number 0 when setting | mame | 2010-03-04 | 1 | -1/+6 |
* | * cont.c, vm_core.h, eval.c: because rb_protect must not be jumped by | mame | 2010-01-25 | 1 | -0/+5 |
* | * cont.c (rb_cont_call, cont_restore_1): remove trap_tag check because | mame | 2010-01-25 | 1 | -5/+0 |
* | * eval.c, vm.c, vm_eval.c, vm_insnhelper.c: fix issues about | ko1 | 2010-01-24 | 1 | -6/+19 |
* | removes the dtrace support. reverts r26239, r26238 and r26235. | yugui | 2010-01-05 | 1 | -8/+1 |
* | * trace.h: new file. wraps tracing mechanisms. | yugui | 2010-01-03 | 1 | -1/+8 |
* | * compile.c (compile_cpath, iseq_compile_each): reverted | shugo | 2009-12-03 | 1 | -1/+2 |
* | * vm_insnhelper.c (vm_push_frame): get rid of out-of-bounds | nobu | 2009-11-07 | 1 | -0/+1 |
* | * vm_insnhelper.c (vm_push_frame): add CHECK_STACK_OVERFLOW. | matz | 2009-11-07 | 1 | -12/+19 |
* | * eval.c (rb_exc_raise, rb_exc_fatal, rb_make_exception): | nobu | 2009-11-02 | 1 | -3/+3 |
* | * enum.c (enum_count): call #size using rb_funcall_no_recursive() | matz | 2009-10-29 | 1 | -32/+0 |
* | * array.c (rb_ary_to_ary): do not use #respond_to? to detect | matz | 2009-10-29 | 1 | -9/+51 |
* | * eval.c (rb_threadptr_errinfo): removed. | nobu | 2009-10-14 | 1 | -6/+0 |
* | * eval.c (ruby_run_node): need to call ruby_cleaup() always even | nobu | 2009-10-14 | 1 | -1/+4 |
* | * thread.c: Revert changes to Thread#raise made in r25278 [ruby-core:25367] | marcandre | 2009-10-12 | 1 | -1/+1 |
* | * eval.c (ruby_run_node): if an exception occurred in ruby_option, | nobu | 2009-10-12 | 1 | -9/+19 |
* | * eval.c (rb_threadptr_errinfo): renamed. | nobu | 2009-10-10 | 1 | -1/+1 |
* | * eval.c (ruby_exec_node): removed unused argument. | nobu | 2009-10-10 | 1 | -3/+9 |
* | * thread.c (rb_threadptr_execute_interrupts_rec, rb_threadptr_raise): Thread#... | marcandre | 2009-10-10 | 1 | -6/+16 |
* | * eval.c (rb_origenviron): remove unused old variable. | usa | 2009-10-02 | 1 | -9/+0 |
* | * common.mk (eval.o): needs vm.h. | nobu | 2009-09-18 | 1 | -1/+6 |
* | * method.h (rb_method_definition_t): split from rb_method_entry_t | nobu | 2009-08-28 | 1 | -1/+1 |
* | * eval.c (rb_exc_raise, rb_exc_fatal): nil is used to reraise. | nobu | 2009-08-06 | 1 | -2/+6 |
* | * eval.c (rb_exc_raise, rb_exc_fatal): require exception object. | nobu | 2009-08-05 | 1 | -0/+2 |
* | * eval.c (rb_longjmp): reset raised flag before fatal error. | nobu | 2009-08-05 | 1 | -0/+1 |
* | * eval.c (rb_mod_include): fix document. [ruby-core:24675] | mame | 2009-08-03 | 1 | -1/+1 |
* | * suppressed shorten-64-to-32 warnings. | nobu | 2009-07-18 | 1 | -5/+7 |
* | * id.c (Init_id), vm.c (vm_exec): @#__ThrowState__ is no longer | nobu | 2009-07-16 | 1 | -1/+0 |
* | * method.h, vm_core.h: add rb_method_entry_t. Remove nodes around | ko1 | 2009-07-15 | 1 | -1/+1 |
* | * thread.c: rename functions which require a parameter | ko1 | 2009-06-08 | 1 | -2/+2 |
* | * 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 |