summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-24 00:41:38 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-24 00:41:38 +0000
commite235b25a55643d4ad1e1591279bdb1217e21e92b (patch)
tree0e06ec5f62a175c1ba69501e606cab748749ca92 /ChangeLog
parent047693b0c3db7d6b9102845f45afa186a6f3a21c (diff)
downloadruby-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 88c5b26d5..2ab2aade2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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