summaryrefslogtreecommitdiff
path: root/ext/IO
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Continue largefileness separation from quadness;Jarkko Hietaniemi1999-11-131-2/+1
* 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
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-0/+1
* 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
* remove _() non-ansismGurusamy Sarathy1999-06-021-1/+1
* QNX needs <sys/select.h> to define fd_set.Norton T. Allen1999-05-291-0/+6
* Fixes related to working local $.Paul Johnson1999-05-281-18/+0
* test suite and fix input_line_number()Paul Johnson1999-05-101-0/+15
* do poll() emulation unless HAS_POLL && I_POLLGurusamy Sarathy1999-02-201-4/+1
* propagate PERL_VERSION everywhere, add to podGurusamy Sarathy1999-02-161-14/+1
* IO is maintained by p5p (per Graham Barr's wishes)Gurusamy Sarathy1999-02-129-11/+21
* remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)Gurusamy Sarathy1999-02-111-3/+3
* Re: [Fwd: IO::Socket::connect and blocking]Benjamin Low1999-02-111-14/+9