aboutsummaryrefslogtreecommitdiffstats
path: root/vm.c
Commit message (Expand)AuthorAgeFilesLines
* * id.c (Init_id), vm.c (vm_exec): @#__ThrowState__ is no longernobu2009-07-161-5/+0
* * method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko12009-07-151-19/+18
* * include/ruby/ruby.h:ko12009-07-071-5/+5
* * vm.c ({env,vm,thread}_data_type): constified.nobu2009-07-071-3/+3
* * compile.c (iseq_set_arguments, iseq_compile_each): internalnobu2009-06-221-1/+1
* * iseq.c (iseq_memsize): added. Use RTypedData instead of RDatako12009-06-161-80/+145
* * ruby.c (ruby_script): sets also VM toplevel program name.nobu2009-05-171-3/+12
* * vm.c (rb_vm_get_sourceline): should not access out of bound.nobu2009-05-171-3/+4
* * gc.c: add longlife garbage collection. [ruby-dev:38423]nari2009-05-131-1/+1
* * vm.c (rb_vm_get_sourceline), vm_insnhelper.c (vm_throw): usenobu2009-03-121-1/+1
* * vm.c (vm_backtrace): always returns non-nil array if lev isnobu2009-02-031-0/+3
* * vm.c (vm_backtrace_each): progname is not available atnobu2009-02-021-2/+2
* * vm.c (vm_backtrace_each): now takes an iterator function.nobu2009-02-011-35/+32
* * vm_eval.c, eval.c (rb_f_block_given_p): move definition ofko12009-01-191-1/+1
* * vm.c: add a prefix "rb_" to exposed functionsko12009-01-191-30/+30
* * iseq.c:ko12009-01-191-1/+3
* * eval.c, vm_eval.c (rb_f_local_variables): move definition from eval.cko12009-01-191-3/+2
* * vm.c (rb_vm_inc_const_missing_count, ruby_vm_const_missing_count):ko12009-01-151-0/+8
* * vm.c (rb_iseq_eval): fixed indent.nobu2009-01-051-2/+2
* * vm.c (vm_set_eval_stack, vm_set_main_stack, vm_set_top_stack):ko12008-12-291-0/+6
* * vm.c (Init_VM): create and define TOPLEVEL_BINDING at first.ko12008-12-271-3/+38
* * proc.c (proc_new): should use proc_dup() if block has Proc.ko12008-12-251-11/+13
* * vm.c (invoke_block_from_c): fix to point right cfp.ko12008-12-241-13/+12
* * vm.c (vm_backtrace): defaults to script name for C functions.nobu2008-12-151-1/+1
* * compile.c (iseq_compile_each), gc.c (assign_heap_slot),nobu2008-12-091-5/+5
* * compile.c (ruby_iseq_compile, ruby_iseq_translate_threaded_code),nobu2008-12-051-2/+1
* * vm.c (thread_free): th->vm may be NULL when pthread_creatematz2008-11-211-1/+1
* * vm.c, vm_insnhelper.h (ruby_vm_redefined_flag): apply optimizationko12008-10-121-3/+3
* * vm.c (vm_jump_tag_but_local_jump): exc is not used if val is nil.nobu2008-09-261-1/+1
* * include/ruby/node.h, node.h: move node.h from include path.ko12008-09-231-1/+0
* * include/ruby/node.h, vm_core.h: move definition ofko12008-09-231-0/+1
* * common.mk: clean upko12008-09-231-47/+26
* * gc.c, include/ruby/ruby.h: rename rb_register_mark_object()ko12008-09-151-2/+5
* * vm.c (rb_mRubyVMFrozenCore): registered for GC.akr2008-09-081-0/+1
* * vm.c (thread_recycle_stack_slot, thread_recycle_stack_count):ko12008-09-041-2/+2
* * vm.c (rb_vm_mark): commit miss.nobu2008-09-041-0/+2
* * vm_core.h (struct rb_vm_struct): replaced signal staff with trapnobu2008-09-041-0/+5
* * proc.c (proc_new): use the given class.nobu2008-08-201-9/+11
* * vm.c (Init_VM): get rid of SEGV in a trace proc.nobu2008-08-151-1/+1
* * vm.c (REWIND_CFP): get rid of statement expressions.nobu2008-08-141-1/+1
* * vm.c (Init_VM): hide FrozenCore.nobu2008-08-141-8/+13
* * vm.c: rewind cfp to show proper backtrace.ko12008-08-131-42/+56
* * vm.c, vm_insnhelper.c (vm_define_method): moveko12008-08-121-0/+40
* * vm.c (Init_BareVM): check failure of malloc().mame2008-08-011-0/+4
* * vm_core.h, thread.c: It is now prohibited to use Data_Get_Struct inmame2008-07-271-2/+1
* * include/ruby/ruby.h: add a type T_DEFERRED.ko12008-07-271-0/+1
* * vm.c (vm_invoke_proc): skip setting safe_level ifko12008-07-251-1/+3
* * vm_core.h (rb_thread_t), vm.c (rb_thread_mark), process.cnobu2008-07-101-1/+2
* * thread.c (rb_set_coverages, rb_reset_coverages): enable and disablemame2008-07-081-6/+0
* * vm.c (rb_vm_mark): mark the last element of special_exceptions.mame2008-07-081-1/+1