[前][次][スレッド一覧][上]

ruby-cvs:23801-23900

  23801 2008-05-24 09:25 [matz at ruby-lang.or] Ruby:r16563 (ruby_1_8): * error.c (syserr_eqq): === should be able to handle delegated
  23802 2008-05-24 09:26 [matz at ruby-lang.or] Ruby:r16564 (ruby_1_8): * marshal.c (reentrant_check): check reentrance via callcc.
  23803 2008-05-24 10:34 [akr at ruby-lang.org] Ruby:r16565 (trunk): add a test for [ruby-dev:34808].
  23804 2008-05-24 10:48 [akr at ruby-lang.org] Ruby:r16566 (trunk): add a test for [ruby-dev:34828].
  23805 2008-05-24 10:57 [akr at ruby-lang.org] Ruby:r16567 (trunk): add a test for [ruby-dev:34679].
  23806 2008-05-24 15:29 [mame at ruby-lang.or] Ruby:r16568 (trunk): * compile.c (iseq_set_exception_table, NODE_WHILE, NODE_NEXT): remove
  23807 2008-05-24 22:29 [matz at ruby-lang.or] Ruby:r16569 (ruby_1_8): * marshal.c (marshal_load): should initialize arg.data used for
  23808 2008-05-24 22:33 [matz at ruby-lang.or] Ruby:r16570 (ruby_1_8): * object.c (rb_cstr_to_dbl): should clear errno before calling
  23809 2008-05-24 22:39 [matz at ruby-lang.or] Ruby:r16571 (trunk): * object.c (rb_cstr_to_dbl): should clear errno before calling
  23810 2008-05-24 22:39 [matz at ruby-lang.or] Ruby:r16572 (trunk): * error.c (exc_equal): == operator should be transitional.
  23811 2008-05-25 02:47 [knu at ruby-lang.org] Ruby:r16573 (ruby_1_8): * error.c (syserr_eqq): Use en.
  23812 2008-05-25 02:48 [knu at ruby-lang.org] Ruby:r16574 (ruby_1_8): 20080525        
  23813 2008-05-25 02:49 [knu at ruby-lang.org] Ruby:r16575 (ruby_1_8_7): Merge from ruby_1_8.
  23814 2008-05-25 02:50 [ko1 at ruby-lang.org] Ruby:r16576 (trunk): * eval_method.c: renamed from vm_method.c.  "vm_method.c" is included
  23815 2008-05-25 03:13 [knu at ruby-lang.org] Ruby:r16577 (ruby_1_8): * eval.c (Init_Thread): Initialize recursive_key.
  23816 2008-05-25 03:16 [knu at ruby-lang.org] Ruby:r16578 (ruby_1_8_7): Merge from ruby_1_8.
  23817 2008-05-25 03:25 [ko1 at ruby-lang.org] Ruby:r16579 (trunk): * vm_eval.c: added.  Some codes are moved from "eval.c"
  23818 2008-05-25 03:55 [mame at ruby-lang.or] Ruby:r16580 (trunk): * test/ruby/test_modules.rb (test_ancestors, test_included_modules):
  23819 2008-05-25 04:31 [mame at ruby-lang.or] Ruby:r16581 (trunk): * test/ruby/test_modules.rb (remove_json_mixins): change judgment
  23820 2008-05-25 05:07 [knu at ruby-lang.org] Ruby:r16582 (ruby_1_8): * array.c (rb_ary_slice_bang): Be consistent with Array#slice()
  23821 2008-05-25 05:22 [knu at ruby-lang.org] Ruby:r16583 (ruby_1_8_7): Merge from ruby_1_8.
  23822 2008-05-25 05:28 [knu at ruby-lang.org] Ruby:r16584 (ruby_1_8): fix a typo      
  23823 2008-05-25 05:29 [knu at ruby-lang.org] Ruby:r16585 (ruby_1_8_7): fix a typo    
  23824 2008-05-25 10:12 [nobu at ruby-lang.or] Ruby:r16586 (trunk): * vm_eval.c: set properties.
  23825 2008-05-25 17:52 [mame at ruby-lang.or] Ruby:r16587 (trunk): * compile.c (iseq_build_body): remove side effect from
  23826 2008-05-25 17:55 [mame at ruby-lang.or] Ruby:r16588 (trunk): * compile.c (iseq_compile): set local_table for
  23827 2008-05-25 19:54 [knu at ruby-lang.org] Ruby:r16589 (ruby_1_8): * hash.c (env_delete_if): Return an enumerator if no block is
  23828 2008-05-26 00:42 [knu at ruby-lang.org] Ruby:r16590 (trunk): * hash.c (env_each_value): Do not call env_values() twice.
  23829 2008-05-26 01:06 [knu at ruby-lang.org] Ruby:r16591 (trunk): * hash.c (env_each_key, env_each_value, env_reject_bang)
  23830 2008-05-26 01:19 [akr at ruby-lang.org] Ruby:r16592 (trunk): * test/ruby/envutil.rb (assert_normal_exit): signal description
  23831 2008-05-26 03:21 [knu at ruby-lang.org] Ruby:r16593 (ruby_1_8): * hash.c (rb_hash_default): Fix rdoc.
  23832 2008-05-26 03:33 [knu at ruby-lang.org] Ruby:r16594 (ruby_1_8_7): Merge from ruby_1_8.
  23833 2008-05-26 07:16 [nobu at ruby-lang.or] Ruby:r16595 (trunk): * vm_dump.c (rb_vm_bugreport): rb_make_backtrace has no arguments.
  23834 2008-05-26 08:01 [knu at ruby-lang.org] Ruby:r16596 (ruby_1_8): * marshal.c (r_object0, Init_marshal): Fix the garbled s_call
  23835 2008-05-26 08:02 [knu at ruby-lang.org] Ruby:r16597 (ruby_1_8_7): Merge from ruby_1_8.
  23836 2008-05-26 08:40 [knu at ruby-lang.org] Ruby:r16598 (ruby_1_8): Mention Date.parse's change.
  23837 2008-05-26 08:41 [knu at ruby-lang.org] Ruby:r16599 (ruby_1_8): 20080526        
  23838 2008-05-26 08:42 [knu at ruby-lang.org] Ruby:r16600 (ruby_1_8_7): Merge from ruby_1_8.
  23839 2008-05-26 10:13 [knu at ruby-lang.org] Ruby:r16601 (ruby_1_8): * eval.c (yield_under, yield_under_i, yield_args_under_i)
  23840 2008-05-26 10:22 [usa at ruby-lang.org] Ruby:r16602 (ruby_1_8): * marshal.c (dump_ensure, load_ensure): should return values.
  23841 2008-05-26 10:57 [knu at ruby-lang.org] Ruby:r16603 (ruby_1_8): Mention Object#instance_exec.
  23842 2008-05-26 12:06 [knu at ruby-lang.org] Ruby:r16604 (ruby_1_8): Add "passing a block to a Proc".
  23843 2008-05-26 12:08 [knu at ruby-lang.org] Ruby:r16605 (ruby_1_8_7): Merge from ruby_1_8, including r16205.
  23844 2008-05-26 12:12 [knu at ruby-lang.org] Ruby:r16606 (ruby_1_8_7): Merge from ruby_1_8.
  23845 2008-05-26 12:17 [knu at ruby-lang.org] Ruby:r16607 (ruby_1_8_7): Releasing as Ruby 1.8.7-preview4.
  23846 2008-05-26 12:26 [knu at ruby-lang.org] Ruby:r16608: Tag for 1.8.7-preview4.    
  23847 2008-05-26 16:45 [usa at ruby-lang.org] Ruby:r16609 (trunk): * file.c (ntfs_tail): filename which starts with '.' is valid.
  23848 2008-05-26 16:46 [usa at ruby-lang.org] Ruby:r16610 (ruby_1_8): * file.c (ntfs_tail): filename which starts with '.' is valid.
  23849 2008-05-26 16:51 [matz at ruby-lang.or] Ruby:r16611 (trunk): * misc/ruby-mode.el (ruby-mode): use run-hooks if run-mode-hook is
  23850 2008-05-26 16:51 [matz at ruby-lang.or] Ruby:r16612 (trunk): * util.c (ruby_strtod): clear errno at the top of our own
  23851 2008-05-26 17:25 [usa at ruby-lang.org] Ruby:r16613 (trunk): * file.c (file_expand_path): add more space for '/'.
  23852 2008-05-26 17:49 [knu at ruby-lang.org] Ruby:r16614 (trunk): * enumerator.c (struct enumerator, enumerator_init)
  23853 2008-05-26 18:24 [nobu at ruby-lang.or] Ruby:r16615 (trunk, ruby_1_8): * file.c (BUFCHECK): no resize if enough room.
  23854 2008-05-27 00:52 [akr at ruby-lang.org] Ruby:r16616 (ruby_1_8): * process.c (proc_getpgrp): rdoc enabled.
  23855 2008-05-27 12:07 [usa at ruby-lang.org] Ruby:r16617 (trunk): * file.c (BUFCHECK): wrong condition. [ruby-core:16921]
  23856 2008-05-27 12:13 [usa at ruby-lang.org] Ruby:r16618 (ruby_1_8): * file.c (BUFCHECK): wrong condition. [ruby-core:16921]
  23857 2008-05-27 12:25 [knu at ruby-lang.org] Ruby:r16619 (trunk): Cosmetic.          
  23858 2008-05-27 13:14 [knu at ruby-lang.org] Ruby:r16620 (trunk): * io.c (Init_IO): Define ARGF.{lines,bytes,chars}.
  23859 2008-05-27 13:14 [knu at ruby-lang.org] Ruby:r16621 (trunk): remove garbage     
  23860 2008-05-27 13:15 [knu at ruby-lang.org] Ruby:r16622 (trunk): * enum.c (enum_to_a): Pass arguments through to #each().
  23861 2008-05-27 13:22 [knu at ruby-lang.org] Ruby:r16623 (ruby_1_8): * io.c: (rb_io_lines, rb_io_bytes, Init_IO): Define
  23862 2008-05-27 13:27 [knu at ruby-lang.org] Ruby:r16624 (trunk): Remove entries about what have already been backported to 1.8.
  23863 2008-05-27 13:27 [knu at ruby-lang.org] Ruby:r16625 (ruby_1_8): * ext/stringio/stringio.c (Init_stringio): Define #bytes and
  23864 2008-05-27 13:44 [knu at ruby-lang.org] Ruby:r16626 (ruby_1_8): * io.c (Init_IO): Define {IO,ARGF}#{getbyte,readbyte}.
  23865 2008-05-27 13:49 [knu at ruby-lang.org] Ruby:r16627 (ruby_1_8): * ext/stringio/stringio.c (Init_stringio): Define
  23866 2008-05-27 13:50 [knu at ruby-lang.org] Ruby:r16628 (ruby_1_8): Fix a typo.     
  23867 2008-05-27 15:39 [knu at ruby-lang.org] Ruby:r16629 (ruby_1_8): * io.c (rb_io_each_char, argf_each_char, Init_IO):
  23868 2008-05-27 16:03 [knu at ruby-lang.org] Ruby:r16630 (ruby_1_8): * eval.c (rb_mod_module_exec, Init_eval): Add
  23869 2008-05-27 17:56 [knu at ruby-lang.org] Ruby:r16631 (trunk): * ext/stringio/stringio.c (strio_each_byte): Return self instead
  23870 2008-05-27 18:16 [knu at ruby-lang.org] Ruby:r16632 (ruby_1_8): * ext/stringio/stringio.c (strio_each): Return an enumerator if no
  23871 2008-05-27 18:55 [knu at ruby-lang.org] Ruby:r16633 (ruby_1_8): * ext/stringio/stringio.c (strio_each_char, Init_stringio): Add
  23872 2008-05-27 19:01 [knu at ruby-lang.org] Ruby:r16634 (ruby_1_8): Adjust order.   
  23873 2008-05-27 19:03 [knu at ruby-lang.org] Ruby:r16635 (trunk): * ext/stringio/stringio.c (strio_each_char, Init_stringio): Add
  23874 2008-05-27 19:07 [knu at ruby-lang.org] Ruby:r16636 (ruby_1_8_7): Merge from ruby_1_8.
  23875 2008-05-27 19:12 [nobu at ruby-lang.or] Ruby:r16637 (trunk): * Makefile.in (MKPREP), common.mk, win32/Makefile.sub (prelude.c): get
  23876 2008-05-27 19:18 [knu at ruby-lang.org] Ruby:r16638 (ruby_1_8): Cosmetic.       
  23877 2008-05-27 19:25 [knu at ruby-lang.org] Ruby:r16639 (ruby_1_8): * enum.c (enum_to_a): Pass arguments through to #each().
  23878 2008-05-27 19:26 [knu at ruby-lang.org] Ruby:r16640 (ruby_1_8_7): Merge from ruby_1_8.
  23879 2008-05-27 19:49 [knu at ruby-lang.org] Ruby:r16641 (ruby_1_8): * numeric.c (flo_divmod): Revert the behavior change; do not
  23880 2008-05-27 19:50 [knu at ruby-lang.org] Ruby:r16642 (ruby_1_8_7): Merge from ruby_1_8.
  23881 2008-05-27 20:18 [knu at ruby-lang.org] Ruby:r16643 (trunk): * array.c (rb_ary_slice_bang): Return an empty array instead of
  23882 2008-05-27 20:19 [knu at ruby-lang.org] Ruby:r16644 (ruby_1_8): * array.c (rb_ary_slice_bang): Return an empty array instead of
  23883 2008-05-27 20:20 [knu at ruby-lang.org] Ruby:r16645 (ruby_1_8_7): Merge from ruby_1_8.
  23884 2008-05-27 20:37 [knu at ruby-lang.org] Ruby:r16646 (ruby_1_8): Add a note about Array#slice! changes.
  23885 2008-05-27 20:38 [knu at ruby-lang.org] Ruby:r16647 (ruby_1_8_7): Merge from ruby_1_8.
  23886 2008-05-27 21:44 [matz at ruby-lang.or] Ruby:r16648 (trunk): * numeric.c (check_int): use PRIxVALUE format specifier.
  23887 2008-05-27 21:47 [matz at ruby-lang.or] Ruby:r16649 (trunk): * numeric.c (num_fdiv): fallback to_f should always return float
  23888 2008-05-27 21:51 [matz at ruby-lang.or] Ruby:r16650 (trunk): * numeric.c (num_div): should raise ZeroDivisionError.
  23889 2008-05-27 21:53 [nobu at ruby-lang.or] Ruby:r16651 (trunk): * thread.c (rb_thread_execute_interrupts): delay interrupts during
  23890 2008-05-27 22:10 [nobu at ruby-lang.or] Ruby:r16652 (trunk): * eval_error.c (error_handle): SystemExit and SignalException throws
  23891 2008-05-28 08:43 [akr at ruby-lang.org] Ruby:r16653 (trunk): * numeric.c: "%" is required before PRI?VALUE.
  23892 2008-05-28 12:52 [nobu at ruby-lang.or] Ruby:r16654 (ruby_1_8, trunk): * marshal.c (w_object, marshal_dump, r_object0, marshal_load): search
  23893 2008-05-28 13:21 [knu at ruby-lang.org] Ruby:r16655 (ruby_1_8): 20080528        
  23894 2008-05-28 13:23 [knu at ruby-lang.org] Ruby:r16656 (ruby_1_8_7): Merge from ruby_1_8.
  23895 2008-05-28 13:36 [naruse at ruby-lang.] Ruby:r16657 (trunk): * enc/trans/japanese.c: add workarround for Unicode to CP932.
  23896 2008-05-28 15:05 [matz at ruby-lang.or] Ruby:r16658 (ruby_1_8): * error.c (rb_bug): description from rb_bug() should include
  23897 2008-05-28 15:18 [nobu at ruby-lang.or] Ruby:r16659 (ruby_1_8, trunk): * lib/singleton.rb (SingletonClassMethods): _load should be public.
  23898 2008-05-28 15:32 [nobu at ruby-lang.or] Ruby:r16660 (trunk): * io.c (rb_getc): same as rb_read_check.
  23899 2008-05-28 15:54 [usa at ruby-lang.org] Ruby:r16661 (trunk): * enc/trans/japanese.c (to_SHIFT_JIS_EF_infos): typo.
  23900 2008-05-28 16:13 [knu at ruby-lang.org] Ruby:r16662 (trunk): * lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler#do_GET):

[前][次][スレッド一覧][上]