[前][次][番号順一覧][スレッド一覧]

ruby-changes:7674

From: kazu <ko1@a...>
Date: Sun, 7 Sep 2008 01:01:39 +0900 (JST)
Subject: [ruby-changes:7674] Ruby:r19195 (trunk): cleanup spaces

kazu	2008-09-07 01:01:27 +0900 (Sun, 07 Sep 2008)

  New Revision: 19195

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=19195

  Log:
    cleanup spaces

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 19194)
+++ ChangeLog	(revision 19195)
@@ -5,7 +5,7 @@
 	  (ECONV_ENCODER_MASK): defined.
 
 	* io.c (make_writeconv): restrict ecflags for writeconv with
-	  ECONV_ERROR_HANDLER_MASK. 
+	  ECONV_ERROR_HANDLER_MASK.
 
 Sat Sep  6 23:03:41 2008  Tanaka Akira  <akr@f...>
 
@@ -137,7 +137,7 @@
 	  (rb_econv_convert): call output_hex_charref if
 	  ECONV_UNDEF_HEX_CHARREF.
 	  (Init_transcode): Encoding::Converter::UNDEF_HEX_CHARREF added.
-	  
+
 Sat Sep  6 03:52:47 2008  Tanaka Akira  <akr@f...>
 
 	* transcode.c (rb_econv_convert): use ECONV_INVALID_MASK and
@@ -222,7 +222,7 @@
 
 Fri Sep  5 02:56:37 2008  Koichi Sasada  <ko1@a...>
 
-	* vm.c (thread_recycle_stack_slot, thread_recycle_stack_count): 
+	* vm.c (thread_recycle_stack_slot, thread_recycle_stack_count):
 	  make it static.
 
 Fri Sep  5 02:40:38 2008  Koichi Sasada  <ko1@a...>
@@ -551,17 +551,17 @@
 	* lib/prime.rb (Integer): moved from mathn.rb.
 	  (Integer.each_prime): added.
 	  (Integer#prime?): added.
-	  (Prime): moved from mathn.rb. 
+	  (Prime): moved from mathn.rb.
 	    Its implmentation was rewritten. see [ruby-dev:35863].
 	    And patched by Keiju ISHITSUKA <keiju@i...>,
-	    see [ruby-dev:36128]. 
+	    see [ruby-dev:36128].
 	  (Prime.new):                     obsolete.
 	  (Prime.instance):                added.
 	  (Prime.each):                    added.
 	  (Prime.int_from_prime_division): added.
 	  (Prime.prime_division):          added.
 	  (Prime.prime?):                  added.
-	    Patch by TOYOFUKU Chikanobu 
+	    Patch by TOYOFUKU Chikanobu
 	    <nobu_toyofuku at nifty.com> in [ruby-dev:36067].
 	  (Prime.cache):                   removed.
 	  (Prime.primes):                  removed.
@@ -586,11 +586,11 @@
 
 	* test/test_prime.rb: added.
 
-Wed Sep  3 21:49:00 2008  David A. Black <dblack@r...>
+Wed Sep  3 21:49:00 2008  David A. Black  <dblack@r...>
 
-        * lib/scanf.rb: fixed bug involving matching literal '['
+	* lib/scanf.rb: fixed bug involving matching literal '['
 
-        * test/scanf/test_scanf.rb: added test for scanf.rb fix
+	* test/scanf/test_scanf.rb: added test for scanf.rb fix
 
 Wed Sep  3 21:31:59 2008  Tanaka Akira  <akr@f...>
 
@@ -683,7 +683,7 @@
 	  rb_thread_critical)
 
 	* ext/openssl/ossl_ssl.c, ext/openssl/ossl_x509store.c,
-	  ext/readline/readline.c, ext/socket/depend, 
+	  ext/readline/readline.c, ext/socket/depend,
 	  ext/socket/socket.c: ditto.
 
 Wed Sep  3 00:23:25 2008  Yusuke Endoh  <mame@t...>
@@ -762,7 +762,7 @@
 
 Tue Sep  2 10:33:12 2008  Yuki Sonoda (Yugui)  <yugui@y...>
 
-	* common.mk (distclean-golf): moved golf_prelude.c here from 
+	* common.mk (distclean-golf): moved golf_prelude.c here from
 	    distclean-local.
 	  (GOLFPRELUDE): added.
 	  (distclean-local): moved golf_prelude.c into distclean-golf.
@@ -946,7 +946,7 @@
 Mon Sep  1 14:40:18 2008  Yuki Sonoda (Yugui)  <yugui@y...>
 
 	* README.EXT (Appendix A): fixed the name of class
-	  Enumerator. Enumerable::Enumerator was renamed just 
+	  Enumerator. Enumerable::Enumerator was renamed just
 	  Enumerator at revision 18564.
 
 	* README.EXT (Appendix A): ditto.
@@ -974,7 +974,7 @@
 	* README.EXT (Data-types): fixed for current status.
 	  (Manipulating Ruby data): mentioned some more functions.
 	  (Class/module definition): ditto.
-	  (Global variables shared between C and Ruby): 
+	  (Global variables shared between C and Ruby):
 	    fixed prototypes for the getter/setter's of global variables.
 	  (Appendix A): mentioned some more files.
 
@@ -1053,7 +1053,7 @@
 Sun Aug 31 18:02:41 2008  Yuki Sonoda (Yugui)  <yugui@y...>
 
 	* Temporarily uses git://github.com/yugui/rubyspec.git
-	  until specs for 1.9 is merged into 
+	  until specs for 1.9 is merged into
 	  git://github.com/rubyspec/rubyspec.git.
 
 Sun Aug 31 18:06:49 2008  Tanaka Akira  <akr@f...>
@@ -1082,9 +1082,9 @@
 Sun Aug 31 17:28:25 2008  Yuki Sonoda (Yugui)  <yugui@y...>
 
 	* spec/default.mspec (config): added.
-	
-	* spec/default.mspec (target): replaced the built ruby 
-	  to runruby.rb. 
+
+	* spec/default.mspec (target): replaced the built ruby
+	  to runruby.rb.
 	  Improved $LOAD_PATH on running specs.
 
 	* spec/default.mspec (flags): ditto.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]