summaryrefslogtreecommitdiff
path: root/ext/IO
Commit message (Expand)AuthorAgeFilesLines
* MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)Jarkko Hietaniemi2001-06-201-0/+4
* Re: Bug in IO::Socket::INET module (repeat)Jarkko Hietaniemi2001-06-201-1/+1
* gcc -Wall sweep.Jarkko Hietaniemi2001-06-181-8/+22
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-1814-0/+1383
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-1/+5
* [RESEND] [PATCH] Mac OS lib patches for bleadperlChris Nandor2001-06-111-5/+9
* Allow a zero timeout on IO::Socket accept and connect--John Holdsworth2001-04-301-9/+17
* Doc fixes.Abigail2001-04-291-2/+2
* IO::Socket::INET patchandrew deryabin2001-04-221-2/+4
* fix IO.xs compile failure on VMSCraig A. Berry2001-04-081-2/+1
* atmark() code cleanaup.Jarkko Hietaniemi2001-04-071-7/+11
* VMS fix-ups and statusCraig A. Berry2001-03-281-1/+1
* [ID 20010327.007] New warning from IO::Socket for sockatmarkDavid Dyck2001-03-281-1/+1
* Implement IO::Socket::atmark(), inspired by Lincoln Stein'sJarkko Hietaniemi2001-03-262-24/+95
* more pod patchesMichael Stevens2001-03-163-5/+5
* [patch] -Wall cleanup round 2Doug MacEachern2001-02-181-2/+2
* Add ReuseAddr as a (preferred) alias for Reuse as we knowJarkko Hietaniemi2001-01-101-2/+3
* add ReusePort option to IO::Socket::INET for better multicast support (resend)Jeremy D. Zawodny2001-01-101-0/+6
* Change PerlIO_(get|set)pos to take SV *Nick Ing-Simmons2000-12-071-17/+24
* Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error returnNicholas Clark2000-11-132-6/+7
* [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failureNicholas Clark2000-11-132-10/+65
* Many subdocumented return values of the IO extension now documented.Nicholas Clark2000-11-121-15/+29
* Fix for ID 20000915.011, IO::Select warning for an undefined fd.Jarkko Hietaniemi2000-10-211-0/+1
* IO::Handle->syswrite() did not handle length omissionGraham Barr2000-10-061-3/+6
* SOCK_DGRAM and listen() do not mix as reported inPetter Reinholdtsen2000-10-021-1/+1
* Document the IO::Select timeout.Jarkko Hietaniemi2000-08-111-3/+3
* Do away with array context, from Daniel Chetlin <daniel@chetlin.com>Jarkko Hietaniemi2000-08-082-5/+5
* IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)Gurusamy Sarathy2000-04-281-37/+36
* avoid error in IO::Socket::INET when given an unknown service nameGurusamy Sarathy2000-04-281-6/+7
* revert change#5923 ("breaks" t/lib/io_poll.t)Gurusamy Sarathy2000-04-241-31/+39
* various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)Gurusamy Sarathy2000-04-241-39/+31
* avoid loading both XSLoader and DynaLoader (avoids dl_error()Gurusamy Sarathy2000-03-221-2/+1
* kludge our way around warnings on C<use POSIX; use IO::File;>Gurusamy Sarathy2000-03-141-1/+4
* regen perltoc, other pod nitsGurusamy Sarathy2000-03-141-2/+2
* final touches for lexical warnings (from Paul Marquess)Gurusamy Sarathy2000-03-131-4/+4
* more whitespace removal (from Michael G Schwern)Gurusamy Sarathy2000-03-043-3/+3
* Remove more cruft from IO.Jarkko Hietaniemi2000-02-241-4/+0
* Remove &IO::EINPROGRESS now that IO uses Errno anywayJarkko Hietaniemi2000-02-232-8/+3
* Streamline #5218 even more.Jarkko Hietaniemi2000-02-231-12/+7
* Streamline #5218.Jarkko Hietaniemi2000-02-231-1/+1
* Trying to connect to an already open socket may give EISCONN.Jarkko Hietaniemi2000-02-231-3/+12
* use same treatment for EINVAL as for ETIMEDOUTGurusamy Sarathy2000-02-221-6/+8
* IO::Socket now sets $!, avoids eval/die (patch from Graham BarrGurusamy Sarathy2000-02-202-56/+77
* Integrate with Sarathy.Jarkko Hietaniemi2000-01-271-0/+2
|\
| * various pod nits identified by installhtml (all fixed exceptGurusamy Sarathy2000-01-271-0/+2
* | In UNICOS and UNICOS/mk after a successful fcntl F_SETFLJarkko Hietaniemi2000-01-261-17/+22
|/
* s/use vars/our/g modules that aren't independently maintained on CPANGurusamy Sarathy2000-01-239-15/+15
* EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)Gurusamy Sarathy2000-01-101-1/+1
* avoid warning in IO::Select::exists() if socket doesn't existGurusamy Sarathy1999-12-031-1/+3
* applied suggested patch; removed $VERSION = $VERSION hackIlya Zakharevich1999-12-031-6/+2