Re: [Help] Problem with SOCKET API on OpenVMS

From: BH - Brad Coish <BCoish@...>
Date: 2004-05-19 14:02:30 UTC
List: ruby-core #2904
TS:

Thank you for your assistance.  It was quite a stupid assumption
on my part, that what could be done in 1.6.8 could likely be done 
in 1.8.1 in the same way.

TS & Matz:
   My apologies to for wasting your time; this should have been 
   caught on my end. :(  Using out of date docs is going to be
   the end of me. :/

Any idea if there will be a new "Programming Ruby.chm" available?

Regards,
Brad

-----Original Message-----
From: ts [mailto:decoux@moulon.inra.fr] 
Sent: Wednesday, May 19, 2004 10:41 AM
To: ruby-core@ruby-lang.org
Cc: ruby-core@ruby-lang.org
Subject: Re: [Help] Problem with SOCKET API on OpenVMS

>>>>> "B" == BH  <- Brad Coish <BCoish@Dymaxion.com>> writes:

B> NOTE: Ruby for Windows test is 1.6.8 and ruby on OpenVMS is 1.8.1
                                  ^^^^^                        ^^^^^

 This is important


svg% ./ruby -vrsocket -e 'p Socket.gethostbyname("ruby-lang.org")'
ruby 1.6.8 (2002-12-24) [i686-linux]
["helium.ruby-lang.org", [], 2, "\322\373y\326"]
svg% 

svg% ./ruby -vrsocket -e 'p Socket.gethostbyname("ruby-lang.org")'
ruby 1.8.1 (2003-12-25) [i686-linux]
["helium.ruby-lang.org", [], 2,
"\002\000\000\000\322\373y\326\000\000\000\000\000\000\000\000"]
svg% 



Guy Decoux


In This Thread

Prev Next