ruby-changes:6636
From: kazu <ko1@a...>
Date: Tue, 22 Jul 2008 11:16:18 +0900 (JST)
Subject: [ruby-changes:6636] Ruby:r18152 (trunk): refine whitespaces
kazu 2008-07-22 11:15:54 +0900 (Tue, 22 Jul 2008) New Revision: 18152 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=18152 Log: refine whitespaces Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 18151) +++ ChangeLog (revision 18152) @@ -10,7 +10,7 @@ * string.c (str_buf_cat): returns VALUE. -Tue Jul 22 03:34:01 2008 Eric Hodel <drbrain@s...> +Tue Jul 22 03:34:01 2008 Eric Hodel <drbrain@s...> * lib/rdoc*: Update to RDoc 2.1.0 r112. @@ -82,7 +82,7 @@ Sat Jul 19 06:08:43 2008 Eric Hodel <drbrain@s...> - * lib/rdoc*: Import RDoc r104. Various make test-all fixes. + * lib/rdoc*: Import RDoc r104. Various make test-all fixes. Sat Jul 19 00:27:58 2008 NAKAMURA Usaku <usa@r...> @@ -276,7 +276,7 @@ * win32/Makefile.sub (LIBRUBY_DLDFLAGS): import library which created with DLL is broken. save import library which created by lib.exe and - install it. + install it. fixed the problem mentioned at the postscript of [ruby-dev:35448] Sat Jul 12 23:24:21 2008 Tanaka Akira <akr@f...> @@ -318,7 +318,7 @@ * test/win32ole/test_win32ole_event.rb: add test for WIN32OLE_EVENT#on_event_with_outargs - * test/win32ole/test_win32ole_event.rb(teardown): calling + * test/win32ole/test_win32ole_event.rb(teardown): calling WIN32OLE_EVENT.message_loop Sat Jul 12 01:54:13 2008 NAKAMURA Usaku <usa@r...> @@ -380,13 +380,13 @@ * test/win32ole/test_win32ole_typelib.rb: add some illegal argument test. - + * test/win32ole/test_win32ole_type.rb: ditto. * test/win32ole/test_win32ole_event.rb: ditto. - * test/win32ole/test_win32ole_param.rb: ditto. - + * test/win32ole/test_win32ole_param.rb: ditto. + * test/win32ole/test_win32ole_method.rb: ditto. Thu Jul 10 19:38:35 2008 wanabe <s.wanabe@g...> @@ -517,7 +517,7 @@ Tue Jul 8 19:55:40 2008 Masaki Suketa <masaki.suketa@n...> * ext/win32ole/win32ole.c (find_default_source): try to - find COCLASS when WIN32OLE object is not COCLASS. + find COCLASS when WIN32OLE object is not COCLASS. * test/win32ole/test_win32ole_event.rb: ditto @@ -585,7 +585,7 @@ Sun Jul 6 18:34:35 2008 Masaki Suketa <masaki.suketa@n...> - * test/win32ole/test_win32ole_type.rb (test_initialize): add + * test/win32ole/test_win32ole_type.rb (test_initialize): add more assertions. Sun Jul 6 10:12:21 2008 Kouhei Sutou <kou@c...> @@ -656,9 +656,9 @@ Fri Jul 4 23:12:53 2008 Masaki Suketa <masaki.suketa@n...> - * ext/win32ole/win32ole.c (d2time): fix the bug of VT_DATE + * ext/win32ole/win32ole.c (d2time): fix the bug of VT_DATE to String conversion when negative value. - + * test/win32ole/test_win32ole_variant.rb: ditto. Fri Jul 4 22:15:29 2008 Tanaka Akira <akr@f...> @@ -824,19 +824,19 @@ Thu Jul 3 00:09:31 2008 Masaki Suketa <masaki.suketa@n...> * gc.c: add rb_during_gc(). based on a patch from arton <artonx AT - yahoo.co.jp> at [ruby-dev:35313]. + yahoo.co.jp> at [ruby-dev:35313]. * include/ruby/intern.h: ditto. Wed Jul 2 09:49:10 2008 Narihiro Nakamura <authorNari@g...> - * gc.c (gc_lazy_sweep) : use lazy sweep algorithm for response + * gc.c (gc_lazy_sweep): use lazy sweep algorithm for response performance gain. - * gc.c (garbage_collect_force) : mark and lazysweep invoke, after + * gc.c (garbage_collect_force): mark and lazysweep invoke, after erasing all mark. - * gc.c (GC_NOT_LAZY_SWEEP) : not lazy sweep flag. for debug. + * gc.c (GC_NOT_LAZY_SWEEP): not lazy sweep flag. for debug. Wed Jul 2 03:42:44 2008 Yusuke Endoh <mame@t...> @@ -1093,7 +1093,7 @@ * test/rubygems/test_ext_configure_builder.rb: Apply locale-free patch by Yusuke ENDOH. [ruby-core:17444]. - * runruby.rb: Set ENV['rake']. Patch by Yusuke ENDOH + * runruby.rb: Set ENV['rake']. Patch by Yusuke ENDOH [ruby-core:17442]. Tue Jul 1 01:07:17 2008 Nobuyoshi Nakada <nobu@r...> -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/