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

ruby-changes:16367

From: kazu <ko1@a...>
Date: Thu, 17 Jun 2010 15:11:31 +0900 (JST)
Subject: [ruby-changes:16367] Ruby:r28344 (trunk): typo and spaces

kazu	2010-06-17 15:11:08 +0900 (Thu, 17 Jun 2010)

  New Revision: 28344

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

  Log:
    typo and spaces

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 28343)
+++ ChangeLog	(revision 28344)
@@ -1,6 +1,6 @@
 Wed Jun 16 15:40:53 2010  NAKAMURA Usaku  <usa@r...>
 
-	* error.c (rb_bug): existance of _set_abort_behavior() depends on
+	* error.c (rb_bug): existence of _set_abort_behavior() depends on
 	  runtime version, not compiler version.
 
 Wed Jun 16 01:38:40 2010  Yusuke Endoh  <mame@t...>
@@ -121,7 +121,7 @@
 	* lib/rubygems/install_update_options.rb
 	  (Gem::InstallUpdateOptions#add_install_update_options): deprecate
 	  --test option which has not worked.  [ruby-core:21714]
-	
+
 	* test/rubygems/test_gem_command_manager.rb: ditto.
 
 Fri Jun 11 07:34:25 2010  Tanaka Akira  <akr@f...>
@@ -468,7 +468,7 @@
 	* gc.c (gc_clear_mark_on_sweep_slots): renamed.
 
 	* gc.c (rb_objspace_call_finalizer): call
-  	  gc_clear_mark_on_sweep_slots() before calling mark_tbl().
+	  gc_clear_mark_on_sweep_slots() before calling mark_tbl().
 	  [ruby-dev:41459]
 
 Sun May 30 03:40:44 2010  Nobuyoshi Nakada  <nobu@r...>
@@ -545,7 +545,7 @@
 
 Fri May 28 19:37:47 2010  Narihiro Nakamura  <authorNari@g...>
 
-	* gc.c : use simple lazy sweep algorithm for response performance
+	* gc.c: use simple lazy sweep algorithm for response performance
 	  gain. See [ruby-dev:41067].
 
 	* object.c: FL_MARK of some objects by lazy sweep is copied when

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

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