summaryrefslogtreecommitdiff
path: root/ext/IO/IO.xs
Commit message (Expand)AuthorAgeFilesLines
* Move IO from ext/ to dist/Nicholas Clark2009-09-291-541/+0
* Silence Win32 compiler warning in IO.xsSteve Hay2009-05-081-1/+1
* Make non-blocking mode work on Windows in IO::Socket::INETYasuhiro Matsumoto2009-02-261-0/+5
* consting IO.xsRobin Barker2008-01-141-1/+1
* Silence VC++ compiler warningsSteve Hay2006-11-011-2/+3
* Fix declaration-after-statement problemSebastian Steinlechner2006-09-181-1/+1
* Coverity correctly reports that gv might (just) be NULL. So don'tNicholas Clark2006-04-151-2/+3
* Upgrade to IO 1.22 from gbarrRafael Garcia-Suarez2005-09-061-4/+35
* NORETURN_FUNCTION_END is not a complete statementSteve Hay2005-06-061-1/+1
* Consting IO and Devel::PeekAndy Lester2005-06-031-7/+7
* ext/IO/IO.xs: fix blocking on sparc linuxBrendan O'Dea2004-10-231-52/+20
* Integrate #16510 from macperl;Jarkko Hietaniemi2002-05-091-1/+1
* various signed/unsigned mismatch nitsGurusamy Sarathy2002-04-261-1/+1
* squelch some more type mismatch warningsGurusamy Sarathy2002-04-211-2/+2
* Integrate change #14062 from macperl;Jarkko Hietaniemi2002-01-041-0/+7
* Add at least the "important" PerlIO_xxxx functions to embed.plNick Ing-Simmons2001-12-221-2/+2
* Win32 compilation tweaks for Blair Zajac.Jarkko Hietaniemi2001-11-251-1/+3
* xsubpp treats invalid (indented) cpp directives as commentsGurusamy Sarathy2001-11-251-4/+4
* gcc -Wall sweep.Jarkko Hietaniemi2001-06-181-8/+22
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-1/+5
* fix IO.xs compile failure on VMSCraig A. Berry2001-04-081-2/+1
* atmark() code cleanaup.Jarkko Hietaniemi2001-04-071-7/+11
* VMS fix-ups and statusCraig A. Berry2001-03-281-1/+1
* Implement IO::Socket::atmark(), inspired by Lincoln Stein'sJarkko Hietaniemi2001-03-261-1/+33
* [patch] -Wall cleanup round 2Doug MacEachern2001-02-181-2/+2
* Change PerlIO_(get|set)pos to take SV *Nick Ing-Simmons2000-12-071-17/+24
* [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failureNicholas Clark2000-11-131-3/+8
* Remove more cruft from IO.Jarkko Hietaniemi2000-02-241-4/+0
* Remove &IO::EINPROGRESS now that IO uses Errno anywayJarkko Hietaniemi2000-02-231-3/+0
* In UNICOS and UNICOS/mk after a successful fcntl F_SETFLJarkko Hietaniemi2000-01-261-17/+22
* Continue largefileness separation from quadness;Jarkko Hietaniemi1999-11-131-2/+1
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-0/+1
* propagate PERL_VERSION everywhere, add to podGurusamy Sarathy1999-02-161-14/+1
* IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();Gurusamy Sarathy1998-11-281-55/+9
* add IO-1.20; mess with t/lib/io_*.t in an attempt toGurusamy Sarathy1998-11-281-65/+295
* Mingw32 PERL_OBJECT tweaksNick Ing-Simmons1998-07-211-0/+7
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-4/+4
* Further ANSI changes now builds and passes (most) testsNick Ing-Simmons1997-10-311-5/+2
* Problems with setvbufIlya Zakharevich1997-08-071-0/+2
* Fix core dump on IO::Seekable::setpos($fh, undef)Chip Salzenberg1997-05-161-3/+4
* Fix warning from missing POSIX::setvbuf()Chip Salzenberg1997-02-111-6/+3
* Avoid newRV_noinc() in IO, for compiling with old PerlsChip Salzenberg1997-01-291-1/+2
* Fix for fd leak in IO::File::new_tmpfileGraham Barr1997-01-161-5/+16
* [inseparable changes from patch from perl5.003_15 to perl5.003_16]Perl 5 Porters1996-12-251-0/+4
* PATCH: untaint method for IO::Handle, 5.003_06 versionRandy J. Ray1996-10-081-0/+17
* Updated to IO-1.12.Perl 5 Porters1996-10-061-0/+50
* perl 5.003_02: [no incremental changelog available]Larry Wall1996-08-101-24/+21
* Add IO extensionPerl 5 Porters1996-07-271-0/+208