diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-28 12:00:42 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-28 12:00:42 +0000 |
| commit | 966cae23de13505b689303a8c0db4a0e93f6a2d1 (patch) | |
| tree | 2b36d749033429347aecc2c15ea5293f32dcc801 /ChangeLog | |
| parent | c56e5e5d0f2fc57486d00e7c9ac0492332a3c2f1 (diff) | |
* io.c (extract_binmode): new function to extract binmode/textmode
options from hash.
* io.c (rb_io_extract_modeenc): use above function.
* io.c (rb_io_s_pipe): recognize binmode/textmode options.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Tue Oct 28 20:59:12 2008 NAKAMURA Usaku <usa@ruby-lang.org> + + * io.c (extract_binmode): new function to extract binmode/textmode + options from hash. + + * io.c (rb_io_extract_modeenc): use above function. + + * io.c (rb_io_s_pipe): recognize binmode/textmode options. + Tue Oct 28 20:15:49 2008 NAKAMURA Usaku <usa@ruby-lang.org> * io.c (make_readconv): now can specify the size of cbuf. |
