summaryrefslogtreecommitdiff
path: root/vm.c
AgeCommit message (Expand)Author
2010-07-26* vm.c (rb_thread_mark): should mark iseq itself other than normalnobu
2010-07-26* vm.c (rb_thread_mark): mark only self of normal iseqs, notnobu
2010-07-18* include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu
2010-07-05* vm.c (thread_free): free altstack to prevent memory leak. a patchmame
2010-06-18* gc.c (gc_lazy_sweep): clean a warning.naruse
2010-06-17* load.c (rb_load_internal): remove call to rb_realpath_internalmame
2010-06-05* vm.c (Init_BareVM): call Init_native_thread here.akr
2010-06-05* ruby.c (process_options): revert r25330, so that $0 can be seennobu
2010-06-03* load.c (ruby_init_ext): statically linked extensions have nonobu
2010-05-29* removed trailing spaces.nobu
2010-05-21* vm.c (vm_backtrace_each), vm_eval.c (rb_catch_obj): suppressnobu
2010-05-20* vm.c (vm_backtrace_each): now takes an init function to distinguishmame
2010-05-09* compile.c (iseq_compile_each), vm_insnhelper.c (vm_invoke_block,mame
2010-05-05* vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry):ko1
2010-04-15* vm.c (vm_backtrace_each): get rid of use of malloc from signalnobu
2010-03-16* compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolutemame
2010-02-20* vm.c (vm_backtrace_each): use called_id when method definitionmatz
2010-02-17* vm_insnhelper.c (vm_call_cfunc): removed unused variable.nobu
2010-02-12* vm.c (thread_free): fixed typo.nobu
2010-02-11* vm.c (vm_exec): reset thread state before restarting vm loopnobu
2010-02-10* vm.c (vm_exec): temporarily revert r26628, which causes SEGV whenmame
2010-02-09* vm.c (vm_exec): reset thread state before starting vm loop.nobu
2010-01-30* vm.c (rb_vm_invoke_proc): removed unused variable.nobu
2010-01-26* vm.c (rb_vm_invoke_proc): this function must not catch TAG_RETURNmame
2010-01-24* eval.c, vm.c, vm_eval.c, vm_insnhelper.c: fix issues aboutko1
2010-01-23* thread.c (thread_start_func_2): unlock all locking mutexesnobu
2010-01-05removes the dtrace support. reverts r26239, r26238 and r26235.yugui
2010-01-04* gc.c: added UNLIKELY to probes for optimization.yugui
2010-01-03* trace.h: new file. wraps tracing mechanisms.yugui
2009-12-21* encoding.c (Init_Encoding): undef Encoding.new becausenaruse
2009-11-24* vm.c (ruby_vm_destruct, thread_memsize): fix argument type to makemame
2009-11-07* vm_insnhelper.c (vm_push_frame): get rid of out-of-boundsnobu
2009-10-26* vm.c (invoke_block_from_c): return Qnil when its iseq isnaruse
2009-09-21* compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu
2009-09-21* proc.c (proc_binding): allow proc from method. [ruby-core:25589]nobu
2009-09-18* common.mk (eval.o): needs vm.h.nobu
2009-09-09* include/ruby/ruby.h (rb_data_type_struct): constified dsize.nobu
2009-09-08* vm.c (rb_thread_mark): mark callers iseqs. [ruby-core:25474]nobu
2009-09-07* vm.c (sdr, nsdr): nodoc.nobu
2009-09-06* compile.c (iseq_specialized_instruction), insns.def (opt_size):ko1
2009-08-28* method.h (rb_method_definition_t): split from rb_method_entry_tnobu
2009-08-26* vm.c (collect_local_variables_in_env): skips internal variables.nobu
2009-08-16* vm.c (vm_backtrace_each, vm_backtrace_push),nobu
2009-08-13* vm.c (vm_exec): returning from lambda runs ensure section.wanabe
2009-08-12* insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h: checkko1
2009-07-16* id.c (Init_id), vm.c (vm_exec): @#__ThrowState__ is no longernobu
2009-07-15* method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko1
2009-07-07* include/ruby/ruby.h:ko1
2009-07-07* vm.c ({env,vm,thread}_data_type): constified.nobu
2009-06-22* compile.c (iseq_set_arguments, iseq_compile_each): internalnobu