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

ruby-changes:23415

From: akr <ko1@a...>
Date: Tue, 24 Apr 2012 22:52:23 +0900 (JST)
Subject: [ruby-changes:23415] akr:r35466 (trunk): update doc.

akr	2012-04-24 22:52:13 +0900 (Tue, 24 Apr 2012)

  New Revision: 35466

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

  Log:
    update doc.

  Modified files:
    trunk/transcode.c

Index: transcode.c
===================================================================
--- transcode.c	(revision 35465)
+++ transcode.c	(revision 35466)
@@ -3626,9 +3626,12 @@
  *
  * primitive_convert stops conversion when one of following condition met.
  * - invalid byte sequence found in source buffer (:invalid_byte_sequence)
+ *   +primitive_errinfo+ and +last_error+ methods returns the detail of the error.
  * - unexpected end of source buffer (:incomplete_input)
  *   this occur only when :partial_input is not specified.
+ *   +primitive_errinfo+ and +last_error+ methods returns the detail of the error.
  * - character not representable in output encoding (:undefined_conversion)
+ *   +primitive_errinfo+ and +last_error+ methods returns the detail of the error.
  * - after some output is generated, before input is done (:after_output)
  *   this occur only when :after_output is specified.
  * - destination buffer is full (:destination_buffer_full)

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

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