| Commit message (Expand) | Author | Age | Files | Lines |
* | * iseq.c (rb_iseq_clone): use longlife object and insert write barrier. | nari | 2009-05-16 | 1 | -2/+2 |
* | * gc.c: add longlife garbage collection. [ruby-dev:38423] | nari | 2009-05-13 | 1 | -2/+2 |
* | * iseq.c (rb_iseq_disasm): RSTRING_LEN() returns long. | nobu | 2009-03-11 | 1 | -2/+3 |
* | * iseq.c (prepare_iseq_build): too few arguments to function | nobu | 2009-03-10 | 1 | -2/+2 |
* | * iseq.c (rb_iseq_compile_with_option): argument may be converted. | nobu | 2009-03-10 | 1 | -8/+10 |
* | * iseq.c (cdhash_each): resurrects internal literals. | nobu | 2009-02-26 | 1 | -1/+1 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -1/+1 |
* | * array.c (rb_ary_resurrect), string.c (rb_str_resurrect): new | nobu | 2009-02-18 | 1 | -11/+18 |
* | * iseq.c: remove nil parameter from Proc#parameters | takano32 | 2009-02-14 | 1 | -2/+0 |
* | * iseq.c (simple_default_value): removed. default values of optional | nobu | 2009-02-13 | 1 | -35/+0 |
* | * compile.c (compile_array_, defined_expr, iseq_compile_each): hide | nobu | 2009-02-12 | 1 | -0/+12 |
* | * iseq.c (simple_default_value): allow plain strings as default | matz | 2009-02-12 | 1 | -0/+3 |
* | * iseq.c: | ko1 | 2009-01-19 | 1 | -27/+13 |
* | * iseq.c (rb_iseq_load): renamed from ruby_iseq_load, since it is | nobu | 2009-01-18 | 1 | -1/+1 |
* | * iseq.h, iseq.c (rb_iseq_new_main): add a type ISEQ_TYPE_MAIN. | ko1 | 2008-12-27 | 1 | -1/+5 |
* | * vm.c (Init_VM): create and define TOPLEVEL_BINDING at first. | ko1 | 2008-12-27 | 1 | -0/+9 |
* | * iseq.c (rb_iseq_parameters): proc arguments are always optional. | nobu | 2008-12-05 | 1 | -6/+26 |
* | * compile.c (ruby_iseq_compile, ruby_iseq_translate_threaded_code), | nobu | 2008-12-05 | 1 | -13/+12 |
* | * iseq.c (simple_default_value): returns simplest assignment only. | nobu | 2008-12-03 | 1 | -3/+2 |
* | * iseq.c (simple_default_value): extracts simplest default | nobu | 2008-11-28 | 1 | -0/+78 |
* | * include/ruby/node.h, node.h: move node.h from include path. | ko1 | 2008-09-23 | 1 | -1/+0 |
* | * include/ruby/node.h, vm_core.h: move definition of | ko1 | 2008-09-23 | 1 | -0/+14 |
* | * iseq.c (iseq_s_compile_file): use rb_file_open_str. | akr | 2008-09-12 | 1 | -1/+2 |
* | * iseq.c (iseq_data_to_ary): make it static. | ko1 | 2008-09-04 | 1 | -1/+2 |
* | * iseq.c (iseq_inspect): don't raise on uninitialized object. | akr | 2008-08-21 | 1 | -2/+7 |
* | * iseq.c (rb_iseq_clone): should preserve cref_stack link. | matz | 2008-08-11 | 1 | -0/+3 |
* | * class.c (clone_method): should copy cbase in cref as well. | matz | 2008-08-11 | 1 | -14/+38 |
* | * iseq.c (ruby_iseq_disasm_insn): suppress warnings on platforms which | nobu | 2008-07-31 | 1 | -1/+1 |
* | * compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect), | nobu | 2008-07-22 | 1 | -50/+35 |
* | * thread.c (rb_set_coverages, rb_reset_coverages): enable and disable | mame | 2008-07-08 | 1 | -2/+2 |
* | * 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 |