Integrate macperl patch #16868.
[p5sagit/p5-mst-13.2.git] / ext / IO / lib /
2002-05-30 Jarkko Hietaniemi Integrate macperl patch #16868.
2002-05-27 Yitzchak Scott-Tho... Re: [PATCH] Version tango
2002-05-14 H.Merijn Brand typo in Socket.pm
2002-04-22 Mark-Jason Dominus {PATCH docs] sockatmark
2002-04-16 Slaven Rezic small typo in IO::Pipe pod
2002-03-26 Paul Green ext/IO/lib/IO/t/io_unix.t
2002-03-11 Max Baker Re: [patch] IO::Socket::INET Broadcast patch
2002-02-18 Matthew Sachs Re: IO::Poll: Removing Handles
2002-02-18 Matthew Sachs IO::Poll: Removing Handles
2001-12-31 Mark-Jason Dominus typo in IO::Socket::INET.pm
2001-12-27 Andreas König [PATCH] check return of close
2001-12-12 Jarkko Hietaniemi BeOS still has no good sockets.
2001-12-12 Jarkko Hietaniemi BeOS sockets are not true sockets.
2001-12-10 Craig A. Berry cat2type in tests for VMS
2001-11-19 Craig A. Berry io_poll.t vms/test.com tweaks
2001-11-14 Michael G. Schwern VMS fix
2001-11-14 Michael G. Schwern VMS fixups for IO::* tests
2001-11-12 Michael G. Schwern Recoving dup tests for VMS
2001-11-12 Jeffrey Friedl a few typo fixes
2001-10-20 Raul Dias IO module with nonblocking socket connect patch
2001-10-06 Jarkko Hietaniemi Retract the latter part of #12343.
2001-10-05 David Dyck patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID...
2001-09-25 John Peacock warning on v-string in use/require
2001-09-21 Ronald J. Kimball avoid v-strings with require/use
2001-09-18 Artur Bergman Fixes test case failure introduced by #12071, the warni...
2001-09-18 Abhijit Menon-Sen Deprecate != Depreciate.
2001-09-17 Jarkko Hietaniemi Bump up versions because of #12041.
2001-09-16 Jarkko Hietaniemi Change use|require 5.005_64 to use|require 5.6.1.
2001-09-09 Jarkko Hietaniemi Can't count parentheses.
2001-09-09 Jarkko Hietaniemi Try to look up protocol (by name) only iff it has non...
2001-08-01 Hugo van der Sanden Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1...
2001-07-12 Norton T. Allen for QNX6
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-05 Norton T. Allen for QNX
2001-06-30 Jarkko Hietaniemi More VERSION tuning: to avoid unnecessary Perl upgrades
2001-06-29 Jarkko Hietaniemi Bump up the VERSIONs of modules that have changed since...
2001-06-20 Jarkko Hietaniemi MPE/iX fixes from Mark Bixby (a Configure fix is also...
2001-06-20 Jarkko Hietaniemi Re: Bug in IO::Socket::INET module (repeat)
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
next