diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-24 00:41:38 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-24 00:41:38 +0000 |
commit | e235b25a55643d4ad1e1591279bdb1217e21e92b (patch) | |
tree | 0e06ec5f62a175c1ba69501e606cab748749ca92 /ChangeLog | |
parent | 047693b0c3db7d6b9102845f45afa186a6f3a21c (diff) | |
download | ruby-e235b25a55643d4ad1e1591279bdb1217e21e92b.tar.gz ruby-e235b25a55643d4ad1e1591279bdb1217e21e92b.tar.xz ruby-e235b25a55643d4ad1e1591279bdb1217e21e92b.zip |
* ext/socket/socket.c (init_sock): socket is binmode on platforms
which support binmode.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Tue Jun 24 09:40:47 2008 NAKAMURA Usaku <usa@ruby-lang.org> + + * ext/socket/socket.c (init_sock): socket is binmode on platforms + which support binmode. + Tue Jun 24 00:21:53 2008 Yusuke Endoh <mame@tsg.ne.jp> * compile.c (iseq_build_from_ary): initialize arg_opts, a patch from |