alanwj (Alan Johnson)
- Login: alanwj
- Email: alan.wayne.johnson@gmail.com
- Registered on: 11/18/2008
- Last sign in: 11/18/2008
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
11/29/2008
-
04:27 AM Ruby Bug #743: Socket.gethostbyname returns odd values
- =begin
On Wed, Nov 26, 2008 at 5:04 PM, Yukihiro Matsumoto <matz@ruby-lang.org> wrote:
> Hi,
>
> In message "Re: [ruby-core:19989] [Bug #743] Socket.gethostbyname returns odd values"
> on Wed, 19 Nov 2008 18:58:25 +0900, Alan Joh...
11/23/2008
-
11:35 AM Ruby Bug #743: Socket.gethostbyname returns odd values
- =begin
If adding back a TCPSocket.gethostbyname that eliminated that step got this patch accepted I'd be happy to do that. I still believe that gethostbyname/gethostbyaddr should behave like their POSIX namesakes, and that returning th...
11/19/2008
-
07:02 PM Ruby Bug #743: Socket.gethostbyname returns odd values
- =begin
gethostbyname/gethostbyaddr seem to work oddly in many respects.
1) Socket.gethostbyname works differently than TCPSocket.gethostbyname. The latter doesn't seem to have any real purpose for existing.
2) The alias array is...