IO::* enhancements.
authorLincoln Stein <lstein@formaggio.cshl.org>
Wed, 28 Jul 1999 13:55:05 +0000 (09:55 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 28 Jul 1999 18:13:37 +0000 (18:13 +0000)
commit8fd73a68c4e3e61c175bff5ea8257b8c0787333e
treec7f64699e6f8feb3fed0effdd83f534e56f79faa
parent8b0db79d1be7acb4277f629a0a1e576181b0ec8f
IO::* enhancements.

1) write() and syswrite() will now accept a single-argument
form of the call, for consistency with Perl's syswrite().
2) You can create a TCP-based IO::Socket::INET without forcing
a connect attempt.  This allows you to configure its options
(like making it non-blocking) and then call connect() manually.
3) Fixed a bug that prevented the IO::Socket::protocol() accessor
from ever returning the correct value.
To: Graham Barr <gbarr@pobox.com>
Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
Subject: Re: patch for IO::*
Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>

p4raw-id: //depot/cfgperl@3820
ext/IO/lib/IO/Handle.pm
ext/IO/lib/IO/Socket.pm
ext/IO/lib/IO/Socket/INET.pm