mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
aamine
* lib/net/protocol.rb: one write(2) per one line. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1237 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ce9a8bd9c2
commit
5c630f2024
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Mar 8 17:43:59 2001 Minero Aoki <aamine@dp.u-netsurf.ne.jp>
|
||||
|
||||
* lib/net/protocol.rb: one write(2) per one line.
|
||||
|
||||
Wed Mar 7 14:26:11 2001 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* math.c (math_log, math_log10): should return NaN if x < 0.0
|
||||
|
|
|
@ -694,8 +694,7 @@ module Net
|
|||
|
||||
def writeline( str )
|
||||
writing {
|
||||
do_write str
|
||||
do_write "\r\n"
|
||||
do_write str + "\r\n"
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue