summaryrefslogtreecommitdiff
path: root/ext/IO/lib
Commit message (Expand)AuthorAgeFilesLines
* Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problemsHugo van der Sanden2001-08-011-7/+14
* for QNX6Norton T. Allen2001-07-121-1/+1
* for QNXNorton T. Allen2001-07-051-3/+9
* More VERSION tuning: to avoid unnecessary Perl upgradesJarkko Hietaniemi2001-06-304-4/+4
* Bump up the VERSIONs of modules that have changed since 5.6.0,Jarkko Hietaniemi2001-06-296-6/+6
* 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
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-1814-0/+1383
* [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
* [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-261-23/+62
* more pod patchesMichael Stevens2001-03-163-5/+5
* 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
* 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-131-7/+57
* 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
* 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 &IO::EINPROGRESS now that IO uses Errno anywayJarkko Hietaniemi2000-02-231-5/+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
* various pod nits identified by installhtml (all fixed exceptGurusamy Sarathy2000-01-271-0/+2
* 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
* typos in change#4561 and change#4565Gurusamy Sarathy1999-11-131-2/+1
* [ID 19991112.004] Bug in IO::Socket (patch included)Scott Gifford1999-11-131-0/+2
* Tiny patch to go over #3820 (via private mail from Lincoln).Jarkko Hietaniemi1999-07-281-3/+3
* IO::* enhancements.Lincoln Stein1999-07-283-3/+8
* fix undocumented IO::Handle functions as suggestedGurusamy Sarathy1999-07-071-6/+6
* adapted suggested patch for IO-1.20xian@dial.pipex.com1999-07-071-4/+13
* portability fix for IO::File and FileHandlePeter Prymmer1999-07-061-1/+4