The Grand Trek: move the *.t files from t/ to lib/ and ext/.
[p5sagit/p5-mst-13.2.git] / ext / IO / lib / IO /
2001-06-18 Jarkko Hietaniemi The Grand Trek: move the *.t files from t/ to lib/...
2001-06-11 Chris Nandor [RESEND] [PATCH] Mac OS lib patches for bleadperl
2001-04-30 John Holdsworth Allow a zero timeout on IO::Socket accept and connect--
2001-04-29 Abigail Doc fixes.
2001-04-22 andrew deryabin IO::Socket::INET patch
2001-03-28 David Dyck [ID 20010327.007] New warning from IO::Socket for socka...
2001-03-26 Jarkko Hietaniemi Implement IO::Socket::atmark(), inspired by Lincoln...
2001-03-16 Michael Stevens more pod patches
2001-01-24 Charles Bailey SYN SYN
2001-01-10 Jarkko Hietaniemi Add ReuseAddr as a (preferred) alias for Reuse as we...
2001-01-10 Jeremy D. Zawodny add ReusePort option to IO::Socket::INET for better...
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-11-13 Nicholas Clark Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores...
2000-11-13 Nicholas Clark [ID 20001112.006] IO::Seekable::getpos doesn't check...
2000-11-12 Nicholas Clark Many subdocumented return values of the IO extension...
2000-10-21 Jarkko Hietaniemi Fix for ID 20000915.011, IO::Select warning for an...
2000-10-20 Charles Bailey SYN SYN
2000-10-06 Graham Barr IO::Handle->syswrite() did not handle length omission
2000-10-02 Petter Reinholdtsen SOCK_DGRAM and listen() do not mix as reported in
2000-08-11 Jarkko Hietaniemi Document the IO::Select timeout.
2000-08-08 Jarkko Hietaniemi Do away with array context, from Daniel Chetlin <daniel...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-04-28 Gurusamy Sarathy IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl...
2000-04-28 Gurusamy Sarathy avoid error in IO::Socket::INET when given an unknown...
2000-04-24 Gurusamy Sarathy revert change#5923 ("breaks" t/lib/io_poll.t)
2000-04-24 Gurusamy Sarathy various bugs in IO::Poll (from Lincoln D. Stein <lstein...
2000-03-22 Gurusamy Sarathy avoid loading both XSLoader and DynaLoader (avoids...
2000-03-14 Gurusamy Sarathy kludge our way around warnings on C<use POSIX; use...
2000-03-13 Gurusamy Sarathy final touches for lexical warnings (from Paul Marquess)
2000-03-04 Gurusamy Sarathy more whitespace removal (from Michael G Schwern)
2000-02-23 Jarkko Hietaniemi Remove &IO::EINPROGRESS now that IO uses Errno anyway
2000-02-23 Jarkko Hietaniemi Streamline #5218 even more.
2000-02-23 Jarkko Hietaniemi Streamline #5218.
2000-02-23 Jarkko Hietaniemi Trying to connect to an already open socket may give...
2000-02-22 Gurusamy Sarathy use same treatment for EINVAL as for ETIMEDOUT
2000-02-20 Gurusamy Sarathy IO::Socket now sets $!, avoids eval/die (patch from...
2000-02-09 Charles Bailey Resync with mainline
2000-01-27 Gurusamy Sarathy various pod nits identified by installhtml (all fixed...
2000-01-23 Gurusamy Sarathy s/use vars/our/g modules that aren't independently...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-10 Gurusamy Sarathy EPOC port update (from Olaf Flebbe <O.Flebbe@science...
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-03 Gurusamy Sarathy avoid warning in IO::Select::exists() if socket doesn...
1999-11-13 Gurusamy Sarathy typos in change#4561 and change#4565
1999-11-13 Scott Gifford [ID 19991112.004] Bug in IO::Socket (patch included)
1999-07-28 Jarkko Hietaniemi Tiny patch to go over #3820 (via private mail from...
1999-07-28 Lincoln Stein IO::* enhancements.
1999-07-07 Gurusamy Sarathy fix undocumented IO::Handle functions as suggested
1999-07-07 ian@dial.pipex.com adapted suggested patch for IO-1.20x
1999-07-06 Peter Prymmer portability fix for IO::File and FileHandle
1999-05-28 Paul Johnson Fixes related to working local $.
1999-05-10 Paul Johnson test suite and fix input_line_number()
1999-02-12 Gurusamy Sarathy IO is maintained by p5p (per Graham Barr's wishes)
1999-02-11 Gurusamy Sarathy remove double typeglob deref (suggested by RonaldWS...
1999-02-11 Benjamin Low Re: [Fwd: IO::Socket::connect and blocking]
1999-01-06 Abigail Jumbo doc patch from Abigail (almost identical to
1998-11-28 Gurusamy Sarathy add IO-1.20; mess with t/lib/io_*.t in an attempt to
1998-07-22 Albert Dvornik don't use qualify() in class methods
1998-07-21 Robin Barker don't use SelectSaver on IO::Handle->input_*() methods
1998-07-05 Chip Salzenberg added patch with tweak to doc
1998-05-14 Gurusamy Sarathy [win32] merge change#904 from maintbranch
1997-09-05 Tim Bunce IO::Socket autoflush by default, assume tcp and PeerAddr
1997-09-05 Gisle Aas IO::Socket autoflush by default, assume tcp and PeerAddr
1997-08-06 Nick Ing-Simmons icmp tweak for IO::Socket
1997-08-06 Gisle Aas IO::File and DB_File pollutes namespace with Fcntl...
1997-08-06 Ilya Zakharevich Docs of IO::Handle [PATCH]
1997-05-15 Chip Salzenberg In IO::File::open, prepend './' less often (for Win32...
1997-04-09 Perl 5 Porters [inseparable changes from match from perl-5.003_97c...
1997-04-07 Perl 5 Porters [inseparable changes from match from perl-5.003_97b...
1997-04-07 Roderick Schertler IO::Socket doc fix
1997-04-07 Chip Salzenberg Improve IO::Handle docs; don't export _open_mode_string
1997-03-08 M.J.T. Guy Fix typos in IO::Socket documentation
1997-03-01 Chip Salzenberg Document IO::File::new_tmpfile
1997-03-01 Raphael Manfredi HP-UX hint update
1997-03-01 Chip Salzenberg Document IO::File::new_tmpfile
1997-02-21 Roderick Schertler Fix fd leak in IO::Pipe
1997-02-21 Chip Salzenberg Remove redundant clearerr() from IO::Seekable
1997-02-04 Perl 5 Porters [inseparable changes from patch from perl5.003_24 to...
1997-01-25 Perl 5 Porters [inseparable changes from patch from perl5.003_22 to...
1997-01-16 Chip Salzenberg Gut IO::Handle::DESTROY
1997-01-15 Graham Barr Fix for fd leak in IO::File::new_tmpfile
1996-12-31 Perl 5 Porters [inseparable changes from patch from perl5.003_17 to...
1996-12-24 Perl 5 Porters [inseparable changes from patch from perl5.003_15 to...
1996-12-23 Perl 5 Porters [inseparable changes from patch from perl5.003_13 to...
1996-12-19 Perl 5 Porters [inseparable changes from patch from perl5.003_12 to...
1996-12-19 Perl 5 Porters [inseparable changes from patch from perl5.003_11 to...
1996-12-06 Chip Salzenberg Don't call CORE::close in file handle DESTROY method
1996-12-06 Chip Salzenberg Make IO::File::import use its parameters
1996-11-19 Perl 5 Porters [inseparable changes from patch from perl5.003_07 to...
1996-10-09 Randy J. Ray PATCH: untaint method for IO::Handle, 5.003_06 version
1996-09-20 Joseph S. Myers Pod typos, pod2man bugs, and miscellaneous installation...
1996-07-27 Perl 5 Porters Add IO extension
1996-08-29 Perl 5 Porters perl 5.003_04: ext/IO/lib/IO/File.pm
1996-08-24 Perl 5 Porters Clean up docmentation installation errors.
1996-08-10 Larry Wall perl 5.003_02: [no incremental changelog available]