summaryrefslogtreecommitdiff
path: root/ext/IO
Commit message (Collapse)AuthorAgeFilesLines
* Move IO from ext/ to dist/Nicholas Clark2009-09-2936-6100/+0
|
* Make io_tell.t use a file that's always there even when the build utility is ↵Craig A. Berry2009-08-301-1/+1
| | | | | | not make. It used to use t/TEST in the core before 2adbc9b6919cad1240a834325b355e9b2d5efd67.
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-2817-118/+17
| | | | | | | | | | | Inspired by, and in parts borrows from, Schwern's branch on github, but takes a slightly different approach in places. Not quite perfect yet - ext/File-Glob still runs from t, at least one FIXME needs fixing, and the changes to dual-life modules' tests need to be filtered back upstream, and possibly modified to suit their respective authors. But it works.
* Revert "Revert "Mention the unit of time""Abigail2009-08-131-3/+4
| | | | | | This reverts commit e64d4d0a203b6a8764713bd33efa0a1c4a3d1b25. ext/IO/lib/IO/Socket.pm is maintained by p5p after all.
* Revert "Mention the unit of time"Abigail2009-08-131-4/+3
| | | | | | This reverts commit 9af20c7fc2828f1bb72c05b28eb0d37bad14e756. It's a dual life module. Leave it to the author.
* Mention the unit of timeAbigail2009-08-131-3/+4
|
* Update to IO-1.25 from CPANGraham Barr2009-06-137-43/+60
|
* 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