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

ruby-changes:10480

From: kazu <ko1@a...>
Date: Wed, 4 Feb 2009 19:44:06 +0900 (JST)
Subject: [ruby-changes:10480] Ruby:r22031 (ruby_1_8): fixed typos and remove some spaces

kazu	2009-02-04 19:43:56 +0900 (Wed, 04 Feb 2009)

  New Revision: 22031

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

  Log:
    fixed typos and remove some spaces

  Modified files:
    branches/ruby_1_8/ChangeLog

Index: ruby_1_8/ChangeLog
===================================================================
--- ruby_1_8/ChangeLog	(revision 22030)
+++ ruby_1_8/ChangeLog	(revision 22031)
@@ -16,7 +16,7 @@
 
 Mon Feb  2 20:49:24 2009  Akinori MUSHA  <knu@i...>
 
-	* enumerator.c: Introduce id_each to save rb_itern() and SYM2ID()
+	* enumerator.c: Introduce id_each to save rb_intern() and SYM2ID()
 	  calls.
 
 Sun Feb  1 16:14:37 2009  Nobuyoshi Nakada  <nobu@r...>
@@ -83,7 +83,7 @@
 
 	* lib/mkmf.rb (configuration): leaves PATH_SEPARATOR unchanged.
 
-	* lib/mkmf.rb (configuration): convers srcdir, topdir and hdrdir.
+	* lib/mkmf.rb (configuration): converts srcdir, topdir and hdrdir.
 	  a patch by Alexey Borzenkov <snaury AT gmail.com> at
 	  [ruby-core:21448].
 
@@ -98,7 +98,7 @@
 
 Thu Jan 22 11:57:28 2009  Nobuyoshi Nakada  <nobu@r...>
 
-	* gc.c (rb_gc_call_finalizer_at_exit): deffers IO finalization.
+	* gc.c (rb_gc_call_finalizer_at_exit): defers IO finalization.
 	  [ruby-dev:36646]
 
 Thu Jan 22 05:17:06 2009  Masatoshi SEKI  <m_seki@m...>
@@ -169,7 +169,7 @@
 Sun Jan 11 20:19:38 2009  Masatoshi SEKI  <m_seki@m...>
 
 	* lib/erb.rb (PercentScanner): remove PercentScanner. fixed % after
-	  %> bug. [ruby-dev:37751] [Bug #997] 
+	  %> bug. [ruby-dev:37751] [Bug #997]
 
 	* test/erb/test_erb.rb: ditto
 
@@ -291,7 +291,7 @@
 	* lib/xmlrpc/server.rb:  Restricting method inspection to show only
 	  non-inherited public methods.  [ruby-core:20603]
 
-	* lib/xmlrpc/server.rb:  Fixing method inspection so it doesn't 
+	* lib/xmlrpc/server.rb:  Fixing method inspection so it doesn't
 	  trigger XMLRPC::FaultException when used.  [ruby-core:20604]
 
 Wed Dec 17 21:02:55 2008  Akinori MUSHA  <knu@i...>
@@ -582,7 +582,7 @@
 Thu Nov 13 14:51:34 2008  Keiju Ishitsuka  <keiju@r...>
 
 	* shell/command-processor.rb: undefined method `top_level_test' in
-  	  Shell#test. [ruby-list:45634]
+	  Shell#test. [ruby-list:45634]
 
 Wed Nov 12 03:49:42 2008  Nobuyoshi Nakada  <nobu@r...>
 
@@ -809,7 +809,7 @@
 
 	* misc/ruby-mode.el (ruby-in-ppss-context-p): ditto.
 
-	* misc/ruby-mode.el (ruby-here-doc-end-syntax): 
+	* misc/ruby-mode.el (ruby-here-doc-end-syntax): ditto.
 
 Fri Sep 19 17:41:56 2008  Yukihiro Matsumoto  <matz@r...>
 

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

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