| Commit message (Expand) | Author | Age | Files | Lines |
* | * class.c, compile.c, dir.c, file.c, iseq.c, parse.y, random.c: | naruse | 2010-07-27 | 1 | -1/+1 |
* | * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862] | nobu | 2010-07-18 | 1 | -3/+5 |
* | * load.c (rb_load_internal): remove call to rb_realpath_internal | mame | 2010-06-17 | 1 | -2/+3 |
* | * cont.c (fiber_set_stack_location), iseq.c (prepare_iseq_build), | nobu | 2010-05-16 | 1 | -1/+1 |
* | * iseq.c (iseq_load): allow filepath to be nil. | wanabe | 2010-05-02 | 1 | -1/+2 |
* | * iseq.c (set_relation): do not use top_wrapper as bottom of cref, | mame | 2010-04-27 | 1 | -1/+8 |
* | * compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolute | mame | 2010-03-16 | 1 | -24/+30 |
* | * compile.c (insn_data_to_s_detail), iseq.c (insn_operand_intern): | nobu | 2010-03-14 | 1 | -1/+1 |
* | * iseq.c (rb_iseq_clone): sets local_iseq and klass properly. | shugo | 2010-03-10 | 1 | -0/+4 |
* | * insns.def: Change the operand type of setinlinecache | ko1 | 2010-02-24 | 1 | -3/+5 |
* | * iseq.c (iseq_s_disasm): check for proc first. based on the | nobu | 2010-01-20 | 1 | -4/+4 |
* | removes the dtrace support. reverts r26239, r26238 and r26235. | yugui | 2010-01-05 | 1 | -21/+0 |
* | * trace.h: new file. wraps tracing mechanisms. | yugui | 2010-01-03 | 1 | -0/+21 |
* | * iseq.c (iseq_s_disasm): return nil for native methods. | nobu | 2009-12-23 | 1 | -1/+1 |
* | * iseq.c (prepare_iseq_build, rb_iseq_build_for_ruby2cext): | nobu | 2009-10-19 | 1 | -1/+3 |
* | * gc.h (rb_gc_debug_body): constified. | nobu | 2009-10-16 | 1 | -5/+7 |
* | * compile.c (ADD_TRACE): fire coverage event in ensure clause. | mame | 2009-10-08 | 1 | -0/+1 |
* | * iseq.c (iseq_s_disasm): accept proc objects. [ruby-core:18762] | nobu | 2009-10-07 | 1 | -0/+9 |
* | * iseq.c (compile_string): rename to parse_string(), because | ko1 | 2009-09-25 | 1 | -2/+2 |
* | * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, | nobu | 2009-09-21 | 1 | -16/+18 |
* | * include/ruby/ruby.h (rb_data_type_struct): constified dsize. | nobu | 2009-09-09 | 1 | -2/+2 |
* | * iseq.c (iseq_mark): use preprocessor. | nobu | 2009-09-08 | 1 | -2/+4 |
* | * iseq.c (iseq_mark): no need to mark inline cache entries. | ko1 | 2009-09-08 | 1 | -11/+0 |
* | * iseq.c (iseq_mark): skip outdated cache entries. | nobu | 2009-08-28 | 1 | -0/+1 |
* | * iseq.c (iseq_mark): made invariant expressions constant references. | nobu | 2009-08-28 | 1 | -7/+9 |
* | * gc.c: reject unused longlife gc. | nari | 2009-08-10 | 1 | -4/+4 |
* | * vm_core.h (struct rb_iseq_t): add a new field line_no. This field | mame | 2009-07-22 | 1 | -19/+24 |
* | * node.h, vm_core.h, variable.c: rename global_entry to rb_global_entry. | ko1 | 2009-07-16 | 1 | -2/+2 |
* | * method.h, vm_core.h: add rb_method_entry_t. Remove nodes around | ko1 | 2009-07-15 | 1 | -7/+7 |
* | * vm_core.h, compile.c: declare struct iseq_inline_cache_entry. | ko1 | 2009-07-13 | 1 | -2/+10 |
* | * insns.def, vm_insnhelper.c (getinstancevariable): | ko1 | 2009-07-13 | 1 | -2/+2 |
* | * include/ruby/ruby.h: | ko1 | 2009-07-07 | 1 | -1/+1 |
* | * iseq.c: provisional type fixes. | nobu | 2009-07-07 | 1 | -3/+3 |
* | * iseq.c (iseq_memsize): added. Use RTypedData instead of RData | ko1 | 2009-06-16 | 1 | -5/+43 |
* | * 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 |