summaryrefslogtreecommitdiff
path: root/ext/IO
Commit message (Expand)AuthorAgeFilesLines
* [admin] set up .gitignore filesSam Vilain2008-12-191-0/+1
* Implement IO::Handle::say the same way as the builtin say().Gisle Aas2008-09-201-2/+2
* Undo io_linenum.t part of #34148. It was io_multihomed.t that I meantSteve Hay2008-07-231-7/+0
* Add watchdog() call to ext/IO/t/io_multihomed.tJerry D. Hedden2008-07-231-12/+4
* watchdog() some IO testsJerry D. Hedden2008-07-162-29/+28
* Some more missing isGV_with_GP()sBen Morrow2008-06-281-1/+12
* Bump version of IO::Dir after last patchRafael Garcia-Suarez2008-06-011-1/+1
* IO::Dir destructorZefram2008-06-011-0/+1
* IO::Socket::INET unnecessarily resolves "udp"Niko Tyni2008-03-251-1/+1
* IO::Handle->say should ignore $\ (bug #49266)Rafael Garcia-Suarez2008-02-081-1/+2
* consting IO.xsRobin Barker2008-01-141-1/+1
* Re: Net::SMTP can't send large messages with bleadperlYves Orton2007-06-191-11/+26
* Reduce directory depth for IO::Compress modules.Craig A. Berry2007-04-2494-22488/+0
* Upgrade to IO-Compress-Base-2.004, Compress-Raw-Zlib-2.004, Steve Peters2007-03-0428-174/+278
* [perl #41521] Fix for IO::Socket send methodTodd C. Miller2007-02-161-1/+1
* IO::Compress::* 2.003Paul Marquess2007-01-0326-122/+132
* Update Compress Modules to version 2.002Paul Marquess2006-12-3026-49/+115
* Fixes for the test suite on OS/2Ilya Zakharevich2006-12-181-0/+7
* Move files from ext/Compress/IO to ext/IO/CompressRafael Garcia-Suarez2006-12-1194-0/+22308
* Silence VC++ compiler warningsSteve Hay2006-11-011-2/+3
* Fix declaration-after-statement problemSebastian Steinlechner2006-09-181-1/+1
* [perl #39178] IO::Socket::connect returns wrong errno on timeoutmlelstv@serpens.de2006-06-011-0/+1
* Coverity correctly reports that gv might (just) be NULL. So don'tNicholas Clark2006-04-152-3/+4
* Simplify tests for fork() capabilitiesSteve Hay2006-04-053-27/+21
* Fix syntax error in io_pipe testRafael Garcia-Suarez2006-04-041-1/+1
* Re: Making IO::Socket pass test on Win32Yves Orton2006-04-045-40/+105
* ext/IO/t/io_unix.tJarkko Hietaniemi2006-04-031-1/+20
* Update to IO-1.23Graham Barr2006-03-2615-100/+100
* Simplify &IO::Handle::sayGisle Aas2006-01-241-10/+4
* Avoid most getprotobyname/number calls in IO::Socket::INETGisle Aas2006-01-231-11/+44
* Don't warn about a directory being closed in the DESTROY forSteve Peters2006-01-161-0/+1
* Given that IO::Socket is documented as exporting all of Socket'sNicholas Clark2005-12-242-4/+2
* Attempt at making IO::Handle backwards compatible againRafael Garcia-Suarez2005-12-191-5/+10
* latest switch/say/~~Robin Houston2005-12-191-1/+10
* Fixup the setsockopt usage message; missing OPTVAL.Gisle Aas2005-12-081-1/+1
* Re: IO::File performace issueGisle Aas2005-10-271-8/+4
* Correct precedence from and to && in an expression with assignment.Nicholas Clark2005-10-171-1/+1
* proposal [perl #34301]: IO::Socket calls getpeername far too oftenPeter Dintelmann2005-10-052-6/+12
* Revert Makefile.PL change from #25355Rafael Garcia-Suarez2005-09-061-41/+1
* Upgrade to IO 1.22 from gbarrRafael Garcia-Suarez2005-09-0622-49/+161
* Typos in *.p[lm]Piotr Fusik2005-08-023-3/+3
* Re: Documentation error in IO::SocketMichael G. Schwern2005-07-131-1/+1
* Re: [PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an import...Steve Peters2005-06-301-1/+3
* [perl #36237] IO::File $fh->binmode($layer) is broken Alexander Foken2005-06-161-2/+2
* NORETURN_FUNCTION_END is not a complete statementSteve Hay2005-06-061-1/+1
* Consting IO and Devel::PeekAndy Lester2005-06-031-7/+7
* Bump version numbersNicholas Clark2005-05-052-2/+2
* Symbian port of PerlJarkko Hietaniemi2005-04-211-1/+1
* Re: Bug in Socket::IO::INET Version 1.27Gisle Aas2005-02-181-1/+1
* [perl #31730] [PATCH] IO::File reads garbage from directory filehandles Steve Peters2005-02-171-2/+10