summaryrefslogtreecommitdiff
path: root/ext/IO
Commit message (Expand)AuthorAgeFilesLines
* 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
* PATCH: untaint method for IO::Handle, 5.003_06 versionRandy J. Ray1996-10-081-0/+13
* PATCH: untaint method for IO::Handle, 5.003_06 versionRandy J. Ray1996-10-081-0/+17
* Pod typos, pod2man bugs, and miscellaneous installation commentsJoseph S. Myers1996-09-206-141/+364
* Updated to IO-1.12.Perl 5 Porters1996-10-062-13/+64
* 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-243-1/+30
* perl 5.003_02: [no incremental changelog available]Larry Wall1996-08-104-60/+82
* Add IO extensionPerl 5 Porters1996-07-279-0/+1976