summaryrefslogtreecommitdiff
path: root/dist/IO/IO.xs
Commit message (Expand)AuthorAgeFilesLines
* Add ppport.h to IODagfinn Ilmari Mannsåker2018-04-201-0/+4
* (perl #129788) IO::Poll: fix memory leakTony Cook2016-12-071-2/+1
* Fix assertion when calling IO::Poll::_poll() with an empty fd arrayDagfinn Ilmari Mannsåker2015-10-191-1/+4
* Change OP_SIBLING to OpSIBLINGFather Chrysostomos2014-12-071-3/+3
* IO.xs: OP_SIBLING is too newFather Chrysostomos2014-09-101-0/+4
* wrap op_sibling field access in OP_SIBLING* macrosDavid Mitchell2014-07-081-1/+1
* Further simplify the sockatmark().Jarkko Hietaniemi2014-05-291-11/+5
* Build fixes for Win32 after the Coverity smoke.Jarkko Hietaniemi2014-05-291-2/+7
* fcntl receiving -1 from fileno, fcntl failing.Jarkko Hietaniemi2014-05-291-9/+26
* dist/IO: Allow to be dual-livedKarl Williamson2014-03-041-0/+25
* ioctl on perlhost platforms take a char*, not void*Daniel Dragan2013-11-201-1/+1
* IO.xs: fix compiler warningDavid Mitchell2013-11-131-1/+1
* Use separate macros for byte vs uv UnicodeKarl Williamson2013-09-101-1/+1
* dist/IO/IO.xs: Silence compiler warningKarl Williamson2013-02-181-2/+0
* PATCH: [perl #116322]: getc() and ungetc() with unicode failureChristian Hansen2013-02-181-4/+28
* [perl #64772] check both input and output file handles for syncEvan Miller2012-06-011-2/+7
* Make IO::Handle::getline(s) respect the open pragmaFather Chrysostomos2011-09-171-0/+37
* Fix tabbing from commit f5458e3a4f and bump IO::Handle version.Steve Hay2011-08-161-2/+2
* Fix setting sockets nonblocking in Win32Stephen Oberholtzer2011-08-161-2/+14
* fix various compiler warnings from XS codeZefram2010-12-111-1/+1
* Convert sv_2mortal(newSVpvn()) to newSVpvn_flags(), for 5.11.0 and later.Nicholas Clark2009-10-161-0/+4
* Move IO from ext/ to dist/Nicholas Clark2009-09-291-0/+541