summaryrefslogtreecommitdiff
path: root/ext/IO
Commit message (Expand)AuthorAgeFilesLines
* Tiny patch to go over #3820 (via private mail from Lincoln).Jarkko Hietaniemi1999-07-281-3/+3
* IO::* enhancements.Lincoln Stein1999-07-283-3/+8
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-0/+1
* fix undocumented IO::Handle functions as suggestedGurusamy Sarathy1999-07-071-6/+6
* adapted suggested patch for IO-1.20xian@dial.pipex.com1999-07-071-4/+13
* portability fix for IO::File and FileHandlePeter Prymmer1999-07-061-1/+4
* remove _() non-ansismGurusamy Sarathy1999-06-021-1/+1
* QNX needs <sys/select.h> to define fd_set.Norton T. Allen1999-05-291-0/+6
* Fixes related to working local $.Paul Johnson1999-05-281-18/+0
* test suite and fix input_line_number()Paul Johnson1999-05-101-0/+15
* 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