diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-27 13:50:42 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-27 13:50:42 +0000 |
| commit | 7e7ca28d75bd27bd31dcb6431bce3227d81c113a (patch) | |
| tree | 97689569e3573def99290b083a170fe123c092fa /ChangeLog | |
| parent | fb04c3dd5320927f78c9984bc66028b4259718e9 (diff) | |
| download | ruby-7e7ca28d75bd27bd31dcb6431bce3227d81c113a.tar.gz ruby-7e7ca28d75bd27bd31dcb6431bce3227d81c113a.tar.xz ruby-7e7ca28d75bd27bd31dcb6431bce3227d81c113a.zip | |
* lib/net/ftp.rb (Net::FTP#initialize): @sock = nil.
* lib/net/ftp.rb (Net::FTP#binary=): send command only when
socket is open. [ruby-dev:39548]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25518 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 27 22:46:44 2009 NARUSE, Yui <naruse@ruby-lang.org> + + * lib/net/ftp.rb (Net::FTP#initialize): @sock = nil. + + * lib/net/ftp.rb (Net::FTP#binary=): send command only when + socket is open. [ruby-dev:39548] + Tue Oct 27 22:22:38 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/stringio/stringio.c (Init_stringio): added read_nonblock and |
