[#274] IPv6-ready ruby — Jun-ichiro itojun Hagino <itojun@...>
We KAME team (www.kame.net) are working on IPv6-ready ruby.
7 messages
1999/04/13
[#275] Re: IPv6-ready ruby
— gotoken@... (GOTO Kentaro)
1999/04/14
In message "[ruby-talk:00274] IPv6-ready ruby"
[#276] Re: IPv6-ready ruby
— Jun-ichiro itojun Hagino <itojun@...>
1999/04/14
[#297] Ruby 1.3.3-990430 — matz <matz@...>
Ruby 1.3.3-990430 is out, check out:
1 message
1999/04/30
[ruby-talk:00286] Re: Ruby/Win32 question
From:
matz@... (Yukihiro Matsumoto)
Date:
1999-04-23 01:38:52 UTC
List:
ruby-talk #286
Hi.
In message "[ruby-talk:00285] Ruby/Win32 question"
on 99/04/22, "bryce" <thecrow@cyberdude.com> writes:
|
|I want the object to be destroyed regardless of how many
|references there are to it when the WM_DESTROY message
|is received by object 'x' (which is the window).
Hmm, for example, IO objects are NOT destroyed on close(), even though
any operation on them are useless. They raise exceptions for
operations after closing. I think it's enough for treating
WM_DESTROYed Window objects as well.
matz.