1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/net
matz 85bae86cb6 * lib/optparse/version.rb: remove variable shadowing to stop
warning.   [ruby-core:20612]

* lib/irb/completion.rb, lib/net/imap.rb, lib/prime.rb,
  lib/rinda/ring.rb, lib/racc/parser.rb,
  lib/shell/command-processor.rb, lib/yaml/yamlnode.rb: ditto.

* lib/racc/parser.rb: remove space before parentheses.

* lib/shell/command-processor.rb, lib/shell/process-controller.rb:
  use parentheses around arguments.

* lib/irb/ext/change-ws.rb, lib/rexml/validation/relaxng.rb,
  lib/yaml/baseemitter.rb: indentation fix.

* lib/matrix.rb: small cosmetic change.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-12-18 07:54:50 +00:00
..
.document * ext/socket/socket.c (sock_sockaddr): Socket#gethostbyname() 2004-06-24 23:10:55 +00:00
ftp.rb * lib/net/ftp.rb (Net::FTP#open_socket): SOCKSsocket is obsolete. 2008-11-18 12:29:25 +00:00
http.rb * lib/net/http.rb (Net::HTTP#urlencode): str[0] returns char in 1.9. 2008-08-24 03:21:36 +00:00
https.rb * lib/net/https.rb: supress syntax warning. 2008-08-12 05:20:09 +00:00
imap.rb * lib/optparse/version.rb: remove variable shadowing to stop 2008-12-18 07:54:50 +00:00
pop.rb * lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558) 2008-10-14 02:22:46 +00:00
protocol.rb * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): use 2008-12-02 06:34:19 +00:00
smtp.rb * lib/net/smtp.rb (Net::SMTP::rcptto): fix a typo. a patch from 2008-08-04 05:46:53 +00:00
telnet.rb * lib/net/telnet.rb: Fixing Telnet#wairfor() which was broken by changes to 2008-06-17 14:04:48 +00:00