summaryrefslogtreecommitdiff
path: root/vm.c
AgeCommit message (Expand)Author
2008-05-24* eval_method.c: renamed from vm_method.c. "vm_method.c" is includedko1
2008-05-24* compile.c (iseq_set_exception_table, NODE_WHILE, NODE_NEXT): removemame
2008-05-22* eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h,ko1
2008-05-22* vm.c (sdr, nsdr): define methods only if VMDEBUG is defined.nobu
2008-05-22* vm.c (vm_get_ruby_level_cfp): moved from eval_intern.h.nobu
2008-05-22 * eval_intern.h, vm_core.h, include/ruby/intern.h, include/ruby/ruby.h,usa
2008-05-22* eval.c, vm.c, vm_core.h, vm_insnhelper.c: specify "const".ko1
2008-05-19* vm.c (invoke_block_from_c): fix call flow.ko1
2008-05-19* vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko1
2008-05-17* vm.c (Init_VM): removed the definition of Thread#initialize,yugui
2008-05-12* vm.c (collect_local_variables_in_env): remove unnecessary checkmame
2008-05-10* vm.c (env_mark): mark env->block.self. prevent SEGV when GC occurakr
2008-05-08* vm.c (rb_thread_mark): mark stat_insn_usage only when ptr is notnobu
2008-05-07* vm.c (vm_eval_body): initialize retval. [ruby-dev:34576]nobu
2008-04-30* load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM.nobu
2008-04-27* vm_core.h (rb_vm_t), gc.c (rb_objspace, rb_newobj), vm.cnobu
2008-04-01* include/ruby/node.h: add new constants for rb_call()'s scope.matz
2008-03-10* eval.c (rb_f_local_variables): local_variables should return anmatz
2008-02-05* vm.c (rb_call_super): pass a passed block when super is called viamame
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-12-25* iseq.c: all methods need $SAFE < 1.ko1
2007-12-25* vm.c (rb_frame_method_id_and_class): new function to get theshugo
2007-12-25* vm.c (Init_VM): remove unused code.ko1
2007-12-25* vm.c: check frame is FINAL when creating env.ko1
2007-12-24* vm.c: add dummy toplevel frame.ko1
2007-12-24* compile.c (iseq_compile): clear local table if node == 0.ko1
2007-12-24* proc.c (method_name): preserve Symbol's encoding.matz
2007-12-24* proc.c (rb_proc_new), vm.c (invoke_block): removed u3.state magic.nobu
2007-12-21* vm.c, vm_dump.c: fix typo.ko1
2007-12-21* regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr
2007-12-20* common.mk, *.ci: renamed to *.c.ko1
2007-12-20* insnhelper.ci, vm.c, vm_core.h: change interface ofko1
2007-12-18* insnhelper.ci, vm.c: rewrite sp manipulation around method/blockko1
2007-12-18* vm.c (invoke_block): merge 2 stack overflow checks.ko1
2007-12-15* vm_core.h (rb_thread_t): new member machine_stack_maxsize andakr
2007-12-09* vm.c (rb_thread_mark): use rb_gc_mark_maybe() forko1
2007-12-05* proc.c (rb_proc_s_new): call initialize. [ruby-core:13824]nobu
2007-11-23* vm.c: fix comment.ko1
2007-11-22* insnhelper.ci (vm_search_normal_superclass): rename function.matz
2007-11-21* vm.c: fix to recycle thread data (VM stack).ko1
2007-11-11* insnhelper.ci (vm_call_method): pass mn->nd_clss toshugo
2007-11-09* eval.c (rb_invoke_method): check if invoked in function style.nobu
2007-09-28* include/ruby/intern.h: export rb_ivar_foreach.akr
2007-09-26* encoding.c (rb_enc_check): check for ASCII-compatibilities.nobu
2007-08-20* vm_core.h (struct rb_thread_struct): removed first_func_arg andnobu
2007-08-19* insnhelper.ci (vm_call_bmethod): fix to propagate informationko1
2007-08-18* insnhelper.ci (vm_call_bmethod),ko1
2007-08-16* configure.in (aix): enable shared by default.nobu
2007-08-06* insnhelper.ci, insns.def: move some statements to functions.ko1
2007-07-20* compile.c, compile.h (DECL_ANCHOR, INIT_ANCHOR): split not tonobu