| Commit message (Expand) | Author | Age | Files | Lines |
* | * vm.c: add a prefix "rb_" to exposed functions | ko1 | 2009-01-19 | 1 | -3/+3 |
* | * iseq.c: | ko1 | 2009-01-19 | 1 | -7/+21 |
* | * iseq.c (rb_iseq_load): renamed from ruby_iseq_load, since it is | nobu | 2009-01-18 | 1 | -2/+2 |
* | * ruby.c (process_options): decrement parse_in_eval to recognize | ko1 | 2009-01-15 | 1 | -0/+6 |
* | * iseq.h, iseq.c (rb_iseq_new_main): add a type ISEQ_TYPE_MAIN. | ko1 | 2008-12-27 | 1 | -1/+22 |
* | * vm.c (Init_VM): create and define TOPLEVEL_BINDING at first. | ko1 | 2008-12-27 | 1 | -9/+13 |
* | * compile.c (iseq_peephole_optimize): fix typo. | ko1 | 2008-12-24 | 1 | -1/+1 |
* | * compile.c (iseq_compile_each), gc.c (assign_heap_slot), | nobu | 2008-12-09 | 1 | -1/+1 |
* | * compile.c (iseq_set_sequence): uses rb_compile_warning() for | nobu | 2008-12-05 | 1 | -1/+2 |
* | * compile.c (ruby_iseq_compile, ruby_iseq_translate_threaded_code), | nobu | 2008-12-05 | 1 | -13/+11 |
* | * compile.c (iseq_set_sequence): fix memory leak. | mame | 2008-10-16 | 1 | -0/+4 |
* | * compile.c (iseq_compile_each): fixed indent. | nobu | 2008-10-12 | 1 | -101/+101 |
* | * compile.c (iseq_set_sequence): check duplicated when clauses. | mame | 2008-09-28 | 1 | -1/+6 |
* | * 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 | -12/+279 |
* | * compile.c (defined_expr): default defined? should return | matz | 2008-08-25 | 1 | -27/+1 |
* | * compile.c (defined_expr): should handle NODE_{AND,OR} as | matz | 2008-08-25 | 1 | -0/+2 |
* | * compile.c (iseq_build_body): suppress a warning. | nobu | 2008-08-23 | 1 | -1/+2 |
* | * include/ruby/ruby.h (rb_intern_const): tiny optimization. | nobu | 2008-08-16 | 1 | -0/+1 |
* | * compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect), | nobu | 2008-07-22 | 1 | -3/+1 |
* | * compile.c (iseq_compile_each): NODE_POSTEXE should set each end | nobu | 2008-07-20 | 1 | -0/+9 |
* | * compile.c, vm.c, insns.def: call FrozenCore.set_postexe method | ko1 | 2008-07-01 | 1 | -3/+7 |
* | * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbids | shyouhei | 2008-07-01 | 1 | -1/+1 |
* | * compile.c, insns.def, vm.c, vm_core.h: remove some insns | ko1 | 2008-07-01 | 1 | -21/+32 |
* | * compile.c (iseq_build_from_ary): initialize arg_opts, a patch from | mame | 2008-06-23 | 1 | -2/+3 |
* | * compile.c (iseq_build_from_ary): fix expression to obtain | wanabe | 2008-06-23 | 1 | -8/+2 |
* | * compile.c : treat []&&= in virtually the same way as []||=. | wanabe | 2008-06-09 | 1 | -6/+3 |
* | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu | 2008-06-09 | 1 | -11/+11 |
* | * suppress warnings with -Wwrite-string. | nobu | 2008-05-31 | 1 | -2/+2 |
* | * compile.c (defined_expr): fix SEGV by defined?([1]). | mame | 2008-05-30 | 1 | -10/+2 |
* | * compile.c (iseq_compile): set local_table for | mame | 2008-05-25 | 1 | -0/+1 |
* | * compile.c (iseq_build_body): remove side effect from | mame | 2008-05-25 | 1 | -0/+1 |
* | * eval_method.c: renamed from vm_method.c. "vm_method.c" is included | ko1 | 2008-05-24 | 1 | -8/+3 |
* | * compile.c (iseq_set_exception_table, NODE_WHILE, NODE_NEXT): remove | mame | 2008-05-24 | 1 | -7/+17 |
* | * compile.c (get_destination_insn, get_next_insn, get_prev_insn): | mame | 2008-05-22 | 1 | -3/+3 |
* | * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling. | ko1 | 2008-05-19 | 1 | -20/+17 |
* | * insns.def: add a "putcbase" instruction. | ko1 | 2008-05-14 | 1 | -8/+8 |
* | * eval.c (is_defined): add NODE_OP_ASGN_{OR,AND}. "defined?(a||=1)" | matz | 2008-05-12 | 1 | -0/+2 |
* | * compile.c (iseq_compile_each): should call compile_cpath() for | matz | 2008-05-05 | 1 | -1/+1 |
* | * compile.c (defined_expr): protect some expression from | matz | 2008-05-05 | 1 | -1/+2 |
* | * compile.c (compile_cpath): use Qundef to denote cbase lookup. | matz | 2008-05-05 | 1 | -6/+9 |
* | * compile.c (defined_expr): capture exception during defined? | matz | 2008-04-21 | 1 | -0/+11 |
* | * vm_core.h (struct iseq_compile_data): moved label_no from | nobu | 2008-04-20 | 1 | -2/+1 |
* | * compile.c (iseq_set_exception_table): allocates catch_table only | nobu | 2008-04-20 | 1 | -1/+1 |
* | * compile.c (struct iseq_link_element, struct iseq_insn_data): made | nobu | 2008-04-20 | 1 | -7/+7 |
* | * compile.c (iseq_compile_each): fix for splat in when and rescue. | nobu | 2008-04-20 | 1 | -26/+39 |
* | * enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): add | mame | 2008-04-17 | 1 | -2/+0 |
* | * compile.c, compile.h (compile_debug): made runtime option. | nobu | 2008-04-14 | 1 | -58/+96 |
* | * eval.c (ruby_exec_node, ruby_run_node), ruby.c (process_options): | nobu | 2008-04-12 | 1 | -0/+2 |
* | * compile.c (iseq_set_sequence, iseq_insns_unification, | nobu | 2008-04-03 | 1 | -4/+4 |