diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-17 03:05:40 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-17 03:05:40 +0000 |
| commit | 9e1ad7f73af73c98f566a5c61b8c5ccedcd4cb94 (patch) | |
| tree | fac5ee7ef66d13c6f12137c52334d8512a04b716 /ChangeLog | |
| parent | 00b7ade35cfc9040796b3e0042350c2cc2cfee0f (diff) | |
| download | ruby-9e1ad7f73af73c98f566a5c61b8c5ccedcd4cb94.tar.gz ruby-9e1ad7f73af73c98f566a5c61b8c5ccedcd4cb94.tar.xz ruby-9e1ad7f73af73c98f566a5c61b8c5ccedcd4cb94.zip | |
* transcode.c (make_econv_exception): add several instance variables
to exception object.
(ecerr_source_encoding): new method:
Encoding::ConversionUndefined#source_encoding and
Encoding::InvalidByteSequence#source_encoding.
(ecerr_destination_encoding): new method:
Encoding::ConversionUndefined#destination_encoding and
Encoding::InvalidByteSequence#destination_encoding.
(econverr_error_char): new method:
Encoding::ConversionUndefined#error_char.
(econverr_error_bytes): new method:
Encoding::ConversionUndefined#error_bytes.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Sun Aug 17 12:00:18 2008 Tanaka Akira <akr@fsij.org> + + * transcode.c (make_econv_exception): add several instance variables + to exception object. + (ecerr_source_encoding): new method: + Encoding::ConversionUndefined#source_encoding and + Encoding::InvalidByteSequence#source_encoding. + (ecerr_destination_encoding): new method: + Encoding::ConversionUndefined#destination_encoding and + Encoding::InvalidByteSequence#destination_encoding. + (econverr_error_char): new method: + Encoding::ConversionUndefined#error_char. + (econverr_error_bytes): new method: + Encoding::ConversionUndefined#error_bytes. + Sun Aug 17 11:43:18 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * random.c (struct MT): packed Mersenne Twister staffs. |
