summaryrefslogtreecommitdiff
path: root/vm.c
AgeCommit message (Expand)Author
2011-10-01* vm.c (rb_thread_mark), cont.c (cont_mark): self pointer should notktsj
2011-10-01* vm.c (rb_thread_mark): rb_thread_t needs self to be marked.ktsj
2011-09-15* vm.c (rb_vm_get_sourceline): fix indent.nobu
2011-09-03* variable.c (rb_const_set): show the previous definitionnobu
2011-08-27* vm.c (rb_vm_rewrite_dfp_in_errinfo): change return typektsj
2011-08-27* proc.c (proc_new): force to rewrite errinfo when calling Proc.new in ensure.ktsj
2011-08-24* vm.c (vm_make_env_each): work around to solve Bug #2729.ko1
2011-08-24* vm_insnhelper.h, vm_insnhelper.c, vm.c, vm_method.c, insns.def:ko1
2011-08-24* iseq.h, iseq.c, compile.c: Change the line number data structureko1
2011-08-16* vm.c (ruby_threadptr_data_type): rename to hide.nobu
2011-08-02* gc.c (init_heap): allocate sigaltstack after heaps are allocated.naruse
2011-07-31* vm.c (check_env): print debug messages to stderr.ktsj
2011-07-31* vm.c (vm_make_env_each): don't save prev env value.ktsj
2011-07-31* vm.c: check if cfp is valid. [Bug #5083] [ruby-dev:44208]ktsj
2011-07-30* vm.c (th_init): preallocate alternative stack.kosaki
2011-06-29 * math.c: Attach documentation for Math.drbrain
2011-06-18* vm.c, vm_core.h (rb_vm_stack_to_heap): remove const.kosaki
2011-06-18* vm.c, vm_core.h (rb_vm_stack_to_heap): fix "const" place.ko1
2011-06-18* method.h, internal.h iseq.h: declare internal functions.akr
2011-06-18* internal.h: declare more internal functions.akr
2011-06-17* internal.h: declare internal functions here.akr
2011-06-13* vm_core.h, vm_insnhelper.h: move decl. ofko1
2011-06-11* vm.c (thread_memsize): don't ignore size of th->local_storage.kosaki
2011-06-09* gc.c (rb_objspace_call_finalizer): use rb_typeddata_is_kind_of() fornagachika
2011-04-16* vm.c (Init_VM): suppress warning: "OPT_BASIC_OPERATIONS" is not defined.kazu
2011-02-24* vm.c (ruby_vm_destruct): run vm exit hooks after all objects arenobu
2011-02-20* prevent temporary objects from GC, and should not usenobu
2011-02-12* vm.c (th_init): rename from th_init2.nobu
2011-02-11* eval.c (ruby_cleanup): use rb_ary_free to free internal object.nobu
2011-02-04* vm.c (ruby_thread_data_type): add prefix.nobu
2011-02-04 * vm_core.h (GetThreadPtr): use TypedData_Get_Struct() insteadkosaki
2011-01-12* vm.c (thread_free): reset ruby_current_thread if it points theakr
2011-01-05* vm.c (rb_vm_make_proc): fix indent.nobu
2010-12-30* vm.c (vm_define_method): guard iseq from GC while method definition.wanabe
2010-12-20* compile.c (setup_args), vm.c (invoke_block_from_c),nobu
2010-12-18* compile.c (setup_args), vm.c (invoke_block_from_c),nobu
2010-12-03* gc.c (rb_objspace_free): With our "lazy-sweep" GC engine, it isshyouhei
2010-12-02 * vm.c (ruby_vm_at_exit): new API. This enables extension libs toshyouhei
2010-11-27* thread.c, vm_core.h: make gvl_acquire/release/init/destructko1
2010-11-23* vm.c (rb_thread_mark): should mark self in conrolnobu
2010-11-03* gc.c, vm.c, vm_core.h: remove USE_VALUE_CACHE option.ko1
2010-10-24* array.c, gc.c, hash.c, object.c, string.c, struct.c,nobu
2010-10-24* vm.c (vm_define_method): defined method is run with the defaultnobu
2010-10-19Commit miss.nobu
2010-10-19* test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu
2010-10-13* iseq.c (insn_operand_intern, rb_iseq_disasm): fix format specifiers.nobu
2010-10-13 * vm.c (ruby_vm_destruct): This function type was wrong; correct to the prot...shyouhei
2010-10-12* compile.c (iseq_build_body), error.c (set_syserr, get_syserr),nobu
2010-10-03* enc/unicode.c (onigenc_unicode_property_name_to_ctype):naruse
2010-09-24* string.c (sym_call), vm.c (invoke_block_from_c),nobu