diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-22 17:28:20 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-22 17:28:20 +0000 |
| commit | 8edfc54eafb3e8a4678955cde42b275efd46a731 (patch) | |
| tree | 51fe90515959cb5904c38978983fe84bd60a0540 /ChangeLog | |
| parent | ac718b9c6cc180589eebd2d72fd2844b985701dd (diff) | |
| download | ruby-8edfc54eafb3e8a4678955cde42b275efd46a731.tar.gz ruby-8edfc54eafb3e8a4678955cde42b275efd46a731.tar.xz ruby-8edfc54eafb3e8a4678955cde42b275efd46a731.zip | |
* io.c (rb_io_mode_enc): do not set encoding unless explicitly
specified.
* io.c (rb_io_check_readable): fill fptr->enc by default_external
if it's empty.
* io.c (io_enc_str): fptr->enc is always set for reading IO (by
rb_io_check_readable(fptr)).
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14498 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Sun Dec 23 01:56:18 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * io.c (rb_io_mode_enc): do not set encoding unless explicitly + specified. + + * io.c (rb_io_check_readable): fill fptr->enc by default_external + if it's empty. + + * io.c (io_enc_str): fptr->enc is always set for reading IO (by + rb_io_check_readable(fptr)). + Sun Dec 23 01:18:06 2007 David Flanagan <david@davidflanagan.com> * io.c, io.h: temporary patch to partially implement |
