summaryrefslogtreecommitdiff
path: root/ext/IO
Commit message (Collapse)AuthorAgeFilesLines
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-0612-0/+0
|
* Update IO to CPAN 1.24 releaseGraham Barr2009-05-113-4/+70
|
* Silence Win32 compiler warning in IO.xsSteve Hay2009-05-081-1/+1
| | | | | The ioctl() function on Win32 is really win32_ioctl(), the third argument of which is a char*.
* Remove an unnecessary use Config;Nicholas Clark2009-04-131-1/+0
|
* Remove MAN3PODS from modules' Makefile.PLs which are not the same as on CPAN.Nicholas Clark2009-03-261-1/+0
|
* Make non-blocking mode work on Windows in IO::Socket::INETYasuhiro Matsumoto2009-02-262-1/+6
| | | | CPAN RT bug #43573
* [perl #63234] [DOC PATCH] fix some missing parts of IO::Handle podZsban Ambrus2009-02-161-4/+5
| | | | | | This documents the previously undocumented fcntl and ioctl methods, and adds a see also to the IO::File module where the documentation refers to one of its methods.
* [admin] set up .gitignore filesSam Vilain2008-12-191-0/+1
| | | | | A list submitted by Paul Fenwick was briefly factored into directory-specific rules.
* Implement IO::Handle::say the same way as the builtin say().Gisle Aas2008-09-201-2/+2
| | | | | IO::Handle::say used to output $, before the newline. p4raw-id: //depot/perl@34384
* Undo io_linenum.t part of #34148. It was io_multihomed.t that I meantSteve Hay2008-07-231-7/+0
| | | | | (my mistake), and that is now covered by #34155. p4raw-id: //depot/perl@34156
* Add watchdog() call to ext/IO/t/io_multihomed.tJerry D. Hedden2008-07-231-12/+4
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510807230920o6414d5abu393a5cd293c6fa4f@mail.gmail.com> p4raw-id: //depot/perl@34155
* watchdog() some IO testsJerry D. Hedden2008-07-162-29/+28
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510807110908q4ac81225see2b11aa4729397d@mail.gmail.com> p4raw-id: //depot/perl@34148
* Some more missing isGV_with_GP()sBen Morrow2008-06-281-1/+12
| | | | | Message-ID: <20080628160017.GA81579@osiris.mauzo.dyndns.org> p4raw-id: //depot/perl@34092
* Bump version of IO::Dir after last patchRafael Garcia-Suarez2008-06-011-1/+1
| | | p4raw-id: //depot/perl@33984
* IO::Dir destructorZefram2008-06-011-0/+1
| | | | | Message-ID: <20070907220636.GB24543@fysh.org> p4raw-id: //depot/perl@33983
* 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