summaryrefslogtreecommitdiff
path: root/ext/IO
Commit message (Expand)AuthorAgeFilesLines
* do poll() emulation unless HAS_POLL && I_POLLGurusamy Sarathy1999-02-201-4/+1
* propagate PERL_VERSION everywhere, add to podGurusamy Sarathy1999-02-161-14/+1
* IO is maintained by p5p (per Graham Barr's wishes)Gurusamy Sarathy1999-02-129-11/+21
* remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)Gurusamy Sarathy1999-02-111-3/+3
* Re: [Fwd: IO::Socket::connect and blocking]Benjamin Low1999-02-111-14/+9
* Jumbo doc patch from Abigail (almost identical toAbigail1999-01-062-3/+3
* misc tweaksGurusamy Sarathy1998-11-291-1/+0
* remove I_POLL detection (Configure will do that now)Gurusamy Sarathy1998-11-291-14/+0
* various tweaks; result passes all tests for normal build on Solaris;Gurusamy Sarathy1998-11-281-4/+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-2817-896/+2396
* correct bugs exposed in MM_Unix.pm by commenting out SelfloaderGurusamy Sarathy1998-10-151-1/+1
* don't use qualify() in class methodsAlbert Dvornik1998-07-221-10/+7
* Mingw32 PERL_OBJECT tweaksNick Ing-Simmons1998-07-211-0/+7
* don't use SelectSaver on IO::Handle->input_*() methodsRobin Barker1998-07-211-2/+0
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-4/+4
* added patch with tweak to docChip Salzenberg1998-07-051-3/+3
* [win32] merge change#904 from maintbranchGurusamy Sarathy1998-05-141-1/+1
* [win32] merge change#897 from maintbranchGurusamy Sarathy1998-05-141-1/+1
* Further ANSI changes now builds and passes (most) testsNick Ing-Simmons1997-10-311-5/+2
* IO::Socket autoflush by default, assume tcp and PeerAddrTim Bunce1997-09-051-6/+26
* icmp tweak for IO::SocketNick Ing-Simmons1997-08-071-1/+2
* IO::File and DB_File pollutes namespace with Fcntl constantsGisle Aas1997-08-071-15/+8
* Problems with setvbufIlya Zakharevich1997-08-071-0/+2
* Docs of IO::Handle [PATCH]Ilya Zakharevich1997-08-071-1/+3
* Fix core dump on IO::Seekable::setpos($fh, undef)Chip Salzenberg1997-05-161-3/+4
* In IO::File::open, prepend './' less often (for Win32 et al)Chip Salzenberg1997-05-161-2/+2
* [inseparable changes from match from perl-5.003_97c to perl-5.003_97d]perl-5.003_97dPerl 5 Porters1997-04-091-6/+6
* [inseparable changes from match from perl-5.003_97b to perl-5.003_97c]Perl 5 Porters1997-04-071-3/+3
* Improve IO::Handle docs; don't export _open_mode_stringChip Salzenberg1997-04-072-25/+41
* Fix typos in IO::Socket documentationM.J.T. Guy1997-03-091-9/+9
* Document IO::File::new_tmpfileChip Salzenberg1997-03-011-0/+8
* HP-UX hint updateRaphael Manfredi1997-03-011-8/+0
* Document IO::File::new_tmpfileChip Salzenberg1997-03-011-0/+8
* Fix fd leak in IO::PipeRoderick Schertler1997-02-221-1/+2
* Remove redundant clearerr() from IO::SeekableChip Salzenberg1997-02-222-7/+1
* Fix warning from missing POSIX::setvbuf()Chip Salzenberg1997-02-111-6/+3
* [inseparable changes from patch from perl5.003_24 to perl5.003_25]perl-5.003_25Perl 5 Porters1997-02-041-8/+3
* Avoid newRV_noinc() in IO, for compiling with old PerlsChip Salzenberg1997-01-291-1/+2
* [inseparable changes from patch from perl5.003_22 to perl5.003_23]perl-5.003_23Perl 5 Porters1997-01-255-165/+185
* Gut IO::Handle::DESTROYChip Salzenberg1997-01-171-18/+8
* Fix for fd leak in IO::File::new_tmpfileGraham Barr1997-01-162-6/+17
* [inseparable changes from patch from perl5.003_17 to perl5.003_18]Perl 5 Porters1997-01-012-2/+2
* [inseparable changes from patch from perl5.003_15 to perl5.003_16]Perl 5 Porters1996-12-258-151/+225
* [inseparable changes from patch from perl5.003_13 to perl5.003_14]Perl 5 Porters1996-12-231-1/+3
* [inseparable changes from patch from perl5.003_12 to perl5.003_13]Perl 5 Porters1996-12-201-1/+1
* [inseparable changes from patch from perl5.003_11 to perl5.003_12]Perl 5 Porters1996-12-191-1/+1
* Don't call CORE::close in file handle DESTROY methodChip Salzenberg1996-12-061-23/+10
* Make IO::File::import use its parametersChip Salzenberg1996-12-061-11/+8
* [inseparable changes from patch from perl5.003_07 to perl5.003_08]Perl 5 Porters1996-11-192-2/+2