summaryrefslogtreecommitdiff
path: root/ext/IO/lib
Commit message (Collapse)AuthorAgeFilesLines
* Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problemsHugo van der Sanden2001-08-011-7/+14
| | | | | | | Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk> (Skip tests if accept() failed) p4raw-id: //depot/perl@11543
* for QNX6Norton T. Allen2001-07-121-1/+1
| | | | | Message-Id: <200107121530.LAA12631@bottesini.harvard.edu> p4raw-id: //depot/perl@11316
* for QNXNorton T. Allen2001-07-051-3/+9
| | | | | Message-Id: <200107050259.WAA06843@bottesini.harvard.edu> p4raw-id: //depot/perl@11158
* More VERSION tuning: to avoid unnecessary Perl upgradesJarkko Hietaniemi2001-06-304-4/+4
| | | | | by CPAN.pm, use rather _00. p4raw-id: //depot/perl@11047
* Bump up the VERSIONs of modules that have changed since 5.6.0,Jarkko Hietaniemi2001-06-296-6/+6
| | | | | the modules found using a script written by Larry Schatzer Jr. p4raw-id: //depot/perl@11016
* MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)Jarkko Hietaniemi2001-06-201-0/+4
| | | p4raw-id: //depot/perl@10752
* Re: Bug in IO::Socket::INET module (repeat)Jarkko Hietaniemi2001-06-201-1/+1
| | | | | | | | | | | | | | | | | From: Graham Barr <gbarr@pobox.com> Date: Wed, 20 Jun 2001 11:05:49 +0100 Message-ID: <20010620110549.I19188@pobox.com> reported in Subject: Bug in IO::Socket::INET module (repeat) From: "Harmon S. Nine" <hnine@netarx.com> Date: Tue, 19 Jun 2001 09:41:35 -0400 Message-ID: <3B2F568F.8080605@netarx.com> The bug was that the IO::Socket::INET constructor did not allow a 'LocalPort' of 0. p4raw-id: //depot/perl@10746
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-1814-0/+1383
| | | | | | | | | | | | | | | | | | | | | | | | No doubt I made some mistakes like missed some files or misnamed some files. The naming rules were more or less: (1) if the module is from CPAN, follows its ways, be it t/*.t or test.pl. (2) otherwise if there are multiple tests for a module put them in a t/ (3) otherwise if there's only one test put it in Module.t (4) helper files go to module/ (locale, strict, warnings) (5) use longer filenames now that we can (but e.g. the compat-0.6.t and the Text::Balanced test files still were renamed to be more civil against the 8.3 people) installperl was updated appropriately not to install the *.t files or the help files from under lib. TODO: some helper files still remain under t/ that could follow their 'masters'. UPDATE: On second thoughts, why should they. They can continue to live under t/lib, and in fact the locale/strict/warnings helpers that were moved could be moved back. This way the amount of non-installable stuff under lib/ stays smaller. p4raw-id: //depot/perl@10676
* [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
* [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-261-23/+62
| | | | | 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
* 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
* 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-131-7/+57
| | | | | 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
* 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 &IO::EINPROGRESS now that IO uses Errno anywayJarkko Hietaniemi2000-02-231-5/+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
* various pod nits identified by installhtml (all fixed exceptGurusamy Sarathy2000-01-271-0/+2
| | | | | unresolved links) p4raw-id: //depot/perl@4910
* 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
* 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
* 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
* fix undocumented IO::Handle functions as suggestedGurusamy Sarathy1999-07-071-6/+6
| | | | | by cj10@cam.ac.uk p4raw-id: //depot/perl@3646
* adapted suggested patch for IO-1.20xian@dial.pipex.com1999-07-071-4/+13
| | | | | | Message-Id: <199906250939.KAA02152@homer.diplex.co.uk> Subject: [ID 19990625.001] Minor fixes for IO::Socket.pm p4raw-id: //depot/perl@3636
* portability fix for IO::File and FileHandlePeter Prymmer1999-07-061-1/+4
| | | | | Message-Id: <9906120007.AA13802@forte.com> p4raw-id: //depot/perl@3611