summaryrefslogtreecommitdiffstats
path: root/iseq.c
Commit message (Expand)AuthorAgeFilesLines
* * iseq.c (rb_iseq_disasm): RSTRING_LEN() returns long.nobu2009-03-111-2/+3
* * iseq.c (prepare_iseq_build): too few arguments to functionnobu2009-03-101-2/+2
* * iseq.c (rb_iseq_compile_with_option): argument may be converted.nobu2009-03-101-8/+10
* * iseq.c (cdhash_each): resurrects internal literals.nobu2009-02-261-1/+1
* stripped trailing spaces.nobu2009-02-221-1/+1
* * array.c (rb_ary_resurrect), string.c (rb_str_resurrect): newnobu2009-02-181-11/+18
* * iseq.c: remove nil parameter from Proc#parameterstakano322009-02-141-2/+0
* * iseq.c (simple_default_value): removed. default values of optionalnobu2009-02-131-35/+0
* * compile.c (compile_array_, defined_expr, iseq_compile_each): hidenobu2009-02-121-0/+12
* * iseq.c (simple_default_value): allow plain strings as defaultmatz2009-02-121-0/+3
* * iseq.c:ko12009-01-191-27/+13
* * iseq.c (rb_iseq_load): renamed from ruby_iseq_load, since it isnobu2009-01-181-1/+1
* * iseq.h, iseq.c (rb_iseq_new_main): add a type ISEQ_TYPE_MAIN.ko12008-12-271-1/+5
* * vm.c (Init_VM): create and define TOPLEVEL_BINDING at first.ko12008-12-271-0/+9
* * iseq.c (rb_iseq_parameters): proc arguments are always optional.nobu2008-12-051-6/+26
* * compile.c (ruby_iseq_compile, ruby_iseq_translate_threaded_code),nobu2008-12-051-13/+12
* * iseq.c (simple_default_value): returns simplest assignment only.nobu2008-12-031-3/+2
* * iseq.c (simple_default_value): extracts simplest defaultnobu2008-11-281-0/+78
* * include/ruby/node.h, node.h: move node.h from include path.ko12008-09-231-1/+0
* * include/ruby/node.h, vm_core.h: move definition ofko12008-09-231-0/+14
* * iseq.c (iseq_s_compile_file): use rb_file_open_str.akr2008-09-121-1/+2
* * iseq.c (iseq_data_to_ary): make it static.ko12008-09-041-1/+2
* * iseq.c (iseq_inspect): don't raise on uninitialized object.akr2008-08-211-2/+7
* * iseq.c (rb_iseq_clone): should preserve cref_stack link.matz2008-08-111-0/+3
* * class.c (clone_method): should copy cbase in cref as well.matz2008-08-111-14/+38
* * iseq.c (ruby_iseq_disasm_insn): suppress warnings on platforms whichnobu2008-07-311-1/+1
* * compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect),nobu2008-07-221-50/+35
* * thread.c (rb_set_coverages, rb_reset_coverages): enable and disablemame2008-07-081-2/+2
* * thread.c (rb_enable_coverages): hide coverage array by setting 0 tomame2008-07-081-1/+1
* * include/ruby/intern.h: remove prototypes about coverage.mame2008-07-031-1/+2
* * ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminatemame2008-07-031-6/+4
* * Add coverage measurement constant COVERAGE__. This constant is notmame2008-07-011-0/+12
* * iseq.c (COMPILE_OPTION_FALSE), time.c (timegm_noleapsecond),nobu2008-07-011-1/+1
* * vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class nameko12008-06-291-1/+1
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-091-6/+6
* * suppress warnings on cygwin, mingw and mswin.nobu2008-06-011-0/+1
* * suppress warnings with -Wwrite-string.nobu2008-05-311-1/+1
* * iseq.c (rb_iseq_compile_with_option): get rid of segv.nobu2008-05-221-1/+1
* * iseq.c (iseq_load, iseq_data_to_ary): supportmame2008-05-221-0/+4
* * iseq.c (insn_operand_intern): remove Qundef related code.ko12008-05-141-8/+4
* * iseq.c (insn_operand_intern): should handle Qundef embedded inmatz2008-05-051-3/+8
* * iseq.c (rb_iseq_compile_with_option): check if src is a strring.nobu2008-04-211-1/+1
* * compile.c, compile.h (compile_debug): made runtime option.nobu2008-04-141-0/+10
* * compile.c (iseq_set_sequence, iseq_insns_unification,nobu2008-04-031-3/+3
* * compile.c (iseq_build_from_ary), iseq.c (iseq_load): fix for format change.nobu2008-01-081-16/+16
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * iseq.c: all methods need $SAFE < 1.ko12007-12-251-0/+10
* * iseq.c, vm_core.h: comment out unused fields.ko12007-12-251-5/+8
* * proc.c (method_name): preserve Symbol's encoding.matz2007-12-241-1/+1
* * iseq.c (Init_ISeq): disable ISeq.load() because there is no verifier.ko12007-12-241-5/+25