Fix breakages that prevended -DPERL_POISON from compiling.
[p5sagit/p5-mst-13.2.git] / ext / IO /
2001-06-18 Jarkko Hietaniemi gcc -Wall sweep.
2001-06-18 Jarkko Hietaniemi The Grand Trek: move the *.t files from t/ to lib/...
2001-06-16 Jarkko Hietaniemi NetWare port from Guruprasad S <SGURUPRASAD@novell...
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-04-08 Craig A. Berry fix IO.xs compile failure on VMS
2001-04-07 Jarkko Hietaniemi atmark() code cleanaup.
2001-03-28 Nick Ing-Simmons Integrate mainline.
2001-03-28 Craig A. Berry VMS fix-ups and status
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-02-18 Doug MacEachern [patch] -Wall cleanup round 2
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-12-07 Nick Ing-Simmons Change PerlIO_(get|set)pos to take SV *
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-14 Gurusamy Sarathy regen perltoc, other pod nits
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-24 Jarkko Hietaniemi Remove more cruft from IO.
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 Jarkko Hietaniemi Integrate with Sarathy.
2000-01-27 Gurusamy Sarathy various pod nits identified by installhtml (all fixed...
2000-01-26 Jarkko Hietaniemi In UNICOS and UNICOS/mk after a successful fcntl F_SETFL
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-12-03 Ilya Zakharevich applied suggested patch; removed $VERSION = $VERSION...
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-11-13 Jarkko Hietaniemi Continue largefileness separation from quadness;
1999-07-28 Jarkko Hietaniemi Tiny patch to go over #3820 (via private mail from...
1999-07-28 Lincoln Stein IO::* enhancements.
1999-07-12 Gurusamy Sarathy yet more cleanups of the PERL_OBJECT, MULTIPLICITY...
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-06-02 Gurusamy Sarathy remove _() non-ansism
1999-05-29 Norton T. Allen QNX needs <sys/select.h> to define fd_set.
1999-05-28 Paul Johnson Fixes related to working local $.
1999-05-10 Paul Johnson test suite and fix input_line_number()
1999-02-20 Gurusamy Sarathy do poll() emulation unless HAS_POLL && I_POLL
1999-02-16 Gurusamy Sarathy propagate PERL_VERSION everywhere, add to pod
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-29 Gurusamy Sarathy misc tweaks
1998-11-29 Gurusamy Sarathy remove I_POLL detection (Configure will do that now)
1998-11-28 Gurusamy Sarathy various tweaks; result passes all tests for normal...
1998-11-28 Gurusamy Sarathy IO.xs tweaks; avoid coredump in io_xs.t; remove newCONS...
1998-11-28 Gurusamy Sarathy add IO-1.20; mess with t/lib/io_*.t in an attempt to
1998-10-15 Gurusamy Sarathy correct bugs exposed in MM_Unix.pm by commenting out...
1998-07-22 Albert Dvornik don't use qualify() in class methods
1998-07-21 Nick Ing-Simmons Mingw32 PERL_OBJECT tweaks
1998-07-21 Robin Barker don't use SelectSaver on IO::Handle->input_*() methods
1998-07-20 Gurusamy Sarathy complete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-05 Chip Salzenberg added patch with tweak to doc
1998-05-14 Gurusamy Sarathy [win32] merge change#904 from maintbranch
1998-05-14 Gurusamy Sarathy [win32] merge change#897 from maintbranch
1997-10-31 Nick Ing-Simmons Further ANSI changes now builds and passes (most) tests
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 Problems with setvbuf
1997-08-06 Ilya Zakharevich Docs of IO::Handle [PATCH]
1997-05-15 Chip Salzenberg Fix core dump on IO::Seekable::setpos($fh, undef)
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
next