[前][次][番号順一覧][上]

ruby-cvs:22901-23000

  22901 2008-03-01 18:30 [nobu ruby-lang.org  ] Ruby:r15664: * svn: ignore transdb.h.   
  22902 2008-03-01 23:17 [nobu ruby-lang.org  ] Ruby:r15665: 1.9.0-1                    
  22903 2008-03-02 00:08 [nobu ruby-lang.org  ] Ruby:r15666 (trunk): * object.c (rb_cstr_to_dbl): check for successive underscores.
  22904 2008-03-02 00:51 [akr ruby-lang.org   ] Ruby:r15667 (trunk): add a test.        
  22905 2008-03-02 01:05 [akr ruby-lang.org   ] Ruby:r15668 (trunk): add a test.        
  22906 2008-03-02 01:16 [akr ruby-lang.org   ] Ruby:r15669 (trunk): add tests.         
  22907 2008-03-02 10:13 [nobu ruby-lang.org  ] Ruby:r15670 (trunk): * ruby.c (load_file): parse shebang in us-ascii.  a patch from
  22908 2008-03-02 23:04 [nobu ruby-lang.org  ] Ruby:r15671 (trunk): * io.c (rb_io_ungetc): reduce redundant call.
  22909 2008-03-03 16:14 [nobu ruby-lang.org  ] Ruby:r15672 (trunk, ruby_1_8): * hash.c (rb_any_hash): shrinks all results in Fixnum range.
  22910 2008-03-03 17:22 [matz ruby-lang.org  ] Ruby:r15673 (trunk): * re.c (rb_reg_regsub): remove too strict encoding check.
  22911 2008-03-03 17:27 [matz ruby-lang.org  ] Ruby:r15674 (trunk): * gc.c (add_heap): sort heaps array in ascending order to use
  22913 2008-03-03 21:45 ┗[nobu ruby-lang.org  ]                                       
  22914 2008-03-03 22:08  ┣[matz ruby-lang.org  ]                                     
  22915 2008-03-03 22:13  ┗[matz ruby-lang.org  ]                                     
  22912 2008-03-03 17:54 [akr ruby-lang.org   ] Ruby:r15675 (trunk): test updated.      
  22916 2008-03-03 23:31 [gotoyuzo ruby-lang.o] Ruby:r15676 (trunk): * lib/webrick/httpservlet/filehandler.rb: should normalize path
  22917 2008-03-03 23:32 [gotoyuzo ruby-lang.o] Ruby:r15677 (ruby_1_8): * lib/webrick/httpservlet/filehandler.rb: should normalize path
  22918 2008-03-03 23:36 [shyouhei ruby-lang.o] Ruby:r15679: add tag v1_8_6_114         
  22919 2008-03-03 23:36 [shyouhei ruby-lang.o] Ruby:r15678 (ruby_1_8_6): merge revision(s) 15677:
  22920 2008-03-03 23:37 [shyouhei ruby-lang.o] Ruby:r15680 (ruby_1_8_5): merge revision(s) 15677:
  22921 2008-03-03 23:37 [shyouhei ruby-lang.o] Ruby:r15681: add tag v1_8_5_115         
  22922 2008-03-04 05:35 [naruse ruby-lang.org] Ruby:r15682 (trunk): * io.c (open_key_args): use rb_io_open instead of rb_f_open.
  22923 2008-03-04 10:21 [nobu ruby-lang.org  ] Ruby:r15683 (trunk): * gc.c (add_heap): use binary search to find the place to insert the
  22924 2008-03-04 13:42 [akr ruby-lang.org   ] Ruby:r15684 (trunk): * gc.c (add_heap): fix previous change.  [ruby-dev:33988]
  22925 2008-03-04 14:36 [naruse ruby-lang.org] Ruby:r15685 (trunk): * io.c (open_key_args): use rb_io_open_with_args instead of rb_f_open.
  22926 2008-03-04 16:29 [matz ruby-lang.org  ] Ruby:r15686 (trunk): * parse.y (parser_yylex): disallow non digits '0o' expression.
  22927 2008-03-04 19:14 [matz ruby-lang.org  ] Ruby:r15687 (trunk): * hash.c (rb_hash_aset): should not copy key string when
  22928 2008-03-04 19:19 [matz ruby-lang.org  ] Ruby:r15688 (trunk): * hash.c (hash_equal): two hash tables are different when internal
  22929 2008-03-04 21:37 [matz ruby-lang.org  ] Ruby:r15689 (trunk): * lib/irb.rb (IRB::Irb::eval_input): SyntaxError should not be
  22930 2008-03-05 11:52 [matz ruby-lang.org  ] Ruby:r15690 (trunk): * lib/debug.rb: require 'continuation' to implement "restart"
  22931 2008-03-05 14:22 [matz ruby-lang.org  ] Ruby:r15691 (trunk): * numeric.c (fix_to_s): avoid rb_scan_args() when no argument
  22932 2008-03-05 17:45 [duerst ruby-lang.org] Ruby:r15692 (trunk): Web Mar  5 17:43:43 2008  Martin Duerst  
  22933 2008-03-05 17:53 [nobu ruby-lang.org  ] Ruby:r15693 (trunk): * file.c (rb_file_flock): returns false on EAGAIN if non-blocking.
  22934 2008-03-05 22:31 [akr ruby-lang.org   ] Ruby:r15694 (trunk): add a test.        
  22935 2008-03-05 22:54 [naruse ruby-lang.org] Ruby:r15695 (trunk): * string.c (is_utf8_lead_byte, count_utf8_lead_bytes_with_ulong):
  22936 2008-03-06 00:31 [nobu ruby-lang.org  ] Ruby:r15696 (trunk): * struct.c (make_struct): preserve encoding of struct name.
  22937 2008-03-06 00:34 [nobu ruby-lang.org  ] Ruby:r15697 (trunk): * sprintf.c (rb_str_format): size_t returned from strlen() can be
  22938 2008-03-06 00:36 [seki ruby-lang.org  ] Ruby:r15698 (ruby_1_8): lib/erb.rb: update RDoc. Thanks Makoto Kuwata [ruby-dev:33702]
  22939 2008-03-06 01:24 [akr ruby-lang.org   ] Ruby:r15699 (trunk): add tests for float format.
  22940 2008-03-06 04:34 [naruse ruby-lang.org] Ruby:r15700 (trunk): * string.c (count_utf8_lead_bytes_with_ulong): fix shift size.
  22941 2008-03-06 09:26 [usa ruby-lang.org   ] Ruby:r15701 (ruby_1_8): * 2008-03-06    
  22942 2008-03-06 10:33 [matz ruby-lang.org  ] Ruby:r15702 (trunk): * object.c (rb_mod_freeze): call rb_class_name() directly.
  22943 2008-03-06 11:12 [nobu ruby-lang.org  ] Ruby:r15703 (trunk): * sprintf.c (rb_str_format): no need of loop.
  22944 2008-03-06 11:14 [nobu ruby-lang.org  ] Ruby:r15704 (trunk): * misc/ruby-mode.el (ruby-add-log-current-method): use ruby style
  22945 2008-03-06 12:15 [nobu ruby-lang.org  ] Ruby:r15705 (ruby_1_8): * parse.y (opt_block_param): command can start just after block param
  22946 2008-03-06 14:06 [akr ruby-lang.org   ] Ruby:r15706 (trunk): * include/ruby/missing.h (cbrt): add declaration.
  22947 2008-03-06 14:30 [naruse ruby-lang.org] Ruby:r15707 (trunk): * transcode.c (rb_str_transcode_bang): set coderange.
  22948 2008-03-06 14:53 [akr ruby-lang.org   ] Ruby:r15708 (trunk): * missing/lgamma_r.c (loggamma): return 0 for 1 and 2.
  22949 2008-03-06 15:08 [usa ruby-lang.org   ] Ruby:r15709 (trunk): * {bcc32,win32}/Makefile.sub (RUNRUBY): use $(PROGRAM) instead of
  22950 2008-03-06 15:10 [usa ruby-lang.org   ] Ruby:r15710 (ruby_1_8): * {bcc32,win32}/Makefile.sub (RUNRUBY): use $(PROGRAM) instead of
  22951 2008-03-06 15:11 [nobu ruby-lang.org  ] Ruby:r15711 (trunk): * sprintf.c (rb_str_format): ignore 0 flag for NaN and Inf.
  22952 2008-03-06 15:12 [usa ruby-lang.org   ] Ruby:r15712 (ruby_1_8): * ChangeLog: message missing.
  22953 2008-03-06 15:20 [usa ruby-lang.org   ] Ruby:r15713 (trunk): * sprintf.c (rb_str_format): casting double to long is undefined
  22954 2008-03-06 15:21 [akr ruby-lang.org   ] Ruby:r15714 (trunk): add a test for [ruby-dev:34002].
  22955 2008-03-06 15:40 [akr ruby-lang.org   ] Ruby:r15715 (trunk): follow RFloat member name change.
  22956 2008-03-06 15:44 [usa ruby-lang.org   ] Ruby:r15716 (trunk): * sprintf.c (rb_str_format): casting double to long is undefined
  22957 2008-03-06 15:48 [usa ruby-lang.org   ] Ruby:r15717 (trunk): * test_sprintf.rb (test_integer): add some cases.
  22958 2008-03-06 15:50 [akr ruby-lang.org   ] Ruby:r15718 (trunk): use %ld for VALUE in rp.
  22959 2008-03-06 17:04 [akr ruby-lang.org   ] Ruby:r15719 (trunk): add a test.        
  22960 2008-03-06 17:26 [nobu ruby-lang.org  ] Ruby:r15720 (trunk): * sprintf.c (rb_str_format): space flag is in effect for Inf/NaN too.
  22961 2008-03-07 00:46 [akr ruby-lang.org   ] Ruby:r15721 (trunk): update sprintf rdoc.
  22962 2008-03-07 17:31 [akr ruby-lang.org   ] Ruby:r15722 (trunk): update sprintf rdoc.
  22963 2008-03-07 19:18 [akr ruby-lang.org   ] Ruby:r15723 (trunk): fix rdoc.          
  22964 2008-03-07 19:22 [usa ruby-lang.org   ] Ruby:r15724 (trunk): * 2008-03-07       
  22965 2008-03-07 19:56 [nobu ruby-lang.org  ] Ruby:r15725 (ruby_1_8, trunk): * lib/mkmf.rb: rdoc added.  [ruby-Patches-9762]
  22966 2008-03-07 20:30 [nobu ruby-lang.org  ] Ruby:r15726 (trunk): * cont.c (cont_restore_0): fixed typo.  [ruby-core:15821]
  22967 2008-03-07 21:14 [mame ruby-lang.org  ] Ruby:r15727 (trunk): * bignum.c (power_cache_init, power_cache_get_power0, Init_Bignum):
  22968 2008-03-07 21:28 [mame ruby-lang.org  ] Ruby:r15728 (trunk): * bignum.c: fix indent.
  22969 2008-03-08 14:56 [akr ruby-lang.org   ] Ruby:r15729 (trunk): code duplication removed.
  22970 2008-03-08 15:10 [akr ruby-lang.org   ] Ruby:r15730 (trunk): add a test for [ruby-dev:34006].
  22971 2008-03-08 18:05 [naruse ruby-lang.org] Ruby:r15731 (trunk): * string.c (search_nonascii): Use VALUE instead of unsigned long
  22972 2008-03-08 18:51 [nobu ruby-lang.org  ] Ruby:r15732 (trunk, ruby_1_8): * file.c (isdirsep): backslash is valid path separator on cygwin too.
  22973 2008-03-09 09:59 [drbrain ruby-lang.or] Ruby:r15733 (trunk): * lib/rdoc/code_objects.rb: Remove debugging Kernel#p.  Patch by Lincoln Stoll
  22974 2008-03-09 10:04 [akr ruby-lang.org   ] Ruby:r15734 (trunk): fix doc.           
  22975 2008-03-09 13:52 [drbrain ruby-lang.or] Ruby:r15735 (trunk): Restore missing line to RDoc::Generator#params.  Patch by Lincoln Stoll.
  22976 2008-03-09 19:16 [akr ruby-lang.org   ] Ruby:r15736 (trunk): add a test for [ruby-dev:34008].
  22977 2008-03-10 03:51 [naruse ruby-lang.org] Ruby:r15737 (trunk): * string.c (rb_str_index): if t == s + pos, the character beginning
  22978 2008-03-10 10:40 [nobu ruby-lang.org  ] Ruby:r15738 (ruby_1_8_6, ruby_1_8, trunk): * ChangeLog: fixed indent.
  22979 2008-03-10 15:53 [nobu ruby-lang.org  ] Ruby:r15739 (trunk): * version.c (MKSTR): make US-ASCII.  [ruby-dev:34010]
  22980 2008-03-11 00:47 [matz ruby-lang.org  ] Ruby:r15740 (trunk): * ruby.c (usage): remove some unimportant lines to fit -h message
  22981 2008-03-11 00:48 [matz ruby-lang.org  ] Ruby:r15741 (trunk): * eval.c (rb_f_local_variables): local_variables should return an
  22982 2008-03-11 09:55 [matz ruby-lang.org  ] Ruby:r15742 (trunk): * string.c (rb_str_comparable): empty strings in any encoding are
  22983 2008-03-11 10:20 [matz ruby-lang.org  ] Ruby:r15743 (trunk): * string.c (hash): replaced by MurmurHash described in
  22984 2008-03-11 12:39 [nobu ruby-lang.org  ] Ruby:r15744 (ruby_1_8): * common.mk (clean-local): removes MINOBJS.
  22985 2008-03-11 12:39 [nobu ruby-lang.org  ] Ruby:r15745 (trunk): * common.mk (clean-local): WINMAINOBJ is Windows specific.
  22986 2008-03-11 16:43 [nobu ruby-lang.org  ] Ruby:r15746 (ruby_1_8): * win32/win32.c (rb_w32_cmdvector): terminate shrunken command line.
  22987 2008-03-11 17:03 [nobu ruby-lang.org  ] Ruby:r15747 (ruby_1_8, trunk): * lib/delegate.rb (Delegator#initialize, DelegateClass): skip correct
  22988 2008-03-11 17:04 [nobu ruby-lang.org  ] Ruby:r15748 (trunk): * ChangeLog: commit miss.
  22989 2008-03-11 19:48 [nobu ruby-lang.org  ] Ruby:r15749 (trunk, ruby_1_8): * numeric.c (fix_coerce): try conversion before type check.
  22990 2008-03-12 01:15 [matz ruby-lang.org  ] Ruby:r15750 (trunk): * array.c (rb_ary_combination): argument check before creating
  22991 2008-03-12 01:20 [matz ruby-lang.org  ] Ruby:r15751 (trunk): * enum.c (enum_zip): optimize if all arguments are arrays.
  22992 2008-03-12 02:16 [kazu ruby-lang.org  ] Ruby:r15752 (ruby_1_8): * lib/delegate.rb: check $@ to avoid NoMethodError.
  22993 2008-03-12 02:27 [kazu ruby-lang.org  ] Ruby:r15753 (ruby_1_8): 2008-03-12      
  22994 2008-03-12 12:49 [nobu ruby-lang.org  ] Ruby:r15754 (trunk, ruby_1_8): * gc.c: removed trailing spaces.
  22995 2008-03-12 12:52 [nobu ruby-lang.org  ] Ruby:r15755 (trunk): * gc.c: fixed indent.
  22996 2008-03-12 14:47 [nobu ruby-lang.org  ] Ruby:r15756 (trunk): * eval_intern.h (rb_thread_raised_set): use generic flags.
  22997 2008-03-12 17:01 [nobu ruby-lang.org  ] Ruby:r15757 (trunk): * misc/ruby-mode.el (ruby-mode-set-encoding): special treat for
  22998 2008-03-12 17:33 [nobu ruby-lang.org  ] Ruby:r15758 (trunk): * object.c (rb_cstr_to_dbl): fix for a mere underscore.
  22999 2008-03-13 00:37 [nobu ruby-lang.org  ] Ruby:r15759 (ruby_1_8): * eval.c (rb_call0): yields the last executed node line number at
  23000 2008-03-13 01:45 [nobu ruby-lang.org  ] Ruby:r15760 (trunk): * configure.in (stdint.h): check if presence.

[前][次][番号順一覧][上]