| Commit message (Expand) | Author | Age | Files | Lines |
* | * vm_core.h (struct rb_unblock_callback), thread.c | nobu | 2008-05-30 | 1 | -2/+6 |
* | * eval_method.c: renamed from vm_method.c. "vm_method.c" is included | ko1 | 2008-05-24 | 1 | -9/+1 |
* | * vm_core.h (rb_num_t): moved form vm.h. | nobu | 2008-05-23 | 1 | -0/+2 |
* | * eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h, | ko1 | 2008-05-22 | 1 | -21/+15 |
* | * eval_intern.h, vm_core.h, include/ruby/intern.h, include/ruby/ruby.h, | usa | 2008-05-22 | 1 | -15/+21 |
* | * eval.c, vm.c, vm_core.h, vm_insnhelper.c: specify "const". | ko1 | 2008-05-22 | 1 | -3/+3 |
* | * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling. | ko1 | 2008-05-19 | 1 | -3/+1 |
* | * load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM. | nobu | 2008-04-30 | 1 | -0/+1 |
* | * vm_core.h (rb_vm_t), gc.c (rb_objspace, rb_newobj), vm.c | nobu | 2008-04-27 | 1 | -0/+4 |
* | * vm_core.h (exec_event_hooks): ``inline'' is a type modifier, not a type its... | shyouhei | 2008-04-22 | 1 | -1/+1 |
* | * vm_core.h (struct iseq_compile_data): moved label_no from | nobu | 2008-04-20 | 1 | -0/+1 |
* | * compile.c, compile.h (compile_debug): made runtime option. | nobu | 2008-04-14 | 1 | -0/+2 |
* | * configure.in (RUBY_SETJMP, RUBY_LONGJMP, RUBY_JMP_BUF): prefers | nobu | 2008-03-31 | 1 | -1/+1 |
* | * eval_intern.h, insnhelper.h, thread_pthread.h, vm_core.h, vm_opts.h: | nobu | 2008-01-18 | 1 | -3/+3 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * vm_core.h, thread.c, cont.c: add RUBY_VM_SET_INTERRUPT(), | ko1 | 2007-12-25 | 1 | -0/+4 |
* | * iseq.c, vm_core.h: comment out unused fields. | ko1 | 2007-12-25 | 1 | -4/+6 |
* | * id.c (Init_id): remove several unused symbols. [ruby-core:14362] | matz | 2007-12-24 | 1 | -1/+0 |
* | * insnhelper.ci, vm.c, vm_core.h: change interface of | ko1 | 2007-12-20 | 1 | -1/+2 |
* | * compile.c (iseq_compile_each): add pop after throw as return. | ko1 | 2007-12-19 | 1 | -0/+1 |
* | * vm_core.h (rb_thread_t): new member machine_stack_maxsize and | akr | 2007-12-15 | 1 | -0/+2 |
* | * insnhelper.ci (vm_search_normal_superclass): rename function. | matz | 2007-11-22 | 1 | -3/+3 |
* | * gc.h, vm_core.h: decl of rb_gc_save_machine_context() | ko1 | 2007-11-20 | 1 | -0/+4 |
* | * include/ruby/ruby.h: added some declarations for event hooks. | shugo | 2007-11-16 | 1 | -23/+0 |
* | * vm_core.h (ruby_current_thread): RUBY_EXTERN'ed for probeprofiler. | usa | 2007-10-31 | 1 | -1/+1 |
* | * insnhelper.ci (vm_call_method): allow send! to call protected | matz | 2007-09-28 | 1 | -0/+1 |
* | * vm_core.h (rb_vm_struct): fix typo: bufferd -> buffered. | matz | 2007-09-28 | 1 | -1/+1 |
* | * thread.c: fix Mutex to be interruptable lock. | ko1 | 2007-08-27 | 1 | -0/+1 |
* | * vm_core.h (struct rb_thread_struct): removed first_func_arg and | nobu | 2007-08-20 | 1 | -1/+0 |
* | * insnhelper.ci (vm_call_bmethod): fix to propagate information | ko1 | 2007-08-19 | 1 | -1/+1 |
* | * insnhelper.ci (vm_call_bmethod), | ko1 | 2007-08-18 | 1 | -0/+1 |
* | * blockinlining.c: remove "yarv" prefix. | ko1 | 2007-07-12 | 1 | -0/+689 |