summaryrefslogtreecommitdiff
path: root/ext/IO
Commit message (Collapse)AuthorAgeFilesLines
* IO::Socket::INET unnecessarily resolves "udp"Niko Tyni2008-03-251-1/+1
| | | | | Message-Id: <1206394344-30835-1-git-send-email-ntyni@debian.org> p4raw-id: //depot/perl@33554
* IO::Handle->say should ignore $\ (bug #49266)Rafael Garcia-Suarez2008-02-081-1/+2
| | | p4raw-id: //depot/perl@33258
* consting IO.xsRobin Barker2008-01-141-1/+1
| | | | | | From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <46A0F33545E63740BC7563DE59CA9C6D0939A1@exchsvr2.npl.ad.local> p4raw-id: //depot/perl@32978
* Re: Net::SMTP can't send large messages with bleadperlYves Orton2007-06-191-11/+26
| | | | | | Message-ID: <9b18b3110706180943y22c0eaa7yf34565d87689dd9e@mail.gmail.com> Date: Mon, 18 Jun 2007 18:43:17 +0200 p4raw-id: //depot/perl@31423
* Reduce directory depth for IO::Compress modules.Craig A. Berry2007-04-2494-22488/+0
| | | p4raw-id: //depot/perl@31047
* Upgrade to IO-Compress-Base-2.004, Compress-Raw-Zlib-2.004, Steve Peters2007-03-0428-174/+278
| | | | | IO-Compress-Zlib-2.004, and Compress-Zlib-2.004. p4raw-id: //depot/perl@30458
* [perl #41521] Fix for IO::Socket send methodTodd C. Miller2007-02-161-1/+1
| | | | | | From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-24617-1171654005-819.41521-75-0@perl.org> p4raw-id: //depot/perl@30332
* IO::Compress::* 2.003Paul Marquess2007-01-0326-122/+132
| | | | | | From: "Paul Marquess" <Paul.Marquess@ntlworld.com> Message-ID: <02ca01c72e6f$eef88360$6401a8c0@myopwv.com> p4raw-id: //depot/perl@29672
* Update Compress Modules to version 2.002Paul Marquess2006-12-3026-49/+115
| | | | | | From: "Paul Marquess" <Paul.Marquess@ntlworld.com> Message-ID: <000501c72b8a$f96b2ba0$6401a8c0@myopwv.com> p4raw-id: //depot/perl@29641
* Fixes for the test suite on OS/2Ilya Zakharevich2006-12-181-0/+7
| | | | | Message-ID: <20061214023222.GA29084@powdermilk.math.berkeley.edu> p4raw-id: //depot/perl@29578
* Move files from ext/Compress/IO to ext/IO/CompressRafael Garcia-Suarez2006-12-1194-0/+22308
| | | p4raw-id: //depot/perl@29513
* Silence VC++ compiler warningsSteve Hay2006-11-011-2/+3
| | | | | See: http://www.nntp.perl.org/group/perl.daily-build.reports/42208 p4raw-id: //depot/perl@29180
* Fix declaration-after-statement problemSebastian Steinlechner2006-09-181-1/+1
| | | | | | Subject: [bug] IO::Socket's IO.xs fails to compile Message-ID: <450DDC77.2060405@gmx.net> p4raw-id: //depot/perl@28866
* [perl #39178] IO::Socket::connect returns wrong errno on timeoutmlelstv@serpens.de2006-06-011-0/+1
| | | | | | From: "mlelstv@serpens.de (via RT)" <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-39178-133695.13.7935957232893@perl.org> p4raw-id: //depot/perl@28346
* Coverity correctly reports that gv might (just) be NULL. So don'tNicholas Clark2006-04-152-3/+4
| | | | | derefernece it if it is. p4raw-id: //depot/perl@27823
* Simplify tests for fork() capabilitiesSteve Hay2006-04-053-27/+21
| | | | | | | | | | Jarkko pointed out that change #27710 was causing some black smoke so makes the tests for fork() simpler, as per lib\Test\Simple\t\fork.t for now. (Ideally we want a $Config{d_pseudofork}, as suggested by Andy Dougherty, but that'll have to wait until I get some more tuits.) p4raw-link: @27710 on //depot/perl: 2f78ce11bc4a9355ade5d20a0825b10fbb177169 p4raw-id: //depot/perl@27718
* Fix syntax error in io_pipe testRafael Garcia-Suarez2006-04-041-1/+1
| | | p4raw-id: //depot/perl@27711
* Re: Making IO::Socket pass test on Win32Yves Orton2006-04-045-40/+105
| | | | | | | Message-ID: <9b18b3110604020107o6a0b594cwfc2344a172c360b0@mail.gmail.com> plus extra $Config{d_fork} changes to io_pipe.t and io_multihomed.t p4raw-id: //depot/perl@27710
* ext/IO/t/io_unix.tJarkko Hietaniemi2006-04-031-1/+20
| | | | | Message-ID: <44301E8F.2060503@gmail.com> p4raw-id: //depot/perl@27699
* Update to IO-1.23Graham Barr2006-03-2615-100/+100
| | | p4raw-id: //depot/perl@27609
* Simplify &IO::Handle::sayGisle Aas2006-01-241-10/+4
| | | | | Message-ID: <lrzmll7pav.fsf@caliper.activestate.com> p4raw-id: //depot/perl@26941
* Avoid most getprotobyname/number calls in IO::Socket::INETGisle Aas2006-01-231-11/+44
| | | | | Message-ID: <lr3bjlbg3r.fsf@caliper.activestate.com> p4raw-id: //depot/perl@26921
* Don't warn about a directory being closed in the DESTROY forSteve Peters2006-01-161-0/+1
| | | | | IO::Dir. p4raw-id: //depot/perl@26868
* Given that IO::Socket is documented as exporting all of Socket'sNicholas Clark2005-12-242-4/+2
| | | | | | | exports, there's no need for IO::Socket::INET or IO::Socket::UNIX to use both. (And re-exporting removes some of the efficiency of the new constants implementation) p4raw-id: //depot/perl@26481
* Attempt at making IO::Handle backwards compatible againRafael Garcia-Suarez2005-12-191-5/+10
| | | p4raw-id: //depot/perl@26405
* latest switch/say/~~Robin Houston2005-12-191-1/+10
| | | | | Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26400
* Fixup the setsockopt usage message; missing OPTVAL.Gisle Aas2005-12-081-1/+1
| | | p4raw-id: //depot/perl@26300
* Re: IO::File performace issueGisle Aas2005-10-271-8/+4
| | | | | | | Message-ID: <lrvezjv17c.fsf@caliper.activestate.com> Also includes a version bump for IO::File. p4raw-id: //depot/perl@25861
* Correct precedence from and to && in an expression with assignment.Nicholas Clark2005-10-171-1/+1
| | | p4raw-id: //depot/perl@25781
* proposal [perl #34301]: IO::Socket calls getpeername far too oftenPeter Dintelmann2005-10-052-6/+12
| | | | | Message-ID: <E9A2605289D8D7468B1A21EC24E59D2101852447@naimucx5.muc.allianz> p4raw-id: //depot/perl@25697
* Revert Makefile.PL change from #25355Rafael Garcia-Suarez2005-09-061-41/+1
| | | p4raw-id: //depot/perl@25359
* Upgrade to IO 1.22 from gbarrRafael Garcia-Suarez2005-09-0622-49/+161
| | | | | | | | - Adjust the regression tests to use t/test.pl from bleadperl when $ENV{PERL_CORE} is defined - Add can_ok and isa_ok to t/test.pl from the implementation found in the IO CPAN distribution p4raw-id: //depot/perl@25355
* Typos in *.p[lm]Piotr Fusik2005-08-023-3/+3
| | | | | | From: "Piotr Fusik" <pfusik@op.pl> Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec> p4raw-id: //depot/perl@25261
* Re: Documentation error in IO::SocketMichael G. Schwern2005-07-131-1/+1
| | | | | Message-ID: <20050712201834.GA29275@windhund.schwern.org> p4raw-id: //depot/perl@25131
* Re: [PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an ↵Steve Peters2005-06-301-1/+3
| | | | | | | important difference from <$io> Message-ID: <20050630024723.GA3786@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@25016
* [perl #36237] IO::File $fh->binmode($layer) is broken Alexander Foken2005-06-161-2/+2
| | | | | | | | From: "Alexander Foken" (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-36237-115536.13.400290704223@perl.org> and bump version number p4raw-id: //depot/perl@24869
* NORETURN_FUNCTION_END is not a complete statementSteve Hay2005-06-061-1/+1
| | | | | | (Fix compilation error following change #24702) p4raw-link: @24702 on //depot/perl: 7698c435fea241ff5aec7932afdb5f821dde55f3 p4raw-id: //depot/perl@24713
* Consting IO and Devel::PeekAndy Lester2005-06-031-7/+7
| | | | | | Reply-To: Perl 5 Porters <perl5-porters@perl.org> Message-ID: <20050531212621.GA12117@petdance.com> p4raw-id: //depot/perl@24702
* Bump version numbersNicholas Clark2005-05-052-2/+2
| | | p4raw-id: //depot/perl@24398
* Symbian port of PerlJarkko Hietaniemi2005-04-211-1/+1
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@24271
* Re: Bug in Socket::IO::INET Version 1.27Gisle Aas2005-02-181-1/+1
| | | | | Message-ID: <lr7jlpsxk1.fsf@caliper.activestate.com> p4raw-id: //depot/perl@23981
* [perl #31730] [PATCH] IO::File reads garbage from directory filehandles Steve Peters2005-02-171-2/+10
| | | | | | From: "Steve Peters via RT" <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-31730-107010.1.24399823945417@perl.org> p4raw-id: //depot/perl@23974
* Adjust test count for non-windows machinesRafael Garcia-Suarez2004-11-091-1/+1
| | | p4raw-id: //depot/perl@23490
* fix IO::File to support binmodeJos I. Boumans2004-11-092-0/+71
| | | | | | From: "Jos I. Boumans" <kane@dwim.org> Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org> p4raw-id: //depot/perl@23489
* ext/IO/IO.xs: fix blocking on sparc linuxBrendan O'Dea2004-10-231-52/+20
| | | | | | Message-ID: <20041022033033.GA12362@londo.c47.org> Date: Fri, 22 Oct 2004 13:30:33 +1000 p4raw-id: //depot/perl@23416
* AW: [perl #31864] IO::Poll - undef fd not checked in mask()Peter Dintelmann2004-10-141-0/+1
| | | | | | From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com> Message-ID: <8FD9B6A658383E468B55D364D1A9951601857331@ffz00zm6.ffz00e.mail.dresdner.net> p4raw-id: //depot/perl@23366
* Bug report #30132 was resolved before it was finished!Steve Hay2004-07-301-1/+1
| | | | | Here's the last piece in the puzzle. p4raw-id: //depot/perl@23170
* Case insensitive file systems are bad, m'kayNicholas Clark2004-06-181-1/+1
| | | p4raw-id: //depot/perl@22959
* Not ideal, but skip all of IO's tests if Socket is not built.Nicholas Clark2004-06-181-0/+5
| | | p4raw-id: //depot/perl@22955
* Bump version numbers for modules that have changed since 5.8.3Nicholas Clark2004-04-042-2/+2
| | | p4raw-id: //depot/perl@22642