summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate maint branch io (pipe) fixes. (changes#16329,16330,16331)Nick Ing-Simmons2002-05-091-0/+1
* perl -i clobbers files on CygwinGerrit P. Haase2002-05-031-1/+1
* Windows 64-bit support:Gurusamy Sarathy2002-04-211-1/+1
* warn on ref open without perlioRafael Garcia-Suarez2002-04-191-0/+9
* EPOC update from Olaf Flebbe.Jarkko Hietaniemi2002-03-261-1/+1
* Fix [ID 20020318.003] cannot open STDOUT into in memory variableNick Ing-Simmons2002-03-221-1/+1
* more warnings tidyupPaul Marquess2002-03-111-21/+21
* Forward port #14704 from maint-5.6.Abhijit Menon-Sen2002-02-181-16/+27
* Absorb #14701 by Sarathy from maint-5.6.Abhijit Menon-Sen2002-02-161-2/+9
* Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandleRafael Garcia-Suarez2002-02-081-1/+1
* lstat FH and -l FH warningsRafael Garcia-Suarez2002-02-031-1/+10
* Turn the I/O Unicode error by default on, but theJarkko Hietaniemi2002-01-311-1/+1
* O_RDONLY/O_WRONLY/O_RDWR portability.Jarkko Hietaniemi2002-01-271-8/+34
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* Missed the =head1 additions.Jarkko Hietaniemi2002-01-031-0/+2
* Re: [PATCH] Re: [ PATCH ] Cygwin groups.t (PLEASE CHECK)Nicholas Clark2001-12-261-15/+1
* doio fatal on cygwin for 13651H.Merijn Brand2001-12-121-1/+1
* Detypo and rename.Jarkko Hietaniemi2001-12-121-1/+1
* Try to handle platforms that have O_TEXT != O_BINARY butJarkko Hietaniemi2001-12-111-1/+5
* Allow multi-arg open() if opening layer declares this legal.Nick Ing-Simmons2001-12-081-6/+6
* Various small nits found by DJGPP build.Jarkko Hietaniemi2001-12-021-4/+4
* Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do notNick Ing-Simmons2001-12-011-20/+28
* doio slightly smallerNicholas Clark2001-11-271-5/+4
* Allow dup'ing of PerlIO::Scalar etc.Nick Ing-Simmons2001-11-181-13/+24
* [PATCH] Doc spellcheck + podcheckAbhijit Menon-Sen2001-11-161-1/+1
* 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