summaryrefslogtreecommitdiff
path: root/ext/IO/lib
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
* 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
* Fixes related to working local $.Paul Johnson1999-05-281-18/+0
* test suite and fix input_line_number()Paul Johnson1999-05-101-0/+15
* IO is maintained by p5p (per Graham Barr's wishes)Gurusamy Sarathy1999-02-127-7/+14
* 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
* add IO-1.20; mess with t/lib/io_*.t in an attempt toGurusamy Sarathy1998-11-2810-817/+1550
* don't use qualify() in class methodsAlbert Dvornik1998-07-221-10/+7
* don't use SelectSaver on IO::Handle->input_*() methodsRobin Barker1998-07-211-2/+0
* added patch with tweak to docChip Salzenberg1998-07-051-3/+3
* [win32] merge change#904 from maintbranchGurusamy Sarathy1998-05-141-1/+1
* 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
* Docs of IO::Handle [PATCH]Ilya Zakharevich1997-08-071-1/+3
* 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
* [inseparable changes from patch from perl5.003_24 to perl5.003_25]perl-5.003_25Perl 5 Porters1997-02-041-8/+3
* [inseparable changes from patch from perl5.003_22 to perl5.003_23]perl-5.003_23Perl 5 Porters1997-01-254-165/+184
* Gut IO::Handle::DESTROYChip Salzenberg1997-01-171-18/+8
* Fix for fd leak in IO::File::new_tmpfileGraham Barr1997-01-161-1/+1
* [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-256-151/+217
* [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
* PATCH: untaint method for IO::Handle, 5.003_06 versionRandy J. Ray1996-10-081-0/+13
* Pod typos, pod2man bugs, and miscellaneous installation commentsJoseph S. Myers1996-09-206-141/+364
* perl 5.003_04: ext/IO/lib/IO/File.pmPerl 5 Porters1996-08-291-3/+13
* Clean up docmentation installation errors.Perl 5 Porters1996-08-242-1/+7
* perl 5.003_02: [no incremental changelog available]Larry Wall1996-08-103-36/+61
* Add IO extensionPerl 5 Porters1996-07-276-0/+1749