diff options
author | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-21 04:31:15 +0000 |
---|---|---|
committer | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-21 04:31:15 +0000 |
commit | 02ab62312b0f0e5104db4279d1baeef1ac5fe602 (patch) | |
tree | 9b6d413cad2701781ae7fb6cfdecaab7437cc92d /ChangeLog | |
parent | 98cc7016a68f35584408141ca2180075273ecb23 (diff) | |
download | ruby-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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/. |