summaryrefslogtreecommitdiff
path: root/ext/IO
Commit message (Expand)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
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-2817-118/+17
* Revert "Revert "Mention the unit of time""Abigail2009-08-131-3/+4
* Revert "Mention the unit of time"Abigail2009-08-131-4/+3
* 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
* 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
* [perl #63234] [DOC PATCH] fix some missing parts of IO::Handle podZsban Ambrus2009-02-161-4/+5
* [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