aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * win32/Makefile.sub: define FUNC_FASTCALL macro.ko12007-06-281-0/+7
* * compile.c: fix to remove -Wall warnings on gcc.ko12007-06-281-0/+6
* * bignum.c (rb_big_hash): fix hash area.akr2007-06-281-0/+4
* * ext/stringio/stringio.c (strio_getline): local variable to benobu2007-06-281-0/+5
* * gc.c (rb_obj_id): use SIGNED_VALUE instead of long.usa2007-06-281-0/+4
* * common.mk (run.gdb): fix to load $(srcdir)/.gdbinitko12007-06-271-0/+8
* * bootstraptest/runner.rb: fix to untouch $:.ko12007-06-271-0/+4
* * compile.c (setup_args): change parameter type.ko12007-06-271-0/+4
* * parse.y (rb_intern2): unconstify cast.usa2007-06-271-0/+4
* * parse.y (rb_intern2): don't allocate a string object at first.akr2007-06-271-0/+5
* * bootstraptest/runner.rb: fix to show file name.ko12007-06-271-0/+6
* * include/ruby/node.h, parse.y, gc.c, iseq.c: remove NODE_CREF.ko12007-06-271-0/+4
* * compile.c (iseq_compile_each): fix popped backref and others.ko12007-06-271-0/+7
* * win32/win32.c: remove unused functions.usa2007-06-271-0/+4
* * include/ruby/win32.h, win32/Makefile.sub, win32/configure.bat,usa2007-06-271-0/+6
* * compile.c (iseq_translate_direct_threaded_code): fix prototypeko12007-06-271-0/+7
* * vm_evalbody.ci: support OPT_CALL_THREADED_CODE.ko12007-06-271-0/+8
* * compile.c (iseq_compile_each): fix type error.ko12007-06-261-0/+4
* * compile.c (compile_massign), insns.def (expandarray): supportko12007-06-261-0/+9
* * string.c (rb_str_clear): need to check STR_EMBED_P() beforematz2007-06-261-0/+6
* * process.c (proc_getgroups): use GIDT2NUM for rb_gid_t.nobu2007-06-261-0/+4
* * thread.c (rb_thread_wait_fd_rw): terminate fdset.ko12007-06-261-0/+4
* * regint.h: IL32LLP64 support.usa2007-06-261-0/+4
* * iseq.c (ruby_node_name): update node names.ko12007-06-261-0/+4
* * include/ruby/ruby.h: IL32LLP64 support.usa2007-06-261-0/+8
* * cont.c (rb_fiber_s_new): revert initializing VM stack.ko12007-06-261-0/+15
* * insnhelper.ci (vm_yield_with_cfunc), proc.c: fix Method#to_procko12007-06-251-0/+5
* * cont.c (rb_fiber_s_new): fix to clear rb_thread_t#tag.ko12007-06-251-0/+4
* * cont.c (rb_fiber_s_new), yarvcore.c (th_init2): fix to clearko12007-06-251-0/+5
* * compile.c: rename setup_arg() to setup_args().ko12007-06-251-0/+5
* * compile.c (setup_arg): support kind of "m(*ary, x)" method call.ko12007-06-251-0/+5
* * insnhelper.ci, vm.c: complete block parameter support.ko12007-06-251-0/+10
* * gc.c (RVALUE): in RVALUE and RBasic, flags must be the same type.usa2007-06-251-0/+4
* * ext/pty/extconf.rb: skip wince and win64.usa2007-06-251-0/+4
* * include/ruby/node.h (NODE_LMASK, nd_line): shouldn't use int and/orusa2007-06-251-0/+5
* * gc.h: add RUBY_ prefix to debug macros.ko12007-06-251-0/+13
* * eval_error.ci, eval_jump.ci, eval_method.ci, eval_safe.ci: c-mode.nobu2007-06-251-0/+4
* * eval.c: remove ruby_current_node and change eval() prototype.ko12007-06-241-0/+10
* * eval_*.h: rename to eval_*.ci.ko12007-06-241-0/+12
* * insnhelper.ci (caller_setup_args): add need_block_check option.ko12007-06-241-0/+8
* * call_cfunc.ci: removed.ko12007-06-241-0/+21
* * insns.def (invokesuper): fix error message.ko12007-06-241-0/+4
* * vm.c: some refactoring.ko12007-06-241-0/+12
* * eval_method.h (rb_add_method): fix to check 0.ko12007-06-241-0/+4
* * insn_send.ci: removed.ko12007-06-241-0/+21
* * vm_macro.def: removed.ko12007-06-241-0/+14
* * insnhelper.h (RESTORE_REGS): add do/while(0) around macro.ko12007-06-241-0/+7
* * vm.c, vm_macro.def : remove macro_eval_invoke_cfunc() andko12007-06-241-0/+5
* * insns.def, vm.c: add/fix stack overflow check.ko12007-06-241-0/+4
* * insnhelper.h: change CHECK_STACK_OVERFLOW() to throw exception.ko12007-06-241-0/+11