summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-06-29* tool/insns2vm.rb, lib/vm/instruction.rb: move process bodyko1
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-28* win32/Makefile.sub: define FUNC_FASTCALL macro.ko1
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
2007-06-25* cont.c (rb_fiber_s_new), yarvcore.c (th_init2): fix to clearko1
2007-06-25* compile.c: rename setup_arg() to setup_args().ko1
2007-06-25* compile.c (setup_arg): support kind of "m(*ary, x)" method call.ko1
2007-06-25* insnhelper.ci, vm.c: complete block parameter support.ko1
2007-06-25 * gc.c (RVALUE): in RVALUE and RBasic, flags must be the same type.usa
2007-06-25 * ext/pty/extconf.rb: skip wince and win64.usa
2007-06-25 * include/ruby/node.h (NODE_LMASK, nd_line): shouldn't use int and/orusa
2007-06-25* gc.h: add RUBY_ prefix to debug macros.ko1
2007-06-25* eval_error.ci, eval_jump.ci, eval_method.ci, eval_safe.ci: c-mode.nobu
2007-06-24* eval.c: remove ruby_current_node and change eval() prototype.ko1
2007-06-24* eval_*.h: rename to eval_*.ci.ko1
2007-06-24* insnhelper.ci (caller_setup_args): add need_block_check option.ko1
2007-06-24* call_cfunc.ci: removed.ko1
2007-06-24* insns.def (invokesuper): fix error message.ko1
2007-06-24* vm.c: some refactoring.ko1
2007-06-24* eval_method.h (rb_add_method): fix to check 0.ko1
2007-06-24* insn_send.ci: removed.ko1
2007-06-24* vm_macro.def: removed.ko1
2007-06-24* insnhelper.h (RESTORE_REGS): add do/while(0) around macro.ko1