summaryrefslogtreecommitdiff
path: root/insns.def
AgeCommit message (Expand)Author
2009-05-13* gc.c: add longlife garbage collection. [ruby-dev:38423]nari
2009-03-10* array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def,nobu
2009-02-27 * numeric.c (flo_eq, flo_gt, flo_ge, flo_lt, flo_le, flo_eql): revertusa
2009-02-23* insns.def (opt_minus): inline float operation.matz
2009-02-18* array.c (rb_ary_resurrect), string.c (rb_str_resurrect): newnobu
2009-02-12* insns.def (defineclass): try to autoload const to be overridden.nobu
2009-02-12* compile.c (compile_array_, defined_expr, iseq_compile_each): hidenobu
2009-02-11* insns.def (setspecial, putstring): fixed typos in rdoc.nobu
2009-01-15* vm.c (rb_vm_inc_const_missing_count, ruby_vm_const_missing_count):ko1
2008-12-24* vm_insnhelper.c (vm_call_method): use class of method definedko1
2008-09-05* include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.matz
2008-07-12* configure.in (sizeof ptrdiff_t): check for size of ptrdiff_t.nobu
2008-07-03* ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminatemame
2008-07-01* compile.h, insns.def: reduce insn operand of "trace".ko1
2008-07-01 * insns.def (trace): C99ism.usa
2008-07-01* Add coverage measurement constant COVERAGE__. This constant is notmame
2008-07-01* compile.c, vm.c, insns.def: call FrozenCore.set_postexe methodko1
2008-07-01* compile.c, insns.def, vm.c, vm_core.h: remove some insnsko1
2008-06-10* vm.c, eval_intern.h (PASS_PASSED_BLOCK):ko1
2008-06-01* insns.def (DEFINE_INSN): subtract of pointers is ptrdiff_t.naruse
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-05-22* insns.def (opt_gt|ge|lt|le): use values directly to compare.ko1
2008-05-22* insns.def (newhash): fix a variable definition: "const k".akr
2008-05-21* insns.def, vm_insnhelper.c: specify "const".ko1
2008-05-19* vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko1
2008-05-14* insns.def: add a "putcbase" instruction.ko1
2008-05-05* compile.c (iseq_compile_each): should call compile_cpath() formatz
2008-05-05* insns.def (defineclass): was using wrong variable. [ruby-dev:34592]matz
2008-05-05* compile.c (compile_cpath): use Qundef to denote cbase lookup.matz
2008-04-03* insns.def (defineclass): check if cbase is a class or a module.nobu
2008-02-19* eval.c (ruby_exec_node): no thread starts inside iseq compilation.nobu
2008-02-05* insns.def: sorry, remove debug code.usa
2008-02-05 * insns.def (adjuststack): never use INC_SP with minus value becauseusa
2008-01-29* insns.def (toregexp): generate a regexp from strings instead of oneakr
2008-01-25* compile.c, compile.h: fix stack pointer issues.ko1
2008-01-23* insns.def (expandarray): fix stack inc.mame
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2008-01-04* include/ruby/intern.h, re.c (rb_reg_new): keep interface same asnobu
2007-12-20* insnhelper.ci, vm.c, vm_core.h: change interface ofko1
2007-12-18* compile.c, insnhelper.ci, insns.def, object.c, vm.c, vm.h:ko1
2007-12-01* insns.def (concatarray, splatarray): use to_a instead ofmatz
2007-11-27* compile.c, insns.def: change return value of "defined?"ko1
2007-11-27* insns.def: fix typo.ko1
2007-11-27* insns.def, compile.c: fix to allow dsym for alias/undef.ko1
2007-11-26* test/ruby/test_eval.rb (TestEval::test_instance_eval_cvar):matz
2007-11-22* insnhelper.ci (vm_search_normal_superclass): rename function.matz
2007-11-13* blockinlining.c, compile.c, compile.h, debug.c, debug.h,ko1
2007-11-13* include/ruby/ruby.h: introduce 2 macros:ko1
2007-10-07* insns.def (opt_eq): fix to use rb_str_equal().ko1
2007-10-06* insns.def (opt_eq): get rid of gcc bug.nobu