summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-30* vm.h: rename insn_func_type to rb_insn_func_type.ko1
2007-06-29* parse.y (parser_yylex): return non-valid token for an invalidnobu
2007-06-29* parse.y (stmts): fix for ripper.nobu
2007-06-29* parse.y: fix to show line number of blank block.ko1
2007-06-29* lib/cgi/session.rb (create_new_id): don't cut off md5.hexdigest toakr
2007-06-29* debug.h: constified.nobu
2007-06-29* debug.c (ruby_set_debug_option): separated from main.c.nobu
2007-06-29add a Mailing list pointer.ko1
2007-06-29add a Mainling list pointer.ko1
2007-06-29* proc.c (proc_new): fix to return a proc objectko1
2007-06-29* numeric.c (fix_pow): get rid of division by zero. reported bynobu
2007-06-29* numeric.c: fix indent.nobu
2007-06-29* configure.in: add fastcall attribute check.ko1
2007-06-29* parse.y (assoc_list): remove expanded hash literal (no splat).matz
2007-06-29* lib/vm/instruction.rb: set properties.nobu
2007-06-29* tool/insns2vm.rb, lib/vm/instruction.rb: move process bodyko1
2007-06-29* hash.c: purged trailing spaces.nobu
2007-06-29refine previous change.akr
2007-06-29* parse.y (dsym): return non-null NODE even if yyerror(). based on anobu
2007-06-28* parse.y (assoc_list): odd number check only for NODE_ARRAY.matz
2007-06-28debug environment variable refined.akr
2007-06-28* win32/Makefile.sub: define FUNC_FASTCALL macro.ko1
2007-06-28refine previous change.akr
2007-06-28* compile.c: fix to remove -Wall warnings on gcc.ko1
2007-06-28* bignum.c (rb_big_hash): fix hash area.akr
2007-06-28* ext/stringio/stringio.c (strio_getline): local variable to benobu
2007-06-28 * gc.c (rb_obj_id): use SIGNED_VALUE instead of long.usa
2007-06-27* common.mk (run.gdb): fix to load $(srcdir)/.gdbinitko1
2007-06-27* bootstraptest/runner.rb: fix to untouch $:.ko1
2007-06-27* compile.c (setup_args): change parameter type.ko1
2007-06-27 * parse.y (rb_intern2): unconstify cast.usa
2007-06-27* parse.y (rb_intern2): don't allocate a string object at first.akr
2007-06-27* bootstraptest/runner.rb: fix to show file name.ko1
2007-06-27* include/ruby/node.h, parse.y, gc.c, iseq.c: remove NODE_CREF.ko1
2007-06-27* compile.c (iseq_compile_each): fix popped backref and others.ko1
2007-06-27 * win32/win32.c: remove unused functions.usa
2007-06-27 * include/ruby/win32.h, win32/Makefile.sub, win32/configure.bat,usa
2007-06-27* compile.c (iseq_translate_direct_threaded_code): fix prototypeko1
2007-06-27* vm_evalbody.ci: support OPT_CALL_THREADED_CODE.ko1
2007-06-26* compile.c (iseq_compile_each): fix type error.ko1
2007-06-26* compile.c (compile_massign), insns.def (expandarray): supportko1
2007-06-26* string.c (rb_str_clear): need to check STR_EMBED_P() beforematz
2007-06-26* process.c (proc_getgroups): use GIDT2NUM for rb_gid_t.nobu
2007-06-26* thread.c (rb_thread_wait_fd_rw): terminate fdset.ko1
2007-06-26 * regint.h: IL32LLP64 support.usa
2007-06-26* iseq.c (ruby_node_name): update node names.ko1
2007-06-26 * include/ruby/ruby.h: IL32LLP64 support.usa
2007-06-26* cont.c (rb_fiber_s_new): revert initializing VM stack.ko1
2007-06-25* insnhelper.ci (vm_yield_with_cfunc), proc.c: fix Method#to_procko1
2007-06-25* cont.c (rb_fiber_s_new): fix to clear rb_thread_t#tag.ko1