From 02ab62312b0f0e5104db4279d1baeef1ac5fe602 Mon Sep 17 00:00:00 2001 From: shugo Date: Tue, 21 Oct 2008 04:31:15 +0000 Subject: * 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 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') 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 + + * 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) * mdoc2man.rb: moved into tools/. -- cgit