This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [PATCH] Fix cwd.t when libpth contains symlinks
[perl5.git] / ext / IO /
2001-04-08 Craig A. Berryfix IO.xs compile failure on VMS
2001-04-07 Jarkko Hietaniemiatmark() code cleanaup.
2001-03-28 Nick Ing-SimmonsIntegrate mainline.
2001-03-28 Craig A. BerryVMS fix-ups and status
2001-03-28 David Dyck[ID 20010327.007] New warning from IO::Socket for socka...
2001-03-26 Jarkko HietaniemiImplement IO::Socket::atmark(), inspired by Lincoln...
2001-03-16 Michael Stevensmore pod patches
2001-02-18 Doug MacEachern[patch] -Wall cleanup round 2
2001-01-24 Charles BaileySYN SYN
2001-01-10 Jarkko HietaniemiAdd ReuseAddr as a (preferred) alias for Reuse as we...
2001-01-10 Jeremy D. Zawodnyadd ReusePort option to IO::Socket::INET for better...
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-07 Nick Ing-SimmonsChange PerlIO_(get|set)pos to take SV *
2000-11-13 Nicholas ClarkRe: [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 ClarkMany subdocumented return values of the IO extension...
2000-10-21 Jarkko HietaniemiFix for ID 20000915.011, IO::Select warning for an...
2000-10-20 Charles BaileySYN SYN
2000-10-06 Graham BarrIO::Handle->syswrite() did not handle length omission
2000-10-02 Petter ReinholdtsenSOCK_DGRAM and listen() do not mix as reported in
2000-08-11 Jarkko HietaniemiDocument the IO::Select timeout.
2000-08-08 Jarkko HietaniemiDo away with array context, from Daniel Chetlin <daniel...
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-04-28 Gurusamy SarathyIO::Poll bugs fixed (from Lincoln Stein <lstein@cshl...
2000-04-28 Gurusamy Sarathyavoid error in IO::Socket::INET when given an unknown...
2000-04-24 Gurusamy Sarathyrevert change#5923 ("breaks" t/lib/io_poll.t)
2000-04-24 Gurusamy Sarathyvarious bugs in IO::Poll (from Lincoln D. Stein <lstein...
2000-03-22 Gurusamy Sarathyavoid loading both XSLoader and DynaLoader (avoids...
2000-03-14 Gurusamy Sarathykludge our way around warnings on C<use POSIX; use...
2000-03-14 Gurusamy Sarathyregen perltoc, other pod nits
2000-03-13 Gurusamy Sarathyfinal touches for lexical warnings (from Paul Marquess)
2000-03-04 Gurusamy Sarathymore whitespace removal (from Michael G Schwern)
2000-02-24 Jarkko HietaniemiRemove more cruft from IO.
2000-02-23 Jarkko HietaniemiRemove &IO::EINPROGRESS now that IO uses Errno anyway
2000-02-23 Jarkko HietaniemiStreamline #5218 even more.
2000-02-23 Jarkko HietaniemiStreamline #5218.
2000-02-23 Jarkko HietaniemiTrying to connect to an already open socket may give...
2000-02-22 Gurusamy Sarathyuse same treatment for EINVAL as for ETIMEDOUT
2000-02-20 Gurusamy SarathyIO::Socket now sets $!, avoids eval/die (patch from...
2000-02-09 Charles BaileyResync with mainline
2000-01-27 Jarkko HietaniemiIntegrate with Sarathy.
2000-01-27 Gurusamy Sarathyvarious pod nits identified by installhtml (all fixed...
2000-01-26 Jarkko HietaniemiIn UNICOS and UNICOS/mk after a successful fcntl F_SETFL
2000-01-23 Gurusamy Sarathys/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 SarathyEPOC port update (from Olaf Flebbe <O.Flebbe@science...
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-03 Gurusamy Sarathyavoid warning in IO::Select::exists() if socket doesn...
1999-12-03 Ilya Zakharevichapplied suggested patch; removed $VERSION = $VERSION...
1999-11-13 Gurusamy Sarathytypos in change#4561 and change#4565
1999-11-13 Scott Gifford[ID 19991112.004] Bug in IO::Socket (patch included)
1999-11-13 Jarkko HietaniemiContinue largefileness separation from quadness;
1999-07-28 Jarkko HietaniemiTiny patch to go over #3820 (via private mail from...
1999-07-28 Lincoln SteinIO::* enhancements.
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-07 Gurusamy Sarathyfix undocumented IO::Handle functions as suggested
1999-07-07 ian@dial.pipex.comadapted suggested patch for IO-1.20x
1999-07-06 Peter Prymmerportability fix for IO::File and FileHandle
1999-06-02 Gurusamy Sarathyremove _() non-ansism
1999-05-29 Norton T. AllenQNX needs <sys/select.h> to define fd_set.
1999-05-28 Paul JohnsonFixes related to working local $.
1999-05-10 Paul Johnsontest suite and fix input_line_number()
1999-02-20 Gurusamy Sarathydo poll() emulation unless HAS_POLL && I_POLL
1999-02-16 Gurusamy Sarathypropagate PERL_VERSION everywhere, add to pod
1999-02-12 Gurusamy SarathyIO is maintained by p5p (per Graham Barr's wishes)
1999-02-11 Gurusamy Sarathyremove double typeglob deref (suggested by RonaldWS...
1999-02-11 Benjamin LowRe: [Fwd: IO::Socket::connect and blocking]
1999-01-06 AbigailJumbo doc patch from Abigail (almost identical to
1998-11-29 Gurusamy Sarathymisc tweaks
1998-11-29 Gurusamy Sarathyremove I_POLL detection (Configure will do that now)
1998-11-28 Gurusamy Sarathyvarious tweaks; result passes all tests for normal...
1998-11-28 Gurusamy SarathyIO.xs tweaks; avoid coredump in io_xs.t; remove newCONS...
1998-11-28 Gurusamy Sarathyadd IO-1.20; mess with t/lib/io_*.t in an attempt to
1998-10-15 Gurusamy Sarathycorrect bugs exposed in MM_Unix.pm by commenting out...
1998-07-22 Albert Dvornikdon't use qualify() in class methods
1998-07-21 Nick Ing-SimmonsMingw32 PERL_OBJECT tweaks
1998-07-21 Robin Barkerdon't use SelectSaver on IO::Handle->input_*() methods
1998-07-20 Gurusamy Sarathycomplete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-05 Chip Salzenbergadded 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-SimmonsFurther ANSI changes now builds and passes (most) tests
1997-09-05 Tim BunceIO::Socket autoflush by default, assume tcp and PeerAddr
1997-09-05 Gisle AasIO::Socket autoflush by default, assume tcp and PeerAddr
1997-08-06 Nick Ing-Simmonsicmp tweak for IO::Socket
1997-08-06 Gisle AasIO::File and DB_File pollutes namespace with Fcntl...
1997-08-06 Ilya ZakharevichProblems with setvbuf
1997-08-06 Ilya ZakharevichDocs of IO::Handle [PATCH]
1997-05-15 Chip SalzenbergFix core dump on IO::Seekable::setpos($fh, undef)
1997-05-15 Chip SalzenbergIn IO::File::open, prepend './' less often (for Win32...
1997-04-09 Perl 5 Porters[inseparable changes from match from perl-5.003_97c... perl-5.003_97d
1997-04-07 Perl 5 Porters[inseparable changes from match from perl-5.003_97b...
1997-04-07 Roderick SchertlerIO::Socket doc fix
1997-04-07 Chip SalzenbergImprove IO::Handle docs; don't export _open_mode_string
1997-03-08 M.J.T. GuyFix typos in IO::Socket documentation
1997-03-01 Chip SalzenbergDocument IO::File::new_tmpfile
1997-03-01 Raphael ManfrediHP-UX hint update
1997-03-01 Chip SalzenbergDocument IO::File::new_tmpfile
1997-02-21 Roderick SchertlerFix fd leak in IO::Pipe
1997-02-21 Chip SalzenbergRemove redundant clearerr() from IO::Seekable
next