| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * thread.c (rb_enable_coverages): hide coverage array by setting 0 to | mame | 2008-07-08 | 1 | -1/+1 |
* | * include/ruby/intern.h: remove prototypes about coverage. | mame | 2008-07-03 | 1 | -1/+2 |
* | * ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminate | mame | 2008-07-03 | 1 | -6/+4 |
* | * Add coverage measurement constant COVERAGE__. This constant is not | mame | 2008-07-01 | 1 | -0/+12 |
* | * iseq.c (COMPILE_OPTION_FALSE), time.c (timegm_noleapsecond), | nobu | 2008-07-01 | 1 | -1/+1 |
* | * vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class name | ko1 | 2008-06-29 | 1 | -1/+1 |
* | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu | 2008-06-09 | 1 | -6/+6 |
* | * suppress warnings on cygwin, mingw and mswin. | nobu | 2008-06-01 | 1 | -0/+1 |
* | * suppress warnings with -Wwrite-string. | nobu | 2008-05-31 | 1 | -1/+1 |
* | * iseq.c (rb_iseq_compile_with_option): get rid of segv. | nobu | 2008-05-22 | 1 | -1/+1 |
* | * iseq.c (iseq_load, iseq_data_to_ary): support | mame | 2008-05-22 | 1 | -0/+4 |
* | * iseq.c (insn_operand_intern): remove Qundef related code. | ko1 | 2008-05-14 | 1 | -8/+4 |
* | * iseq.c (insn_operand_intern): should handle Qundef embedded in | matz | 2008-05-05 | 1 | -3/+8 |
* | * iseq.c (rb_iseq_compile_with_option): check if src is a strring. | nobu | 2008-04-21 | 1 | -1/+1 |
* | * compile.c, compile.h (compile_debug): made runtime option. | nobu | 2008-04-14 | 1 | -0/+10 |
* | * compile.c (iseq_set_sequence, iseq_insns_unification, | nobu | 2008-04-03 | 1 | -3/+3 |
* | * compile.c (iseq_build_from_ary), iseq.c (iseq_load): fix for format change. | nobu | 2008-01-08 | 1 | -16/+16 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * iseq.c: all methods need $SAFE < 1. | ko1 | 2007-12-25 | 1 | -0/+10 |
* | * iseq.c, vm_core.h: comment out unused fields. | ko1 | 2007-12-25 | 1 | -5/+8 |
* | * proc.c (method_name): preserve Symbol's encoding. | matz | 2007-12-24 | 1 | -1/+1 |
* | * iseq.c (Init_ISeq): disable ISeq.load() because there is no verifier. | ko1 | 2007-12-24 | 1 | -5/+25 |
* | * iseq.c (find_line_no): return 0 if not found. | ko1 | 2007-12-20 | 1 | -0/+3 |
* | * compile.c (iseq_compile_each): add pop after throw as return. | ko1 | 2007-12-19 | 1 | -13/+28 |
* | * iseq.c (ruby_iseq_disasm): fix to show arg_simple value. | ko1 | 2007-08-16 | 1 | -2/+2 |
* | * vm_dump.c (debug_print_pre): fix to show control frame count. | ko1 | 2007-08-12 | 1 | -1/+7 |
* | * iseq.c (iseq_s_compile_option_get, Init_ISeq): added a new | nobu | 2007-08-06 | 1 | -4/+14 |
* | * common.mk (node_name.inc): auto-generate node name list. | nobu | 2007-08-06 | 1 | -230/+1 |
* | * blockinlining.c: remove "yarv" prefix. | ko1 | 2007-07-12 | 1 | -29/+43 |
* | * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c, | nobu | 2007-07-05 | 1 | -10/+14 |
* | * iseq.c (set_relation): added. | ko1 | 2007-07-03 | 1 | -34/+44 |
* | * compile.c: rename iseq_translate_direct_threaded_code() | ko1 | 2007-07-02 | 1 | -0/+10 |
* | * eval_intern.h, yarvcore.h: move declaration of sysstack_error | ko1 | 2007-07-01 | 1 | -17/+17 |
* | * compile.c, iseq.c: fix iseq some of load/store process. | ko1 | 2007-07-01 | 1 | -19/+31 |
* | * yarvcore.h, compile.c, insnhelper.ci, iseq.c, vm.c: | ko1 | 2007-07-01 | 1 | -10/+51 |
* | * yarvcore.h: some refactoring on rb_iseq_t. | ko1 | 2007-06-30 | 1 | -5/+5 |
* | * include/ruby/node.h, parse.y, gc.c, iseq.c: remove NODE_CREF. | ko1 | 2007-06-27 | 1 | -2/+0 |
* | * iseq.c (ruby_node_name): update node names. | ko1 | 2007-06-26 | 1 | -2/+18 |
* | * gc.h: add RUBY_ prefix to debug macros. | ko1 | 2007-06-25 | 1 | -21/+21 |
* | * call_cfunc.ci: removed. | ko1 | 2007-06-24 | 1 | -3/+0 |
* | * vm.c: some refactoring. | ko1 | 2007-06-24 | 1 | -1/+1 |
* | * vm.c (callee_setup_arg): added. support correct post arg. | ko1 | 2007-06-24 | 1 | -3/+5 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -2/+2 |
* | * iseq.c (prepare_iseq_build): freeze filename and name string. | ko1 | 2007-06-07 | 1 | -1/+4 |
* | * compile.c, vm_macro.def: support tail call optimization | ko1 | 2007-05-21 | 1 | -3/+8 |
* | * iseq.c (ruby_iseq_disasm): fix to show post arg info. | ko1 | 2007-05-17 | 1 | -2/+3 |
* | * iseq.c (iseq_data_to_ary): internal IDs must not be exposed. | nobu | 2007-05-11 | 1 | -160/+160 |
* | * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h: | ko1 | 2007-04-19 | 1 | -0/+2 |
* | * compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h, | ko1 | 2007-03-21 | 1 | -13/+21 |
* | * compile.c: iseq_compile -> rb_iseq_compile. | aamine | 2007-03-08 | 1 | -2/+2 |