| Commit message (Expand) | Author | Age | Files | Lines |
* | replace uses of Test.pm in dist/ distributions (IO, Math-BigInt) | Karen Etheridge | 2014-09-18 | 1 | -16/+14 |
* | Increase $IO::VERSION to 1.34 | Father Chrysostomos | 2014-09-10 | 1 | -1/+1 |
* | IO.xs: OP_SIBLING is too new | Father Chrysostomos | 2014-09-10 | 1 | -0/+4 |
* | wrap op_sibling field access in OP_SIBLING* macros | David Mitchell | 2014-07-08 | 2 | -2/+2 |
* | Make like() and unlike() in t/test.pl refuse non-qr// arguments | Ævar Arnfjörð Bjarmason | 2014-06-21 | 1 | -2/+2 |
* | Further simplify the sockatmark(). | Jarkko Hietaniemi | 2014-05-29 | 1 | -11/+5 |
* | Build fixes for Win32 after the Coverity smoke. | Jarkko Hietaniemi | 2014-05-29 | 1 | -2/+7 |
* | Version bumping thanks to the Coverity deluge. | Jarkko Hietaniemi | 2014-05-29 | 1 | -1/+1 |
* | fcntl receiving -1 from fileno, fcntl failing. | Jarkko Hietaniemi | 2014-05-29 | 1 | -9/+26 |
* | dist/IO: Allow to be dual-lived | Karl Williamson | 2014-03-04 | 2 | -1/+26 |
* | IO::Socket::INET: Handle getprotobyn{ame,umber} not being available | Brian Fraser | 2014-01-26 | 1 | -3/+3 |
* | dist/IO/t/io_pipe.t: Work around android only having an inbuilt echo | Brian Fraser | 2014-01-26 | 1 | -1/+5 |
* | Add examples for IO::Socket::UNIX. | Shlomi Fish | 2014-01-14 | 1 | -1/+23 |
* | Remove an old note about autoflush from the POD. | Shlomi Fish | 2014-01-14 | 1 | -8/+1 |
* | ioctl on perlhost platforms take a char*, not void* | Daniel Dragan | 2013-11-20 | 1 | -1/+1 |
* | IO.xs: fix compiler warning | David Mitchell | 2013-11-13 | 2 | -2/+2 |
* | [perl #75156] fix the return value and bits for removing a closed fh | Tony Cook | 2013-11-11 | 2 | -11/+20 |
* | [perl #75156] tests for deleting a closed handle from IO::Select | Tony Cook | 2013-11-11 | 1 | -1/+21 |
* | Really fix precedence problem in IO::Socket::connect() from 80d2c56d79 | Steve Hay | 2013-09-18 | 1 | -1/+1 |
* | Fix precedence problem in IO::Socket::connect() from 80d2c56d79 | Steve Hay | 2013-09-18 | 1 | -1/+1 |
* | Use non-dev version number in IO::Socket | Steve Hay | 2013-09-17 | 1 | -1/+1 |
* | Fix IO::Socket::connect() in the light of $! changes | Steve Hay | 2013-09-16 | 1 | -3/+5 |
* | Use separate macros for byte vs uv Unicode | Karl Williamson | 2013-09-10 | 2 | -2/+2 |
* | small improvements to documentation of IO::Socket | Ricardo Signes | 2013-07-06 | 2 | -4/+6 |
* | typo fix for IO | David Steinbrunner | 2013-05-25 | 1 | -2/+2 |
* | Address [perl #117999] for now by skipping known bad test on AIX | Tony Cook | 2013-05-15 | 2 | -0/+4 |
* | bump dist/IO/lib/IO/Handle.pm version to 1.34 | Dominic Hargreaves | 2013-05-07 | 1 | -1/+1 |
* | [perl #117791] Clarify that write does not match the C 'write' semantics | Dominic Hargreaves | 2013-05-07 | 1 | -2/+5 |
* | Fix non-blocking sockets on VMS. | Craig A. Berry | 2013-05-05 | 1 | -2/+2 |
* | fix dist/IO/t/cachepropagate-unix.t | Francois Perrad | 2013-04-19 | 1 | -0/+8 |
* | Subject: [PATCH] Update INSTALLDIRS to favor installation under 'site'. | James E Keenan | 2013-04-14 | 2 | -2/+2 |
* | dist/IO/IO.xs: Silence compiler warning | Karl Williamson | 2013-02-18 | 1 | -2/+0 |
* | Tests for [perl #116322] | Karl Williamson | 2013-02-18 | 1 | -1/+12 |
* | PATCH: [perl #116322]: getc() and ungetc() with unicode failure | Christian Hansen | 2013-02-18 | 2 | -5/+29 |
* | use non-dev version for IO | Ricardo Signes | 2013-01-17 | 1 | -1/+1 |
* | portability to Haiku-OS for the cachepropagate-*.t tests | Tony Cook | 2013-01-09 | 2 | -21/+29 |
* | Add C define to remove taint support from perl | Steffen Mueller | 2012-11-05 | 1 | -1/+4 |
* | Stop lexical warnings from turning off deprecations | Father Chrysostomos | 2012-09-14 | 1 | -0/+1 |
* | sync() on a read-only file handle doesn't work on cygwin either | Tony Cook | 2012-07-17 | 1 | -1/+4 |
* | [rt.cpan.org #61577] VMS doesn't support UNIX sockets | Tony Cook | 2012-07-03 | 1 | -1/+1 |
* | bump IO.pm version | Tony Cook | 2012-07-02 | 1 | -1/+1 |
* | add Test::More as a prereq to Makefile.PL | Dominic Hargreaves | 2012-07-02 | 1 | -0/+3 |
* | bump IO::Socket version | Tony Cook | 2012-07-02 | 1 | -1/+1 |
* | document the limitations of protocol(), sockdomain(), socktype() | Tony Cook | 2012-07-02 | 1 | -0/+6 |
* | [rt.cpan.org #61577] try to populate socket info when not cached | Tony Cook | 2012-07-02 | 3 | -2/+9 |
* | [rt.cpan.org #61577] propagate socket details on accept | Tony Cook | 2012-07-02 | 3 | -2/+2 |
* | [rt.cpan.org #61577] sockdomain and socktype undef on newly accepted sockets | Tony Cook | 2012-07-02 | 3 | -0/+183 |
* | [perl #64772] make the read-only-sync test a bit more portable | Tony Cook | 2012-06-24 | 1 | -6/+8 |
* | [perl #64772] check both input and output file handles for sync | Evan Miller | 2012-06-01 | 3 | -4/+8 |
* | [perl #64772] TODO test for sync on read only handle | Tony Cook | 2012-06-01 | 1 | -1/+10 |