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

ruby-changes:5201-5300

   5201 2008-05-30 05:29 [ko1@a...            ] Ruby:r16696 (ruby_1_8): * enum.c (count_i, count_iter_i, count_all_i): add prototypes for VC.
   5202 2008-05-30 07:13 [ko1@a...            ] Ruby:r16697 (trunk): * enc/utf_8.c: add UTF8-MAC (UTF-8-MAC).
   5203 2008-05-30 09:54 [ko1@a...            ] Ruby:r16698 (ruby_1_8, trunk): * ChangeLog: missing log for r16677.
   5204 2008-05-30 10:52 [ko1@a...            ] Ruby:r16699 (trunk): * vm_core.h (struct rb_unblock_callback), thread.c
   5205 2008-05-30 10:55 [ko1@a...            ] Ruby:r16700 (trunk): * vm_core.h (struct rb_unblock_callback), thread.c
   5206 2008-05-30 11:16 [ko1@a...            ] Ruby:r16701 (ruby_1_8): * ext/tk/sample/demos-jp/widget, ext/tk/sample/demos-en/widget: fail
   5207 2008-05-30 11:31 [ko1@a...            ] Ruby:r16702 (ruby_1_8): * ext/tk/sample/demos-jp/widget, ext/tk/sample/demos-en/widget:
   5208 2008-05-30 12:18 [ko1@a...            ] Ruby:r16703 (trunk): * common.mk (prelude.c): simply depends on PREP.  
   5209 2008-05-30 22:21 [ko1@a...            ] Ruby:r16704 (trunk): * compile.c (defined_expr): fix SEGV by defined?([1]).
   5210 2008-05-30 22:24 [ko1@a...            ] Ruby:r16705 (trunk): * test/ruby/test_argf.rb: rename a conflicting method name.
   5211 2008-05-30 22:32 [ko1@a...            ] Ruby:r16706 (trunk): * signal.c (esignal_signo): fix SignalException#signo which returned
   5212 2008-05-30 22:42 [ko1@a...            ] Ruby:r16707 (trunk): * test/ruby/test_signal.rb: add tests to achieve over 80% test
   5213 2008-05-30 22:50 [ko1@a...            ] Ruby:r16708 (trunk): * test/ruby/test_regexp.rb: add tests.
   5214 2008-05-30 23:57 [ko1@a...            ] Ruby:r16709 (trunk): * test/ruby/test_rubyoptions.rb: add a test of RUBY_DESCRIPTION.
   5215 2008-05-31 11:10 [ko1@a...            ] Ruby:r16710 (ruby_1_8): fix a typo.     
   5216 2008-05-31 12:03 [ko1@a...            ] Ruby:r16711 (trunk): * test/ruby/envutil.rb (assert_normal_exit): show pid when fail.
   5217 2008-05-31 15:00 [ko1@a...            ] Ruby:r16712 (trunk): * include/ruby/ruby.h: renamed include guard.
   5218 2008-05-31 15:18 [ko1@a...            ] Ruby:r16713 (trunk): * include/ruby/mvm.h: new header file for MVM, and moved rb_vm_t and
   5219 2008-05-31 15:58 [ko1@a...            ] Ruby:r16714 (ruby_1_8, trunk): * Makefile.in, configure.in (warnflags): defaulted to -Wall
   5220 2008-05-31 18:27 [ko1@a...            ] Ruby:r16715 (trunk): * array.c (rb_ary_delete_if): should return enumerator if no block
   5221 2008-05-31 19:14 [ko1@a...            ] Ruby:r16717 (trunk): * enc/utf_16{be,le}.c (utf16{be,le}_code_to_mbc):
   5222 2008-05-31 20:34 [ko1@a...            ] Ruby:r16718 (trunk): * test/ruby/test_regexp.rb: add tests.
   5223 2008-05-31 20:57 [ko1@a...            ] Ruby:r16720 (ruby_1_8): * array.c (rb_ary_delete_if): should return enumerator if no block
   5224 2008-05-31 20:58 [ko1@a...            ] Ruby:r16721 (ruby_1_8_7): Merge from ruby_1_8.
   5225 2008-05-31 22:15 [ko1@a...            ] Ruby:r16722 (ruby_1_8): * version.c (ruby_description, ruby_copyright): backported from
   5226 2008-05-31 22:37 [ko1@a...            ] Ruby:r16723 (ruby_1_8_7): Merge from ruby_1_8.
   5227 2008-05-31 23:03 [ko1@a...            ] Ruby:r16724 (trunk): * gc.c (count_objects): clear given hash.
   5228 2008-05-31 23:34 [ko1@a...            ] Ruby:r16725 (trunk): * README, README.ja: Add a note about default C flags.
   5229 2008-05-31 23:36 [ko1@a...            ] Ruby:r16726 (ruby_1_8): Add a note about default C flags.
   5230 2008-05-31 23:39 [ko1@a...            ] Ruby:r16727 (ruby_1_8): * README, README.ja: Add a note about default C flags.
   5231 2008-05-31 23:40 [ko1@a...            ] Ruby:r16728 (ruby_1_8_7): * README, README.ja: Add a note about default C flags.
   5232 2008-05-31 23:55 [ko1@a...            ] Ruby:r16729 (ruby_1_8_7): Releasing as 1.8.7.
   5233 2008-05-31 23:57 [ko1@a...            ] Ruby:r16730 (v1_8_7): Tag for 1.8.7.    
   5234 2008-05-31 23:59 [ko1@a...            ] Ruby:r16731: oops                       
   5235 2008-06-01 10:27 [ko1@a...            ] Ruby:r16733 (trunk): debug print removed.
   5236 2008-06-01 10:33 [ko1@a...            ] Ruby:r16734 (trunk): * test/ruby/envutil.rb (assert_normal_exit): show coredump status.
   5237 2008-06-01 12:24 [ko1@a...            ] Ruby:r16735 (trunk): * insns.def (DEFINE_INSN): subtract of pointers is ptrdiff_t.
   5238 2008-06-02 03:23 [ko1@a...            ] Ruby:r16736 (trunk): * rational.c (string_to_r_internal): use rb_isdigit.
   5239 2008-06-02 03:29 [ko1@a...            ] Ruby:r16737 (trunk): * enc/gb18030.c (gb18030_mbc_to_code): mask by 0x7FFFFFFF
   5240 2008-06-02 03:54 [ko1@a...            ] Ruby:r16738 (trunk): * ruby.c (set_arg0): reverted used variable definition.
   5241 2008-06-02 04:36 [ko1@a...            ] Ruby:r16739 (trunk): * enc/gb18030.c (gb18030_code_to_mbc): add 0x80000000
   5242 2008-06-02 05:28 [ko1@a...            ] Ruby:r16741 (ruby_1_8): * io.c (rscheck), marshal.c (w_nbyte, w_bytes, w_unique),
   5243 2008-06-02 08:47 [ko1@a...            ] Ruby:r16742 (ruby_1_8, trunk): * util.c (ruby_strtod, dtoa): initialize more variables for error
   5244 2008-06-02 13:07 [ko1@a...            ] Ruby:r16743 (trunk): * mkconfig.rb: hide build path from rbconfig.rb.
   5245 2008-06-02 13:21 [ko1@a...            ] Ruby:r16744 (ruby_1_8): * mkconfig.rb: hide build path from rbconfig.rb.
   5246 2008-06-02 14:43 [ko1@a...            ] Ruby:r16745 (ruby_1_8): Insert the 1.8.7 release point.
   5247 2008-06-02 14:44 [ko1@a...            ] Ruby:r16746 (ruby_1_8): Fix some typos and misplacement.
   5248 2008-06-02 14:49 [ko1@a...            ] Ruby:r16747 (trunk): Remove what have been backported to 1.8.7.
   5249 2008-06-02 15:58 [ko1@a...            ] Ruby:r16748 (ruby_1_8): * lib/erb.rb (ERB::Compiler::TrimScanner#scan_line): Fix a bug
   5250 2008-06-02 16:11 [ko1@a...            ] Ruby:r16749 (trunk): * lib/erb.rb (ERB::Compiler::TrimScanner#scan_line): Fix a bug
   5251 2008-06-02 16:15 [ko1@a...            ] Ruby:r16750 (trunk): * lib/erb.rb (ERB::Compiler::TrimScanner#scan_line): Oops.  This
   5252 2008-06-02 16:29 [ko1@a...            ] Ruby:r16751 (trunk): * lib/delegate.rb (Delegator::MethodDelegation#respond_to):
   5253 2008-06-02 16:31 [ko1@a...            ] Ruby:r16752 (ruby_1_8): * lib/delegate.rb (DelegateClass, Delegator#respond_to?):
   5254 2008-06-02 18:14 [ko1@a...            ] Ruby:r16753 (ruby_1_8): Not "should now" but "must" in the first place.
   5255 2008-06-02 18:53 [ko1@a...            ] Ruby:r16754 (trunk): * lib/un.rb (wait_writable): wait until target files can be
   5256 2008-06-02 19:18 [ko1@a...            ] Ruby:r16755 (trunk): * test/ruby/test_argf.rb (teardown): remove renamed temporary files.
   5257 2008-06-02 19:52 [ko1@a...            ] Ruby:r16756 (ruby_1_8_7): * lib/delegate.rb (DelegateClass, Delegator#respond_to?):
   5258 2008-06-02 21:46 [ko1@a...            ] Ruby:r16757 (trunk): * re.c: fix SEGV by Regexp.allocate.names, Match.allocate.names, etc.
   5259 2008-06-02 21:59 [ko1@a...            ] Ruby:r16758 (trunk): * test/ruby/test_file.rb: add tests for uninitialized object.
   5260 2008-06-02 22:30 [ko1@a...            ] Ruby:r16759 (trunk): * enc/iso_8859_5.c: Large omicron should lowercase to small omicron.
   5261 2008-06-02 22:32 [ko1@a...            ] Ruby:r16760 (trunk): propset svn:eol-style LF
   5262 2008-06-03 00:29 [ko1@a...            ] Ruby:r16761 (trunk): * marshal.c (w_object): add a check for modification of array during
   5263 2008-06-03 01:23 [ko1@a...            ] Ruby:r16762 (trunk): * test/ruby/test_method.rb: add a test.
   5264 2008-06-03 04:07 [ko1@a...            ] Ruby:r16763 (ruby_1_8): Fix without strscan problems. .
   5265 2008-06-03 10:19 [ko1@a...            ] Ruby:r16764 (ruby_1_8_7): * lib/erb.rb (ERB::Compiler::TrimScanner#scan_line): Fix a bug
   5266 2008-06-03 10:35 [ko1@a...            ] Ruby:r16765 (ruby_1_8): * common.mk (SPEC_GIT_BASE): update RubySpec GIT URL.
   5267 2008-06-03 11:08 [ko1@a...            ] Ruby:r16766 (ruby_1_8): * 2008-06-03    
   5268 2008-06-03 12:58 [ko1@a...            ] Ruby:r16767 (trunk): * enumerator.c (enumerator_allocate, enumerator_ptr): Properly
   5269 2008-06-03 13:00 [ko1@a...            ] Ruby:r16768 (ruby_1_8): * enumerator.c (enumerator_allocate, enumerator_ptr): Properly
   5270 2008-06-03 13:03 [ko1@a...            ] Ruby:r16769 (ruby_1_8_7): * enumerator.c (enumerator_allocate, enumerator_ptr): Properly
   5271 2008-06-03 13:36 [ko1@a...            ] Ruby:r16770 (trunk): * process.c (run_exec_pgroup): C99 ism.
   5272 2008-06-03 13:42 [ko1@a...            ] Ruby:r16771 (trunk): * lib/set.rb (Set#collect, Set#select): Override Enumerable
   5273 2008-06-03 15:01 [ko1@a...            ] Ruby:r16772 (trunk): * lib/set.rb (Set#collect, Set#select): Back out.  I thought it
   5274 2008-06-03 15:05 [ko1@a...            ] Ruby:r16773 (trunk): Properly back out. 
   5275 2008-06-03 15:07 [ko1@a...            ] Ruby:r16774 (ruby_1_8): * lib/set.rb (Set#delete_if, Set#collect!, Set#reject!)
   5276 2008-06-03 15:09 [ko1@a...            ] Ruby:r16775 (ruby_1_8_5): merge revision(s) 13479:13481:
   5277 2008-06-03 15:10 [ko1@a...            ] Ruby:r16776: add tag v1_8_5_122         
   5278 2008-06-03 15:13 [ko1@a...            ] Ruby:r16777 (trunk): * lib/set.rb (Set#classify): Back out the `group_by' alias.
   5279 2008-06-03 15:15 [ko1@a...            ] Ruby:r16778 (ruby_1_8): Mention changes in the `set' library.
   5280 2008-06-03 15:27 [ko1@a...            ] Ruby:r16780: add tag v1_8_6_121         
   5281 2008-06-03 15:27 [ko1@a...            ] Ruby:r16779 (ruby_1_8_6): merge revision(s) 13479:13481:
   5282 2008-06-03 15:35 [ko1@a...            ] Ruby:r16781 (ruby_1_8_5): merge revision(s) 13497:
   5283 2008-06-03 15:35 [ko1@a...            ] Ruby:r16782: add tag v1_8_5_123         
   5284 2008-06-03 15:45 [ko1@a...            ] Ruby:r16784: add tag v1_8_6_122         
   5285 2008-06-03 15:45 [ko1@a...            ] Ruby:r16783 (ruby_1_8_6): merge revision(s) 13497:
   5286 2008-06-03 16:06 [ko1@a...            ] Ruby:r16785 (trunk, ruby_1_8): * file.c (file_expand_path): fix for non-existent files and SFN of
   5287 2008-06-03 16:16 [ko1@a...            ] Ruby:r16786 (ruby_1_8_5): merge revision(s) 13513:
   5288 2008-06-03 16:16 [ko1@a...            ] Ruby:r16787: add tag v1_8_5_124         
   5289 2008-06-03 16:17 [ko1@a...            ] Ruby:r16789: add tag v1_8_6_123         
   5290 2008-06-03 16:17 [ko1@a...            ] Ruby:r16788 (ruby_1_8_6): merge revision(s) 13513:
   5291 2008-06-03 19:37 [ko1@a...            ] Ruby:r16790 (trunk): * enumerator.c (enumerator_init_copy): Take care of
   5292 2008-06-03 19:55 [ko1@a...            ] Ruby:r16791 (ruby_1_8): * enumerator.c (enumerator_init_copy): Take care of
   5293 2008-06-03 20:04 [ko1@a...            ] Ruby:r16792 (ruby_1_8): Pull in the test suite for enumerator from trunk.
   5294 2008-06-03 20:04 [ko1@a...            ] Ruby:r16793 (trunk): * win32/Makefile.sub (miniruby$(EXEEXT)): miniruby cannot be
   5295 2008-06-03 20:06 [ko1@a...            ] Ruby:r16794 (ruby_1_8_7): * enumerator.c (enumerator_init_copy): Take care of
   5296 2008-06-03 21:44 [ko1@a...            ] Ruby:r16795 (trunk): * enumerator.c (enumerator_with_memo): New method: with_memo().
   5297 2008-06-03 22:26 [ko1@a...            ] Ruby:r16796 (trunk): * test/etc/test_etc.rb: new tests for etc.
   5298 2008-06-03 22:35 [ko1@a...            ] Ruby:r16797 (trunk): * test/ruby/test_dir.rb: add tests to achieve over 90% test coverage
   5299 2008-06-03 22:38 [ko1@a...            ] Ruby:r16798 (trunk): * ext/strscan/strscan.c (strscan_exist_p): fix document.
   5300 2008-06-03 23:08 [ko1@a...            ] Ruby:r16799 (trunk): * ext/strscan/strscan.c (strscan_scan_full, strscan_search_full): fix

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