| Commit message (Expand) | Author | Age | Files | Lines |
* | * include/ruby/{node,ruby}.h, ruby.c: added enum constants for gdb | nobu | 2007-07-05 | 5 | -101/+608 |
* | * parse.y (global_symbols.last_id): reduce unused ID numbers. | nobu | 2007-07-05 | 2 | -7/+9 |
* | * include/ruby/st.h, st.c (st_init_table, st_init_table_with_size): | nobu | 2007-07-05 | 8 | -18/+23 |
* | * lib/webrick/httpauth/authenticator.rb | nahi | 2007-07-04 | 2 | -1/+7 |
* | * parse.y (mlhs_inner): new rule. [ruby-dev:31132] | akr | 2007-07-04 | 2 | -3/+18 |
* | revert variable renaming. [ruby-dev:31001] | akr | 2007-07-04 | 1 | -2/+2 |
* | * iseq.c (set_relation): added. | ko1 | 2007-07-03 | 2 | -34/+48 |
* | * insnhelper.ci (caller_setup_args): fix to show correct class | ko1 | 2007-07-03 | 2 | -2/+8 |
* | * compile.c (compile_array, iseq_compile_each): fix about array | ko1 | 2007-07-03 | 3 | -19/+36 |
* | * compile.c (compile_array): ignore NODE_ZARRAY. | ko1 | 2007-07-03 | 3 | -10/+34 |
* | * compile.h: fix debug print level. | ko1 | 2007-07-03 | 2 | -1/+5 |
* | * compile.c (iseq_compile_each): support v[&b]= type method call. | ko1 | 2007-07-03 | 3 | -0/+34 |
* | * compile.c (compile_massign): fix massign compilation | ko1 | 2007-07-03 | 4 | -5/+25 |
* | * include/ruby/onigiruma.h (ONIG_EXTERN): use RUBY_EXTERN if defined. | usa | 2007-07-03 | 4 | -1/+14 |
* | * cont.c (cont_save_machine_stack): clear saved_thread.machine_stack*. | ko1 | 2007-07-03 | 3 | -10/+19 |
* | * compile.c: rename iseq_translate_direct_threaded_code() | ko1 | 2007-07-02 | 8 | -49/+71 |
* | * insns.def (defineclass): suppress a warning. | nobu | 2007-07-02 | 2 | -20/+27 |
* | * eval_intern.h, yarvcore.h: move declaration of sysstack_error | ko1 | 2007-07-01 | 6 | -28/+39 |
* | * compile.c, iseq.c: fix iseq some of load/store process. | ko1 | 2007-07-01 | 3 | -53/+78 |
* | * yarvcore.h, compile.c, insnhelper.ci, iseq.c, vm.c: | ko1 | 2007-07-01 | 10 | -56/+102 |
* | * insnhelper.h, vm.h: some refactoring. | ko1 | 2007-06-30 | 3 | -32/+25 |
* | * yarvcore.h: some refactoring on rb_iseq_t. | ko1 | 2007-06-30 | 6 | -60/+71 |
* | * vm.h: rename insn_func_type to rb_insn_func_type. | ko1 | 2007-06-30 | 5 | -23/+32 |
* | * parse.y (parser_yylex): return non-valid token for an invalid | nobu | 2007-06-29 | 3 | -3/+10 |
* | * parse.y (stmts): fix for ripper. | nobu | 2007-06-29 | 2 | -5/+7 |
* | * parse.y: fix to show line number of blank block. | ko1 | 2007-06-29 | 2 | -0/+8 |
* | * lib/cgi/session.rb (create_new_id): don't cut off md5.hexdigest to | akr | 2007-06-29 | 2 | -1/+6 |
* | * debug.h: constified. | nobu | 2007-06-29 | 2 | -7/+9 |
* | * debug.c (ruby_set_debug_option): separated from main.c. | nobu | 2007-06-29 | 5 | -29/+54 |
* | add a Mailing list pointer. | ko1 | 2007-06-29 | 1 | -0/+1 |
* | add a Mainling list pointer. | ko1 | 2007-06-29 | 1 | -1/+1 |
* | * proc.c (proc_new): fix to return a proc object | ko1 | 2007-06-29 | 2 | -0/+9 |
* | * numeric.c (fix_pow): get rid of division by zero. reported by | nobu | 2007-06-29 | 2 | -3/+24 |
* | * numeric.c: fix indent. | nobu | 2007-06-29 | 1 | -29/+29 |
* | * configure.in: add fastcall attribute check. | ko1 | 2007-06-29 | 2 | -0/+5 |
* | * parse.y (assoc_list): remove expanded hash literal (no splat). | matz | 2007-06-29 | 4 | -60/+55 |
* | * lib/vm/instruction.rb: set properties. | nobu | 2007-06-29 | 1 | -1331/+1331 |
* | * tool/insns2vm.rb, lib/vm/instruction.rb: move process body | ko1 | 2007-06-29 | 4 | -1296/+1346 |
* | * hash.c: purged trailing spaces. | nobu | 2007-06-29 | 1 | -112/+112 |
* | refine previous change. | akr | 2007-06-29 | 1 | -3/+2 |
* | * parse.y (dsym): return non-null NODE even if yyerror(). based on a | nobu | 2007-06-29 | 3 | -3/+9 |
* | * parse.y (assoc_list): odd number check only for NODE_ARRAY. | matz | 2007-06-28 | 2 | -1/+6 |
* | debug environment variable refined. | akr | 2007-06-28 | 2 | -2/+24 |
* | * win32/Makefile.sub: define FUNC_FASTCALL macro. | ko1 | 2007-06-28 | 3 | -16/+12 |
* | refine previous change. | akr | 2007-06-28 | 1 | -1/+1 |
* | * compile.c: fix to remove -Wall warnings on gcc. | ko1 | 2007-06-28 | 2 | -20/+21 |
* | * bignum.c (rb_big_hash): fix hash area. | akr | 2007-06-28 | 2 | -1/+5 |
* | * ext/stringio/stringio.c (strio_getline): local variable to be | nobu | 2007-06-28 | 2 | -3/+6 |
* | * gc.c (rb_obj_id): use SIGNED_VALUE instead of long. | usa | 2007-06-28 | 2 | -4/+8 |
* | * common.mk (run.gdb): fix to load $(srcdir)/.gdbinit | ko1 | 2007-06-27 | 4 | -9/+27 |