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

ruby-changes:27459

From: kou <ko1@a...>
Date: Tue, 26 Feb 2013 23:38:52 +0900 (JST)
Subject: [ruby-changes:27459] kou:r39511 (trunk): Fix typos... Sorry...

kou	2013-02-26 23:35:05 +0900 (Tue, 26 Feb 2013)

  New Revision: 39511

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

  Log:
    Fix typos... Sorry...
    
    entity_expansion_limit ->
    entity_expansion_text_limit

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 39510)
+++ ChangeLog	(revision 39511)
@@ -9,15 +9,15 @@ Tue Feb 26 23:32:44 2013  Kouhei Sutou https://github.com/ruby/ruby/blob/trunk/ChangeLog#L9
 
 Tue Feb 26 23:26:13 2013  Kouhei Sutou  <kou@c...>
 
-	* lib/rexml/document.rb: move entity_expansion_limit accessor to ...
+	* lib/rexml/document.rb: move entity_expansion_text_limit accessor to ...
 	* lib/rexml/rexml.rb: ... here to make rexml/text independent from
 	  REXML::Document. It causes circular require.
-	* lib/rexml/document.rb (REXML::Document.entity_expansion_limit):
+	* lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit):
 	  deprecated.
-	* lib/rexml/document.rb (REXML::Document.entity_expansion_limit=):
+	* lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit=):
 	  deprecated.
 	* lib/rexml/text.rb: add missing require "rexml/rexml" for
-	  REXML.entity_expansion_limit.
+	  REXML.entity_expansion_text_limit.
 	  Reported by Robert Ulejczyk. Thanks!!! [ruby-core:52895] [Bug #7961]
 
 Tue Feb 26 15:12:11 2013  Nobuyoshi Nakada  <nobu@r...>

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

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