summaryrefslogtreecommitdiff
path: root/ext/IO
Commit message (Collapse)AuthorAgeFilesLines
* [RESEND] [PATCH] Mac OS lib patches for bleadperlChris Nandor2001-06-111-5/+9
| | | | | Message-Id: <p05100303b74a66faf625@[10.0.1.177]> p4raw-id: //depot/perl@10511
* Allow a zero timeout on IO::Socket accept and connect--John Holdsworth2001-04-301-9/+17
| | | | | | | | though one really shouldn't do that. Based on Subject: Not possible to set zero second timeout on accept() in IO::Socket and company.. Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc> p4raw-id: //depot/perl@9913
* Doc fixes.Abigail2001-04-291-2/+2
| | | | | Message-ID: <20010429011425.24503.qmail@foad.org> p4raw-id: //depot/perl@9902
* IO::Socket::INET patchandrew deryabin2001-04-221-2/+4
| | | | | Message-ID: <20010421174652.B1426@technarchy> p4raw-id: //depot/perl@9779
* fix IO.xs compile failure on VMSCraig A. Berry2001-04-081-2/+1
| | | | | Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01> p4raw-id: //depot/perl@9635
* atmark() code cleanaup.Jarkko Hietaniemi2001-04-071-7/+11
| | | p4raw-id: //depot/perl@9608
* VMS fix-ups and statusCraig A. Berry2001-03-281-1/+1
| | | | | Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01> p4raw-id: //depot/perl@9414
* [ID 20010327.007] New warning from IO::Socket for sockatmarkDavid Dyck2001-03-281-1/+1
| | | | | Message-Id: <200103272316.PAA21921@dd.tc.fluke.com> p4raw-id: //depot/perl@9398
* Implement IO::Socket::atmark(), inspired by Lincoln Stein'sJarkko Hietaniemi2001-03-262-24/+95
| | | | | IO::Sockatmark(). p4raw-id: //depot/perl@9354
* more pod patchesMichael Stevens2001-03-163-5/+5
| | | | | Message-ID: <20010315212518.A18870@firedrake.org> p4raw-id: //depot/perl@9176
* [patch] -Wall cleanup round 2Doug MacEachern2001-02-181-2/+2
| | | | | Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net> p4raw-id: //depot/perl@8837
* Add ReuseAddr as a (preferred) alias for Reuse as we knowJarkko Hietaniemi2001-01-101-2/+3
| | | | | also have ReusePort. p4raw-id: //depot/perl@8398
* add ReusePort option to IO::Socket::INET for better multicast support (resend)Jeremy D. Zawodny2001-01-101-0/+6
| | | | | Message-ID: <20010110013813.B41744@yahoo-inc.com> p4raw-id: //depot/perl@8397
* Change PerlIO_(get|set)pos to take SV *Nick Ing-Simmons2000-12-071-17/+24
| | | | | Should fix, OS/2, VMS, (sfio??) p4raw-id: //depot/perlio@8025
* Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error returnNicholas Clark2000-11-132-6/+7
| | | | | Message-ID: <20001113185504.J29183@plum.flirble.org> p4raw-id: //depot/perl@7676
* [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failureNicholas Clark2000-11-132-10/+65
| | | | | Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net> p4raw-id: //depot/perl@7662
* Many subdocumented return values of the IO extension now documented.Nicholas Clark2000-11-121-15/+29
| | | | | | | | ungetc and write still left subdocumented. Subject: [PATCH] (was Re: IO::Handle::ungetc) Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net> p4raw-id: //depot/perl@7659
* Fix for ID 20000915.011, IO::Select warning for an undefined fd.Jarkko Hietaniemi2000-10-211-0/+1
| | | p4raw-id: //depot/perl@7384
* IO::Handle->syswrite() did not handle length omissionGraham Barr2000-10-061-3/+6
| | | | | | | | | | like CORE::syswrite() does. Subject: [Fwd] IO::Handle, syswrite and arguments Message-ID: <20001006102205.U6312@pobox.com> The original patch from andrew@ugh.net.au. p4raw-id: //depot/perl@7155
* SOCK_DGRAM and listen() do not mix as reported inPetter Reinholdtsen2000-10-021-1/+1
| | | | | | | | Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket Message-Id: <200010010257.KAA05735@localhost.localdomain> The patch for 5.7.0+ had to be reengineered, though. p4raw-id: //depot/perl@7113
* Document the IO::Select timeout.Jarkko Hietaniemi2000-08-111-3/+3
| | | p4raw-id: //depot/perl@6586
* Do away with array context, from Daniel Chetlin <daniel@chetlin.com>Jarkko Hietaniemi2000-08-082-5/+5
| | | | | | (either perlbug or p5p ate the original), plus regen perlapi and perltoc. p4raw-id: //depot/perl@6553
* IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)Gurusamy Sarathy2000-04-281-37/+36
| | | p4raw-id: //depot/perl@6009
* avoid error in IO::Socket::INET when given an unknown service nameGurusamy Sarathy2000-04-281-6/+7
| | | | | with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>) p4raw-id: //depot/perl@5982
* revert change#5923 ("breaks" t/lib/io_poll.t)Gurusamy Sarathy2000-04-241-31/+39
| | | | | p4raw-link: @5923 on //depot/perl: 8bcaa1dfb69612366728f7905b96ca3f11eafd21 p4raw-id: //depot/perl@5928
* various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)Gurusamy Sarathy2000-04-241-39/+31
| | | p4raw-id: //depot/perl@5923
* avoid loading both XSLoader and DynaLoader (avoids dl_error()Gurusamy Sarathy2000-03-221-2/+1
| | | | | redefinition warnings when statically linked) p4raw-id: //depot/perl@5884
* kludge our way around warnings on C<use POSIX; use IO::File;>Gurusamy Sarathy2000-03-141-1/+4
| | | p4raw-id: //depot/perl@5738
* regen perltoc, other pod nitsGurusamy Sarathy2000-03-141-2/+2
| | | p4raw-id: //depot/perl@5735
* final touches for lexical warnings (from Paul Marquess)Gurusamy Sarathy2000-03-131-4/+4
| | | p4raw-id: //depot/perl@5702
* more whitespace removal (from Michael G Schwern)Gurusamy Sarathy2000-03-043-3/+3
| | | p4raw-id: //depot/perl@5507
* Remove more cruft from IO.Jarkko Hietaniemi2000-02-241-4/+0
| | | p4raw-id: //depot/cfgperl@5237
* Remove &IO::EINPROGRESS now that IO uses Errno anywayJarkko Hietaniemi2000-02-232-8/+3
| | | | | (suggested by Graham Barr). p4raw-id: //depot/cfgperl@5222
* Streamline #5218 even more.Jarkko Hietaniemi2000-02-231-12/+7
| | | p4raw-id: //depot/cfgperl@5221
* Streamline #5218.Jarkko Hietaniemi2000-02-231-1/+1
| | | p4raw-id: //depot/cfgperl@5219
* Trying to connect to an already open socket may give EISCONN.Jarkko Hietaniemi2000-02-231-3/+12
| | | p4raw-id: //depot/cfgperl@5218
* use same treatment for EINVAL as for ETIMEDOUTGurusamy Sarathy2000-02-221-6/+8
| | | p4raw-id: //depot/perl@5188
* IO::Socket now sets $!, avoids eval/die (patch from Graham BarrGurusamy Sarathy2000-02-202-56/+77
| | | | | modified to use Errno more portably) p4raw-id: //depot/perl@5161
* Integrate with Sarathy.Jarkko Hietaniemi2000-01-271-0/+2
|\ | | | | p4raw-id: //depot/cfgperl@4913
| * various pod nits identified by installhtml (all fixed exceptGurusamy Sarathy2000-01-271-0/+2
| | | | | | | | | | unresolved links) p4raw-id: //depot/perl@4910
* | In UNICOS and UNICOS/mk after a successful fcntl F_SETFLJarkko Hietaniemi2000-01-261-17/+22
|/ | | | | of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY. p4raw-id: //depot/cfgperl@4904
* s/use vars/our/g modules that aren't independently maintained on CPANGurusamy Sarathy2000-01-239-15/+15
| | | p4raw-id: //depot/perl@4860
* EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)Gurusamy Sarathy2000-01-101-1/+1
| | | p4raw-id: //depot/perl@4782
* avoid warning in IO::Select::exists() if socket doesn't existGurusamy Sarathy1999-12-031-1/+3
| | | p4raw-id: //depot/perl@4628
* applied suggested patch; removed $VERSION = $VERSION hackIlya Zakharevich1999-12-031-6/+2
| | | | | | | | | (change#4043 fixed the need for that) Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_62] XSLoader.pm p4raw-link: @4043 on //depot/cfgperl: 09bef84370e90d727656ea11ba5ee8be80e361d3 p4raw-id: //depot/perl@4623
* typos in change#4561 and change#4565Gurusamy Sarathy1999-11-131-2/+1
| | | | | | p4raw-link: @4565 on //depot/cfgperl: 6688c047a9590c3f89dc0c1c9d684b235df668c4 p4raw-link: @4561 on //depot/cfgperl: 8bc9d5905854a266b70e2103e09a997741ac5d52 p4raw-id: //depot/perl@4575
* [ID 19991112.004] Bug in IO::Socket (patch included)Scott Gifford1999-11-131-0/+2
| | | | | | | To: perl5-porters@perl.org Cc: gbarr@pobox.com Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com> p4raw-id: //depot/cfgperl@4565
* Continue largefileness separation from quadness;Jarkko Hietaniemi1999-11-131-2/+1
| | | | | | move nv-preserving test out of perl.h into Configure; use HAS_SETVBUF in IO. p4raw-id: //depot/cfgperl@4560
* Tiny patch to go over #3820 (via private mail from Lincoln).Jarkko Hietaniemi1999-07-281-3/+3
| | | p4raw-id: //depot/cfgperl@3824
* IO::* enhancements.Lincoln Stein1999-07-283-3/+8
| | | | | | | | | | | | | | | 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