aboutsummaryrefslogtreecommitdiffstats
path: root/vm.c
Commit message (Expand)AuthorAgeFilesLines
* * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko12008-05-191-77/+53
* * vm.c (Init_VM): removed the definition of Thread#initialize,yugui2008-05-171-1/+0
* * vm.c (collect_local_variables_in_env): remove unnecessary checkmame2008-05-121-3/+0
* * vm.c (env_mark): mark env->block.self. prevent SEGV when GC occurakr2008-05-101-0/+1
* * vm.c (rb_thread_mark): mark stat_insn_usage only when ptr is notnobu2008-05-081-1/+1
* * vm.c (vm_eval_body): initialize retval. [ruby-dev:34576]nobu2008-05-071-2/+4
* * load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM.nobu2008-04-301-0/+1
* * vm_core.h (rb_vm_t), gc.c (rb_objspace, rb_newobj), vm.cnobu2008-04-271-2/+7
* * include/ruby/node.h: add new constants for rb_call()'s scope.matz2008-04-011-2/+1
* * eval.c (rb_f_local_variables): local_variables should return anmatz2008-03-101-1/+1
* * vm.c (rb_call_super): pass a passed block when super is called viamame2008-02-051-0/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * iseq.c: all methods need $SAFE < 1.ko12007-12-251-2/+2
* * vm.c (rb_frame_method_id_and_class): new function to get theshugo2007-12-251-0/+6
* * vm.c (Init_VM): remove unused code.ko12007-12-251-2/+0
* * vm.c: check frame is FINAL when creating env.ko12007-12-251-1/+6
* * vm.c: add dummy toplevel frame.ko12007-12-241-20/+13
* * compile.c (iseq_compile): clear local table if node == 0.ko12007-12-241-3/+10
* * proc.c (method_name): preserve Symbol's encoding.matz2007-12-241-1/+1
* * proc.c (rb_proc_new), vm.c (invoke_block): removed u3.state magic.nobu2007-12-241-5/+0
* * vm.c, vm_dump.c: fix typo.ko12007-12-211-4/+4
* * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr2007-12-211-2/+2
* * common.mk, *.ci: renamed to *.c.ko12007-12-201-2/+2
* * insnhelper.ci, vm.c, vm_core.h: change interface ofko12007-12-201-25/+11
* * insnhelper.ci, vm.c: rewrite sp manipulation around method/blockko12007-12-181-10/+10
* * vm.c (invoke_block): merge 2 stack overflow checks.ko12007-12-181-2/+1
* * vm_core.h (rb_thread_t): new member machine_stack_maxsize andakr2007-12-151-0/+4
* * vm.c (rb_thread_mark): use rb_gc_mark_maybe() forko12007-12-091-3/+4
* * proc.c (rb_proc_s_new): call initialize. [ruby-core:13824]nobu2007-12-051-2/+5
* * vm.c: fix comment.ko12007-11-231-1/+1
* * insnhelper.ci (vm_search_normal_superclass): rename function.matz2007-11-221-6/+6
* * vm.c: fix to recycle thread data (VM stack).ko12007-11-211-4/+50
* * insnhelper.ci (vm_call_method): pass mn->nd_clss toshugo2007-11-111-11/+18
* * eval.c (rb_invoke_method): check if invoked in function style.nobu2007-11-091-0/+8
* * include/ruby/intern.h: export rb_ivar_foreach.akr2007-09-281-2/+2
* * encoding.c (rb_enc_check): check for ASCII-compatibilities.nobu2007-09-261-0/+1
* * vm_core.h (struct rb_thread_struct): removed first_func_arg andnobu2007-08-201-6/+5
* * insnhelper.ci (vm_call_bmethod): fix to propagate informationko12007-08-191-10/+3
* * insnhelper.ci (vm_call_bmethod),ko12007-08-181-3/+13
* * configure.in (aix): enable shared by default.nobu2007-08-161-2/+4
* * insnhelper.ci, insns.def: move some statements to functions.ko12007-08-061-2/+1
* * compile.c, compile.h (DECL_ANCHOR, INIT_ANCHOR): split not tonobu2007-07-201-28/+22
* * vm.c (vm_free): clear free'ed living_threads field.matz2007-07-131-0/+1
* * blockinlining.c: remove "yarv" prefix.ko12007-07-121-18/+415
* * eval.c, insnhelper.ci, vm.c: change cref index (-1 -> 2).ko12007-07-101-3/+2
* * vm.c, insnhelper.ci: fix svar interface.ko12007-07-101-27/+26
* * insnhelper.ci (vm_yield_setup_args), vm.c, insns.def:ko12007-07-071-1/+16
* * yarvcore.h: rename rb_control_frame_t#magic to flag.ko12007-07-051-7/+7
* * compile.c (iseq_compile_each): add break catch point.ko12007-07-051-11/+9
* * compile.c: rename iseq_translate_direct_threaded_code()ko12007-07-021-3/+10