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

ruby-changes:19373

From: kazu <ko1@a...>
Date: Tue, 3 May 2011 13:45:36 +0900 (JST)
Subject: [ruby-changes:19373] Ruby:r31413 (trunk): fix typos and remove some whitespaces

kazu	2011-05-03 13:45:28 +0900 (Tue, 03 May 2011)

  New Revision: 31413

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

  Log:
    fix typos and remove some whitespaces

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 31412)
+++ ChangeLog	(revision 31413)
@@ -39,7 +39,7 @@
 
 Sat Apr 30 20:18:43 2011  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
-	* thread.c (do_select): Change arugment type to rb_fdset_t.
+	* thread.c (do_select): Change argument type to rb_fdset_t.
 	  Now do_select() is free from unexpected hangup if
 	  HAVE_RB_FD_INIT=1 [Bug #4636]
 
@@ -111,7 +111,6 @@
 	* win32/win32.c (rb_w32_time_subtract): rename from subtract and
 	  remove static.
 
-
 Fri Apr 29 10:43:09 2011  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
 	* benchmark/bm_vm4_pipe.rb: Add two new benchmark for GVL
@@ -135,7 +134,7 @@
 Fri Apr 29 10:07:13 2011  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
 	* thread.c (rb_mutex_lock, lock_func): Avoid busy loop and
-	  performance degression. bm_vm3_thread_mutex.rb performance
+	  performance regression. bm_vm3_thread_mutex.rb performance
 	  change from 109.064sec to 16.331sec. [Feature #4607]
 
 	* thread.c (init_lock_timeout): New helper function.
@@ -258,7 +257,7 @@
 
 Mon Apr 25 11:02:11 2011  NARUSE, Yui  <naruse@r...>
 
-	* ext/ripper/lib/ripper/sexp.rb: fix rdoc arround sexp.
+	* ext/ripper/lib/ripper/sexp.rb: fix rdoc around sexp.
 	  patched by Sho Hashimoto. fixes #4599
 
 Mon Apr 25 08:24:04 2011  Shota Fukumori  <sorah@t...>
@@ -331,7 +330,7 @@
 
 Sun Apr 24 01:58:01 2011  NARUSE, Yui  <naruse@r...>
 
-	* ext/date/date_core.c (leap_p): surpress warning: parentheses.
+	* ext/date/date_core.c (leap_p): suppress warning: parentheses.
 
 	* ext/date/date_core.c (date_s__parse_internal): remove unused
 	  variable "str".
@@ -383,7 +382,7 @@
 
 	* win32/win32.c (CreateChild): maximum length of lpCommandLine is
 	  32,768 characters, including the Unicode terminating null character.
-	
+
 Wed Apr 20 21:32:11 2011  Tadayoshi Funaba  <tadf@d...>
 
 	* ext/date/date_strptime.c (date__strptime_internal): do not

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

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