This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #123064] document limitations of the big* implementation
[perl5.git] / dist / IO / IO.xs
2014-12-08 Father ChrysostomosChange OP_SIBLING to OpSIBLING
2014-09-10 Father ChrysostomosIO.xs: OP_SIBLING is too new
2014-07-08 David Mitchellwrap op_sibling field access in OP_SIBLING* macros
2014-05-29 Jarkko HietaniemiFurther simplify the sockatmark().
2014-05-29 Jarkko HietaniemiBuild fixes for Win32 after the Coverity smoke.
2014-05-29 Jarkko Hietaniemifcntl receiving -1 from fileno, fcntl failing.
2014-03-04 Karl Williamsondist/IO: Allow to be dual-lived
2013-11-20 Daniel Draganioctl on perlhost platforms take a char*, not void*
2013-11-13 David MitchellIO.xs: fix compiler warning
2013-09-11 Karl WilliamsonUse separate macros for byte vs uv Unicode
2013-02-19 Karl Williamsondist/IO/IO.xs: Silence compiler warning
2013-02-19 Christian HansenPATCH: [perl #116322]: getc() and ungetc() with unicode...
2012-06-01 Evan Miller[perl #64772] check both input and output file handles...
2011-09-17 Father ChrysostomosMake IO::Handle::getline(s) respect the open pragma
2011-08-16 Steve HayFix tabbing from commit f5458e3a4f and bump IO::Handle...
2011-08-16 Stephen OberholtzerFix setting sockets nonblocking in Win32
2010-12-11 Zeframfix various compiler warnings from XS code
2009-10-16 Nicholas ClarkConvert sv_2mortal(newSVpvn()) to newSVpvn_flags()...
2009-09-29 Nicholas ClarkMove IO from ext/ to dist/