[前][次][スレッド一覧][上]
ruby-cvs:19801-19900
19801 2007-06-18 02:47 [ko1 at ruby-lang.org] Ruby:r12565 (trunk): * vm_dump.c (vm_stack_dump_raw): hide VM stack trace.
19802 2007-06-18 02:50 [ko1 at ruby-lang.org] Ruby:r12566 (trunk): * vm.c (env_mark): fix to mark block.proc.
19803 2007-06-18 11:28 [nobu at ruby-lang.or] Ruby:r12567 (ruby_1_8_6): * intern.h, ext/thread/thread.c: moved prototype of rb_thread_status()
19804 2007-06-18 13:53 [nobu at ruby-lang.or] Ruby:r12568 (ruby_1_8, trunk): * eval.c (ruby_cleanup): return EXIT_FAILURE if any exceptions occured
19805 2007-06-18 16:55 [nobu at ruby-lang.or] Ruby:r12569 (trunk): * parse.y (yycompile): disable trace while creating ruby_debug_lines.
19806 2007-06-18 17:02 [nobu at ruby-lang.or] Ruby:r12570 (trunk): * eval_load.c (rb_require_safe, ruby_init_ext): load with ruby level
19807 2007-06-18 17:56 [technorama at ruby-l] Ruby:r12571 (trunk): * ext/openssl/{extconf.rb,ossl_ssl_session.c}:
19808 2007-06-18 18:03 [technorama at ruby-l] Ruby:r12572 (ruby_1_8): * ext/openssl/{extconf.rb,ossl_ssl_session.c}:
19809 2007-06-19 10:53 [nobu at ruby-lang.or] Ruby:r12573 (trunk): * eval_load.c (load_ext, rb_require_safe): pass VALUE instead of
19810 2007-06-20 00:26 [nobu at ruby-lang.or] Ruby:r12574 (ruby_1_8, trunk): * test/openssl/test_ec.rb: set properties.
19811 2007-06-20 04:44 [nobu at ruby-lang.or] Ruby:r12575 (trunk): * parse.y (rb_intern2): use rb_intern2 to intern without trailing
19812 2007-06-20 08:27 [akr at ruby-lang.org] Ruby:r12576 (trunk): * eval_error.h (error_print): show full stacktrace on
19813 2007-06-20 16:41 [shyouhei at ruby-lan] Ruby:r12577 (ruby_1_8_6): patchlevel 39
19814 2007-06-20 16:41 [shyouhei at ruby-lan] Ruby:r12578: add v1_8_6_39
19815 2007-06-21 17:12 [nobu at ruby-lang.or] Ruby:r12579 (trunk): * parse.y (rb_intern2): name may not be NUL-terminated.
19816 2007-06-21 19:41 [nobu at ruby-lang.or] Ruby:r12580 (trunk): * yarvcore.c (rb_thread_mark): mark also thrown_errinfo.
19817 2007-06-21 23:16 [matz at ruby-lang.or] Ruby:r12581 (trunk): * parse.y (rb_intern2): ID_JUNK test based on len, not by NUL.
19818 2007-06-21 23:50 [matz at ruby-lang.or] Ruby:r12582 (trunk): * hash.c (rb_hash_sort): remove hash specific implementation.
19819 2007-06-22 19:34 [akr at ruby-lang.org] Ruby:r12583 (trunk): * proc.c (proc_to_s): show is_lambda.
19820 2007-06-22 19:56 [akr at ruby-lang.org] Ruby:r12584 (trunk): * proc.c (proc_to_s): revert the change from %p to %lx at YARV
19821 2007-06-23 00:53 [matz at ruby-lang.or] Ruby:r12585 (ruby_1_8): * hash.c (rb_hash_select): remove unnecessary varargs for
19822 2007-06-23 01:23 [matz at ruby-lang.or] Ruby:r12586 (trunk): * string.c (rb_str_upto): add optional argument to specify
19823 2007-06-23 01:26 [matz at ruby-lang.or] Ruby:r12587 (trunk): * hash.c (rb_hash_assoc): new method.
19824 2007-06-23 17:26 [akr at ruby-lang.org] Ruby:r12588 (trunk): * re.c (match_inspect): MatchData#inspect implemented.
19825 2007-06-23 17:34 [akr at ruby-lang.org] Ruby:r12589 (trunk): update document to follow MatchData#inspect implementation.
19826 2007-06-24 00:05 [matz at ruby-lang.or] Ruby:r12590 (trunk): * enum.c (enum_minmax): new method to get the minimum and maximum
19827 2007-06-24 03:11 [akr at ruby-lang.org] Ruby:r12591 (trunk): * enum.c (enum_minmax): fix SEGV by [].minmax.
19828 2007-06-24 15:53 [ko1 at ruby-lang.org] Ruby:r12592 (trunk): * bootstraptest/runner.rb: set default directory to
19829 2007-06-24 16:10 [nobu at ruby-lang.or] Ruby:r12593 (trunk): * proc.c (proc_to_s): suppress warning, and reduced duplicated code.
19830 2007-06-24 16:29 [ko1 at ruby-lang.org] Ruby:r12594 (trunk): * vm.c (callee_setup_arg): added. support correct post arg.
19831 2007-06-24 16:35 [nobu at ruby-lang.or] Ruby:r12595 (trunk): * proc.c (proc_to_s): used a variable before initialized.
19832 2007-06-24 17:40 [ko1 at ruby-lang.org] Ruby:r12596 (trunk): * insnhelper.h: change CHECK_STACK_OVERFLOW() to throw exception.
19833 2007-06-24 17:55 [ko1 at ruby-lang.org] Ruby:r12597 (trunk): * insns.def, vm.c: add/fix stack overflow check.
19834 2007-06-24 19:06 [ko1 at ruby-lang.org] Ruby:r12598 (trunk): * vm.c, vm_macro.def : remove macro_eval_invoke_cfunc() and
19835 2007-06-24 19:33 [ko1 at ruby-lang.org] Ruby:r12599 (trunk): * insnhelper.h (RESTORE_REGS): add do/while(0) around macro.
19836 2007-06-24 20:02 [ko1 at ruby-lang.org] Ruby:r12600 (trunk): * vm_macro.def: removed.
19837 2007-06-24 22:05 [ko1 at ruby-lang.org] Ruby:r12601 (trunk): * insn_send.ci: removed.
19838 2007-06-24 22:32 [ko1 at ruby-lang.org] Ruby:r12602 (trunk): * eval_method.h (rb_add_method): fix to check 0.
19839 2007-06-25 00:42 [ko1 at ruby-lang.org] Ruby:r12603 (trunk): * vm.c: some refactoring.
19840 2007-06-25 00:46 [ko1 at ruby-lang.org] Ruby:r12604 (trunk): * insns.def (invokesuper): fix error message.
19841 2007-06-25 02:19 [ko1 at ruby-lang.org] Ruby:r12605 (trunk): * call_cfunc.ci: removed.
19842 2007-06-25 03:40 [ko1 at ruby-lang.org] Ruby:r12606 (trunk): * insnhelper.ci (caller_setup_args): add need_block_check option.
19843 2007-06-25 04:23 [ko1 at ruby-lang.org] Ruby:r12607 (trunk): * eval_*.h: rename to eval_*.ci.
19844 2007-06-25 05:33 [ko1 at ruby-lang.org] Ruby:r12608 (trunk): * eval.c: remove ruby_current_node and change eval() prototype.
19845 2007-06-25 09:45 [nobu at ruby-lang.or] Ruby:r12609 (trunk): * eval_error.ci, eval_jump.ci, eval_method.ci, eval_safe.ci: c-mode.
19846 2007-06-25 11:44 [ko1 at ruby-lang.org] Ruby:r12610 (trunk): * gc.h: add RUBY_ prefix to debug macros.
19847 2007-06-25 18:01 [usa at ruby-lang.org] Ruby:r12611 (trunk): * include/ruby/node.h (NODE_LMASK, nd_line): shouldn't use int and/or
19848 2007-06-25 18:03 [usa at ruby-lang.org] Ruby:r12612 (trunk): * ext/pty/extconf.rb: skip wince and win64.
19849 2007-06-25 20:19 [akr at ruby-lang.org] Ruby:r12613 (trunk): fix indent.
19850 2007-06-25 20:20 [usa at ruby-lang.org] Ruby:r12614 (trunk): * gc.c (RVALUE): in RVALUE and RBasic, flags must be the same type.
19851 2007-06-26 01:05 [ko1 at ruby-lang.org] Ruby:r12615 (trunk): * insnhelper.ci, vm.c: complete block parameter support.
19852 2007-06-26 02:52 [ko1 at ruby-lang.org] Ruby:r12616 (trunk): * compile.c (setup_arg): support kind of "m(*ary, x)" method call.
19853 2007-06-26 03:23 [ko1 at ruby-lang.org] Ruby:r12617 (trunk): * compile.c: rename setup_arg() to setup_args().
19854 2007-06-26 03:39 [ko1 at ruby-lang.org] Ruby:r12618 (trunk): * cont.c (rb_fiber_s_new), yarvcore.c (th_init2): fix to clear
19855 2007-06-26 03:47 [ko1 at ruby-lang.org] Ruby:r12619 (trunk): * cont.c (rb_fiber_s_new): fix to clear rb_thread_t#tag.
19856 2007-06-26 04:06 [ko1 at ruby-lang.org] Ruby:r12620 (trunk): * insnhelper.ci (vm_yield_with_cfunc), proc.c: fix Method#to_proc
19857 2007-06-26 15:14 [ko1 at ruby-lang.org] Ruby:r12621 (trunk): * cont.c (rb_fiber_s_new): revert initializing VM stack.
19858 2007-06-26 15:23 [usa at ruby-lang.org] Ruby:r12622 (trunk): * include/ruby/ruby.h: IL32LLP64 support.
19859 2007-06-26 16:26 [ko1 at ruby-lang.org] Ruby:r12623 (trunk): * iseq.c (ruby_node_name): update node names.
19860 2007-06-26 16:28 [usa at ruby-lang.org] Ruby:r12624 (trunk): * regint.h: IL32LLP64 support.
19861 2007-06-26 16:30 [ko1 at ruby-lang.org] Ruby:r12625 (trunk): * thread.c (rb_thread_wait_fd_rw): terminate fdset.
19862 2007-06-26 16:33 [nobu at ruby-lang.or] Ruby:r12626 (ruby_1_8): * process.c (proc_exec_v, rb_proc_exec): preserve errno.
19863 2007-06-26 16:35 [nobu at ruby-lang.or] Ruby:r12627 (ruby_1_8): * process.c (ruby_setreuid, ruby_setregid): rename to get rid of name
19864 2007-06-26 16:37 [usa at ruby-lang.org] Ruby:r12628 (ruby_1_8): * 2007-06-26
19865 2007-06-26 16:39 [nobu at ruby-lang.or] Ruby:r12629 (trunk): * process.c (proc_getgroups): use GIDT2NUM for rb_gid_t.
19866 2007-06-27 00:19 [matz at ruby-lang.or] Ruby:r12630 (trunk): * string.c (rb_str_clear): need to check STR_EMBED_P() before
19867 2007-06-27 03:56 [ko1 at ruby-lang.org] Ruby:r12631 (trunk): * compile.c (compile_massign), insns.def (expandarray): support
19868 2007-06-27 04:24 [ko1 at ruby-lang.org] Ruby:r12632 (trunk): * compile.c (iseq_compile_each): fix type error.
19869 2007-06-27 17:21 [ko1 at ruby-lang.org] Ruby:r12633 (trunk): * vm_evalbody.ci: support OPT_CALL_THREADED_CODE.
19870 2007-06-27 20:33 [ko1 at ruby-lang.org] Ruby:r12634 (trunk): * compile.c (iseq_translate_direct_threaded_code): fix prototype
19871 2007-06-27 20:47 [usa at ruby-lang.org] Ruby:r12635 (trunk): * include/ruby/win32.h, win32/Makefile.sub, win32/configure.bat,
19872 2007-06-27 23:52 [usa at ruby-lang.org] Ruby:r12636 (trunk): * win32/win32.c: remove unused functions.
19873 2007-06-28 01:21 [ko1 at ruby-lang.org] Ruby:r12637 (trunk): * compile.c (iseq_compile_each): fix popped backref and others.
19874 2007-06-28 01:23 [ko1 at ruby-lang.org] Ruby:r12638 (trunk): * include/ruby/node.h, parse.y, gc.c, iseq.c: remove NODE_CREF.
19875 2007-06-28 01:26 [ko1 at ruby-lang.org] Ruby:r12639 (trunk): * bootstraptest/runner.rb: fix to show file name.
19876 2007-06-28 01:45 [akr at ruby-lang.org] Ruby:r12640 (trunk): * parse.y (rb_intern2): don't allocate a string object at first.
19877 2007-06-28 02:05 [usa at ruby-lang.org] Ruby:r12641 (trunk): * parse.y (rb_intern2): unconstify cast.
19878 2007-06-28 02:13 [ko1 at ruby-lang.org] Ruby:r12642 (trunk): * compile.c (setup_args): change parameter type.
19879 2007-06-28 02:14 [ko1 at ruby-lang.org] Ruby:r12643 (trunk): * bootstraptest/runner.rb: fix to untouch $:.
19880 2007-06-28 05:03 [ko1 at ruby-lang.org] Ruby:r12644 (trunk): * common.mk (run.gdb): fix to load $(srcdir)/.gdbinit
19881 2007-06-28 11:32 [usa at ruby-lang.org] Ruby:r12645 (trunk): * gc.c (rb_obj_id): use SIGNED_VALUE instead of long.
19882 2007-06-28 15:00 [nobu at ruby-lang.or] Ruby:r12646 (trunk): * ext/stringio/stringio.c (strio_getline): local variable to be
19883 2007-06-28 18:59 [akr at ruby-lang.org] Ruby:r12647 (trunk): * bignum.c (rb_big_hash): fix hash area.
19884 2007-06-28 19:41 [ko1 at ruby-lang.org] Ruby:r12648 (trunk): * compile.c: fix to remove -Wall warnings on gcc.
19885 2007-06-28 20:41 [akr at ruby-lang.org] Ruby:r12649 (trunk): refine previous change.
19886 2007-06-28 22:31 [ko1 at ruby-lang.org] Ruby:r12650 (trunk): * win32/Makefile.sub: define FUNC_FASTCALL macro.
19887 2007-06-28 23:22 [akr at ruby-lang.org] Ruby:r12651 (trunk): debug environment variable refined.
19888 2007-06-28 23:33 [matz at ruby-lang.or] Ruby:r12652 (trunk): * parse.y (assoc_list): odd number check only for NODE_ARRAY.
19889 2007-06-29 11:23 [nobu at ruby-lang.or] Ruby:r12653 (trunk, ruby_1_8): * parse.y (dsym): return non-null NODE even if yyerror(). based on a
19890 2007-06-29 12:08 [akr at ruby-lang.org] Ruby:r12654 (trunk): refine previous change.
19891 2007-06-29 14:15 [nobu at ruby-lang.or] Ruby:r12655 (trunk, ruby_1_8): * hash.c: purged trailing spaces.
19892 2007-06-29 14:52 [ko1 at ruby-lang.org] Ruby:r12656 (trunk): * tool/insns2vm.rb, lib/vm/instruction.rb: move process body
19893 2007-06-29 15:02 [nobu at ruby-lang.or] Ruby:r12657 (trunk): * lib/vm/instruction.rb: set properties.
19894 2007-06-29 15:27 [matz at ruby-lang.or] Ruby:r12658 (trunk): * parse.y (assoc_list): remove expanded hash literal (no splat).
19895 2007-06-29 15:33 [ko1 at ruby-lang.org] Ruby:r12659 (trunk): * configure.in: add fastcall attribute check.
19896 2007-06-29 15:43 [nobu at ruby-lang.or] Ruby:r12660 (trunk): * numeric.c: fix indent.
19897 2007-06-29 15:44 [nobu at ruby-lang.or] Ruby:r12661 (trunk): * numeric.c (fix_pow): get rid of division by zero. reported by
19898 2007-06-29 16:42 [ko1 at ruby-lang.org] Ruby:r12662 (trunk): * proc.c (proc_new): fix to return a proc object
19899 2007-06-29 16:46 [ko1 at ruby-lang.org] Ruby:r12663 (trunk): add a Mainling list pointer.
19900 2007-06-29 16:55 [ko1 at ruby-lang.org] Ruby:r12664 (trunk): add a Mailing list pointer.
[前][次][スレッド一覧][上]