| Commit message (Expand) | Author | Age | Files | Lines |
* | * configure.in (sizeof ptrdiff_t): check for size of ptrdiff_t. | nobu | 2008-07-12 | 1 | -1/+1 |
* | * ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminate | mame | 2008-07-03 | 1 | -17/+1 |
* | * compile.h, insns.def: reduce insn operand of "trace". | ko1 | 2008-07-01 | 1 | -11/+17 |
* | * insns.def (trace): C99ism. | usa | 2008-07-01 | 1 | -1/+2 |
* | * Add coverage measurement constant COVERAGE__. This constant is not | mame | 2008-07-01 | 1 | -1/+11 |
* | * compile.c, vm.c, insns.def: call FrozenCore.set_postexe method | ko1 | 2008-07-01 | 1 | -23/+0 |
* | * compile.c, insns.def, vm.c, vm_core.h: remove some insns | ko1 | 2008-07-01 | 1 | -63/+36 |
* | * vm.c, eval_intern.h (PASS_PASSED_BLOCK): | ko1 | 2008-06-10 | 1 | -1/+1 |
* | * insns.def (DEFINE_INSN): subtract of pointers is ptrdiff_t. | naruse | 2008-06-01 | 1 | -1/+1 |
* | * suppress warnings with -Wwrite-string. | nobu | 2008-05-31 | 1 | -1/+1 |
* | * insns.def (opt_gt|ge|lt|le): use values directly to compare. | ko1 | 2008-05-22 | 1 | -4/+4 |
* | * insns.def (newhash): fix a variable definition: "const k". | akr | 2008-05-22 | 1 | -1/+1 |
* | * insns.def, vm_insnhelper.c: specify "const". | ko1 | 2008-05-21 | 1 | -13/+9 |
* | * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling. | ko1 | 2008-05-19 | 1 | -9/+11 |
* | * insns.def: add a "putcbase" instruction. | ko1 | 2008-05-14 | 1 | -23/+17 |
* | * compile.c (iseq_compile_each): should call compile_cpath() for | matz | 2008-05-05 | 1 | -1/+4 |
* | * insns.def (defineclass): was using wrong variable. [ruby-dev:34592] | matz | 2008-05-05 | 1 | -1/+1 |
* | * compile.c (compile_cpath): use Qundef to denote cbase lookup. | matz | 2008-05-05 | 1 | -16/+9 |
* | * insns.def (defineclass): check if cbase is a class or a module. | nobu | 2008-04-03 | 1 | -0/+4 |
* | * eval.c (ruby_exec_node): no thread starts inside iseq compilation. | nobu | 2008-02-19 | 1 | -1/+1 |
* | * insns.def: sorry, remove debug code. | usa | 2008-02-05 | 1 | -1/+0 |
* | * insns.def (adjuststack): never use INC_SP with minus value because | usa | 2008-02-05 | 1 | -1/+2 |
* | * insns.def (toregexp): generate a regexp from strings instead of one | akr | 2008-01-29 | 1 | -5/+12 |
* | * compile.c, compile.h: fix stack pointer issues. | ko1 | 2008-01-25 | 1 | -5/+5 |
* | * insns.def (expandarray): fix stack inc. | mame | 2008-01-23 | 1 | -1/+1 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * include/ruby/intern.h, re.c (rb_reg_new): keep interface same as | nobu | 2008-01-04 | 1 | -1/+1 |
* | * 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 |