summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Expand)AuthorAgeFilesLines
* Re: [perl #17830] open FH, "<&", $fdSteve Grazzini2002-10-171-0/+1
* Re: perlio bug?Rafael Garcia-Suarez2002-10-021-3/+5
* enable -ansi -pedanticJarkko Hietaniemi2002-09-261-11/+11
* Change PerlIO::Scalar and Via to scalar and via.Jarkko Hietaniemi2002-07-091-3/+3
* Re: autom4te and perl 5.8.0Andy Dougherty2002-07-041-1/+1
* Fix segv on IO::File->open("/dev/null").Nick Ing-Simmons2002-06-201-1/+4
* doio.c tweaksNick Ing-Simmons2002-06-061-5/+16
* Address the second half ofJohan Vromans2002-06-051-0/+4
* [Patch] Inplace editing on Cygwin and others?Gerrit P. Haase2002-06-011-1/+1
* 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