| Commit message (Expand) | Author | Age | Files | Lines |
* | * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, | nobu | 2009-09-21 | 1 | -3/+5 |
* | * vm_eval.c (rb_catch_obj, rb_catch, rb_f_catch): No longer use the obsolete ... | marcandre | 2009-09-15 | 1 | -32/+24 |
* | * vm_eval.c (eval_string_with_cref): fix to check local_table_size. | ko1 | 2009-09-01 | 1 | -1/+1 |
* | Doxygen comment. | yugui | 2009-08-29 | 1 | -0/+59 |
* | * vm_eval.c (rb_call0): gets rid of checking method cache twice. | yugui | 2009-08-29 | 1 | -1/+1 |
* | * method.h (rb_method_definition_t): split from rb_method_entry_t | nobu | 2009-08-28 | 1 | -14/+17 |
* | * vm.c (vm_backtrace_each, vm_backtrace_push), | nobu | 2009-08-16 | 1 | -2/+3 |
* | * vm_eval.c: adjusted indent. | nobu | 2009-07-16 | 1 | -58/+58 |
* | * method.h, vm_core.h: add rb_method_entry_t. Remove nodes around | ko1 | 2009-07-15 | 1 | -114/+134 |
* | * vm_eval.c (rb_call0): refine exception message for hidden objects. | akr | 2009-06-15 | 1 | -2/+5 |
* | * thread.c, vm_eval.c: add Thread.backtrace. | ko1 | 2009-06-14 | 1 | -0/+19 |
* | * vm_eval.c (rb_f_local_variables): now returns symbols. a patch from | nobu | 2009-06-12 | 1 | -1/+1 |
* | * vm_eval.c (rb_f_catch): updated rdoc about generalized argument, | nobu | 2009-06-12 | 1 | -5/+11 |
* | * vm_eval.c (rb_f_throw): fixed rdoc about execption. | nobu | 2009-06-12 | 1 | -1/+1 |
* | * include/ruby/ruby.h (rb_long2int, RARRAY_LENINT): check long to | nobu | 2009-05-20 | 1 | -4/+4 |
* | * vm_eval.c, vm_insnhelper.c: argument number is restricted to | nobu | 2009-05-20 | 1 | -3/+3 |
* | * vm_eval.c (rb_f_catch): gets rid of issue with gcc 4.4. a patch | nobu | 2009-05-09 | 1 | -1/+1 |
* | * vm_eval.c (eval_string_with_cref): replaces the message if | nobu | 2009-03-30 | 1 | -3/+11 |
* | * vm_eval.c (rb_throw_obj): inverted call flow. [ruby-core:22872] | nobu | 2009-03-13 | 1 | -21/+10 |
* | * 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 | -1/+1 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -2/+1 |
* | * vm_eval.c (method_missing): should not pop cfp if missing method | nobu | 2009-02-22 | 1 | -6/+27 |
* | * vm_eval.c (eval_string_with_cref): use rb_vm_get_ruby_level_next_cfp() | ko1 | 2009-02-13 | 1 | -1/+1 |
* | * vm.c (vm_backtrace_each): now takes an iterator function. | nobu | 2009-02-01 | 1 | -7/+15 |
* | * vm_eval.c, eval.c (rb_f_block_given_p): move definition of | ko1 | 2009-01-19 | 1 | -0/+41 |
* | * vm.c: add a prefix "rb_" to exposed functions | ko1 | 2009-01-19 | 1 | -2/+2 |
* | * iseq.c: | ko1 | 2009-01-19 | 1 | -2/+1 |
* | * eval.c, vm_eval.c (rb_f_local_variables): move definition from eval.c | ko1 | 2009-01-19 | 1 | -0/+58 |
* | * vm_eval.c (rb_f_loop): return enumerator if no block given. | matz | 2008-12-27 | 1 | -1/+2 |
* | * vm_insnhelper.c (vm_call_method, vm_call_cfunc): use original id instead of | ko1 | 2008-12-27 | 1 | -4/+4 |
* | * vm_insnhelper.c (vm_call_method): use class of method defined | ko1 | 2008-12-24 | 1 | -1/+1 |
* | * vm_eval.c (vm_call0): NODE_ZSUPER supported. [ruby-core:20480] | nobu | 2008-12-15 | 1 | -0/+11 |
* | * vm_eval.c (vm_call_super): uses method_missing(). | nobu | 2008-12-15 | 1 | -26/+20 |
* | * compile.c (iseq_compile_each), gc.c (assign_heap_slot), | nobu | 2008-12-09 | 1 | -1/+1 |
* | * vm_eval.c (Init_vm_eval): define module_eval, class_eval and eval | akr | 2008-09-25 | 1 | -0/+3 |
* | * common.mk: clean up | ko1 | 2008-09-23 | 1 | -9/+3 |
* | * vm_eval.c (vm_call_super): fixed typo, and get rid of too large | nobu | 2008-08-04 | 1 | -2/+11 |
* | * Add coverage measurement constant COVERAGE__. This constant is not | mame | 2008-07-01 | 1 | -0/+5 |
* | * vm_eval.c (vm_call_super): fix to call method_missing. | ko1 | 2008-06-26 | 1 | -4/+6 |
* | * vm_eval.c (eval_string_with_cref): preserve parse_in_eval even if | mame | 2008-06-24 | 1 | -0/+3 |
* | * vm.c, eval_intern.h (PASS_PASSED_BLOCK): | ko1 | 2008-06-10 | 1 | -7/+15 |
* | * suppress warnings with -Wwrite-string. | nobu | 2008-05-31 | 1 | -3/+3 |
* | * vm_eval.c: set properties. | nobu | 2008-05-25 | 1 | -1319/+1319 |
* | * vm_eval.c: added. Some codes are moved from "eval.c" | ko1 | 2008-05-24 | 1 | -0/+1319 |