summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-25fix indent.akr
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
2007-06-24* vm.c, vm_macro.def : remove macro_eval_invoke_cfunc() andko1
2007-06-24* insns.def, vm.c: add/fix stack overflow check.ko1
2007-06-24* insnhelper.h: change CHECK_STACK_OVERFLOW() to throw exception.ko1
2007-06-24* proc.c (proc_to_s): used a variable before initialized.nobu
2007-06-24* vm.c (callee_setup_arg): added. support correct post arg.ko1
2007-06-24* proc.c (proc_to_s): suppress warning, and reduced duplicated code.nobu
2007-06-24* bootstraptest/runner.rb: set default directory toko1
2007-06-23* enum.c (enum_minmax): fix SEGV by [].minmax.akr
2007-06-23* enum.c (enum_minmax): new method to get the minimum and maximummatz
2007-06-23update document to follow MatchData#inspect implementation.akr
2007-06-23* re.c (match_inspect): MatchData#inspect implemented.akr
2007-06-22* hash.c (rb_hash_assoc): new method.matz
2007-06-22* string.c (rb_str_upto): add optional argument to specifymatz
2007-06-22* proc.c (proc_to_s): revert the change from %p to %lx at YARVakr
2007-06-22* proc.c (proc_to_s): show is_lambda.akr
2007-06-21* hash.c (rb_hash_sort): remove hash specific implementation.matz
2007-06-21* parse.y (rb_intern2): ID_JUNK test based on len, not by NUL.matz
2007-06-21* yarvcore.c (rb_thread_mark): mark also thrown_errinfo.nobu
2007-06-21* parse.y (rb_intern2): name may not be NUL-terminated.nobu
2007-06-19* eval_error.h (error_print): show full stacktrace onakr
2007-06-19* parse.y (rb_intern2): use rb_intern2 to intern without trailingnobu
2007-06-19* test/openssl/test_ec.rb: set properties.nobu
2007-06-19* eval_load.c (load_ext, rb_require_safe): pass VALUE instead ofnobu
2007-06-18* ext/openssl/{extconf.rb,ossl_ssl_session.c}:technorama