summaryrefslogtreecommitdiff
path: root/ext/tk/sample/tkextlib/iwidgets
AgeCommit message (Expand)Author
2005-03-31* sample/tkextlib/iwidgets/sample/hierarchy.rb: show basenamenagai
2005-03-30* sample/tkextlib/iwidgets/sample/hierarchy.rb: fail to treatnagai
2004-10-11* ext/tk/lib/tk/*: untabifynagai
2004-07-16* rename files to avoid application (cvs and so on) troublesnagai
2004-07-15* ext/tk/, ext/tcltklib/: bug fixnagai
2004-07-09* ext/tk/lib/tk.rb: better operation for SIGINT when processing callbacks.nagai
2004-07-08* ext/tk/lib : bug fixnagai
-823fe69b080e 2012-05-21* lib/net/ftp.rb (Net::FTP#transfercmd): rescue shutdown.naruse git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 2012-05-20Shutdown gracefully.naruse git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 2012-04-11* lib/net/protocol.rb (module Net): Added ReadTimeout to matchdrbrain OpenTimeout. ReadTimeout is now raised by rbuf_fill instead of Timeout::Error to help users distinguish what type of timeout occurred. [ruby-trunk - Feature #6088] * lib/net/pop.rb (module Net): Updated documentation for ReadTimeout and OpenTimeout. * lib/net/http.rb (module Net): ditto * lib/net/smtp.rb (module Net): ditto * lib/net/telnet.rb (module Net): Net::ReadTimeout is now raised in waitfor to match Net::Protocol. * test/net/http/test_http.rb: Updated Timeout::Error expectation to Net::ReadTimeout. * test/net/ftp/test_ftp.rb: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35304 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 2012-04-04* lib/ftp/ftp.rb (Net::FTP#close): restore original read_timeout.naruse git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35236 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 2012-04-03* lib/ftp/ftp.rb (Net::FTP#close): close socket more gracefully.naruse * lib/ftp/ftp.rb (Net::BufferedSocket#shutdown): added. * test/net/ftp/test_ftp.rb (FTPTest#create_ftp_server): wait socket with shutdown and read. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35227 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 2012-04-03* test/net/ftp/test_ftp.rb (FTPTest#create_ftp_server): should waitusa a little before closing socket because if the client call Net::FTP#getmultiline the socket is suddenly closed by the server in the getline loop. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35224 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 2012-04-01Refix of 35206; 0.3 is too small for Ruby's timeout.naruse git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 2012-04-01ReRefix the test for r35205.naruse git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 2012-04-01Refix the test for r35205.naruse git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 2012-04-01Fix the test for r35205.naruse git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 2012-04-01Client waits only the first line.naruse git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35206 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 2012-04-01* lib/net/ftp.rb (Net::BufferedSocket): should delegate send() to @ionaruse for Net::FTP#abort and Net::FTP#status.. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35205 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 2012-03-31* lib/net/ftp.rb (read_timeout=, open_timeout=): supported timeout.shugo git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 2012-03-26* lib/net/ftp.rb (parse_pasv_port): refactored.shugo git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 2012-03-26* test/net/ftp/test_ftp.rb: add the test, which was forgotten in theshugo previous commit. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e