summaryrefslogtreecommitdiffstats
path: root/vm.c
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * include/ruby/intern.h: remove prototypes about coverage.mame2008-07-031-0/+6
* * ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminatemame2008-07-031-0/+1
* * proc.c, vm.c: fix to refer next ruby level cfp to make binding.ko12008-07-011-1/+1
* * compile.c, vm.c, insns.def: call FrozenCore.set_postexe methodko12008-07-011-0/+23
* * compile.c, insns.def, vm.c, vm_core.h: remove some insnsko12008-07-011-1/+51
* * vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class nameko12008-06-291-12/+12
* * vm.c (vm_eval_body): if thrown exception is frozen, reraise it tonobu2008-06-271-0/+1
* * vm.c, vm_insnhelper.c: fix escape process with "braek" and "return"ko12008-06-171-2/+2
* * vm_core.h (rb_vm_t), vm.c (rb_vm_mark): moved preallocated specialnobu2008-06-151-0/+1
* * gc.h (STACK_UPPER): moved from gc.cnobu2008-06-141-14/+11
* * thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: addmame2008-06-121-0/+9
* * vm.c, eval_intern.h (PASS_PASSED_BLOCK):ko12008-06-101-34/+61
* * include/ruby/ruby.h, vm_core.h: add a type rb_blockptr.mame2008-06-091-1/+1
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-091-7/+7
* * vm_core.h (struct rb_vm_struct): moved ruby_debug, ruby_verbose, andnobu2008-06-091-0/+23
* * vm_core.h (struct rb_vm_struct): moved src_encoding_index.nobu2008-06-091-0/+1
* * vm.c (rb_thread_recycle_stack_release): reduce redundant code.nobu2008-06-091-5/+2
* * vm_insnhelper.c, vm.c, proc.c : revert r17021. [ruby-dev:34997]wanabe2008-06-081-1/+1
* * vm_insnhelper.c, vm.c, proc.c (proc_call): allow call method withwanabe2008-06-081-1/+1
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-5/+3
* * gc.c (rb_objspace_alloc): this function is needed only whenmame2008-06-051-0/+2
* * suppress warnings on cygwin, mingw and mswin.nobu2008-06-011-2/+3
* * eval_method.c: renamed from vm_method.c. "vm_method.c" is includedko12008-05-241-180/+58
* * compile.c (iseq_set_exception_table, NODE_WHILE, NODE_NEXT): removemame2008-05-241-5/+1
* * eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h,ko12008-05-221-84/+73
* * vm.c (sdr, nsdr): define methods only if VMDEBUG is defined.nobu2008-05-221-2/+4
* * vm.c (vm_get_ruby_level_cfp): moved from eval_intern.h.nobu2008-05-221-0/+18
* * eval_intern.h, vm_core.h, include/ruby/intern.h, include/ruby/ruby.h,usa2008-05-221-1/+1
* * eval.c, vm.c, vm_core.h, vm_insnhelper.c: specify "const".ko12008-05-221-94/+105
* * vm.c (invoke_block_from_c): fix call flow.ko12008-05-191-9/+20
* * 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