summaryrefslogtreecommitdiff
path: root/vm.c
AgeCommit message (Expand)Author
2012-05-26* vm.c (backtrace_*): change type of lev and n from size_t to int.ko1
2012-05-26* vm.c (RubyVM::FrameInfo): add a class to access each frameko1
2012-05-26* vm.c (frame_info_to_str): add `break'.ko1
2012-05-26* vm.c (rb_frame_info_t): keep previous ISEQ frame info for CFUNCko1
2012-05-25vm.c: adjust argument typesnobu
2012-05-25* vm.c (oldbt_init, vm_backtrace_str_ary): arg->data shouldko1
2012-05-25* vm.c: refactoring backtrace related funcitons.ko1
2012-05-24vm.c: marshal compatibilitynobu
2012-05-24vm.c: fix typonobu
2012-05-24vm.c: rb_typeddata_is_kind_ofnobu
2012-05-24vm_eval.c: fix typesnobu
2012-05-24vm.c: suppress 64-to-32 warningsnobu
2012-05-24* vm.c: add RubyVM::Backtrace object (btobj).ko1
2012-05-22* vm_core.h: add a data type rb_location_t to store iseq locationko1
2012-04-28* parse.y (assoc, parser_yylex): add syntax to splat keyword hash.nobu
2012-04-12* compile.c (compile_array, compile_array_):ko1
2012-02-15* cont.c (rb_fiber_reset_root_local_storage): add a new function tonagachika
2012-01-24* vm.c (rb_iter_break_value): new function to break a block withnobu
2012-01-20* vm.c (vm_exec): remove workaround for LLVM because r34278 fixes it.naruse
2012-01-10* test/ruby/test_enumerator.rb (test_nested_iteration): fix typo.nobu
2012-01-10* vm.c (vm_exec): refix r34162; suppress warning and add description.naruse
2012-01-10* gc.c (ruby_mimmalloc): defined for objects need not rb_objspace,naruse
2012-01-08* gc.c (rb_objspace_free): global_List is allocated with xmalloc.naruse
2012-01-02* vm.c: fix comment.ktsj
2011-12-30* vm.c (vm_exec): add guard to prevent optimization for LLVM clang.naruse
2011-12-18* vm.c (vm_define_method): improve guard of iseq from GC. Fixngoto
2011-12-07* vm.c (vm_set_top_stack, vm_set_eval_stack): check for stacknobu
2011-12-05* bignum.c (big_rshift), compile.c (validate_label,nobu
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