diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-06-30 08:28:28 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-06-30 08:28:28 +0000 |
| commit | 93446fedd3ae3efcccdeede1a5af1ec7e8b6d1cd (patch) | |
| tree | d539771ef9221c64d3f81661aee7e4bf347e7891 /ChangeLog | |
| parent | c810ab8ff57371bf65b0bb20f268871398c8f7e8 (diff) | |
io.c: reopen OS encoding path
* io.c (rb_io_reopen): freopen(3) with OS encoding path.
[ruby-core:69780] [Bug #11320]
* win32/file.c (rb_freopen): wrapper of wchar version freopen(3).
use _wfreopen_s() if available.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Tue Jun 30 17:28:25 2015 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * io.c (rb_io_reopen): freopen(3) with OS encoding path. + [ruby-core:69780] [Bug #11320] + + * win32/file.c (rb_freopen): wrapper of wchar version freopen(3). + use _wfreopen_s() if available. + Tue Jun 30 08:24:08 2015 Eric Wong <e@80x24.org> * io.c (rb_io_oflags_modestr): handle O_TRUNC correctly |
