aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * insns.def: remove unused code.ko12007-07-054-41/+39
* * insns.def: fix to invoke nil.to_splat on NODE_ARGSCAT.ko12007-07-054-19/+22
* * yarvcore.h: rename rb_control_frame_t#magic to flag.ko12007-07-0510-46/+54
* * test/ruby/test_basicinstructions.rb: remove an assertion usingko12007-07-053-2/+9
* * ruby.c: Qfalse is VALUE, not pointer.usa2007-07-052-1/+5
* * compile.c (iseq_compile_each): add break catch point.ko12007-07-054-49/+123
* * parse.y (mlhs_basic): use mlhs_post after tSTAR.akr2007-07-052-1/+6
* * ruby.c (proc_options): moved do_print and do_loop optionsnobu2007-07-052-10/+13
* * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu2007-07-0516-472/+497
* * numeric.c (int_pow): fix previous nubu's commit.usa2007-07-053-4/+39
* * numeric.c (int_pow): even number multiplication never be negative.nobu2007-07-052-1/+5
* * parse.y (parser_parse_string): fix indent.nobu2007-07-051-10/+10
* * include/ruby/{node,ruby}.h, ruby.c: added enum constants for gdbnobu2007-07-055-101/+608
* * parse.y (global_symbols.last_id): reduce unused ID numbers.nobu2007-07-052-7/+9
* * include/ruby/st.h, st.c (st_init_table, st_init_table_with_size):nobu2007-07-058-18/+23
* * lib/webrick/httpauth/authenticator.rbnahi2007-07-042-1/+7
* * parse.y (mlhs_inner): new rule. [ruby-dev:31132]akr2007-07-042-3/+18
* revert variable renaming. [ruby-dev:31001]akr2007-07-041-2/+2
* * iseq.c (set_relation): added.ko12007-07-032-34/+48
* * insnhelper.ci (caller_setup_args): fix to show correct classko12007-07-032-2/+8
* * compile.c (compile_array, iseq_compile_each): fix about arrayko12007-07-033-19/+36
* * compile.c (compile_array): ignore NODE_ZARRAY.ko12007-07-033-10/+34
* * compile.h: fix debug print level.ko12007-07-032-1/+5
* * compile.c (iseq_compile_each): support v[&b]= type method call.ko12007-07-033-0/+34
* * compile.c (compile_massign): fix massign compilationko12007-07-034-5/+25
* * include/ruby/onigiruma.h (ONIG_EXTERN): use RUBY_EXTERN if defined.usa2007-07-034-1/+14
* * cont.c (cont_save_machine_stack): clear saved_thread.machine_stack*.ko12007-07-033-10/+19
* * compile.c: rename iseq_translate_direct_threaded_code()ko12007-07-028-49/+71
* * insns.def (defineclass): suppress a warning.nobu2007-07-022-20/+27
* * eval_intern.h, yarvcore.h: move declaration of sysstack_errorko12007-07-016-28/+39
* * compile.c, iseq.c: fix iseq some of load/store process.ko12007-07-013-53/+78
* * yarvcore.h, compile.c, insnhelper.ci, iseq.c, vm.c:ko12007-07-0110-56/+102
* * insnhelper.h, vm.h: some refactoring.ko12007-06-303-32/+25
* * yarvcore.h: some refactoring on rb_iseq_t.ko12007-06-306-60/+71
* * vm.h: rename insn_func_type to rb_insn_func_type.ko12007-06-305-23/+32
* * parse.y (parser_yylex): return non-valid token for an invalidnobu2007-06-293-3/+10
* * parse.y (stmts): fix for ripper.nobu2007-06-292-5/+7
* * parse.y: fix to show line number of blank block.ko12007-06-292-0/+8
* * lib/cgi/session.rb (create_new_id): don't cut off md5.hexdigest toakr2007-06-292-1/+6
* * debug.h: constified.nobu2007-06-292-7/+9
* * debug.c (ruby_set_debug_option): separated from main.c.nobu2007-06-295-29/+54
* add a Mailing list pointer.ko12007-06-291-0/+1
* add a Mainling list pointer.ko12007-06-291-1/+1
* * proc.c (proc_new): fix to return a proc objectko12007-06-292-0/+9
* * numeric.c (fix_pow): get rid of division by zero. reported bynobu2007-06-292-3/+24
* * numeric.c: fix indent.nobu2007-06-291-29/+29
* * configure.in: add fastcall attribute check.ko12007-06-292-0/+5
* * parse.y (assoc_list): remove expanded hash literal (no splat).matz2007-06-294-60/+55
* * lib/vm/instruction.rb: set properties.nobu2007-06-291-1331/+1331
* * tool/insns2vm.rb, lib/vm/instruction.rb: move process bodyko12007-06-294-1296/+1346