| Commit message (Expand) | Author | Age | Files | Lines |
* | * insnhelper.ci, vm.c, vm_core.h: change interface of | ko1 | 2007-12-20 | 1 | -1/+2 |
* | * compile.c, insnhelper.ci, insns.def, object.c, vm.c, vm.h: | ko1 | 2007-12-18 | 1 | -60/+57 |
* | * insns.def (concatarray, splatarray): use to_a instead of | matz | 2007-12-01 | 1 | -4/+4 |
* | * compile.c, insns.def: change return value of "defined?" | ko1 | 2007-11-27 | 1 | -8/+3 |
* | * insns.def: fix typo. | ko1 | 2007-11-27 | 1 | -1/+1 |
* | * insns.def, compile.c: fix to allow dsym for alias/undef. | ko1 | 2007-11-27 | 1 | -6/+6 |
* | * test/ruby/test_eval.rb (TestEval::test_instance_eval_cvar): | matz | 2007-11-26 | 1 | -2/+1 |
* | * insnhelper.ci (vm_search_normal_superclass): rename function. | matz | 2007-11-22 | 1 | -7/+7 |
* | * blockinlining.c, compile.c, compile.h, debug.c, debug.h, | ko1 | 2007-11-13 | 1 | -83/+87 |
* | * include/ruby/ruby.h: introduce 2 macros: | ko1 | 2007-11-13 | 1 | -8/+8 |
* | * insns.def (opt_eq): fix to use rb_str_equal(). | ko1 | 2007-10-07 | 1 | -15/+1 |
* | * insns.def (opt_eq): get rid of gcc bug. | nobu | 2007-10-06 | 1 | -11/+11 |
* | * include/ruby/intern.h: export rb_ivar_foreach. | akr | 2007-09-28 | 1 | -1/+1 |
* | * encoding.c (rb_enc_check): check for ASCII-compatibilities. | nobu | 2007-09-26 | 1 | -2/+3 |
* | * include/ruby/intern.h: declare rb_hash_tbl. | akr | 2007-08-29 | 1 | -2/+2 |
* | * string.c, include/ruby/intern.h: export rb_str_length(). | ko1 | 2007-08-25 | 1 | -4/+4 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+1 |
* | * compile.c, insns.def, parse.y: fix massign order. This change | ko1 | 2007-08-23 | 1 | -45/+5 |
* | * insns.def (throw): insert a RUBY_VM_CHECK_INTS(). [ruby-dev:31361] | ko1 | 2007-08-16 | 1 | -0/+1 |
* | * vm_dump.c (debug_print_pre): fix to show control frame count. | ko1 | 2007-08-12 | 1 | -5/+3 |
* | * insnhelper.ci, insns.def: move some statements to functions. | ko1 | 2007-08-06 | 1 | -294/+16 |
* | * insns.def (getspecial): lfp_svar_get() requires int for special | nobu | 2007-07-15 | 1 | -0/+1 |
* | * insns.def (opt_div): FIX2NUM may not work for corner cases. | matz | 2007-07-13 | 1 | -1/+1 |
* | * insns.def (opt_succ): use cast to shut a warning up. | matz | 2007-07-13 | 1 | -1/+1 |
* | * insns.def (opt_succ): use LONG_MAX as maximum Fixnum VALUE. | usa | 2007-07-12 | 1 | -2/+1 |
* | * range.c (range_max): use FIX2LONG instead of FIX2INT to avoid | akr | 2007-07-12 | 1 | -5/+6 |
* | * blockinlining.c: remove "yarv" prefix. | ko1 | 2007-07-12 | 1 | -1/+1 |
* | * insns.def (opt_succ): fixed typo. [ruby-dev:31189] | nobu | 2007-07-12 | 1 | -2/+2 |
* | * vm.c, insnhelper.ci: fix svar interface. | ko1 | 2007-07-10 | 1 | -8/+7 |
* | * insnhelper.ci (vm_yield_setup_args), vm.c, insns.def: | ko1 | 2007-07-07 | 1 | -1/+1 |
* | * insns.def: remove unused code. | ko1 | 2007-07-05 | 1 | -30/+14 |
* | * insns.def: fix to invoke nil.to_splat on NODE_ARGSCAT. | ko1 | 2007-07-05 | 1 | -16/+10 |
* | * yarvcore.h: rename rb_control_frame_t#magic to flag. | ko1 | 2007-07-05 | 1 | -2/+2 |
* | * compile.c (iseq_compile_each): add break catch point. | ko1 | 2007-07-05 | 1 | -14/+78 |
* | * compile.c: rename iseq_translate_direct_threaded_code() | ko1 | 2007-07-02 | 1 | -2/+4 |
* | * insns.def (defineclass): suppress a warning. | nobu | 2007-07-02 | 1 | -20/+20 |
* | * yarvcore.h, compile.c, insnhelper.ci, iseq.c, vm.c: | ko1 | 2007-07-01 | 1 | -1/+1 |
* | * vm.h: rename insn_func_type to rb_insn_func_type. | ko1 | 2007-06-30 | 1 | -11/+11 |
* | * vm_evalbody.ci: support OPT_CALL_THREADED_CODE. | ko1 | 2007-06-27 | 1 | -4/+8 |
* | * compile.c (compile_massign), insns.def (expandarray): support | ko1 | 2007-06-26 | 1 | -46/+51 |
* | * include/ruby/ruby.h: IL32LLP64 support. | usa | 2007-06-26 | 1 | -4/+21 |
* | * cont.c (rb_fiber_s_new): revert initializing VM stack. | ko1 | 2007-06-26 | 1 | -14/+0 |
* | * insnhelper.ci, vm.c: complete block parameter support. | ko1 | 2007-06-25 | 1 | -6/+9 |
* | * gc.h: add RUBY_ prefix to debug macros. | ko1 | 2007-06-25 | 1 | -3/+3 |
* | * insnhelper.ci (caller_setup_args): add need_block_check option. | ko1 | 2007-06-24 | 1 | -4/+4 |
* | * insns.def (invokesuper): fix error message. | ko1 | 2007-06-24 | 1 | -1/+1 |
* | * vm.c: some refactoring. | ko1 | 2007-06-24 | 1 | -27/+27 |
* | * insn_send.ci: removed. | ko1 | 2007-06-24 | 1 | -115/+121 |
* | * vm_macro.def: removed. | ko1 | 2007-06-24 | 1 | -129/+1 |
* | * insns.def, vm.c: add/fix stack overflow check. | ko1 | 2007-06-24 | 1 | -0/+2 |