[#3450] [irb:BUG] i=0; i %2 — GOTO Kentaro <gotoken@...>
ごとけんです
6 messages
1998/08/15
[#3456] ioctl & thread (Re: [ruby-list:9173] Re: gtk) — "D.Kanda" <MAP2303@...>
4 messages
1998/08/17
[#3461] Exception — keiju@... (Keiju ISHITSUKA)
けいじゅ@日本ラショナルソフトウェアです.
10 messages
1998/08/24
[#3466] Re: Exception
— matz@... (Yukihiro Matsumoto)
1998/08/24
まつもと ゆきひろです
[#3462] [BUG?] open()'s command line interpretation — Shin-ichro Hara <sinara@...>
原です。
7 messages
1998/08/24
[#3463] Re: [BUG?] open()'s command line interpretation
— WATANABE Hirofumi <watanabe@...>
1998/08/24
わたなべです.
[#3471] Re: [BUG?] open()'s command line interpretation
— matz@... (Yukihiro Matsumoto)
1998/08/25
まつもと ゆきひろです
[#3464] [BUG] ENV[] = nil / cygwin32 — Shin-ichro Hara <sinara@...>
原です。
6 messages
1998/08/24
[#3484] [BUG] Array#hash — keiju@... (Keiju ISHITSUKA)
けいじゅ@日本ラショナルソフトウェアです.
5 messages
1998/08/26
[#3494] [BUG] gets() blocks at the last line /CYGWIN32 — Shin-ichro Hara <sinara@...>
原です。
5 messages
1998/08/26
[ruby-dev:3494] [BUG] gets() blocks at the last line /CYGWIN32
From:
Shin-ichro Hara <sinara@...>
Date:
1998-08-26 13:57:26 UTC
List:
ruby-dev #3494
原です。
わたなべさん、cygwin32 版 ruby で次のスクリプトが hello と言ってくれません。
-----------------------------
#!/usr/bin/ruby
Thread.start do
f = open($0)
while line = f.gets
print line
end
print "hello\n"
exit
end
sleep
-----------------------------
gets が最後の行で偽を返さないでブロックします。
set CYGWIN32=tty のおまじないも効かないみたい。