summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Expand)AuthorAgeFilesLines
* open(FH, $file) should strip leading and trailing whitespace.Abhijit Menon-Sen2001-11-081-5/+7
* microperl sync.Jarkko Hietaniemi2001-11-021-0/+2
* Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()Nick Ing-Simmons2001-10-201-40/+2
* Unix and VMS agree on "*" as a "match any number of any chars"Jarkko Hietaniemi2001-10-101-0/+2
* Warning incorrectly reported without -wRafael Garcia-Suarez2001-08-151-1/+3
* Integrate change #11051 from macperl; O_RDONLY is not zeroJarkko Hietaniemi2001-07-301-1/+1
* Security hole in taint checking in open()deekoo2001-07-191-0/+1
* Based onNicholas Clark2001-07-021-3/+32
* [ID 20010625.009] open(FILE,"+foo") [PATCH]Robert Spier2001-06-281-0/+1
* gcc -Wall nits picked out by a non-UNIX systemJarkko Hietaniemi2001-06-121-24/+28
* More -Wall sweeping.Jarkko Hietaniemi2001-05-301-4/+4
* Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,Jarkko Hietaniemi2001-05-301-1/+2
* O_APPEND and O_TRUNC are not portable. (Not available e.g.Jarkko Hietaniemi2001-05-271-1/+8
* [PATCH] [ID 19991013.005] utime undef, undef, @files Robert Spier2001-05-271-5/+16
* PerlIO for VMSCraig A. Berry2001-05-261-4/+2
* Fix for ID 20010519.003: sysopen() wasn't tainting :-(Jarkko Hietaniemi2001-05-201-3/+5
* Multiplicity and thread fixes for VMSDan Sugalski2001-05-021-2/+2
* Make the "STD* opened only for ..." errors more consistent.Jarkko Hietaniemi2001-04-231-3/+5
* Avoid core dump onNick Ing-Simmons2001-04-201-1/+4
* Downgrade "Wide character in print" to a warning.Nick Ing-Simmons2001-04-041-2/+5
* Fix un-init variable leading to spurious "Out of Memory!"Nick Ing-Simmons2001-03-241-1/+1
* Implement:Nick Ing-Simmons2001-03-241-2/+4
* Check in a stable (working) version before next round of tweaks.Nick Ing-Simmons2001-03-231-28/+7
* Avoid "reopen" semantics for time being. Fix bug in dup logic.Nick Ing-Simmons2001-03-231-13/+13
* Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOU...Nick Ing-Simmons2001-03-221-89/+99
* Give a meaning to '&' in n-arg open case:Nick Ing-Simmons2001-03-221-17/+25
* If stdin, stdout or stderr get opened in unexpected read/write stateNick Ing-Simmons2001-03-221-3/+13
* Die on n-arg open(...,"",xxx,yyy,...)Nick Ing-Simmons2001-03-221-6/+30
* Re: sync sync sync: have I missed any patches?Radu Greab2001-03-021-3/+6
* Re: sync sync sync: have I missed any patches?Tim Jenness2001-02-281-2/+2
* [patch] -WallDoug MacEachern2001-02-171-2/+1
* Patch from Inaba Hiroto:Jarkko Hietaniemi2001-01-281-6/+5
* Infrastructure to allow:Nick Ing-Simmons2001-01-201-2/+13
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* Further VMS piping fixes from Charles Lane:Jarkko Hietaniemi2000-12-291-0/+9
* move startglob out of pp_hot.cNicholas Clark2000-12-131-0/+145
* Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.Nick Ing-Simmons2000-12-091-6/+8
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-39/+8
* Quieten some noise in Win32 builds:Nick Ing-Simmons2000-12-041-2/+2
* Integrate mainline.Nick Ing-Simmons2000-11-251-161/+2
|\
| * Undo the SOCKS workarounds, instead start using PerlIOJens Hamisch2000-11-251-174/+0
| * Integrate perlio:Jarkko Hietaniemi2000-11-241-59/+53
| |\
| * | SOCKS wrestling continues, patches from Jens Hamisch.Jarkko Hietaniemi2000-11-231-18/+17
| * | Finish unfinished SOCKS workaround changes.Jarkko Hietaniemi2000-11-231-19/+9
* | | Re-arrange crlf vs binary for platforms that care.Nick Ing-Simmons2000-11-241-5/+6
| |/ |/|
* | Win32/perlio Now just fails one io/argv.t test - lack Nick Ing-Simmons2000-11-231-1/+1
* | Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.Nick Ing-Simmons2000-11-231-1/+1
* | Implement PerlIO_binmode()Nick Ing-Simmons2000-11-231-43/+12
|/
* More SOCKS versus 64-bit patches from Jens Hamisch.Jarkko Hietaniemi2000-11-221-5/+8
* Go ahead and #include <unistd.h> in perl.h.Jarkko Hietaniemi2000-11-221-5/+0