aboutsummaryrefslogtreecommitdiffstats
path: root/insns.def
Commit message (Expand)AuthorAgeFilesLines
...
* suppress warningsnobu2012-08-261-1/+3
* * include/ruby/ruby.h: introduce flonum technique forko12012-08-231-81/+62
* * insns.def (invokesuper): reverted r36640 partially to make supershugo2012-08-231-16/+3
* * insns.def: search up the cf stack for an object that is an instancetenderlove2012-08-221-9/+8
* * compile.c, insns.def (checkmatch):ko12012-08-081-40/+34
* * vm_exec.c, insns.def (leave): solve problems onko12012-08-071-2/+4
* * internal.h, class.c, eval.c, insns.def: find the appropriateshugo2012-08-061-1/+22
* insns.def: use klass in cfpnobu2012-08-061-1/+1
* vm_insnhelper.c: no recvnobu2012-08-031-2/+2
* * insns.def (invokesuper): reverted r36612 so that super in anshugo2012-08-031-1/+6
* * insns.def (invokesuper): don't skip the same class. instead, useshugo2012-08-031-6/+1
* * eval.c (rb_mod_using): new method Module#using. [experimental]shugo2012-08-021-8/+8
* * class.c, insns.def, method.h, proc.c, vm.c, vm_core.h, vm_eval.c,shugo2012-08-021-13/+19
* insns.def: RB_TYPE_Pnobu2012-07-281-4/+4
* remove garbage spacesnobu2012-07-201-2/+2
* * thread.c (rb_thread_s_control_interrupt,ko12012-07-191-6/+6
* defined: me in cfpnobu2012-07-111-10/+5
* __callee__ fixnobu2012-07-041-1/+1
* * vm_core.h: remove VM_FRAME_MAGIC_FINISH (finish frame type).ko12012-06-151-17/+9
* * vm_core.h: remove lfp (local frame pointer) and renameko12012-06-111-24/+24
* * removed trailing spaces.nobu2012-06-091-1/+1
* * numeric.c: fix flodivmod for cornercases [Bug #6044]marcandre2012-03-141-17/+1
* * compile.c (iseq_compile_each): call on special object instead ofnobu2012-02-261-1/+1
* * insns.def (splatarray): make new array if flag is set.nobu2012-02-151-0/+3
* * insns.def (pop): suppress self-assign warning of clang.nobu2011-11-271-1/+1
* insns.def: Some fixes and tweaks to English explanationsduerst2011-11-051-18/+18
* * insns.def: change encoding pragma for emacs (shift_jis to utf-8).nagachika2011-09-051-1/+1
* Change encoding from EUC-JP to UTF-8. [Feature #5128]shyouhei2011-09-041-97/+97
* * vm_insnhelper.c (vm_search_const_defined_class): searchnobu2011-09-021-6/+4
* * insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): seenobu2011-09-011-4/+6
* * vm_insnhelper.h, vm_insnhelper.c, vm.c, vm_method.c, insns.def:ko12011-08-241-41/+48
* * insns.def (defined): fix to checking class variable.ko12011-08-241-1/+4
* * insns.def (concatstrings): don't use initial ASCII-8BIT string.naruse2011-08-011-2/+2
* * insns.def: written in Shift_JIS.nobu2011-07-041-1/+1
* Fix mixed declarations in r31822.naruse2011-05-301-1/+2
* * insns.def (opt_mult): as r31805, volatile it.naruse2011-05-301-2/+2
* * compile.c (NODE_CLASS, NODE_MODULE), insns.def (defineclass): raisemame2011-01-281-4/+6
* * compile.c (new_child_iseq): adjust argument types.nobu2010-10-311-2/+2
* * vm_core.h: some refactoring.ko12010-10-311-6/+12
* * insns.def, iseq.c, vm_insnhelper.c: rename variable nameko12010-10-141-7/+7
* * insns.def (opt_case_dispatch): use st_data_t.nobu2010-10-131-2/+2
* * compile.c (iseq_build_body), insns.def (getglobal, setglobal),nobu2010-10-121-2/+2
* * insns.def (opt_case_dispatch), vm_insnhelper.c:ko12010-09-271-14/+2
* * compile.c (case_when_optimizable_literal): When float value can bewanabe2010-09-091-8/+21
* * insns.def, vm_core.h: fixed typo. reported by Rocky Bernsteinnobu2010-08-021-1/+1
* * insns.def (concatarray): removed unused variable.nobu2010-06-031-1/+0
* * compile.c (iseq_compile_each): should consider block on stack,matz2010-06-021-0/+1
* * insns.def (defined): respond_to_missing? may not be availablematz2010-05-301-2/+9
* * insns.def (invokesuper): check consistency between class of self andmame2010-05-271-0/+6
* * compile.c (iseq_compile_each), vm_insnhelper.c (vm_invoke_block,mame2010-05-091-1/+1