summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-21 04:31:15 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-21 04:31:15 +0000
commit02ab62312b0f0e5104db4279d1baeef1ac5fe602 (patch)
tree9b6d413cad2701781ae7fb6cfdecaab7437cc92d /ChangeLog
parent98cc7016a68f35584408141ca2180075273ecb23 (diff)
downloadruby-02ab62312b0f0e5104db4279d1baeef1ac5fe602.tar.gz
ruby-02ab62312b0f0e5104db4279d1baeef1ac5fe602.tar.xz
ruby-02ab62312b0f0e5104db4279d1baeef1ac5fe602.zip
* io.c, include/ruby/intern.h (rb_io_ascii8bit_binmode): externed.
* ext/socket/socket.c (init_sock): use rb_io_ascii8bit_binmode() instead of rb_io_binmode(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19868 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e832c014..8d0c02b94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue Oct 21 13:28:42 2008 Shugo Maeda <shugo@ruby-lang.org>
+
+ * io.c, include/ruby/intern.h (rb_io_ascii8bit_binmode): externed.
+
+ * ext/socket/socket.c (init_sock): use rb_io_ascii8bit_binmode()
+ instead of rb_io_binmode().
+
Tue Oct 21 13:17:39 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* mdoc2man.rb: moved into tools/.