summaryrefslogtreecommitdiff
path: root/vm.c
AgeCommit message (Expand)Author
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
2007-07-13* vm.c (vm_free): clear free'ed living_threads field.matz
2007-07-12* blockinlining.c: remove "yarv" prefix.ko1
2007-07-10* eval.c, insnhelper.ci, vm.c: change cref index (-1 -> 2).ko1
2007-07-10* vm.c, insnhelper.ci: fix svar interface.ko1
2007-07-07* insnhelper.ci (vm_yield_setup_args), vm.c, insns.def:ko1
2007-07-05* yarvcore.h: rename rb_control_frame_t#magic to flag.ko1
2007-07-05* compile.c (iseq_compile_each): add break catch point.ko1
2007-07-02* compile.c: rename iseq_translate_direct_threaded_code()ko1
2007-07-01* yarvcore.h, compile.c, insnhelper.ci, iseq.c, vm.c:ko1
2007-06-30* yarvcore.h: some refactoring on rb_iseq_t.ko1
2007-06-27* common.mk (run.gdb): fix to load $(srcdir)/.gdbinitko1
2007-06-27* vm_evalbody.ci: support OPT_CALL_THREADED_CODE.ko1
2007-06-26* cont.c (rb_fiber_s_new): revert initializing VM stack.ko1
2007-06-25* insnhelper.ci, vm.c: complete block parameter support.ko1
2007-06-25* gc.h: add RUBY_ prefix to debug macros.ko1
2007-06-24* eval.c: remove ruby_current_node and change eval() prototype.ko1
2007-06-24* call_cfunc.ci: removed.ko1
2007-06-24* vm.c: some refactoring.ko1