| Commit message (Expand) | Author | Age | Files | Lines |
* | * vm.c (rb_vm_make_proc): fix indent. | nobu | 2011-01-05 | 1 | -6/+6 |
* | * vm.c (vm_define_method): guard iseq from GC while method definition. | wanabe | 2010-12-30 | 1 | -2/+3 |
* | * compile.c (setup_args), vm.c (invoke_block_from_c), | nobu | 2010-12-20 | 1 | -4/+1 |
* | * compile.c (setup_args), vm.c (invoke_block_from_c), | nobu | 2010-12-18 | 1 | -1/+4 |
* | * gc.c (rb_objspace_free): With our "lazy-sweep" GC engine, it is | shyouhei | 2010-12-03 | 1 | -3/+3 |
* | * vm.c (ruby_vm_at_exit): new API. This enables extension libs to | shyouhei | 2010-12-02 | 1 | -0/+10 |
* | * thread.c, vm_core.h: make gvl_acquire/release/init/destruct | ko1 | 2010-11-27 | 1 | -2/+1 |
* | * vm.c (rb_thread_mark): should mark self in conrol | nobu | 2010-11-23 | 1 | -0/+1 |
* | * gc.c, vm.c, vm_core.h: remove USE_VALUE_CACHE option. | ko1 | 2010-11-03 | 1 | -16/+0 |
* | * array.c, gc.c, hash.c, object.c, string.c, struct.c, | nobu | 2010-10-24 | 1 | -4/+1 |
* | * vm.c (vm_define_method): defined method is run with the default | nobu | 2010-10-24 | 1 | -0/+1 |
* | Commit miss. | nobu | 2010-10-19 | 1 | -1/+4 |
* | * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848] | nobu | 2010-10-19 | 1 | -4/+1 |
* | * iseq.c (insn_operand_intern, rb_iseq_disasm): fix format specifiers. | nobu | 2010-10-13 | 1 | -1/+1 |
* | * vm.c (ruby_vm_destruct): This function type was wrong; correct to the prot... | shyouhei | 2010-10-13 | 1 | -3/+3 |
* | * compile.c (iseq_build_body), error.c (set_syserr, get_syserr), | nobu | 2010-10-12 | 1 | -1/+1 |
* | * enc/unicode.c (onigenc_unicode_property_name_to_ctype): | naruse | 2010-10-03 | 1 | -9/+3 |
* | * string.c (sym_call), vm.c (invoke_block_from_c), | nobu | 2010-09-24 | 1 | -0/+1 |
* | * vm.c (vm_backtrace_each): skip allocator frames which have no | nobu | 2010-09-09 | 1 | -1/+2 |
* | * vm.c (rb_thread_method_id_and_class): curried proc has no | nobu | 2010-08-29 | 1 | -1/+1 |
* | * vm.c: add missing prototype of rb_iseq_clone for r29063. | naruse | 2010-08-21 | 1 | -0/+2 |
* | * vm.c (vm_define_method): copy iseq to avoid overwriting iseq->klass. | wanabe | 2010-08-21 | 1 | -0/+5 |
* | * vm.c (rb_thread_mark): should mark iseq itself other than normal | nobu | 2010-07-26 | 1 | -1/+4 |
* | * vm.c (rb_thread_mark): mark only self of normal iseqs, not | nobu | 2010-07-26 | 1 | -1/+1 |
* | * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862] | nobu | 2010-07-18 | 1 | -5/+7 |
* | * vm.c (thread_free): free altstack to prevent memory leak. a patch | mame | 2010-07-05 | 1 | -0/+5 |
* | * gc.c (gc_lazy_sweep): clean a warning. | naruse | 2010-06-18 | 1 | -1/+1 |
* | * load.c (rb_load_internal): remove call to rb_realpath_internal | mame | 2010-06-17 | 1 | -2/+2 |
* | * vm.c (Init_BareVM): call Init_native_thread here. | akr | 2010-06-05 | 1 | -0/+3 |
* | * ruby.c (process_options): revert r25330, so that $0 can be seen | nobu | 2010-06-05 | 1 | -2/+8 |
* | * load.c (ruby_init_ext): statically linked extensions have no | nobu | 2010-06-03 | 1 | -2/+2 |
* | * removed trailing spaces. | nobu | 2010-05-29 | 1 | -1/+1 |
* | * vm.c (vm_backtrace_each), vm_eval.c (rb_catch_obj): suppress | nobu | 2010-05-21 | 1 | -1/+1 |
* | * vm.c (vm_backtrace_each): now takes an init function to distinguish | mame | 2010-05-20 | 1 | -7/+12 |
* | * compile.c (iseq_compile_each), vm_insnhelper.c (vm_invoke_block, | mame | 2010-05-09 | 1 | -2/+0 |
* | * vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry): | ko1 | 2010-05-05 | 1 | -4/+8 |
* | * vm.c (vm_backtrace_each): get rid of use of malloc from signal | nobu | 2010-04-15 | 1 | -1/+2 |
* | * compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolute | mame | 2010-03-16 | 1 | -2/+2 |
* | * vm.c (vm_backtrace_each): use called_id when method definition | matz | 2010-02-20 | 1 | -1/+7 |
* | * vm_insnhelper.c (vm_call_cfunc): removed unused variable. | nobu | 2010-02-17 | 1 | -0/+2 |
* | * vm.c (thread_free): fixed typo. | nobu | 2010-02-12 | 1 | -1/+1 |
* | * vm.c (vm_exec): reset thread state before restarting vm loop | nobu | 2010-02-11 | 1 | -0/+1 |
* | * vm.c (vm_exec): temporarily revert r26628, which causes SEGV when | mame | 2010-02-10 | 1 | -2/+5 |
* | * vm.c (vm_exec): reset thread state before starting vm loop. | nobu | 2010-02-09 | 1 | -5/+2 |
* | * vm.c (rb_vm_invoke_proc): removed unused variable. | nobu | 2010-01-30 | 1 | -1/+0 |
* | * vm.c (rb_vm_invoke_proc): this function must not catch TAG_RETURN | mame | 2010-01-26 | 1 | -15/+0 |
* | * eval.c, vm.c, vm_eval.c, vm_insnhelper.c: fix issues about | ko1 | 2010-01-24 | 1 | -3/+40 |
* | * thread.c (thread_start_func_2): unlock all locking mutexes | nobu | 2010-01-23 | 1 | -0/+2 |
* | removes the dtrace support. reverts r26239, r26238 and r26235. | yugui | 2010-01-05 | 1 | -1/+0 |
* | * gc.c: added UNLIKELY to probes for optimization. | yugui | 2010-01-04 | 1 | -1/+1 |