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

ruby-changes:19121

From: kazu <ko1@a...>
Date: Thu, 24 Mar 2011 01:55:32 +0900 (JST)
Subject: [ruby-changes:19121] Ruby:r31160 (trunk): fix typos and remove trailing spaces

kazu	2011-03-24 01:55:27 +0900 (Thu, 24 Mar 2011)

  New Revision: 31160

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

  Log:
    fix typos and remove trailing spaces

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 31159)
+++ ChangeLog	(revision 31160)
@@ -8,7 +8,7 @@
 
 Wed Mar 23 00:12:16 2011  Tajima Akio <artonx@y...>
 
-	* win32/win32.c: wait process real termination after reading 
+	* win32/win32.c: wait process real termination after reading
 	  exit code. fixes #4518
 
 Tue Mar 22 21:20:10 2011  NARUSE, Yui  <naruse@r...>
@@ -51,11 +51,11 @@
 Tue Mar 22 06:47:46 2011  NARUSE, Yui  <naruse@r...>
 
 	* ext/date/date_strftime.c (date_strftime_wo_timespec):
-	  surpress warning: shorten-64-to-32.
+	  suppress warning: shorten-64-to-32.
 
 Tue Mar 22 06:42:42 2011  NARUSE, Yui  <naruse@r...>
 
-	* ext/date/date_core.c: surpress warning: shorten-64-to-32.
+	* ext/date/date_core.c: suppress warning: shorten-64-to-32.
 
 Tue Mar 22 06:41:37 2011  NARUSE, Yui  <naruse@r...>
 
@@ -63,13 +63,13 @@
 
 Tue Mar 22 06:19:42 2011  NARUSE, Yui  <naruse@r...>
 
-	* enc/utf_16le.c: surpress warning: shorten-64-to-32.
+	* enc/utf_16le.c: suppress warning: shorten-64-to-32.
 
 	* ext/dbm/dbm.c: ditto.
 
 	* ext/gdbm/gdbm.c: ditto.
 
-	* parse.y (Init_ripper): surpress warning: unused value.
+	* parse.y (Init_ripper): suppress warning: unused value.
 
 Mon Mar 21 11:21:32 2011  Shota Fukumori  <sorah@t...>
 
@@ -108,7 +108,7 @@
 
 Sat Mar 19 17:14:46 2011  Tajima Akio <artonx@y...>
 
-	* hash.c (ruby_setenv): checking with max process environment 
+	* hash.c (ruby_setenv): checking with max process environment
 	  block size for Win32. 32767 for 2000/XP, 2003. if failed to
 	  read the block, then checking with 5120 for earlier Windows.
 

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

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