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

ruby-changes:41117

From: nobu <ko1@a...>
Date: Fri, 18 Dec 2015 17:16:08 +0900 (JST)
Subject: [ruby-changes:41117] nobu:r53190 (trunk): NEWS: make precise the note of r53188

nobu	2015-12-18 17:16:02 +0900 (Fri, 18 Dec 2015)

  New Revision: 53190

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

  Log:
    NEWS: make precise the note of r53188

  Modified files:
    trunk/ChangeLog
    trunk/NEWS
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 53189)
+++ ChangeLog	(revision 53190)
@@ -3,8 +3,8 @@ Fri Dec 18 16:54:38 2015  Nobuyoshi Naka https://github.com/ruby/ruby/blob/trunk/ChangeLog#L3
 	* ext/stringio/stringio.c (strio_set_encoding): add StringIO's own
 	  encoding and separate it from the buffer string to override the
 	  encoding of string when reading.  [ruby-core:72189] [Bug #11827]
-	  note that setting the encoding of its buffer string may cause
-	  unpredictable behavior.
+	  note that setting the encoding of its buffer string directly
+	  without StringIO#set_encoding may cause unpredictable behavior.
 
 Fri Dec 18 16:50:35 2015  Koichi Sasada  <ko1@a...>
 
Index: NEWS
===================================================================
--- NEWS	(revision 53189)
+++ NEWS	(revision 53190)
@@ -242,7 +242,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L242
 * StringIO
   * In read-only mode, StringIO#set_encoding no longer sets the encoding
     of its buffer string.  Setting the encoding of the string directly
-    may cause unpredictable behavior.  [Bug #11827]
+    without StringIO#set_encoding may cause unpredictable behavior now.
+    [Bug #11827]
 
 * timeout
   * Object#timeout is now warned as deprecated when called.

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

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