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

ruby-changes:7114

From: akr <ko1@a...>
Date: Fri, 15 Aug 2008 01:13:05 +0900 (JST)
Subject: [ruby-changes:7114] Ruby:r18632 (trunk): udpate rdoc.

akr	2008-08-15 01:10:57 +0900 (Fri, 15 Aug 2008)

  New Revision: 18632

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

  Log:
    udpate rdoc.

  Modified files:
    trunk/transcode.c

Index: transcode.c
===================================================================
--- transcode.c	(revision 18631)
+++ transcode.c	(revision 18632)
@@ -1583,6 +1583,7 @@
  * destination_bytesize specifies maximum number of bytes.
  * After conversion, destination_buffer is resized to
  * destination_byteoffset + actually converted number of bytes.
+ * Also destination_buffer's encoding is set to destination_encoding.
  *
  * primitive_convert drops the first part of source_buffer.
  * the dropped part is converted in destination_buffer or

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

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