From bf86313e3f00c24d783864d1c873e77ee9ba417c Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 25 Aug 2008 15:26:54 +0000 Subject: * transcode.c (make_econv_exception): show readagain part for invalid byte sequence exception. store the part as an instance variable. (ecerr_readagain_bytes): new method to access the readagain part. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18850 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e4a44a61a..61e95b794 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Aug 26 00:24:23 2008 Tanaka Akira + + * transcode.c (make_econv_exception): show readagain part for invalid + byte sequence exception. store the part as an instance variable. + (ecerr_readagain_bytes): new method to access the readagain part. + Tue Aug 26 00:02:49 2008 Yusuke Endoh * ext/bigdecimal/bigdecimal.c (VpMult): fix double free. -- cgit