diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-20 16:57:19 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-20 16:57:19 +0000 |
| commit | 4ebe3fd81065ad8d2c5610ddaa4ad74a2583f3b6 (patch) | |
| tree | c416336a18a6390642bbfa72b9d0aecde06e2dc3 /ChangeLog | |
| parent | bc5f5ea4a21c88fbcaaa22491a7bcf8b1a8f6c8a (diff) | |
| download | ruby-4ebe3fd81065ad8d2c5610ddaa4ad74a2583f3b6.tar.gz ruby-4ebe3fd81065ad8d2c5610ddaa4ad74a2583f3b6.tar.xz ruby-4ebe3fd81065ad8d2c5610ddaa4ad74a2583f3b6.zip | |
* io.c (rb_io_extract_modeenc): plain rb/wb should set ASCII-8BIT
to the external_encoding.
* io.c (rb_file_open_internal): ditto.
* io.c (NEED_WRITECONV): no conversion when the external_encoding
is ASCII-8BIT.
* io.c (do_writeconv): skip ASCII-8BIT.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19862 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Tue Oct 21 01:49:55 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * io.c (rb_io_extract_modeenc): plain rb/wb should set ASCII-8BIT + to the external_encoding. + + * io.c (rb_file_open_internal): ditto. + + * io.c (NEED_WRITECONV): no conversion when the external_encoding + is ASCII-8BIT. + + * io.c (do_writeconv): skip ASCII-8BIT. + Tue Oct 21 00:51:59 2008 Tanaka Akira <akr@fsij.org> * io.c (rb_io_ascii8bit_binmode): renamed from rb_io_binmode. |
