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

ruby-changes:19533

From: nobu <ko1@a...>
Date: Sun, 15 May 2011 21:04:37 +0900 (JST)
Subject: [ruby-changes:19533] nobu:r31574 (trunk): * transcode.c (econv_init): revert r31353.

nobu	2011-05-15 21:04:32 +0900 (Sun, 15 May 2011)

  New Revision: 31574

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

  Log:
    * transcode.c (econv_init): revert r31353.  [ruby-dev:43512]

  Modified files:
    trunk/ChangeLog
    trunk/transcode.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 31573)
+++ ChangeLog	(revision 31574)
@@ -1,3 +1,7 @@
+Sun May 15 21:04:29 2011  Nobuyoshi Nakada  <nobu@r...>
+
+	* transcode.c (econv_init): revert r31353.  [ruby-dev:43512]
+
 Sun May 15 03:39:35 2011  Eric Hodel  <drbrain@s...>
 
 	* ext/zlib/zlib.c:  Improve documentation.  Patch by Vincent Batts.
Index: transcode.c
===================================================================
--- transcode.c	(revision 31573)
+++ transcode.c	(revision 31574)
@@ -3254,8 +3254,8 @@
  *     :undef => :replace         # replace undefined conversion
  *     :replace => string         # replacement string ("?" or "\uFFFD" if not specified)
  *     :universal_newline => true # decorator for converting CRLF and CR to LF
- *     :crlf_newline => true      # decorator for converting CRLF to LF
- *     :cr_newline => true        # decorator for converting CR to LF
+ *     :crlf_newline => true      # decorator for converting LF to CRLF
+ *     :cr_newline => true        # decorator for converting LF to CR
  *     :xml => :text              # escape as XML CharData.
  *     :xml => :attr              # escape as XML AttValue
  *   integer form:

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

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